﻿body {
    background-color: #828499 !important;
    background-position: top;
    background-repeat: repeat-x;
    font-family: Arial;
    /*font-size: .9em;*/
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}


/* LAYOUT */

#login {
    color: #ffffff;
    text-align: left;
}

div.headerRight {
    background-image: url(../images/newbannerRight.jpg);
    background-position: right;
    background-repeat: no-repeat;
    height: 207px;
}

div.headerLeft {
    background-image: url(../images/newbannerLeft2.jpg);
    background-position: left;
    background-repeat: no-repeat;
    height: 207px;
    position: relative;
}

#title {
    color: #ffffff;
    font-family: Arial;
    font-size: x-large;
    left: 180px;
    position: absolute;
    top: 70px;
}

menu {
    border-left: solid 3px white;
    border-right: solid 3px white;
    margin: 0;
    padding: 5px 15px 5px 15px;
}

ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #ffffff;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #E5E5E5;
                text-decoration: none;
            }

div.contentHolder {
    margin: 0 auto;
    /*width: 960px;*/
    width: 1000px;
}

#main {
    -moz-border-radius-bottomleft: 25px;
    -moz-border-radius-bottomright: 25px;
    background-color: #efefef;
    border-bottom: solid 3px white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: solid 3px white;
    border-right: solid 3px white;
    padding: 15px;
}

#content {
    min-height: 600px;
}

#footer {
    padding-top: .5em;
    text-align: center;
}

    #footer img {
        padding: 0 0 0 5px;
    }

    #footer a:Link {
        color: #efefef;
    }

    #footer a:visited {
        color: #efefef;
    }

/* FORMS */

form, .details {
    margin: 0;
    padding: 0;
}

    form ol, .details ol {
        list-style: none;
        padding: 0;
    }

        form ol li, .details ol li {
            padding-bottom: 5px;
        }

    form label, .details label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

        form label.checkbox, .details label.checkbox {
            display: inline;
        }

    form input[type="text"], form input[type="password"], form select, form input[type="number"] {
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }

        form input[type="text"]:focus, form input[type="password"]:focus, form select:focus {
            border: 1px solid #7ac0da;
        }

    form input[type="submit"], form input[type="reset"] {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
    }

.submit-button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    color: black;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
}

/* TABLES */

table {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #F9F9F9;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    color: #333;
    margin-bottom: 10px;
    min-width: 100%;
    padding: 3px;
    table-layout: fixed;
}

    table td, table th {
        border-bottom: 1px solid #DFDFDF;
        border-top-color: white;
        color: #555;
        padding: 3px;
        /*overflow: hidden;
	width:20px;
	padding-left: 6px;*/
    }

    table th {
        font-weight: bold;
        line-height: 1.3em;
        text-align: left;
        text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
    }

    table td {
        line-height: 1.3em;
        vertical-align: middle;
    }


/* CONTENT */


ul.menu {
    list-style: none;
}

    ul.menu li {
        padding: 5px 0 5px 0;
    }

.required {
    color: Red;
    font-weight: normal;
    margin-left: .5em;
}

#help-info {
    font-size: 10px;
    text-align: center;
}

.editor-label, .display-label {
    font-weight: bold;
}

.btnReturn {
    margin-top: .5em;
}

.HLsoe {
    padding-top: .5em;
}

.ppt li {
    left: 14em;
    list-style-type: none;
    position: absolute;
    top: 0px;
}

.ppt img {
    background-color: #ececec;
}

.videoButtons {
    background-color: #800000;
    border-style: none;
    height: 26px;
    margin: 0px;
    padding: 0px;
    width: 32px;
}

#norecordsDialog {
    border: solid 3px black;
}

    #norecordsDialog a {
        color: blue;
    }

.errorPanel {
    background-color: White;
    font-size: .9em;
    font-weight: bold;
    padding: 1em;
}

div.noDisplay h1 {
    display: none;
}

/*style for error master*/

div.errorPage p.error {
    font-size: 2em;
    font-weight: bolder;
    margin-top: 1.6em;
}

div.errorPage {
    width: 70%;
}

    div.errorPage p {
        font-size: 1.2em;
    }

div.RegStatus p {
    background-color: White;
    border: solid #828499 1px;
    font-weight: normal;
    margin-top: 0;
    padding: .5em;
    /*width:90%;*/
    text-align: left;
}

div.disclaimer {
    background-color: #dce7ff;
    border: double #828499 3px;
    font-weight: normal;
    margin: .5em;
    margin-bottom: 1em;
    padding: .5em;
    text-align: left;
}

    div.disclaimer p {
        margin: 0;
        margin-bottom: .3em;
    }

p.important {
    color: Red;
    font-size: 1em;
}


/* new stuff */

.hide {
    display: none;
}

.normal {
    display: inline;
}

.info-left {
    float: left;
}

.info-right {
    clear: right;
    float: right;
    padding-right: 25px;
}

.display-label {
    margin-top: 10px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
}

.validation-summary-errors {
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #F1E7D1;
    border: solid 1px red;
    border-radius: 10px;
    color: #ff0000;
    margin-bottom: 15px;
    padding: 5px 8px 5px 8px;
    text-align: left;
    vertical-align: middle;
}

    .validation-summary-errors span {
        background: #F1E7D1 url(../images/err-32x32.png) no-repeat;
        background-position: left center;
        display: inline-block;
        height: 35px;
        padding-left: 40px;
        padding-top: 15px;
        vertical-align: middle;
    }

    .validation-summary-errors ul {
        margin-top: -5px;
    }

    .validation-summary-errors span:before {
        content: "ERROR: ";
        font-weight: bold;
    }

.validation-summary-valid {
    display: none;
}

.redfont {
    color: red;
}

.float-left-and-pad {
    float: left;
    margin-right: 20px;
}

.clear {
    clear: both;
}

#SoeReportTable td {
    width: 300px;
}

legend b {
    font-size: x-large;
}

.float-left-and-pad {
    float: left;
    margin-right: 20px;
}

.disabled {
    color: gray;
    text-decoration: underline;
}

a.my-class {
    color: #333333
}

    a.my-class:active {
        color: #666666
    }

    a.my-class:link {
        color: #999999
    }

    a.my-class:visited {
        color: #CCCCCC
    }

.statsCenter {
    text-align: Center;
}

.statsRight {
    text-align: right;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
a {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}