﻿/*Blue*/
body {
    margin: 0;
    background-color: #EAF9FF;
    font-size: 12pt;
}

/*Login*/
.divLogin {
    width: 990px;
    margin: 0 auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.Login .divLogin {
    background-image: url('bg.jpg');  
}
.Inside .divLogin {
    background-image: url('bg_inside.jpg');  
}

.tbLogin
{
    margin: 0 auto; 
    width: 75%; 
}

.tbLogin .tdTitle
{
    width: 1%; 
    text-align: right; 
    white-space: nowrap;
}

.tbHeader {
    width: 100%;
    white-space: nowrap;
}
.tbHeader .divLeft {
    width: 476px;
    height: 70px;
}
.Login .tbHeader .divLeft {
    background: url('top_left.jpg') no-repeat;
}
.Inside .tbHeader .divLeft {
    background: url('top_left_inside.jpg') no-repeat;
}
.tbHeader .divLeft .divLabelYear {
    display: none;
}

.tbHeader .divRight {
    width: 514px;
    height: 70px;
}
.Login .tbHeader .divRight {
    background: url('top_right.jpg') no-repeat;
}
.Inside .tbHeader .divRight {
    background: url('top_right_inside.jpg') no-repeat;
}
.tbHeader .divRight .divLabelName 
{
    float: left;
    font-weight: bold;
    margin-top: 30px;
    font-size: 14pt;
}


.tbContent {
    width: 990px;
    margin: 0 auto;
}
.tbContent .divHeader1 {
    float: left;
    width: 535px;
    height: 135px;
    background: url('login_02.jpg') no-repeat;
}
.tbContent .divHeader2 {
    float: left;
    width: 455px;
    height: 135px;
    background: url('login_03.jpg') no-repeat;
}
.tbContent .divContent1 {
    float: left;
    width: 535px;
    height: 195px;
    background: url('login_04.jpg') no-repeat;
}
.tbContent .divContent2 {
    float: left;
}
.tbContent .divContent21 {
    width: 360px;
    height: 55px;
    background: url('login_05.jpg') no-repeat;
}
.tbContent .divContent211 {
    width: 360px;
    height: 55px;
    background: url('login_05_1.jpg') no-repeat;
}
.tbContent .divContent22 {
    width: 360px;
    height: 140px;
    background: url('login_07.jpg') no-repeat;
}
.tbContent .btnLogin {
    border: none;
    cursor: pointer;
    width: 85px;
    height: 30px;
    background: url('bt_login.gif') no-repeat;
}
.tbContent .btnForgot {
    border: none;
    cursor: pointer;
    width: 85px;
    height: 30px;
    background: url('bt_fgpass.gif') no-repeat;
}
.tbContent .btnSend {
    border: none;
    cursor: pointer;
    width: 85px;
    height: 30px;
    background: url('bt_ok.gif') no-repeat;
}
.tbContent .btnCancel {
    border: none;
    cursor: pointer;
    width: 85px;
    height: 30px;
    background: url('bt_no.gif') no-repeat;
}
.tbContent .divContent3 {
    float: right;
    width: 95px;
    height: 195px;
    background: url('login_06.jpg') no-repeat;
}
.tbContent .divFooter1 {
    float: left;
    width: 535px;
    height: 180px;
    background: url('login_08.jpg') no-repeat;
}
.tbContent .divFooter2 {
    float: left;
    width: 360px;
    height: 180px;
    background: url('login_09.jpg') no-repeat;
}
.tbContent .divFooter21 {
    float: left;
    width: 360px;
    height: 180px;
    background: url('login_09_1.jpg') no-repeat;
}
.iconNews
{
    padding-left: 16px;
    margin-top: 50px;
    margin-left: 10px;
    background: url('icon.gif') no-repeat 0 4px;
}
.iconEmplet
{
    padding-left: 16px;
    margin-left: 10px;
    background: url('icon.gif') no-repeat 0 4px;
}
.tbContent .divFooter3 {
    float: left;
    width: 95px;
    height: 180px;
    background: url('login_10.jpg') no-repeat;
}

.divBottom {
    display: block;
    height: 20px;
    background: url('down.jpg') repeat-x;
    margin-top: 10px;
}

/*Content*/
.menuBg {
    white-space: nowrap; 
    width: 100%;
    height: 30px;
    background: url('menu_bg.jpg');
}
.menuBg .menuContent {
    float: left;
}
.menuBg .menuEnd {
    width: 11px;
    height: 31px;
    background: url('menu_end.jpg') no-repeat;
    float: left;
}
.menuBg .btnMenu1 {
    border: none;
    cursor: pointer;
    width: 127px;
    height: 30px;
    background: url('menu1_1.gif') no-repeat;
}
.menuBg .btnMenu1:hover {
    border: none;
    cursor: pointer;
    width: 127px;
    height: 30px;
    background: url('menu1_2.gif') no-repeat;
}
.menuBg .btnMenu2{
    border: none;
    cursor: pointer;
    width: 112px;
    height: 30px;
    background: url('menu2_1.gif') no-repeat;
}
.menuBg .btnMenu2:hover{
    border: none;
    cursor: pointer;
    width: 112px;
    height: 30px;
    background: url('menu2_2.gif') no-repeat;
}
.menuBg .btnMenu3 {
    border: none;
    cursor: pointer;
    width: 110px;
    height: 30px;
    background: url('menu3_1.gif') no-repeat;
}
.menuBg .btnMenu3:hover {
    border: none;
    cursor: pointer;
    width: 110px;
    height: 30px;
    background: url('menu3_2.gif') no-repeat;
}
.menuBg .panSessionCountdown {
    display: inline-block;
    font-size: 10pt;
    margin: 4px 20px 0 20px;
}
.menuBg .lnkExpand {
    float: right;
    font-weight: bold;
    font-size: 12pt;
    margin: 4px 20px 0 0;
    color: blue;
}

.divPassword {
    margin: 0 auto;
    width: 389px;
    background: url('pwd_02.jpg');
}
.divPassword .divPWHeader {
    width: 389px;
    height: 55px;
    background: url('pwd_01.jpg') no-repeat;
}
.divPassword .divPWContent {
    width: 389px;
    height: 173px;
} 
.divPassword .divPWFooter {
    width: 389px;
    height: 20px;
    background: url('pwd_03.jpg') no-repeat;
}

.btnSave {
    border: none;
    cursor: pointer;
    width: 85px;
    height: 30px;
    background: url('bt_ok.gif') no-repeat;
}
.btnCancel {
    border: none;
    cursor: pointer;
    width: 85px;
    height: 30px;
    background: url('bt_no.gif') no-repeat;
}

.dvError {
    border: 1px solid #333333;
    cursor: pointer;
    text-align: center;
    position: fixed;
    top: 20%;
    left: 40%;
    width: 300px;
}
.dvError img {
    padding: 5px;
}
.dvError th {
    background-color: #085dac;
    height: 20px;
    font-size: 10pt;
    color: White;
}
.dvError td {
    background-color: white;
    padding: 5px 15px 5px 15px;
}
.dvError a {
    color: #F6007A;
    font-size: 10pt;
    line-height: 14pt;
}