

body {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    background: linear-gradient(#ffffff 9%, #a0b0bb 37%, #587587);
}

.page {
    padding: 0px 25px 50px 25px;
    min-height: 800px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
}


#main {
    height: auto;
    min-height: 800px;
    width: 1140px;
    max-width: 1140px;
    padding: 15px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    display: table;
}

a, a:link, a:visited {
    color: #0a77d5;
}

    a:hover {
        color: #FFA20C;
        text-decoration: none;
    }


    a.editpencil {
        background: no-repeat top left;
        background-image: url(images/edit.png);
        display: block;
        width: 24px;
        height: 24px;
        text-indent: -9999px; /*hides the link text*/
    }


p, ul {
    color: black;
    margin-bottom: 20px;
    line-height: 1.6em;
}

img {
    border: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

h1 {
    font-size: 40px;
    color: #333;
    margin: 0 0 30px 0;
    padding: 5px 0;
}

h2 {
    font-size: 24px;
    color: #76c3ff;
    margin: 0 0 20px 0;
    padding: 0;
}

h3 {
    font-size: 21px;
    color: #76c3ff;
    margin: 0 0 20px 0;
    padding: 0;
}

h4 {
    font-size: 18px;
    color: #76c3ff;
    margin: 0 0 10px 0;
    padding: 0;
}

h5 {
    font-size: 16px;
    color: #76c3ff;
    margin: 0 0 10px 0;
    padding: 0;
}

h6 {
    font-size: 14px;
    color: #00137F;
    margin: 0 0 5px 0;
    padding: 0;
}

h7 {
    font-size: 14px;
    color: #76c3ff;
    margin: 0 0 5px 0;
    padding: 0;
}

label {
    color: #00137F;
}

span.outstandingbalance label {
    color: #FF0000;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.image_wrapper {
    padding: 4px;
    border: 1px solid #000;
    background: #0f1115;
    margin-bottom: 10px;
}

.fl_img {
    float: left;
    margin: 3px 30px 15px 0;
}

.fr_img {
    float: right;
    margin: 3px 0 15px 15px;
}

.idletimeout, #idletimeout {
    background: #FF2D3B;
    border: 3px solid #FF6500;
    color: #fff;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

    #idletimeout a {
        color: #fff;
        font-weight: bold;
    }

    #idletimeout span {
        font-weight: bold;
    }

/* BUTTONS */

.deleteButton {
    background: url(images/delete.png) no-repeat top left;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
}

