body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    z-index: 1;
    background: rgb(255, 255, 255);
    padding: 0px 0px 20px;
    font: 12px/16px "helvetica neue", arial, verdana, sans-serif;
    color: rgb(21, 42, 42);
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 16px;
}

hr {
    color: #63a0b8;
    height: 2px;
    border: none;
    background-color: #63a0b8;
}

img {
    border: none;
}

#mdWrap {
    position: relative;
}

#mdHead {
    position: relative;
}

#mdBody {
    /*overflow: hidden;*/
    position: relative;
    min-height: 600px;
}


#mdBodyRight {
    overflow: hidden;
    float: right;
}

#mdFoot {
    position: relative;
}

.mdAccess {
    display: none;
    visibility: hidden;
}

#mdWrap {
    background: rgb(238, 242, 242);
}

#mdHead {
    background: rgb(255, 255, 255);
    margin: 0px 0px 0px;
}

#mdHeadTop {
    /*background: url("../images/headtop.png") no-repeat 100% 0px rgb(248, 248, 248);*/
    width: 50%;
    height: 112px;
    overflow: hidden;
}

#mdHeadLogo {
    margin: 15px 219px 0px 0px;
    width: 261px;
    height: 82px;
    float: right;
}

#mdHeadTop2 {
    width: 50%;
    height: 112px;
    overflow: hidden;
    float: right;
}

#mdHeadLogo2 {
    margin-top: 15px;
    margin-left: 420px;
    height: 82px;
    width: 495px;
}

#mdHeadMenu {
    background: url("../images/headmenu.png") repeat-x 0px 0px;
    height: 32px;
}

#mdHeadMenuSub {
    background: url("../images/headmenu_sep1.png") no-repeat 0px 0px;
    margin: 0px auto;
    padding: 0px 1px 0px 0px;
    width: 960px;
    height: 32px;
    overflow: hidden;
}

#mdHeadMenu .mdMenu {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 1px;
    height: 32px;
}

    #mdHeadMenu .mdMenu li {
        margin: 0px;
        padding: 0px;
        float: left;
    }

        #mdHeadMenu .mdMenu li a {
            font: bold 12px/32px arial, verdana, sans-serif;
            margin: 0px;
            padding: 0px;
            height: 32px;
            color: rgb(255, 255, 255);
            text-transform: uppercase;
            text-decoration: none;
            display: block;
            white-space: nowrap;
            font-size-adjust: none;
            font-stretch: normal;
        }

        #mdHeadMenu .mdMenu li .menuheader {
            font: bold 12px/32px arial, verdana, sans-serif;
            margin: 0px;
            padding: 0px;
            height: 32px;
            color: rgb(255, 255, 255);
            text-transform: uppercase;
            text-decoration: none;
            display: block;
            white-space: nowrap;
            font-size-adjust: none;
            font-stretch: normal;
            background: url("../images/headmenu.png") repeat-x 0px -64px;
            color: rgb(20, 75, 104) !important;
        }

        #mdHeadMenu .mdMenu li a:hover {
            background: url("../images/headmenu.png") repeat-x 0px -32px;
        }

        #mdHeadMenu .mdMenu li.selected a {
            background: url("../images/headmenu.png") repeat-x 0px -64px;
            color: rgb(20, 75, 104) !important;
        }

        #mdHeadMenu .mdMenu li.selected span {
        }

        #mdHeadMenu .mdMenu li span {
            background: url("../images/headmenu_sep1.png") no-repeat 100% 0px;
            display: block;
        }

            #mdHeadMenu .mdMenu li span span {
                background: url("../images/headmenu_sep2.png") no-repeat 0px 0px;
                padding: 0px 12px;
                height: 32px;
                text-align: center;
                overflow: hidden;
            }

        #mdHeadMenu .mdMenu li.darker {
            float: right;
        }

            #mdHeadMenu .mdMenu li.darker a {
                color: rgb(162, 186, 189);
                font-size: 10px;
            }

                #mdHeadMenu .mdMenu li.darker a:hover {
                    color: rgb(255, 255, 255);
                }

        #mdHeadMenu .mdMenu li.last.darker {
            margin-right: 1px;
        }

