body {
    font-size: 12px;
    font-family: Verdana;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.header {
    font-weight: bold;
    font-size: large;
    margin-bottom: 6px;
    padding-bottom: 5px;
    color: #ff6600;
    border-bottom: #f7c71e 1px solid;
}

.banner {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    /*background-image: url(../Images/title_bg.gif);*/
    background-size: 100% 100%;
}

.logo {
    width: 583px;
    background-image: url(../Images/logo.png);
    background-size: 100% 100%;
}

.banner_right {
    text-align: right;
}

.siteactions {
    padding-right: 1em;
    padding-left: 0em;
    padding-bottom: 0px;
    margin: 0px;
    font: 100% Verdana;
    color: #fff;
    padding-top: 3px;
    text-align: right;
}

    .siteactions a {
        font-weight: bold;
        /*color: #fff;*/
    }

        .siteactions a:hover {
            font-weight: bold;
            color: #f3ce76;
        }

.footer {
    width: 100%;
    height: 30px;
    /*background-image: url(../Images/title_bg.gif);*/
    background-size: 100% 100%;
    text-align: center;
}

.content {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0;
    min-height: 855px;
}

.contentLeft {
    vertical-align: top;
    background-color: #daeefc;
    width: 220px;
    min-width: 220px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    margin: 0px;
}

.contentRight {
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 10px;
    padding: 10px;
}

.fs {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 200px;
    padding-top: 5px;
    margin: 3px;
    border: 2px solid #cddde6;
}

.le {
    font-weight: bold;
    color: black;
}

.contentLeftButton {
    text-align: right;
    margin: 6px;
}

.button {
    padding-right: 25px;
    padding-left: 25px;
}

.bodyMainContent {
    border: 2px solid #336699;
    padding: 6px 6px 6px 6px;
    margin: 0px;
    vertical-align: top;
}

.bodyMainContentSpan {
    color: #416372;
}

.bodyMainContentText {
    font-weight: bold;
    margin-left: 4px;
}

.bodyMainContentGridView {
    padding-top: 5px;
}

.bodyBottom {
    margin-top: 5px;
    border: 2px solid #336699;
    padding: 6px 6px 6px 6px;
    vertical-align: top;
}

.dataTable {
    padding: 6px 6px 6px 6px;
    width: 100%;
}

    .dataTable .keyWidth {
        width: 150px;
    }

    .dataTable .valueWidth {
        width: 350px;
    }

    .dataTable td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .dataTable .single_declaration_table {
        border: 2px solid #D9D9D9;
        border-collapse: collapse;
    }

        .dataTable .single_declaration_table th {
            text-align: center;
            color: #8A8A8A;
            border: 2px solid #D9D9D9;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .dataTable .single_declaration_table td {
            border: 2px solid #D9D9D9;
            text-align: center;
        }

.notesBox {
    padding-top: 5px;
    line-height: 50px;
}

.hidden {
    display: none;
}

.sign {
    color: red;
    padding: 0px 5px 0px 5px;
}

.fontStyle {
    font-weight: bold;
}

.fontStyle2 {
    font-size: large;
    font-weight: bold;
}

.hrStyle {
    border: 0;
    height: 2px;
    background-color: #D9CF96;
}

.hrStyle2 {
    border: 0;
    height: 1px;
    background-color: #060A7F;
}

.hrStyle3 {
    border: 1px #cccccc dashed;
}

.colorStyle {
    color: red;
}

.colorStyle2 {
    color: #8A8A8A;
}

.colorStyle3 {
    color: #D27034;
}

.colorStyle4 {
    color: #0000AA;
}

.colorStyle5 {
    color: green;
}

.colorStyle6 {
    color: blue;
}

.sourceInfoTable .keyWidth {
    width: 120px;
    text-align: right;
}

.reportTitle {
    width: 100%;
    height: 20px;
    line-height: 20px;
    background-color: #2D96FF;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    padding-left: 5px;
}

.chart {
    width: 850px;
}

.middle > div {
    display: inline-block;
    vertical-align: middle;
}

.top > div {
    display: inline-block;
    vertical-align: top;
}

.contentLeftTable .keyWidth {
    width: 20px;
    text-align: center;
}

.contentLeftTable .valueWidth {
    text-align: left;
    padding-bottom: 5px;
}

.textAlign_right {
    text-align: right;
}

.divBandWidth {
    width: 100%;
    margin-bottom: 20px;
}

    .divBandWidth .divBandWidthInfo {
        border-collapse: collapse;
        float: right;
        margin-left: 50px;
    }

        .divBandWidth .divBandWidthInfo table {
            border-collapse: collapse;
        }

            .divBandWidth .divBandWidthInfo table th {
                background: #BBDBFF;
                border: 1px solid;
                padding: 5px;
            }

            .divBandWidth .divBandWidthInfo table td {
                border: 1px solid;
                padding: 5px;
            }

            .divBandWidth .divBandWidthInfo table .keyWidth {
                width: 250px;
            }

.divBandWidthInfo table .valueWidth {
    width: 100px;
}

.divFloatLeft {
    float: left;
}

.divClearBoth {
    clear: both;
}

.divWellcome {
    color: #4b69b2;
    font-size: 48px;
    text-align: center;
    padding-top: 100px;
}

.divError {
    font-size: 36px;
    padding-top: 10px;
}

.Stage {
    width: 80px;
}