﻿#Container
{
    width: 925px;
    margin: 0 auto;
}

#Header
{
    height: 140px;
}

#Logo
{
    height: 97px;
}

#Login
{
    float: left;
    width: 920px;
    height: 42px;
    margin: 1px auto auto 5px;
}

#LoginLeft
{
    float: left;
    width: 4px;
    height: 43px;
    background: url(../Images/LoginLeft.gif) no-repeat;
}

#LoginContent
{
    float: left;
    width: 909px;
    height: 43px;
    background: url(../Images/LoginContent_bg.gif) repeat-x;
}

#LoginRight
{
    float: left;
    width: 4px;
    height: 43px;
    background: url(../Images/LoginRight.gif) no-repeat;
}

#InputTable
{
    margin-left: 138px;
    height: 43px;
}

#InputTable .text
{
    padding: 0 18px;
}
#InputTable .text2
{
    padding: 0 150px;
}

#InputTable .loginInput
{
    width: 126px;
    height: 20px;
    line-height: 20px;
}

#InputTable .sysDate
{
    padding-left: 120px;
    color: #006699;
}

.loginInput
{
	border:solid 1px #7f9db9;
}

#MainBody
{
    float: left;
    width: 922px;
    margin-top: 12px;
    margin-left: 3px;
}

#MainLeft
{
    float: left;
    width: 177px;
    border-width: 3px 1px;
    border-style: solid;
    border-color: #cae6f4;
    border-left-color: #b1daef;
    border-right-color: #b1daef;
    padding-bottom:20px;
}


#TitleLeft
{
    height: 26px;
    margin: 2px 3px;
    padding: 12px 0 0 8px;
    background: url(../images/title_bg.gif) repeat-y;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}
#LeftMenu
{
    margin-left: 3px;
}

#LeftMenu ul li
{
    width: 171px;
    height: 28px;
    border-bottom: dotted 1px #999;
    font-size:14px;
    background: url(../images/LeftMenuLi_bg.gif) repeat-x;
    line-height: 28px;
    vertical-align: middle;
}

#LeftMenu ul .selected
{
	font-weight:bold;
}

#LeftMenu ul li a
{
    background:url(../images/LeftMenuLiItem_bg .gif) repeat-x;
    display: block;
    width: 151px;
    height: 28px;
    padding-left: 20px;
    background: url(../images/LeftMenuLiItem_bg.gif) no-repeat 5px 10px;
    
}

#LeftMenu ul li a:link
{
	color:#000;
	text-decoration:none;
}

#LeftMenu ul li a:visited
{
	color:#000;
	text-decoration:none;
}

#LeftMenu ul li a:hover
{
	color:#999;
	text-decoration:none;
}

#LeftMenu ul .selected a
{
    background:url(../images/LeftMenuLiItem_bg .gif) repeat-x;
    display: block;
    width: 151px;
    height: 28px;
    padding-left: 20px;
    background: url(../images/LeftMenuLiItem_bg.gif) no-repeat 5px 10px;
    
}

#LeftMenu ul .selected a:link
{
	color:#226b9d;
	text-decoration:none;
}

#LeftMenu ul .selected a:visited
{
	color:#226b9d;
	text-decoration:none;
}

#LeftMenu ul .selected a:hover
{
	color:#226b9d;
	text-decoration:none;
}


#MainRight
{
    float: left;
    width: 736px;
    margin-left: 5px;
    border-width: 3px 1px;
    border-style: solid;
    border-color: #cae6f4;
    border-left-color: #b1daef;
    border-right-color: #b1daef;
    padding-bottom:20px;
}

#TitleRight
{
    width:729px;
    height:39px;
    margin-left:3px;
    margin-top:2px;
    background:url(../images/RightTitle.gif) no-repeat;
}


#Footer
{
    float:left;
    margin-top:8px;
    height: 43px;
    width:923px;
    background:url(../images/Footer_bg.gif) repeat-x -1px;
    border-width:0 1px;
    border-style:solid;
    border-color:#bcdff1;
    text-align:center;
    line-height:43px;
}
