html, body {
    height: 100%;
}

.af_document {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    color: black;
}

.af_document.p_AFMaximized {
    position: absolute;
    padding: 0;
    margin: 0;
    border-style: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ECEEF2;
}

#mainDiv {
    height: 100%;
    min-height: 200px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #F9FBFC;
}

.af_panelBox {
    min-height: 28px;
    border: 1px solid #D6DFE6;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.175);
    background-color: #FFFFFF;
}

.af_panelBox_table .p_AFCore .p_AFDefault,
.af_panelBox_center .p_AFCore .p_AFDefault,
.af_panelBox_footer-center .p_AFCore .p_AFDefault {
    background-color: #FFFFFF;
    color: #003D5B;
    border: none #BFC6C9;
}

.af_panelBox_content, .af_region_content {
    padding: 2px 5px;
    border: solid 1px #BFC6C9;
    border-top-style: none;
}

.af_panelBox_content.p_AFCore.p_AFDefault, .af_panelBox_content.p_AFHighlight.p_AFDefault {
    background-color: #FFFFFF;
    border: none #BFC6C9;
    color: black;
}

.af_panelBox_table {
    width: 100%;
    border-bottom: solid 1px #BFC6C9;
    padding: 3px 10px 0 3px;
    border-radius: 3px 3px 0 0;
}

.af_panelHeader_title-text0 {
    white-space: nowrap;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    margin: 0;
    padding-left: 5px;
}

.af_panelHeader_title-text0.p_AFError {
    color: #C70000;
    margin-bottom: 20px;
}

#top_logo_508 {
    margin-bottom: 30px;
}

.af_panelHeader_content0 {
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    padding-right: 1px;
    padding-left: 10px;
}

.af_commandLink:visited {
    color: #72007C;
}

.requiredfield {
    font-size: x-small;
    font-weight: bold;
    color: #E10000;
}

.af_commandLink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: underline;
    color: blue;
}


.af_textBox {
    border-color: #DEE4E7;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FAFDFF;
    color: black;
    border: 1px solid #DEE4E7;
    padding: 5px 4px 2px 5px;
    margin: 1px;
    width: 190px;
    font-size: 11px;
    font-weight: normal;
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y: auto
}

.af_button {
    text-decoration: none;
    white-space: nowrap;
    margin: 0px;
    padding-top: 1px;
    padding-bottom: 3px;
    background-image: -ms-linear-gradient(top, #CCE2F6 0%, #B1D2F2 100%);
    background-image: -webkit-linear-gradient(top, #CCE2F6 0%, #B1D2F2 100%);
    background-image: -moz-linear-gradient(top, #CCE2F6 0%, #B1D2F2 100%);
    background-image: -o-linear-gradient(top, #CCE2F6 0%, #B1D2F2 100%);
    background-image: linear-gradient(to bottom, #CCE2F6 0%, #B1D2F2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCE2F6', endColorstr='#B1D2F2');
    padding-left: 9px;
    padding-right: 9px
}

.af_button:hover{
    border-top: 1px solid #E2CB9B;
    border-right: 1px solid #E2CB9B;
    border-bottom: 1px solid #D4BB87;
    border-left: 1px solid #E2CB9B;
    background-image: -ms-linear-gradient(top, #FFE4A8 0%, #FFD475 100%);
    background-image: -webkit-linear-gradient(top, #FFE4A8 0%, #FFD475 100%);
    background-image: -moz-linear-gradient(top, #FFE4A8 0%, #FFD475 100%);
    background-image: -o-linear-gradient(top, #FFE4A8 0%, #FFD475 100%);
    background-image: linear-gradient(to bottom, #FFE4A8 0%, #FFD475 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFE4A8', endColorstr='#FFD475');
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    color: black
}