/*
SPECIES PHP DIVS AND STYLES.
*/

#species_menu{
float:left;
width:100px;
margin:0 auto;
border:0
}
#species_menu_noref{
margin-top:0px;
float:left;
width:100px;
margin:0 auto;
border:0;
}

#species_main{
float: right;
width: 700px;
border:0;
margin:0 auto;
}

#species_name{
width:100%;
border:0;
margin-top:0px;
margin-bottom:20px;
text-align:right;
color:#ffffff;
}

/*
SPECIES MENU STYLES
*/
.menu_item{
margin-top:30px;
margin-left:20px;
margin-right:20px;
}

.item_img{
margin:0;
border:0;
}

.item_name{
margin-top:10px;
}

/*
SPECIES TABLE STYLES
*/
.species_menu{
border:0px;
width:70%;
background-color:#ffffff;
padding-top: 0px;
padding-bottom: 0px;
padding-left:0px;
margin-bottom:5px;
border-top: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
}
.species{
font-size: 12px;
text-decoration: bold;
padding-left:0px;
}
.species a  {
color: #808080;
font-weight: normal;
}
.species a:hover {
color:#ff6600;
}
.species_selected a{
font-size: 20px;
text-weight: bold;
padding-left: 0px;
color:#ff6600;
margin:5px;
text-decoration: none;
}

.species_menu .title{
padding-left:5px;
font-size: 13px;
text-decoration: bold;
color: #808080;
background:#ffffff;
border-bottom:1px dashed #808080;
}

.species ul{
padding-left:10px;
}

.species li{
list-style:none;
padding-left:0px;
margin-left:0px;
}


#noref_species li a{
color:#808080;
}


/*
Genes table
*/

#genes_table th{
color:#808080;
background-color: #ffffff;
font-weight: bold;
border-top: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
}
