
div.backtabs ul {
	list-style: none;
	margin: 0;
	padding: 0 5px 0 5px;
}

div.backtabs li {
	display: inline;
	line-height: normal;
	margin: 0;
	padding: 0;
}

/* setting the tab styles */

div.backtabs a {
	float: left;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 1.45em;
	margin: 0 2px 0 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}

div.backtabs a span {
	color: black;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px 8px 4px 0;
}

body.site div.backtabs a { background: url("../images/tab-left-site.gif") no-repeat left top; }

body.site div.backtabs a span { background: url("../images/tab-right-site.gif") no-repeat right top; }

div.backtabs strong span {
	cursor: default;
}

div.backtabs a:hover span {
	color: white;
}

* html div.backtabs a:hover span #tab1_table td {
	color: white;
}


* html body.site div.backtabs #tab1_table td {
	font-weight: bold;
	font-size: 15px;
	color: black;
}

* html body.site div.backtabs li.selected #tab1_table td {
	font-weight: bold;
	font-size: 15px;
	color: white;
}

body.site div.backtabs li.selected a {
	background-position: 0 -150px;
	border-width: 0;
}

body.site div.backtabs li.selected a span {
	background-position: 100% -150px;
	color: white;
	padding-bottom: 4px;
}
body.site div.backtabs a:hover {
	background-position: 0% -150px;
	text-decoration: none;
}
body.site div.backtabs a:hover span {
	background-position: 100% -150px;
}

div.clearfix {
	display:inline-block;
	/* height: 27px; */
} 

#journal_tabs_container {
	margin: 0 0 0 1em;
}


#jbrowse_rule {
	height: 0px;
	line-height: 0px;
	border-top: 3px solid #626469;
	width: 100%;
	clear: both;
}

#jbrowse_tabs_container {
	margin-left: 0.5em;
	clear: both;
	/* height: 1.9em; */
}


