/* @override 
	http://localhost:3000/stylesheets/application.css?1217255491
	http://localhost:3000/stylesheets/application.css?1217269063
	http://localhost:3000/stylesheets/application.css?1219245296
*/

a.external_link {
	padding-right: 13px;
	background: url(/images/external_link.gif) no-repeat scroll right center;
}


#content {
	width: 970px;
}

/* @group Search Results */

.search_results {
	margin: 0;
	list-style-type: none;
	line-height: 1.5em;
}

.search_results li {
	padding: 1em 10px;
	border-bottom: 1px solid #989274;

}

.search_results .taxon.last, 
.search_results .taxon.last  {
	padding-top: 0.333em;
	color: #493f0b;
	font: normal 1.5em/1.5em Georgia, "Times New Roman", Times, serif;
}

.search_results li.odd {
	background-color: #f6fae1;
}

.search_results .no_genes:after {
	content:  "(No genes available)";
	font-size: 0.5em;
	margin-left: 0.5em;
}

.search_results a {
	text-decoration: none;
	color: #000;
	border-bottom: thin dotted #000;
}

.search_results a:hover {
	border-bottom: thin solid #000;

}


/* @end */




/* @group Organism Information */

#organism_information {
	position: relative;
	padding-left: 10px;
	color: #493f0b;
	background: #f5f6d4 url(/images/header_bg.gif) repeat-x scroll left bottom;
}

#organism_information h1, #organism_information h3 {
	margin: 0;
	font: normal 3em/1em Georgia, "Times New Roman", Times, serif;
	padding-top: 0.333em;
	color: #493f0b;
}

#organism_information h1 {
	font-size: 3em;
	line-height: 1em;
}

#organism_information h3 {
	font-size: 1.5em;
	line-height: 1em;
	text-transform:none;
}

#organism_information #taxonomy, #organism_information #lifespan {
	font-size:0.833em;
	line-height: 1.8em;
}

.taxonomy span.taxon:after {
	content: " - ";
}

.taxonomy span.taxon.species:after,
.taxonomy span.taxon.last:after {
	content: "";
}

#organism_information #picture {
	position: absolute;
	top: 3px;
	right: 4px;
}

#organism_information #picture img {
	display: block;
	margin: 0;
}

/* @end */


/* @group Tabs */
/* Almost all the tab styling is in tabs.css,
   but I didn't think this belonged in there  */
.tabnav {
	margin: 0;
}

/* @end */


/* @group Filter Bar */

.filter {
	margin: 0;
	border-left: 1px solid #989274;
	border-right: 1px solid #989274;
	background: #f0fdb9 url(/images/filter_bg.gif) repeat-x left top;
	padding: 1.5em 10px;
}

ol.onto_filter {
	list-style-type: none;
	margin: 0;
}

/* @end */

/* @group Data Tables */

.table_container {
	position: relative;
}

/* @group Overlay */

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
}

.overlay_background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	background-color: #000;
	opacity: 0.5;
}

.overlay .message {
	position: absolute;
	z-index: 1001;
	width: 390px;
	left: 50%;
	margin-left: -200px;
	margin-top: 10px;
	padding: 5px;
	background: #fff url(/images/overlay_message_bg.gif) no-repeat left top;
}

.overlay .message img {
	float: left;
}

.overlay .message p {
	font-weight: bold;
}

.overlay .message ol {
	list-style: none;
	margin-left: 115px;
	list-style-type: disc;
}



/* @end */

caption {
	display: none;
}

table.genes, table.diseases {
	border: 1px solid #989274;
	border-top: none;
	width: 970px;
}

th {
	padding-top: 7px;
	background: #fff url(/images/header_shadow.gif) no-repeat center top;
}

tr.even td {
	background-color: #f6fae1;
}

td.name {
	line-height: 1.385em;
	font-size: 1.083em;
	text-transform: none;
	color: #493f0b;
}

td {
	line-height: 1.5em;
}

/* @end */

/* @group Debug */
.show_vgrid { background-image: url(/images/vertical_grid.gif);background-repeat: repeat; }
/* @end */