/* Paul Stothard 2003 */
/* Color scheme has light blue #F0F8FF */ 
/* Color scheme has very light gray #F0F0F0 */
/* Color scheme has light gray #D8D8D8 */


body
{	
	background-color: #FFFFFF;
	font-family: arial, sans-serif;
	color: #000000; 
}

table.main
{
	background-color: #FFFFFF;
}

td.header
{
	border: thin solid #000000;
	background-color: #F0F8FF;	
}

table.header
{
	background-color: #F0F8FF;
	color: #000000;		
}

td.header_title
{
	text-align: center;
}

td.link_bar
{
	background-color: #F0F8FF;
	text-align: center;
	font-size: small;	
}

td.content
{
	border: thin solid #000000;
 	background-color: #F0F0F0; 
	text-align: left;
	font-size: small;	
}

td.cardContents
{
        font-family: courier, sans-serif;
}


table.content_a
{
 	background-color: #F0F0F0; 
}

table.content_b
{
 	background-color: #F0F0F0;
}

table.content_c
{
 	background-color: #F0F8FF;
	width:100%;
	text-align:right;
}
td.content_heading
{
	font-weight: bold;
}

p.code
{
	border: medium double #000000;
	text-align: left;
	white-space: pre;
	padding: 0.5cm;
}

p.bold
{
	font-weight: bold;
}


p.details
{
	margin-left: 5px;
}

p.time
{
	font-size: x-small;
}

p.organism
{
	font-weight: bold;
}

p.organism_index
{
	font-size: large;
}


p.center
{	
	text-align: center;
}

p.title
{	
	text-align: center;
	font-size: large;
}

p.warning
{
	color: #FF0000;
}

p.back
{
	text-align: center;
	font-size: small;
}

p.legend
{
	font-size: x-small;
}

span.legend
{
	font-size: x-small;
}

span.indent
{
	text-indent: 10pt
}

span.alignment 
{
	white-space: pre;
	font-family: courier;
}

span.current
{
	color: #FF0000;
}

td.footer
{
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-size: small;
}

table.footer
{
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-size: small;
}

div.genome_group 
{
	margin: 10px;
	padding: 10px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
}

span.title
{
	text-align: center;
	font-size: large;
}

span.subtitle
{
	font-size: large;
}

span.caption
{
	font-size: small;
	font-weight: bold;
	text-align: center;
}

span.imageSource
{
	font-size: xx-small;
}

span.preformatted 
{
	white-space: pre;
}
	
span.link_heading
{
	font-weight: bold;
}

span.element
{
	font-weight: bold;
}

span.bold
{
	font-weight: bold;
}

span.code_fragment
{
	font-weight: bold;	
}

span.value_type
{
	font-style: italic;
}

span.warning
{
	color: #FF0000;
}

span.error
{
	color: #FF0000;
}

span.searchResultTitle
{
	
}

span.speciesHeading
{
	font-weight: bold;
}

span.speciesContent
{

}

span.strain
{
	text-decoration: underline;	
}

a.noLink
{
	color: #000000;
	text-decoration: none;
}  /* for no link */

a.noLink:link 
{
	color: #000000;
	text-decoration: none;
}  /* for unvisited links */

a.noLink:visited 
{
	color: #000000;
	text-decoration: none;
} /* for visited links */

a.noLink:active 
{ 
	color: #000000;
	text-decoration: none;
} /* when link is clicked */

a.noLink:hover 
{ 
	color: #000000;
	text-decoration: none;
} /* when mouse is over link */


a
{
	color: #000099;
	text-decoration: underline;
}  /* for unvisited links */

a:link 
{
	color: #000099;
	text-decoration: underline;
}  /* for unvisited links */

a:visited 
{
	color: #000099;
	text-decoration: underline;
} /* for visited links */

a:active 
{ 
	color: #FF0000;
	text-decoration: none;
} /* when link is clicked */

a:hover 
{ 
	color: #FF0000;
	text-decoration: none;
} /* when mouse is over link */

 .center 
{ text-align:center } 



/*button*/

div.button a 
{

	font-family: arial, sans-serif;
	font-size: large;
	text-decoration: none;
	color: #FFFFFF;
	margin: 3px;
	padding: 3px;
	background: #000000;
	border-style: solid;
	border-color: #D8D8D8;
	border-width: 1px 1px 1px 1px;
}

div.button a:hover 
{
	color: #000000;
	background: #FFFFFF;
	border-color: #000000;
}


