﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #F7F7F7;
    width: 100%;
    height: 116px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}
#dvWrapper
{
    
    margin: auto;
    width: 100%;
}
#dvHdrWrapper
{
    margin: 0px;
    padding: 0px;
    background-color: #e3f3fe;
    width: 100%;
    height: 130px;
    background: url('../Static/MasterPage/headerbg.png') repeat-x;
}
#dvHeaderBanner {
    background-image: url("../Static/MasterPage/banner.png");
    background-repeat: no-repeat;
    height: 128px;
    margin: 0 auto;
    width: 1100px;
}
#dvHeaderWelcome
{
    height:35px;
}
#dvHeaderLogo
{
    height:65px;
}
#dvHeaderMenu
{
    height:26px;
}
.welcome {
    color: #C4CBAB;
    float: right;
    font-size: 12px;
    margin: 10px 5px 0 0;
}
.logo
{
    padding-top:12px !important;
    line-height:65px;
    vertical-align:middle;
}

#dvPageWrapper
{
    width: 100%;
    /*margin: 2px 10px 50px 0px;*/
}
#dvPage
{
    margin: 0px auto;
    overflow: hidden;
    padding: 0;
    width:80%;
    min-width:900px;
}
.pageHeading {
    background: #D5D3D1;
    color: #18285b !important;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    width: 100%;
    padding: 2px 0 0 10px;
}
    .pageHeading span {
        color: #ef3230;
        font-size: 11px;
        margin-left: 5px;
        margin-right: 5px;
    }
#dvContentContainer {
    background-color: #FFFFFF;
    min-height: 550px;
    border: 1px solid #758495;
    margin: 3px auto 50px;
    padding: 5px 5px 10px 5px;
    overflow: hidden;
}

#dvFooterWrapper
{
    width: 100%;
    height: 34px;
    background: url('../Static/MasterPage/footer.png') repeat-x;
    position: fixed;
    bottom: 0px;
}
#dvFooter
{
    width: 1000px;
    margin: auto;
    padding-top: 5px;
    text-align: right;
}
.copyrighttext
{
    float: left;
    color: #C4CBAB;
    font-size: 11px;
    font-weight: normal;
    clear: none;
    margin-top: 10px;
}

input[type="text"], input[type="password"], textarea 
{
    border: 1px solid #E2E2E2;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    max-width: 185px;
    width: 183px;
}

input[type="text"], input[type="password"]
{
       height:18px;
} 
.clear
{
    clear: both;
}

a
{
    font-size: 11px; /*  color: White;*/
    font-weight: 100;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}


/*.body_left
{
    width: 165px;
    float: left;
    margin-top: 2px;
}*/

.blockContentArea
{
    overflow: hidden;
    margin: auto;
    background-color: #FFF;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    z-index: 99999;
}


/*.copyright_right
{
    width: 150px;
    height: 30px;
    margin-top: 0px !important;
    float: right;
}
.copyright_text
{
    width: 160px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    font-size: 12px;
}
*/