.smbluebutton a {
    clear: both;
    display: block;
    width: 90px;
    height: 28px;
    padding: 4px 0 0 15px;
    background: url(images/sm_blue_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

    .smbluebutton a:hover {
        color: #FFA20C;
    }

input.smallsubmitblue {
    color: #333;
    width: 90px;
    height: 28px;
    border: none;
    margin: 0px;
    padding: 0px;
    background: #0c0 url(images/sm_blue_button.png) 0 0 no-repeat;
}

.bluebutton a {
    clear: both;
    display: block;
    width: 155px;
    height: 28px;
    padding: 4px 0 0 15px;
    background: url(images/blue_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

    .bluebutton a:hover {
        color: #FFA20C;
    }

    .lgbluebutton button {
    clear: both;
    display: block;
    width: 225px;
    height: 28px;
    background: url(images/lg_blue_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
    font-family: Tahoma, Geneva, sans-serif;
    border: none;
}
      
    .lgbluebutton button:hover {
        color: #FFA20C;
    }

.lgbluebutton a {
    clear: both;
    display: block;
    width: 225px;
    height: 28px;
    padding: 4px 0 0 10px;
    background: url(images/lg_blue_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

    .lgbluebutton a:hover {
        color: #FFA20C;
    }



.smgreenbutton a {
    clear: both;
    display: block;
    width: 90px;
    height: 28px;
    padding: 4px 0 0 15px;
    background: url(images/sm_green_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

    .smgreenbutton a:hover {
        color: #FFA20C;
    }

.greenbutton a {
    clear: both;
    display: block;
    width: 155px;
    height: 28px;
    padding: 4px 0 0 15px;
    background: url(images/green_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

    .greenbutton a:hover {
        color: #FFA20C;
    }

.lggreenbutton a {
    clear: both;
    display: block;
    width: 225px;
    height: 28px;
    padding: 4px 0 0 10px;
    background: url(images/lg_green_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

    .lggreenbutton a:hover {
        color: #FFA20C;
    }

.smredbutton a {
    clear: both;
    display: block;
    width: 90px;
    height: 28px;
    padding: 4px 0 0 15px;
    background: url(images/sm_red_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

    .smredbutton a:hover {
        color: #FFA20C;
    }

.redbutton a {
    clear: both;
    display: block;
    width: 155px;
    height: 28px;
    padding: 4px 0 0 15px;
    background: url(images/red_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

    .redbutton a:hover {
        color: #FFA20C;
    }

.lgredbutton a {
    clear: both;
    display: block;
    width: 225px;
    height: 28px;
    padding: 4px 0 0 10px;
    background: url(images/lg_red_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

    .lgredbutton a:hover {
        color: #FFA20C;
    }


.yellowbutton a {
    clear: both;
    display: block;
    width: 155px;
    height: 28px;
    padding: 4px 0 0 15px;
    background: url(images/yellow_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

    .yellowbutton a:hover {
        color: #FFA20C;
    }

.lgyellowbutton a {
    clear: both;
    display: block;
    width: 225px;
    height: 28px;
    padding: 4px 0 0 10px;
    background: url(images/lg_yellow_button.png) no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

    .lgyellowbutton a:hover {
        color: #FFA20C;
    }

/* end BUTTONS */

/* BUTTONS */

.attestation_checkbox {
    float: left; 
    margin-left: 0px; 
    margin-right: 50%; 
    width: 550px;
}

/* end BUTTONS */

#blue_content_wrapper {
    color: #fff;
    width: 1200px;
    padding: 0px;
    margin: 10px auto;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
}

#blue_wrapper {
    width: 1200px;
}

#blue_slider {
    width: 900px;
    height: 170px;
    padding: 40px 30px; /*background: url(images/site_slider.png) no-repeat;*/
    background-color: White;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
}

#blue_content_header {
    width: 880px;
    height: 70px;
    padding: 30px 40px 0;
    color: #333;
    text-align: center;
    background: url(images/site_h1.png) no-repeat;
}


/* header */

#blue_header {
    width: 1200px;
    height: 125px;
    /*background: url(images/blue_header_dark.png) no-repeat;*/
}

    #blue_header #blue_title {
        float: left;
        padding: 40px 40px 0;
    }

        #blue_header #blue_title h1 {
            margin: 0;
            padding: 0;
        }

            #blue_header #blue_title h1 a {
                margin: 0px;
                padding: 0px;
                font-size: 30px;
                color: #ffffff;
                font-weight: normal;
                text-decoration: none;
            }

                #blue_header #blue_title h1 a span {
                    display: block;
                    text-align: left;
                    margin: 5px 0 0 3px;
                    font-size: 14px;
                    color: #352c2c;
                    font-weight: bold;
                    letter-spacing: 2px;
                }
/* end header */

.LockUp {
    display: block;
    background-color: #FFFFFF;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

/* uploading */

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 105%;
    height: 105%;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.SlickLockOn {
    display: inline;
    visibility: visible;
    position: relative;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=85);
    opacity: 0.85;
}
/* end uploading */

/* menu */

#blue_menu {
    width: 1200px;
    height: 75px;
    background: url(images/top_menu_dark.png) no-repeat;
    box-shadow: 0 -3px 5px #eef2f5;
    border-radius: 10px 0 0 0;
}

    #blue_menu ul {
        float: left;
        margin: 0;
        padding: 2px 0px;
        list-style: none;
    }

        #blue_menu ul li {
            padding: 0px;
            margin: 0px;
            display: inline;
        }

            #blue_menu ul li a {
                position: relative;
                float: left;
                width: 140px;
                height: 50px;
                display: block;
                padding: 20px 0 0 0;
                margin-right: 1px;
                text-align: center;
                font-size: 14px;
                text-decoration: none;
                color: #63BBFF;
                font-weight: bold;
                outline: none;
                background: url(images/menu_divider.png) repeat-y;
            }

            #blue_menu ul li .first {
                background: none;
            }

    #blue_menu li a:hover {
        color: #FFA20C;
    }

/* end menu */


#blue_content_full_col {
    clear: both;
    padding: 40px;
}

#blue_content {
    float: left;
    width: 560px;
    padding: 40px;
}

.services_section {
    clear: both;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
    background: url(images/menu_divider.jpg) bottom repeat-x;
}

    .services_section h4 {
        margin-bottom: 20px;
    }

    .services_section .left {
        float: left;
        width: 150px;
    }

        .services_section .left img {
            border: 1px solid #CCC;
            padding: 5px;
        }

.services_sectio .services_content {
    clear: both;
    margin: 10px 0;
}

.services_section .right {
    float: right;
    width: 370px;
}

.post_section {
    clear: both;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #112e41;
}

    .post_section .post_content {
        clear: both;
        margin: 10px 0;
    }

.post_content .right {
    float: right;
    width: 200px;
}

    .post_content .right img {
        width: 180px;
        height: 180px;
        border: 1px solid #112e41;
        background: #16374c;
        padding: 5px;
    }

.post_content .left {
    float: left;
    width: 320px;
}

.post_section p {
    text-align: justify;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.post_section .comment_tab {
    padding: 10px 0;
    margin: 40px 0 20px 0;
    border-bottom: 1px dashed #666;
    font-size: 20px;
    font-weight: bold;
}

/* footer */

#blue_footer {
    height: 30px;
    color: #76c3ff;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: thin;
    background-color: White;
    padding-top: 5px;
}

    #blue_footer a {
        color: #333;
    }

/* end of footer */

/* MISC */

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#breadcrumbs {
    border-bottom: 1px solid #eeeeee;
}

#menucontainer {
    margin-top: 40px;
}



#title {
    padding-top: 10px;
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #00137F;
    float: right;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
        color: #00137F;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
        color: #00137F;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: underline;
        color: #FFA20C;
    }

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

/* end MISC */

.rounded-drop {
    width: 900px;
    height: 200px;
    padding: 40px 30px;
    background: url(images/site_slider.png) no-repeat;
}

.rounded-corners {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
    border-width: medium;
    margin: 5px;
}

.heading {
    color: #b4CC31;
    padding: 4px;
}

/* datagrid */

.small table thead th {
    color: #fff;
    font-size: 12px;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #DBDBDB;
    overflow: auto;
    border: 1px solid #4cb1ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .datagrid table td, .datagrid table th, .datagrid table thead {
        padding: 3px 10px;
    }

        .datagrid table thead th {
            background: #d0e4f7; /* Old b-moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, lrowsers */ background: eft top, left bottom, color-stop(0%,#d0e4f7), color-stop(24%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* IE10+ */
            background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            border-left: 1px solid #4cb1ff;
        }






            .datagrid table thead th:first-child {
                border: none;
            }


    .datagrid table tbody td {
        color: #00137F;
        border-left: 1px solid #dee9ff;
        font-size: 12px;
        font-weight: normal;
    }

    .datagrid table tbody .alt td {
        background: #dee9ff;
        color: #4cb1ff;
    }

    .datagrid table tbody td:first-child {
        border-left: none;
    }

    .datagrid table tbody tr:last-child td {
        border-bottom: none;
    }


/*monthlysubgrid*/

.monthlysubgrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.monthlysubgrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #DBDBDB;
    overflow: auto;
    border: 1px solid #4cb1ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .monthlysubgrid table td, .monthlysubgrid table th, .monthlysubgrid table thead {
        padding: 3px 10px;
    }

        .monthlysubgrid table thead th {
            background: #d0e4f7; /* Old b-moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, lrowsers */ background: eft top, left bottom, color-stop(0%,#d0e4f7), color-stop(24%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* IE10+ */
            background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            border-left: 1px solid #4cb1ff;
        }






            .monthlysubgrid table thead th:first-child {
                border: none;
            }


    .monthlysubgrid table tbody td {
        color: #00137F;
        border-left: 1px solid #dee9ff;
        font-size: 12px;
        font-weight: normal;
    }

    .monthlysubgrid table tbody .alt td {
        background: #dee9ff;
        color: #4cb1ff;
    }

    .monthlysubgrid table tbody td:first-child {
        border-left: none;
    }

    .monthlysubgrid table tbody tr:last-child td {
        border-bottom: none;
    }

    .monthlysubgrid table {
        border-collapse: collapse;
        text-align: left;
        width: 100%;
    }


