﻿body {
    font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}




/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}



dl {
    width: 420px;
    overflow: hidden;
    margin: 0px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

dt {
    float: left;
    width: 45%;
    margin: 0px;
    padding: 0px;
    clear: both;
    line-height: 25px;
}

dd {
    float: left;
    width: 55%;
    margin: 0px;
    padding: 0px;
    line-height: 25px;
}

.bold {
    font-weight: bold;
}

.PhotoBox {
    width: 425px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.FormDiv {
    border: 1px solid black;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px;
}

.topDiv {
    width: 480px;
    display: inline-block;
}

.topFormDiv {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    background-color: #A1CE58;
    color: white;
    font-weight: bold;
}


.FormItem {
    min-width: 250px;
    margin-bottom: 5px;
}

.FormDesc {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    min-width: 100px;
}

.FormGroup {
    display: inline-block;
    min-width: 200px;
    vertical-align: top;
}

.button {
    font: bold 13px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.inputSubmit {
    margin-left: 100px;
}

.photoButton {
    display: block;
    width: 150px;
    height: 25px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin: 10px;
}

.CleaningTextArea {
    height: 100px;
    width: 400px;
    margin-left: 20px;
}

.textAreaDiv {
    margin: 10px;
}

input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]) {
    width: 240px;
}

input[type="radio"] {
    vertical-align: top;
}

.CkBoxDiv {
}

.FullLengthDiv {
    margin-top: 8px;
    margin-bottom: 8px;
    vertical-align: top;
    padding: 5px;
}

.FullLengthDivAlt {
    background-color: #bcbcbc;
}
/*.FullLengthDiv:nth-child(odd){
        background-color: #bcbcbc;
    }​*/

.LeftItemDesc {
    font-weight: bold;
    display: inline-block;
    width: 300px;
    vertical-align: top;t
}

.LargeInput {
    width: 500px;
    height: 50px;
}

.SmallTextBox {
    width: 50px;
    height: 20px;
}

.mainMenuTop {
    height: 30px;
    background-color: #036E9C;
    color: white;
    font-weight: bold;
    line-height: 30px;
}

.mainMenuBottom {
    background-color: #ACACAC;
    height: 3px;
}


table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.gridtable th {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #dedede;
    }

    table.gridtable td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
    }


a.sub {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    outline: none;
}

    a.sub:visited {
        color: #000;
    }

    a.sub:active {
        color: #0000FF;
    }

    a.sub:hover {
        color: #0000FF;
        text-decoration: underline;
    }

a.home {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    outline: none;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    margin-left: 10px;
    margin-right: 10px;
}

    a.home:visited {
        color: #FFFFFF;
    }

    a.home:active {
        color: #FFFFFF;
    }

    a.home:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }


a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #0000ff;
    text-decoration: none
}

a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #0000ff;
    text-decoration: none
}

a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #0000ff;
    text-decoration: none
}

a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #006600;
    text-decoration: none
}

a.regular-small:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #336699;
    text-decoration: none
}

a.regular-small:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #336699;
    text-decoration: none
}

a.regular-small:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #336699;
    text-decoration: none
}

a.regular-small:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFCC66;
    text-decoration: none
}

a.regular-smallcap:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #336699;
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
}

a.regular-smallcap:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #336699;
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
}

a.regular-smallcap:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #336699;
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
}

a.regular-smallcap:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFCC66;
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
}


strong, b {
    font-weight: bold;
}


.regulartext {
    MARGIN: 3px;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 15px;
    COLOR: #000000;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}

.smalldesctext {
    MARGIN: 3px;
    FONT-SIZE: 11px;
    LINE-HEIGHT: 13px;
    COLOR: #666666;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}

.regulartext-small {
    MARGIN: 3px;
    FONT-SIZE: 9px;
    LINE-HEIGHT: 15px;
    COLOR: #000000;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}

p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
    font-size: 24px;
    line-height: 44px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    font-variant: small-caps;
}

h4 {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    color: #003399;
}

h5 {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

h6 {
    font-size: 10px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

img {
    border: 0;
}

.nowrap {
    white-space: nowrap;
    font-size: 10px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    /* must be combined with nobr in html for ie5win */
}

#maincontent {
    float: left;
    padding: 10px 5px 10px 5px;
    margin: 10px 1% 20px 2%;
    border: 2px solid #333;
    width: 92%; /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 92%;
}

html > body #maincontent {
    width: 92%; /* ie5win fudge ends */
}


pre {
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.searchletters {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #333333;
    text-decoration: none;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 2px;
    background-color: #FFFFE8;
}

.bluebold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: normal;
    font-weight: bold;
    color: #003399;
}


.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 200px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

    .popbox h2 {
        background-color: #4D4F53;
        color: #E3E5DD;
        font-size: 14px;
        display: block;
        width: 100%;
        margin: -10px 0px 8px -10px;
        padding: 5px 10px;
    }

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
