DIV.datatitle {
    clear:both;
    margin-top: 1em;
}

BODY {
    background: #fd0;
    font-size: medium;
}

H1, H1#nattotitle {
    color: black;
    border-bottom: 2px solid #fd0;
    font-size: 160%;
}

H1 SPAN#species{
    font-size: 60%;
}

H2 {
    border-bottom: 1px solid #fd0;
    clear: both;
}

H3 {
    border-bottom: 1px dotted #fd0;
}

A {     
    clear: both;
    text-decoration: none; }

/* ---------------------------------------------------------------------- */

#body_container {
    background: white;
    padding: 10px; 
    margin: 10px;

    font-family: sans-serif;
}

/* ---------------------------------------------------------------------- */

table.nattomenu a{
    text-decoration: none;
    font-weight: bold;
    color: #730;
}

table.nattomenu a:hover {
    color: red;
    text-decoration: underline;
}

table.nattomenu, table.nattomenu2  {
    border-collapse: collapse;
    font-size: 100%;
    clear: both;
    margin-top: 0;
    margin-left: 0;
/*    height: 2em; */
    padding: 0;
    white-space: nowrap;
    min-width: 600px;
}

table.nattomenu td, table.nattomenu2 td {
    background: #fd0;
    font-size: 14pt;
    padding-top: 2px;
    padding-bottom: 2px;
}

table.nattomenu td {
    border-right: solid 1px white;
    border-bottom: solid 1px white;
}

table.nattomenu2 td {
    font-size: 80%;
    padding-left: 30px;
}

table.nattomenu2 td.end {
    padding-right: 30px;
}


table.nattomenu td.thispage_child {
    border-bottom: solid 1px #fa0;
}

table.nattomenu td.thispage, table.nattomenu2 td {
    background: #fa0;
}


table.nattomenu td a {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}

table.nattomenu ul span {
    border-right: 1px solid white;
}

table.nattomenu ul {
    display: none;
}

/* ---------------------------------------------------------------------- */

P, UL {
    margin-left: 30px;
    margin-right: 20px;
}

address {
    border-top: 2px solid #fd0;
    padding-top: 5px;
    font-style: normal;
}

/* ---------------------------------------------------------------------- */

.species {
    font-style: italic;
}

/* ---------------------------------------------------------------------- 
   Local settings
   ---------------------------------------------------------------------- */

IFRAME#gbrowse {
    width: 100%;
    height: 100%;
}

table#orthologue { border-collapse: collapse; }
table#orthologue .locus { border-left: 1px solid #aaa; width: 12%; }
table#orthologue .gene, table#orthologue thead TD { border-right: 1px solid #aaa; width: 8%; }
table#orthologue .species { font-style: italic;}
table#orthologue TD { border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; }