/*mailboxgrid*/
.mailboxgrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.mailboxgrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #DBDBDB;
    overflow: auto;
    border: 1px solid #4cb1ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*margin-top:25px;*/
}

    .mailboxgrid table td, .mailboxgrid table th, .mailboxgrid table thead {
        padding: 3px 10px;
    }

        .mailboxgrid table thead th {
            background: #d0e4f7; /* Old b-moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, lrowsers */ background: eft top, left bottom, color-stop(0%,#d0e4f7), color-stop(24%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* IE10+ */
            background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            border-left: 1px solid #4cb1ff;
        }
            .mailboxgrid table thead th:first-child {
                border: none;
            }


    .mailboxgrid table tbody td {
        color: #00137F;
        border-left: 1px solid #dee9ff;
        font-size: 12px;
        font-weight: normal;
    }

    .mailboxgrid table tbody .alt td {
        background: #dee9ff;
        color: #4cb1ff;
    }

    .mailboxgrid table tbody td:first-child {
        border-left: none;
    }

    .mailboxgrid table tbody tr:last-child td {
        border-bottom: none;
    }

    .mailboxgrid table {
        border-collapse: collapse;
        text-align: left;
        width: 100%;
    }


.errors {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #DBDBDB;
    overflow: auto;
    border: 1px solid #4cb1ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .errors table td, .errors table th, .errors table thead {
        padding: 3px 10px;
    }

        .errors table thead tr {
            background: #fefcea; /* Old browsers */
            background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* IE10+ */
            background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
            font-size: 15px;
            font-weight: bold;
            border-left: 1px solid #4cb1ff;
        }

    .errors table tbody td {
        color: #00137F;
        border-left: 1px solid #dee9ff;
        font-size: 12px;
        font-weight: normal;
    }

    .errors table tbody .alt td {
        background: #dee9ff;
        color: #4cb1ff;
    }

    .errors table tbody td:first-child {
        border-left: none;
    }

    .errors table tbody tr:last-child td {
        border-bottom: none;
    }

    .errors table {
        border-collapse: collapse;
        text-align: left;
        width: 100%;
    }


