﻿.clear
{
    clear: both;
}

#dvWrapper
{
    background-color: #FFF;
    margin: auto;
    width: 100%;
}
#dvHdr
{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    min-width: 1000px;
}
#dvHdrWrapper
{
    background: transparent url('../Static/Images/Banner/Regular.gif') repeat-x scroll 0 0;
    font-size: 12px;
    height: 110px !important;
    width: 100%;
    min-width: 1200px;
}
.dvHdrBorder
{
    background: transparent url('../Static/MasterPage/headerborder.png') repeat-x scroll 0 0;
    height: 9px;
    width: 100%;
    min-width: 1200px;
}
#dvHdrLogo
{
    float: left;
    height: 72px;
    margin-left: -262px;
    width: 974px;
}

#dvFooterWrapper
{
    bottom: 0;
    height: 31px;
    position: fixed;
    width: 100%;
    z-index: 10;
}
#dvFooter
{
    color: #FFFFFF;
    font-size: 12px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    width: 90%;
}

.copyrighttext
{
    color: #FFFFFF;
    font-size: 12px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

.copyright_right
{
    float: right;
    height: 30px;
    margin-top: -18px;
    width: 150px;
}
.login_container
{
    color: #FFFFFF;
    float: right;
    height: 22px;
    margin-top: 92px !important;
    width: auto;
}


.login_container_left
{
    background: url('../Static/MasterPage/login_left.png') no-repeat;
    width: 25px;
    height: 19px;
    float: left;
}


.login_container_center
{
    background: url(../Static/MasterPage/header_cut_bg.png) repeat-x scroll 0 0 #CC0000;
    font-size: 11px;
    margin: 0px;
    padding: px 10px 0px 10px;
    vertical-align: middle;
    line-height: 20px; /*width: 200px;*/
    height: 20px;
    float: left;
    text-align: center;
}

.login_container_right
{
    background: url(../Static/MasterPage/login_right.png) no-repeat;
    width: 25px;
    height: 19px;
    float: left;
}

#dvPageWrapper
{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    min-width: 1000px;
}
#dvPage
{
    width: 102%;
    height: 100%;
    overflow: hidden;
    margin: auto;
    min-width: 1200px;
}
#dvMenu
{
    width: 10%;
    min-width: 165px;
    min-height: 660px;
    float: left;
}
#dvContentContainer
{
    background-color: #FFFFFF;
    float: left;
    margin: 2px 0 5px 5px;
    padding: 0px 0px 35px 0px;
    width: 85%;
    min-width: 900px;
}



.pageHeading
{
    background: none repeat scroll 0 0 #CCC;
    color: #880B0B;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    padding-top: 5px;
    text-indent: 10px;
    width: 20%;
    min-width: 200px;
}
.pageButtons
{
    background: none repeat scroll 0 0 #CCC;
    float: right;
    height: 28px;
    padding-top: 2px;
    width: 80%;
    text-align: right;
    min-width: 810px;
}


