/*后台管理界面Style*/
body {
    text-align: center;
}

table {
    font-size: 12px;
    border-collapse: collapse
}

td.left {
    text-align: right;
    padding-right: 20px;
    border: #ccc 1px solid;
    background-color: #f1f1f1;
	padding-top:2px;
	padding-bottom:2px;
}

td.right {
    padding-left: 10px;
    border: #ccc 1px solid;
}

td.right tr{background-color:expression((this.sectionRowIndex%2==0)?"#EEE":"#F9F9F9");}

td.bottom {
    color: #336699;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

A:link, a:visited {
    color: #336699;
    text-decoration: none
}

A:active {
    color: #ff0000;
    text-decoration: none
}

A:hover {
    color: #6A9BCC;
    text-decoration: underline
}

.pageTitle {
    font-size: 18px;
    font-weight: bold;
    color: #1a7cdf;
    line-height: 28px;
    letter-spacing: 10px;
    text-decoration: none;
    text-align: left;
    padding:5px 0px 10px 40px;
    background: url(../images/icon/32x32/pageTitle.gif) no-repeat;
}

.border {
    border: #ccc 1px solid;
}

/*Login Style*/
#login {
    width: 780px;
    height: 500px;
    margin: 0px;
    text-align: center;
}
#loginHead{
	width: 780px;
	height: 50px;
}
#loginHead .logo{
	width: 300px;
	height: 65px;
	float: left;
}
#loginHead .topbar{
	width: 450px;
	line-height:25px;
    margin-top: 30px;
    text-align: right;
    float: left
}

#loginContent{
	width: 780px;
	height: 400px;
	padding: 20px 20px 20px;
}

#loginHint{
	width: 430px;
    font: 14px;
    padding: 20px;
	float: left;
	text-align: justify;

}
.hintTitle{
	color: #0882CE;
	padding: 20px;
    margin-left:10px;
    font:bold;
    background: url(../images/icon/16x16/blue_dot.gif) no-repeat left;
}

#loginForm{
	width: 270px;
	float: left;
	padding: 20px;
	float: left;
}

.login_table_bg{
	width: 270px;
    background: #cccccc
}
.login_table {
	border: #FFFFFF 2px solid;
	margin: 1px;
	background: #efefef
}

#loginFoot{
	width: 720px;
	background: #BEE5FE;
	height: 25px;
    line-height:25px;
    overflow:hidden;
    margin-left: 30px;   
}

#operationDiv{
	float: left;    
}

.operations{
	float:right;
	width: 60%;
	text-align: right;
	margin: 5px 30px 0px 0px;
	height: 20px;
	line-height:20px;
	overflow: hidden;
}

.message {
	float:left;
	width: 40%;
    font-weight: bold;
    color: red;
    background: transparent;
    text-align: left;
    margin-left: 20px
}

#tableDiv{
	float: left; 
}

.star{
	color: red;
	padding-left: 8px;
}

.nullBorder{
	border: 0px;
	cursor: pointer;
}


