﻿body
{
    background: #3b74a5;
    margin: 0px;
    font-size: 12px;
    font-family: 宋体;
    color: #FFFFFF;
}
Table
{
    border: none 0px;
    margin: 0px;
    border-collapse: collapse;
}
Td
{
    padding: 0px;
    vertical-align: top;
}

#DivSysTop
{
    width: 100%;
    height: 45px;
    background: #000000 url(../../Images/SysNavBack.gif) repeat-x center bottom;
    padding: 2px 0px 0px 0px;
}
#DivSysTop_Left
{
    width: 30px;
    height: 45px;
    background: url(../../Images/SysNavLeft.gif) no-repeat left top;
    position: absolute;
    top: 2px;
    left: 0px;
}
#DivSysTop_Right
{
    width: 30px;
    height: 45px;
    background: url(../../Images/SysNavRight.gif) no-repeat right top;
    position: absolute;
    top: 2px;
    right: 0px;
}

#DivSysContent
{
    width: 100%;
    min-height: 650px;
    _height: 650px;
    background: url(../../Images/PageBack.png) repeat-x center top;
    background-attachment: fixed;
    text-align: right;
}
#DivSystemName
{
    width: 100%;
    height: 80px;
}
#TblSysContent
{
    width: 100%;
}
#TblSysContent #TblSysContent_LeftTd
{
    width: 200px;
    text-align: center;
}
#TblSysContent #TblSysContent_RightTd
{
    text-align: left;
}
#TblSysContent #TblSysContent_RightTd #DivContent
{
    width: 98%;
}

#UlNavigation
{
    margin: 10px;
    list-style: none;
    padding: 0px;
    border: none 0px;
    width: 200px;
    z-index: 8;
    text-align: center;
}
#UlNavigation Li
{
    margin: 0px;
    width: 200px;
    height: 32px;
    border: none 0px;
    cursor: pointer;
    background: url(../../Images/Button/SysButton.png) no-repeat center top;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    padding-top: 18px;
    _width: 180px;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Login/Images/Button/SysButton.png');
}

.SpanText
{
    color: #666666;
}
.NoneBorderTextBox
{
    cursor: text;
    margin-left: 15px;
}
.TextBox
{
    width:100%;
    height:14px;
    background-color:#CCCCCC;
    border-color:White;
    border-width:1px;
    border-style:Solid;
    cursor: text;
}
.TextBox:hover
{
    border-color: #336699;
}

