﻿
html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    font-family: Verdana;
    font-size: 10pt;

    background: radial-gradient(#DDAE68 10%, #DDAE68 10%,#FBEABF 100%); /*newly added line*/
}


body {
    margin: 0 auto 0 auto !important;
    padding: 0;
    width: 1004px;
    height: 100%;
    
}

.form {
    /*height: 100%;*/
    height: calc(100% - 24px);
    border: 12px #0B367A solid; /*Border for DCFS look a like*/
    width: 980px;
    display: table;
    border-radius: 15px;
}

#headerSection {
    display: table-row;
    min-height: 79px;
    max-height: 79px;
    width: 980px;
    max-width: 980px;
    background: radial-gradient(#DDAE68 10%, #DDAE68 10%,#FBEABF 100%);
}

    #headerSection > .banner {
        height: 79px;
        width: 980px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        background-image: url('../Images/Site/banner_main.jpg');
        background-size: 980px 79px;
    }

#menuSection {
    height: 26px;
    width: 980px;
    display: table-row;
    border-bottom: 1px solid #8baad8;
    border-top: 1px solid #44618E;
    background-color: #eee6d1;
}

    #menuSection > .main {
    }

    #menuSection > .account {
    }

#contentSection {
    width: 980px;
    max-width: 980px;
    display: table-row;
    height: 100%;
    min-height: 100%;
    overflow-x: no-display;
    background-color: white;
}

    #contentSection > .content {
        vertical-align: top;
        display: table-cell;
        padding: 5px 5px 5px 5px;
    }

#footerSection {
    height: 37px;
    width: 980px;
    display: table-row;
    border-top: 1px solid #8baad8;
}

    #footerSection > .menu {
        float: left;
        margin-left: 9px;
        margin-top: 10px;
    }

        #footerSection > .menu a {
            font: 11px Verdana, Geneva, sans-serif;
            margin-right: 10px;
            color: blue;
        }

    #footerSection > .copyright {
        font-size: 8pt;
        margin: 13px 15px 0px 15px;
        color: black;
    }

    #footerSection > .build {
        font-size: 8pt;
        margin: 13px 0px 0px 0px;
        color: black;
    }

.wfRoundPanel {
    width: 100%;
}

    .wfRoundPanel > .header {
        border: 1px solid #8baad8;
        min-height: 31px;
        background-color: #eee6d1;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

        .wfRoundPanel > .header > .text {
            font-weight: bold;
            font-size: 1.1em;
            margin-top: 7px;
            margin-left: 10px;
            margin-right: 7px;
        }

        .wfRoundPanel > .header > .content {
            margin-right: 10px;
            margin-top: 3px;
        }

            .wfRoundPanel > .header > .content .refresh {
                margin-top: 3px;
                margin-left: 10px;
            }

    .wfRoundPanel > .gridBody {
        background-color: white;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-left: 1px solid #8baad8;
        border-right: 1px solid #8baad8;
        border-bottom: 1px solid #8baad8;
        padding-bottom: 10px;
    }

        .wfRoundPanel > .gridBody > .content {
        }

    .wfRoundPanel > .body {
        background-color: white;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-left: 1px solid #8baad8;
        border-right: 1px solid #8baad8;
        border-bottom: 1px solid #8baad8;
        padding: 10px;
    }

        .wfRoundPanel > .body > .content {
        }






.stdCmdButton {
    width: 85px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.stdIcon {
    height: 16px;
    width: 16px;
}

a:visited {
}

.controlCaption {
    display: inline-block;
    padding: 2px 3px 0px 0px;
}

.disabledInput {
    display: inline-block;
    border: 1px solid #aecaf0;
    background-color: #E8E8E8;
    padding: 1px 2px 2px 3px;
    min-height: 14px;
}

.marginTop5 {
    margin-top: 5px;
}

.padTop5 {
    padding-top: 5px;
}

.padTop15 {
    padding-top: 15px;
}

.marginLeft15 {
    margin-left: 15px;
}

.padLeft15 {
    padding-left: 15px;
}

.plasticBlue {
    background-color: #5469AC;
}

.Signin {
    /*text-wrap:normal*/
}