#mdBody {
    margin: 0px auto;
    padding: 0px 0px 20px;
    width: 990px;
    min-height: 400px;
}


#mdFoot {
    background: url("../images/headmenu.png") repeat-x 0px 0px;
    height: 32px;
}

    #mdFoot span {
        font: 10px/32px arial, verdana, sans-serif;
        text-align: center;
        color: rgb(255, 255, 255);
        letter-spacing: 1px;
        font-size-adjust: none;
        font-stretch: normal;
    }

    #mdFoot a {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

        #mdFoot a:hover {
            text-decoration: underline;
        }

ul {
    list-style: none;
    margin: 0px;
    padding: 5px 15px 15px;
}

    ul li {
        margin: 0px;
        padding: 2px 10px;
    }

table {
    font-size: inherit;

}

    table tbody {
        border: currentColor;
    }

form {
    margin: 0px;
}

legend {
    display: none;
}

fieldset {
    border: none;
    margin: 0px;
    padding: 15px;
    border: 0px currentColor;
    overflow: hidden;
    min-height: 1px;
}

    fieldset fieldset {
        padding: 0px 0px 10px;
    }

.mdFormTextWrap {
    margin: 0px 2px 5px;
    overflow: hidden;
    min-height: 26px;
}

.mdFormPasswordWrap {
    margin: 0px 2px 5px;
    overflow: hidden;
    min-height: 26px;
}

.mdFormTextWrap label {
    width: 150px;
    text-align: left;
    line-height: 22px;
    float: left;
    display: block;
}

.mdFormTextWrap2 label {
    width: 160px;
    text-align: left;
    line-height: 22px;
    float: left;
    display: block;
}

.mdFormPasswordWrap label {
    width: 150px;
    text-align: left;
    line-height: 22px;
    float: left;
    display: block;
}

.mdFormText {
    width: 320px;
    float: left;
    border: 1px solid black;
}

.mdFormPassword {
    width: 320px;
    float: left;
    border: 1px solid black;
}

.mdFormDescription {
    padding: 0px 0px 10px;
    clear: both;
    font-size: 11px;
}

.SubmitWrap {
    float: right;
}

.Submit {
    background-color: #d696b9;
    border: none;
    font: bold 11px/22px arial, verdana, sans-serif;
    margin: 2px;
    padding-right: 8px;
    padding-left: 8px;
    border: 0px solid currentColor;
    height: 22px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    cursor: pointer;
    font-size-adjust: none;
    font-stretch: normal;
    border-radius: 3px 3px;
}

    .Submit:hover {
        background-position: -300px 0px;
    }

label .mdFormReq {
    color: rgb(255, 0, 0);
}

.mdFormLogin .mdFormTextWrap {
    margin: 0px 2px 5px;
    width: 138px;
    float: left;
    min-height: 26px;
}

.mdFormLogin .mdFormPasswordWrap {
    margin: 0px 2px 5px;
    width: 138px;
    float: left;
    min-height: 26px;
}

.mdFormLogin .mdFormText {
    font: 13px/15px arial, verdana, sans-serif;
    margin: 0px;
    padding: 6px 5px 2px;
    border: 1px solid currentColor;
    width: 122px;
    height: 18px;
    font-size-adjust: none;
    font-stretch: normal;
}

.mdFormLogin .mdFormPassword {
    font: 13px/15px arial, verdana, sans-serif;
    margin: 0px;
    padding: 6px 5px 2px;
    border: 1px solid currentColor;
    width: 122px;
    height: 18px;
    font-size-adjust: none;
    font-stretch: normal;
}


.mdFormLogin ul {
    list-style: none;
    margin: 0px;
    padding: 5px 0px 0px;
    overflow: hidden;
    float: left;
    min-height: 1px;
}

