

body, td, th, input {
    font-family: arial, sans-serif;
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial, sans-serif;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; font-weight: normal; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; }

:link { color: #039 }
:visited { color: #039 }
:link:hover, :visited:hover { color: #039 }
:link:active, :link:hover { color: #039 }

.hide {
    display: none;
}

body {
    background: #929292 url(../img/bg2.gif) repeat-x;
    min-width: 600px;
    margin: 0 20px 20px 20px;
}

#container {
    background: #fff;
    max-width: 70em;
    margin: 0 auto;
    
}

#header {
    position: relative;
    padding: 5px 0;
    min-height: 50px;
    height: 6em;
    background: #000 url(../img/header_bg.jpg) no-repeat;
    color: #fff;
    /* border-bottom: 1px solid #777; */
}

#header ul {
    width: auto;
    position: absolute;
    margin: 0 0 0 20px;
    padding: 0;
    bottom: 0;
    left: 0;
}

#header li {
    float: left;
    display: inline;
    white-space: nowrap;
    background: #ffa500 url(../img/tab_bg.gif) repeat-x;
    margin-right: 5px;
    padding: 0;
    
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
 
}

#header li.current {
    background: #fff url(../img/tab_bg_current.gif) repeat-x;
}

#header li.private {
    background: #d00;
}

#header li.current a {
    color: #000;
}

#header li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    float: left;
    padding: 8px 10px 8px 10px;
}

#header li a:hover {
    text-decoration: underline;
    background: #fff url(../img/tab_bg_current.gif) repeat-x;
}

#header .headSearch {
    float: right;
    padding: 0 10px 0 0;
}

#header label {
    font-weight: bold;
}

#header .quickBox {
}

#headerNav {
    text-align: right;
    padding: 5px 0 0 0;
}

#header .quickLinks a {
    color: #fff;
    text-decoration: none;
}

#header .quickLinks a:hover {
    text-decoration: underline;
}

#main {
    clear: both;
    height: auto;
    min-height: 38em;
    margin: 0;
    padding: 20px 0 0 0;
    background: #fff url(../img/body_bg.gif) repeat-x;
    line-height: 1.4em;
}

#side {
    float: left;
    width: 180px;
    margin: 0 0 0 10px;
    border-right: 1px solid #eee;
    height: auto;
}

#mainContent {
    margin-left: 220px;
    margin-right: 20px;
    height: 100%;
}

#mainContent p {
}

#mainContent li {
}

#mainContent .sitemap ul li {
    margin-bottom: 15px;
}

#mainContent .sitemap ul ul li {
    margin-bottom: 0px;
}

#header h1 a {
    display: none;
}


.box {
    /*background: #fff;*/
    padding: 0px 10px 10px 10px;
    /*
    border: 1px solid #333;
    border-top: 10px solid #333;
    border-bottom: 10px solid #333;
    */
}

.boxContent {
}

#footer {
    font-size: 80%;
    margin: 0 0 0 0;
    padding: 30px 10px 0 0;
    text-transform: uppercase;
    text-align: center;
    background: #222 url(../img/footer_bg.gif) repeat-x;
    color: #ffa500; 
    clear: both;
    height: 20px;
}

.formrow {
    margin: 10px 0 10px 0;
}
.formrow span {
    display: block;
    margin: 0;
}

#side ul.subnav {
    /*
    border: 1px solid #333;
    border-top: 10px solid #333;
    border-bottom: 10px solid #333;
    */
    list-style: none;
    padding: 0 10px 0 10px;
    margin: 0 0 10px 0;
}

#side ul.subnav li ul {
    margin: 0 0 0 0;
}

#side ul.subnav li a {
    text-decoration: none;
    color: #000;
}

#side ul.subnav li a:hover {
    text-decoration: underline;
}

#side ul.subnav ul {
    list-style: none;
    padding: 0 0 0 0px;
}

#side ul.subnav ul li a {
    color: #039;
    text-decoration: underline;
}

#side .box ul {
    list-style: none;
    padding: 0;
}

.breadcrumbs p {
    margin: 0;
    padding: 0;
}

.updateMessage {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fefefe;
}

.editstruct label {
    font-weight: bold;
}

.neuroTable {
    width: 90%;
    text-align: left;
    margin: 5px;
}

.neuroTable td, th {
    padding: 5px;
}

.neuroTable .even {
    background: #f9f9f9;
}

.sweDiv, .latDiv, .synDiv {
}

.sweDiv {
    font-weight: bold;
}

.latDiv {
    font-style: italic;
}

.synDiv {
    color: #060;
    margin-bottom: 1em;
}

.letter_list {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 3px;
    margin-bottom: 10px;
}

.letter_list a {
    font-size: 130%;
    padding: 3px;
    font-weight: normal;
    text-decoration: none;
}

.letter_list a:hover {
    background: #eee;
}

input:focus {
}

pre {
    background: #f3f3f3;
    border: 1px solid #ddd;
    padding: 10px;
}

