﻿html,body{
    margin:0px auto;    
    min-height: 100%;
    height: auto !important;
    height: 100%;
    font-size:12px;
    color:#333;
    padding:0px;
}
a
{
    text-decoration:none;
    }
.bodyBG
{
    background-color:#000;
    }
#loginBgMain
{
    width: 980px;
    height:600px;
    margin: 0 auto;
    margin-top:30px;
    background-image:url('images/loginBG.jpg');
    background-repeat:no-repeat;
    background-color:#000;
}
#floatLoginContent
{
    position:absolute;
    width:530px;
    height:227px;
    top:90px;
    left:50%;
    margin-left:-265px;    
}
.loginTitle
{
    width:530px;
    height:50px;
    background-image:url('images/logoTitle.gif');
    background-repeat:no-repeat;
    background-color:#000;
    }
.loginInput
{
    width:165px !important;
    width:163px;
    height:23px;
    line-height:22px;
    text-indent:5px;
    background-image:url('images/loginInputBG.gif');
    background-repeat:no-repeat;
    background-color:#000;
    border:none;
    }
.loginForm
{
    width:357px;
    height:153px;
    margin: 0 auto;
    margin-top:20px !important;
    margin-top:60px;
    background-image:url('images/loginBoxBG.jpg');
    background-repeat:no-repeat;
    background-color:#000;
    padding-top:1px !important;
}
.loginForm ul
{
    list-style-type: none;
    padding-left:1px;
    padding-top:4px !important;
    font-size:14px; 
    text-align:center;
    margin-left:42px;
    margin-top:45px;   
}
.loginForm  li
{
    float:left;
    line-height: 25px;
    margin-right:12px;
    clear:both;
}
.btnSubmit
{ 
    width:72px;
    height:57px;
    background-image:url('images/loginButton.gif');
    background-repeat: no-repeat;
    border-style: none;
    border-color: inherit;
    border-width: 0px; 
    cursor:pointer;
    position:absolute;
    top:120px !important;
    top:160px;
    left:66%;
    }
/*header.aspx样式*/
.headerBG
{
    background-image:url('images/bgBrannerIn.jpg');
    background-color:#5EABE0;
    }
#headLogo
{
    position:absolute;
    width:460px;
    height:83px;
    background-image:url('images/logoIn.gif');
    }
#headRight
{
    position:absolute;
    right:0px;
    width:442px;
    height:83px;
    background-image:url('images/brannerRIn.jpg');
    }
/*footer.aspx页面*/
#mainFooter
{
    width:100%;
    height:20px;
    background-image:url('images/bgFooterIn.gif');
    padding-top:5px;
    color:#fff;
    }
.leftImg
{
    float:left;    
    display:block;
   }
.rightImg
{
    float:right;
    display:block;
    margin-right:20px;
    }
a.blodWhite12px 
{
    color:#fff;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
    }
a.blodWhite12px:hover
{
    color: #9a7d47;
}
/*内容页面*/
#welcomeIMG{
	width: 549px;
	height: 98px;
	margin: 120px auto 20px auto;
    background-image:url('images/welcome.gif');
    background-repeat:no-repeat;
}
#welcomeTxt{
    width:600px;
    margin:50px auto 20px auto;
    font-size:14px;
    line-height:30px;
    text-align:center;
}
.mainTitle 
{
	background-color:#eeefdb;
	border:1px solid #abad79;
	color:Black;
	font-size:14px;
	font-weight:bolder;
	line-height:24px;
	padding:5px;
	text-align:center;
}
.titleContentBox
{
    border:solid 1px #ddd;
    padding:6px;
    text-align:left;
    margin:10px;
    font-size:14px;
    font-weight:bold;
    color:#006;
    }
.titleContentBox img
{
    margin-right:8px;
}
.posiRightBox
{
    position:absolute;
    right:25px;
    top:15px;
    font-size:14px;
    padding:1px;
    margin:1px;
    }
.contentBox
{
    border:solid 1px #ddd;
    padding:6px;
    text-align:left;
    margin:10px;
    font-size:14px;
}
.contentBox a
{
    text-decoration: none;
    color: #0000FF;
    font-size: 12px;
}
.contentBox ul
{
    margin:10px;
    padding:10px;
    }
.contentBox li
{
    margin-right:5px;
    width:235px;
    list-style-type: none;
}
.contentBoxNoBoard
{
    padding:8px;
    text-align:left;
    margin:10px auto;
    font-size:14px;
    }
.contentBox table{
    color:#333333;
    border-color:#afb176;
    border-width:1px;
    border-style:Solid;
    width:100%;
    border-collapse:collapse;    
}
.contentBox table thead{
    background-color:#eeefda;
    height:25px;
    text-align:center;
}
.contentBox table tr{
    height:25px;
    text-indent:10px;
}
.contentBox table td{
    padding:2px;
}
.contentBox fieldset table{
    color:#333333;
    border-color:#fff;
    border-width:1px;
    border-style:Solid;
    width:100%;
    border-collapse:collapse;    
}
.contentCenter{
    margin:10px auto;
    padding:8px;
    text-align:center;
}
.pagerBox{
    height:25px;
    text-align:center;
    font-size:14px;
    margin-top:10px;
}
.pagerBox a{
    font-size:14px;
    text-decoration:none;
}
.pagerBox a:hover{
    color:#fc0;
}
.font12px{
    color:#333;
    font-size:12px;
}
.userList{
    display: block;    
    border: solid 1px #afb176;
    background-color:#eee;
    padding: 10px;
    vertical-align:top;
    
}
.userList ul{
    height: 200px;
    margin: 0px;
    padding: 0px;
    overflow:auto;
}
.userList ul li
{
	padding: 0px;
	margin: 0px;
}
.userList label{
    margin-left:5px;
}

a.news
{
    color:#333;
    font-size:12px;  
    text-decoration:none;  
    }