.mdFormLogin li {
    padding: 0px 5px 0px 10px;
    float: left;
}

.mdFormLogin dl {
    margin: 0px;
    padding: 0px;
}

.mdFormLogin dt a {
    font-size: 14px;
}

.mdFormLogin dd {
    margin: 0px;
    padding: 3px 0px 0px;
    font-size: 11px;
    font-weight: bold;
}

.mdBox {
    background-position: 50% 0px;
    margin: 0px 15px 15px;
    background-repeat: repeat-y;
}

.mdBoxSub {
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.mdBoxBody {
    padding: 4px 0px 0px;
    overflow: hidden;
    min-height: 1px;
    background-repeat: no-repeat;
}

.mdBox h2 {
    background: url("../images/boxhead.png") no-repeat 0px 0px;
    font: bold 14px/30px arial, verdana, sans-serif;
    margin: 0px 4px 4px;
    padding: 0px 8px;
    height: 30px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    overflow: hidden;
    font-size-adjust: none;
    font-stretch: normal;
}

.mdBox h3 {
    padding: 5px 10px 0px;
}

    .mdBox h3 a {
        font: bold 16px/normal arial, verdana, sans-serif;
        font-size-adjust: none;
        font-stretch: normal;
    }

.mdBox p {
    padding: 5px 10px 15px;
}

.mdBox img {
    margin: 3px 10px 0px;
}

.mdBox ul {
    margin: 0px;
    padding: 5px 0px 15px;
}

.mdBox a {
    font: bold 11px/13px arial, verdana, sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
}

.mdBox .mdBarLeft {
    margin: 0px 5px 5px;
}

.mdBox .mdBarRight {
    margin: 0px 5px 5px;
}

.mdBox fieldset {
    padding: 4px 8px 8px;
}

#mdBodyRight .mdBoxLight {
    background-image: url("../images/box_m_light.png");
}

    #mdBodyRight .mdBoxLight .mdBoxSub {
        background-image: url("../images/box_m_light.png");
    }

    #mdBodyRight .mdBoxLight .mdBoxBody {
        background-image: url("../images/box_m_light.png");
    }

#mdBodyRight .mdBoxDark {
    background-image: url("../images/box_m_dark.png");
}

    #mdBodyRight .mdBoxDark .mdBoxSub {
        background-image: url("../images/box_m_dark.png");
    }

    #mdBodyRight .mdBoxDark .mdBoxBody {
        background-image: url("../images/box_m_dark.png");
    }

#mdBodyRight .mdBox h2 {
    background-position: -182px 0px;
}

.mdColumn8 .mdBox h2 {
    background-position: 100% 0px;
}

.mdSt0-c-6 #mdBodyMainSub {
    margin-right: 330px;
}


.mdSt0-c-6 #mdBodyRight {
    width: 330px;
}


h1 {
    font: bold 26px/normal arial, verdana, sans-serif;
    margin: 0px;
    padding: 0px 15px;
    font-size-adjust: none;
    font-stretch: normal;
}

h2 {
    font: bold 22px/normal arial, verdana, sans-serif;
    margin: 0px;
    padding: 0px 15px;
    font-size-adjust: none;
    font-stretch: normal;
}

h3 {
    font: bold 16px/normal arial, verdana, sans-serif;
    margin: 0px;
    padding: 0px 15px;
    font-size-adjust: none;
    font-stretch: normal;
}

h2 a {
    color: rgb(21, 42, 42);
    text-decoration: none;
}

h3 a {
    color: rgb(21, 42, 42);
    text-decoration: none;
}

h2 a:hover {
    color: rgb(91, 124, 48);
}

h3 a:hover {
    color: rgb(91, 124, 48);
}

a {
    color: rgb(91, 124, 48);
    text-decoration: underline;
}

    a:active {
        background-color: transparent;
    }

    a:hover {
        text-decoration: none;
    }

