﻿html, body
{
    overflow: hidden;
    background-color: #277FAF;
}
table
{
    border-collapse: collapse;
}
body, html, div, span, p, pre, table, tbody, thead, tfoot, tr, th, td, ol, ul, li, form, label, font, img
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
ul, li
{
    list-style: none;
}
a
{
    outline-style: none;
}
/*快捷菜单样式*/
a
{
	 color: #BFE2F0;
}
a:link, a:visited
{
	text-decoration: none;
}
a:hover,a:active
{ 

}
#loginHeader
{
    width: 100%;
    height: 48px;
    background: url(../Image/Login/login_title_bg.jpg) repeat-x;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    /*display: none;*/
}
#loginHello
{
    width: 289px;
    height: 48px;
    background: url(../Image/Login/login_title_hello.jpg) no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 40;
    display: none;
}
#loginFavorite
{
    width: 450px;
    height: 18px;
    position: absolute;
    right: -25px;
    top: 16px;
    z-index: 30;
}
#loginFavorite ul
{
    width: 100%;
    height: 100%;
}
#loginFavorite ul li
{
    float: left;
    color: #BFE2F0;
    font-size: 13px;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
}

#loginFavorite ul li span
{
    cursor: hand;
}

#loginFavorite ul .line
{
    width: 1px;
    height: 100%;
    background: url(../Image/Login/login_title_line.gif) no-repeat;
    padding: 0px;
    margin-top: 1px;
}
#headerTableWrap, #mainTableWrap, #subsystemTableWrap
{
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
#headerTableWrap
{
    z-index: 25;
}
#mainTableWrap
{
    z-index: 10;
}
#subsystemTableWrap
{
    z-index: 5;
    width: 1200px;
    position: absolute;
}
.controlWrap
{
    width: 100%;
    height: 308px;
    position: relative;
}
.btnLogin
{
    width: 111px;
    height: 35px;
    background: url(../Image/Login/login_btn.jpg) no-repeat;
    position: absolute;
    top: 227px;
    left: 510px;
    cursor: pointer;
}
.checkCode
{
    width: 70px;
    height: 35px;
    position: absolute;
    top: 227px;
    left: 402px;
}
.checkResult
{
    width: 16px;
    height: 35px;
    position: absolute;
    top: 227px;
    left: 482px;
}
#txtCode, #txtPassword,#txtValidateCode
{
    border: 0px;
    font-size: 14px;
    background-color: transparent;
    outline: none;
    color: #B4893B;
    font-weight: 600;
}
#txtCode
{
    width: 290px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 320px;
    top: 85px;
}
#txtPassword
{
    width: 290px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 320px;
    top: 158px;
}
#txtValidateCode
{
    width: 60px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 320px;
    top: 230px;
}