.warnings {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #DBDBDB;
    overflow: auto;
    border: 1px solid #4cb1ff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .warnings table td, .warnings table th, .warnings table thead {
        padding: 3px 10px;
    }

        .warnings table thead tr {
            background: #f85032; /* Old browsers */
            background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
            font-size: 15px;
            font-weight: bold;
            border-left: 1px solid #4cb1ff;
        }


    .warnings table tbody td {
        color: #00137F;
        border-left: 1px solid #dee9ff;
        font-size: 12px;
        font-weight: normal;
    }

    .warnings table tbody .alt td {
        background: #dee9ff;
        color: #4cb1ff;
    }

    .warnings table tbody td:first-child {
        border-left: none;
    }

    .warnings table tbody tr:last-child td {
        border-bottom: none;
    }

    .warnings table {
        border-collapse: collapse;
        text-align: left;
        width: 100%;
    }




/* end datagrid */

input[type="file"] {
    -webkit-align-items: baseline;
    color: black;
    width: 350px;
    background-color: lightgray;
    text-align: start;
}

/* fieldset */

fieldset {
    color: #333;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -ms-border-radius: 10px;
    position: relative;
    border-style: solid;
    border-width: thin;
    border-color: #76c3ff;
    background-color: White;
    margin-bottom: 10px;
    padding-left: 10px;
}

legend {
    color: #76c3ff;
    background: White;
    border-style: solid;
    border-color: #76c3ff;
    text-align: center;
    font-weight: bold;
}