.answer a {
    background-color: #356175;
    border: none;
    font: bold 11px/22px arial, verdana, sans-serif;
    margin: 2px;
    padding: 8px;
    padding-right: 8px;
    padding-left: 8px;
    border: 0px solid currentColor;
    height: 36px;
    text-transform: uppercase;
    cursor: pointer;
    font-size-adjust: none;
    font-stretch: normal;
    color: rgb(91, 124, 48);
    text-decoration: none;
}

    .answer a:active {
        background-color: transparent;
    }

    .answer a:hover {
        text-decoration: none;
    }

p {
    margin: 0px;
    padding: 5px 15px 15px;
}

img {
    border: 0px currentColor;
    cursor: pointer;
}

.errors {
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: #ffffcc;
    padding-top: 8px;
    padding-left: 2px;
    padding-bottom: 0px;
    color: Red;
    margin: 3px;
    overflow: hidden;
}

.GridView {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-size: 12px;
}

    .GridView td {
        padding: 2px; /*border: solid 1px black; */
        border-color: Black;
    }

        .GridView td a {
            color: #940101;
            text-decoration: none;
        }

    .GridView th {
        border-color: Black;
        text-align: left;
        color: white;
        background-color: #d696b9; /* #9ec7d4;*/
        border-bottom-width: 0px;
        margin: 0px auto;
        padding: 1px 1px 0px 0px;
        height: 22px;
        overflow: hidden;
        padding-left: 5px;
        padding-right: 5px;
        border-collapse: collapse;
        border-left-color: black;
        border-left-style: solid;
        border-left-width: 1px;
    }

        .GridView th a {
            color: white;
            text-decoration: none;
        }

            .GridView th a:hover {
                color: white;
                text-decoration: none;
            }

    .GridView .alt {
        /* background: #fcfcfc url(../images/grd_alt.png) repeat-x top;*/
    }

    .GridView .pgr {
        /*background: #fcfcfc url(../images/grd_bottom.png) repeat-x bottom;*/
    }

        .GridView .pgr table {
            margin: 2px 0;
        }

        .GridView .pgr td {
            border-width: 0;
        }

        .GridView .pgr a {
            color: #940101;
        }

            .GridView .pgr a:hover {
                color: #940101;
                text-decoration: none;
            }

.vtabs {
    /* a border is required for IE otherwise the tab panels will not be aligned correctly. */
    position: relative;
    border: 1px solid #eef2f2;
}

    .vtabs .vtabs-tab-column {
        position: absolute;
        left: 0;
        margin: 0;
        width: 160px;
        min-width: 160px;
    }

        .vtabs .vtabs-tab-column ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }
            /* css for tab that is open */
            .vtabs .vtabs-tab-column ul li.open, .vtabs .vtabs-tab-column ul li.closed {
                background-color: #ffffff;
                margin: 0px;
                padding-left: 7px;
                padding-right: 5px;
                padding-bottom: 5px;
                padding-top: 5px;
                margin-bottom: 1px;
                /* round corners do not work in IE */
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-bottomleft: 3px;
                -webkit-border-top-left-radius: 3px;
                -webkit-border-bottom-left-radius: 3px;
                border-top: 1px solid #999999;
                border-bottom: 1px solid #999999;
                border-left: 1px solid #999999;
                min-height: 20px;
                z-index: 10;
            }

            .vtabs .vtabs-tab-column ul li.closed {
                background-color: #4e89a5; /*#63a0b8;*/
                border-right: 1px solid #777777;
                /* background-image: url("../images/ClosedTabBackground.png");
                background-repeat: repeat-x;*/
            }


            /* css for link on tab that's open */
            .vtabs .vtabs-tab-column ul li a.open, .vtabs .vtabs-tab-column ul li a.closed {
                font: 11px "helvetica neue", Arial, sans-serif;
                color: black;
                font-weight: bold;
                margin: 0px;
                padding: 0px;
                text-decoration: none;
            }
            /* css for link on tab that's closed */
            .vtabs .vtabs-tab-column ul li a.closed {
                color: white;
            }

    .vtabs .vtabs-content-column {
        padding: 0px;
        margin: 0px;
    }
        /* css for the content panels */
        .vtabs .vtabs-content-column .vtabs-content-panel {
            background-color: #ffffff;
            padding-left: 7px;
            padding-right: 7px;
            padding-top: 3px;
            padding-bottom: 3px;
            margin: 0px;
            -moz-border-radius-topright: 3px;
            -moz-border-radius-bottomright: 3px;
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-top-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-top: 1px solid #999999;
            border-bottom: 1px solid #999999;
            border-right: 1px solid #999999;
            border-left: 1px solid #999999;
        }

