/*   M A I N   */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;

}

a:link {
color: #1A8E88; text-decoration: none;
font-weight: bold;
}

a:visited {
color: #1A8E88; text-decoration: none;
font-weight: bold;
}

a:hover {
color: #1A8E88; text-decoration:underline; 
font-weight: bold;
}

a:active {
color: #1A8E88; text-decoration: none;
font-weight: bold;
}


/*   M E N U   */

div#menu {
    margin-bottom: -15px;
    margin-top:0px;
    margin-left: 0px;
    }

div#menu br {
    clear:left;
    }


h2 {
    color: #167D77;
    font-size:20px;
    margin: 5px;
    line-height:25px;
    }

 h3 {
    color: #167D77;
    font-size:16px;
    margin: 5px;
    line-height:10px;
	    }   

h4 {
    color: #167D77;
    font-size:12px;
    font-weight:normal;
    margin: 5px;
	    }    

/*    
A {
    text-decoration: none
    }
*/
/*    border-bottom: 1px dotted;*/

img {
    border: none;
    }

img#logo {
    float: left;
    margin: 5px;
    }

ul.nav {
    list-style-type: none;
    font-weight: bold;
/*    font-variant: small-caps;*/
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
    float: left;
    }

ul.nav li {
    display: inline;
    }

ul.nav li a {
    padding: 2px 20px;
    margin: 0px 2px;
    text-decoration: none;
    text-align: center;
    color: #167D77;
    }

ul.nav li a:hover {
    background-color: #167D77;
    color: #E9F7F6;
    text-decoration:underline;
    }

ul.nav li a:active {
    background-color: #BCE8E6;
    }
				    
ul.links_1 {
    list-style-type: none;
    font-variant: small-caps;
    text-transform: capitalize;
    font-weight: bold;
    }

ul.links_2 {
    margin-bottom: 15px;
    font-variant: normal;
    text-transform: none;
    }

ul.links_2 li  {
    font-weight: normal;
    }

ul.nav li.sel a{
color: #E9F7F6;
}

li.std a {
    background-color: #BCE8E6;
     line-height:30px;
    }

li.sel a {
    background-color: #167D77;
    line-height:30px;
    }    


/*   B R O W S E   */

.help {
    padding: 0px;
    margin: 1px;
    color: #E9F7F6;
    border: 1px dotted #E9F7F6;
    vertical-align: super;
    cursor: default;
    font-size: x-small;
}

.help_inv {
    padding: 0px;
    margin: 1px;
    color: #000000;
    border: 1px dotted #000000;
    vertical-align: super;
    cursor: default;
    font-size: x-small;
}

.abbrev {
    padding-bottom: 0px;
    border-bottom: 1px dotted #167D77;
    cursor: default;
}

ul.detail {
    margin: 0px;
    padding-top: 0pt;
    padding-left: 12pt;
}

li.detail {
    padding-bottom: 8pt;
}

select {
    margin-top: 5px;
    background-color: #E9F7F6;
    color: #167D77;
}

td.head {
    padding: 7px;
    background-color: #167D77;
    color: #E9F7F6;
    vertical-align: middle;
    font-weight: bold;
}

.head_name{
white-space: nowrap;
}

tr.even {
    background-color: #e6f2f2;
}

tr.odd {
    background-color: #E9F7F6;
}

tr:hover {
    background-color: gainsboro;
}

td {
    padding: 3px;
    vertical-align: top;
}

TD.detail_hd {
    vertical-align: middle;
    padding: 7px;
    background-color: #167D77;
    color: #E9F7F6;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

TD.detail_bd{
    vertical-align: top;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #E9F7F6;
}

td.agent {
    font-weight: bold;
}

td.study_type {
    font-style: italics;
}

/*   F O O T E R   */

div#footer {
    border-top: thin solid silver;
    margin-top: 22px;
    text-align: center;
    font-size: 8pt;
    float:left;
    width:100%;
    }
    
div#footer_genome {
    border-top: thin solid silver;
    margin-top: 20px;
    text-align: center;
    font-size: 8pt;
    }
    

    