.errors {
    color: #333;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: thin;
    border-color: #FF0000;
    background-color: White;
    margin-bottom: 10px;
}

    .errors legend {
        color: #FF0000;
        background: White;
        border-style: solid;
        border-color: #FF0000;
        text-align: center;
        font-weight: bold;
    }


.status {
    color: #120A8F;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: thin;
    border-color: #120A8F;
    background-color: White;
    margin-bottom: 10px;
}

    .status legend {
        color: #120A8F;
        background: White;
        border-style: solid;
        border-color: #120A8F;
        text-align: center;
        font-weight: bold;
    }

    .status h5 {
        font-size: 16px;
        color: #120A8F;
    }

.twostack {
    float: left;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    margin-right: 20px;
    height: auto;
    padding-bottom: 10px;
}

.twostackwide {
    float: left;
    width: 550px;
    min-width: 550px;
    max-width: 550px;
    margin-right: 20px;
    height: auto;
    padding-bottom: 10px;
}

.twostackdialog {
    float: left;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    margin-right: 20px;
    height: auto;
    padding-bottom: 10px;
}

.twostackdash {
    float: left;
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    margin-right: 20px;
    height: auto;
    padding-bottom: 10px;
}

.percentfieldsetlabel {
    float: left;
    width: 180px;
    padding-top: 5px;
    margin-right: 0px;
    text-align: left;
    color: #00137F;
    padding-left: 20px;
}

.fieldsetlabel {
    float: left;
    width: 14em;
    padding-top: 5px;
    margin-bottom: 2px;
    height: 16px;
    margin-right: 1em;
    text-align: left;
    color: #00137F;
}

.notificationfieldsetlabel {
    float: left;
    width: 12em;
    padding-top: 5px;
    margin-bottom: 2px;
    height: 16px;
    margin-right: 1em;
    text-align: left;
    color: #00137F;
    font-size: 16px;
}

.reportingMonthLabel {
    float: left;
    width: 8em;
    padding-top: 5px;
    margin-bottom: 5px;
    height: 16px;
    text-align: left;
    color: #FF0000;
    font-size: large;
}

.fieldset-textbox {
    float: left;
    width: 12em;
    padding-top: 5px;
    margin-bottom: 5px;
    height: 16px;
    margin-right: 1em;
    text-align: left;
    color: #00137F;
}

/* end fieldset */

.editor-label {
    color: #76c3ff;
    font-weight: bold;
}

.editor-field-wide {
    width: 300px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

    .validation-summary-errors ul li {
        font-weight: bold;
        color: #ff0000;
    }

.validation-summary-valid {
    display: none;
}

.formLabel {
    clear: left;
    float: left;
    width: 12em;
}

.wideText {
    width: 24em;
}

.helpImage {
    border: solid;
    border-bottom-color: white;
    border-width: medium;
    width: 600px;
}

.smallHelpImage {
    border: solid;
    border-bottom-color: white;
    border-width: medium;
    width: 300px;
}

.helpPageSection {
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment {
    font-style: italic;
    font-weight: bold;
    color: green;
}

/* divs */

.maincontainer {
    min-width: 800px;
    min-height: 800px;
    margin: 0 auto;
}

.uppercontainer {
    min-height: 100px;
}

.upperleftcontainer {
    align-content: center;
    float: left;
    min-width: 400px;
}

.upperrightcontainer {
    align-content: center;
    min-width: 400px;
}

.midcontainer {
    min-height: 0px;
}

.midleftcontainer {
    align-content: center;
    float: left;
    min-width: 600px;
}

.midrightcontainer {
    float: right;
    align-content: center;
    min-width: 400px;
}

.lowercontainer {
    align-content: center;
    min-height: 200px;
}

.infotext
{
    color: black;
} 

/* end divs */

/* Registration Page Layout */
.columnright {
    float: right;
    width: 50%;
}
 
.columnleft {
    float: left;
    width: 50%;
}
.wrapper {
    width: 100%;
}
.regbtn {
}
.registerlink {
    font-weight: 200 !important;
}
/*  End Registration Page Layout */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.center {
    text-align: center;
}