.KIDSTable {
    margin: 20px;
    width: 90%;
    border-collapse: separate;
    border-spacing: 0px;
    padding: 0px;
    text-align: left;
}
    /*
    .KIDSTable th, td {
        vertical-align: top;
        padding: 13px;
        border-left: 1px solid #4e89a5;
    }
    */
    .KIDSTable td {
        vertical-align: top;
        padding: 13px;
        border-left: 1px solid black;
    }

    .KIDSTable th {
        font-weight: normal;
        padding: 13px;
        background-color: #4e89a5;
        color: white;
        text-align: left;
    }

.tab3 {
    font-weight: normal;
    padding: 13px;
    background-color: #d53189;
    border: 1px solid black;
    color: #fff;
    text-align: left;
}

.tab4 {
    font-weight: normal;
    padding: 13px;
    background-color: #afd539;
    border: 1px solid black;
    color: #fff;
    text-align: left;
}

.tab5 {
    font-weight: normal;
    padding: 13px;
    background-color: #87d0d9;
    border: 1px solid black;
    color: #000;
    text-align: left;
}

.tab6 {
    font-weight: normal;
    padding: 13px;
    background-color: #81228f;
    border: 1px solid black;
    color: #fff;
    text-align: left;
}

.tab7 {
    font-weight: normal;
    padding: 13px;
    background-color: #0189a7;
    border: 1px solid black;
    color: #fff;
    text-align: left;
}

.tab8 {
    font-weight: normal;
    padding: 13px;
    background-color: #fdce1a;
    border: 1px solid black;
    color: #000;
    text-align: left;
}

.KIDSLeftBorder {
    padding: 13px;
    border-left: 1px solid black;
}

.KIDSRightBorder {
    border-right: 1px solid black;
}

.KIDSBottomBorder {
    border-bottom: 1px solid black;
}

.style-tabs .ui-tabs-nav li .tab {
    padding: 0px;
    margin: -9px;
    font-size: 1em;
    font-weight: bold;
}

.TabSelected {
    font-weight: normal;
}

tabsaera {
    margin: 15px;
}

input.error {
    border: 1px solid red;
    color: red;
    height: 17px;
}

#mdFoot2 {
    position: relative;
}

#mdFoot2 {
    height: 32px;
}

    #mdFoot2 span {
        font: 9px arial, verdana, sans-serif;
        text-align: center;
        color: gray;
        letter-spacing: 1px;
        font-size-adjust: none;
        font-stretch: normal;
        line-height: 16px;
    }

.finishtop {
    text-align: left;
    border: 1px solid #999999;
    background-color: #ffffcc;
    padding: 2px;
    margin: 0px;
    padding-left: 5px;
    color: Red;
}

.finishdata {
    text-align: left;
    border: 1px solid #999999;
    padding: 2px;
    margin: 0px;
    padding-left: 5px;
    color: Black;
}

.finishtable {
    width: 100%;
    margin: 0;
    border: 1px solid black;
    border-collapse: separate;
    border-spacing: 0px;
    background-color: #ffffcc;
}

    .finishtable th, td {
        padding: 2px;
    }

.finishtable2 {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0px;
}

    .finishtable2 th, td {
        padding: 2px;
    }

textarea {
    resize: none;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.comment-textarea {
    margin: 0px;
    padding: 5px;
    height: 150px;
    width: 98%;
    border: 1px solid black
}
