#header {
    padding-bottom: 10px;
}

#navigationbar {
    margin: 1px;
}

#container {
    border-top: 1px solid #BCBFB7; /*padding-top: 1em;*/
}

#links {
    font-size: 0.85em;
    font-weight: bold;
}

#content.left_split {
    background: white;
    width: 70%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.83em;
    border-right: 1px solid #BCBFB7;
    margin-right: 10px;
    padding: 0px 10px 5px 10px;
}

#footer {
}

#copyright {
    border-top: 1px solid #BCBFB7;
    clear: both;
    color: #333333;
    line-height: 150%;
    margin: 0;
    width: 100%;
    font-size: 0.70em;
}

.line-even {
    background: azure;
}

.line-even-temp-closed-study {
    background: seashell;
}

.line-even-closed-study {
    background: whitesmoke;
}

.line-odd {
    background: white;
}

.table {
    border: 1px solid lightgray;
    border-collapse: collapse;
    font-size: 11pt;
    font-family: Verdana;
}

.table_small {
    border-collapse: collapse;
    font-size: small;
    font-family: Verdana;
}

h5 {
    text-decoration: none;
    font-weight: bold;
}

a {
    color: Maroon;
    text-decoration: none;
}

a:hover {
    color: #ff8000;
}

body {
    font-family: Tahoma;
    font-size: 11pt;
}

input.text {
    border: 1px solid #64493E;
    background-color: #FFFFFF;
    font-size: 11pt;
}

input.button {
    border: 1px solid #64493E;
    color: Maroon;
    background-color: #FAEBE7;
    font-size: 1em;
}

a.lbutton {
    border: #64493E solid 1px;
    color: Maroon;
    background-color: #FAEBE7;
    font-size: 1em;
    padding: 2px;
}

input.button1 {
    border: 1px solid;
    font-size: 1em;
}

#notice {
    color: green;
    border: 2px solid;
    padding: 1em;
    margin-bottom: 2em;
}

/* The error box */
.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

#errorExplanation {
    width: 400px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

.form {
    border: 2px solid #D7E5F2;
    border-collapse: collapse;
    background-color: #F9FBFD;
}

/* --------------------------- */

/* Auto Complete */
div.auto_complete {
    position: absolute;
    width: 500px;
    background-color: white;
    border: 1px solid #888;
    margin: 0px;
    padding: 0px;
}

.auto_complete ul li.selected {
    background-color: #FFFFBB;
}

.auto_complete ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.auto_complete span#name {
    font-weight: bold;
    line-height: 1.2em;
}

.auto_complete span#username {
    color: gray;
    font-size: 11px;
}

.auto_complete div#email {
    color: gray;
    font-size: 11px;
}

/* -------------------------- */

div.row {
    clear: both;
    padding-top: 10px;
}

div.row span.label {
    float: left;
    width: 100px;
    text-align: right;
}

div.row span.formw {
    float: right;
    width: 335px;
    text-align: left;
}

.style1 {
    font-size: large;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style2 {
	font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.disease_site_link {
    border-bottom: 1px dotted #999999;
    width: 300px;
    font-weight: bold;
}

.labelcell {
    color: #3670A7;
    background-color: #F2F7FB;
    font-weight: bold;
   /* width: 25%; */
}

.fieldcell {
    /*width: 250px;*/
}

.headerline {
    background: WhiteSmoke;
}

