/*后台CSS文件*/
body{
    margin:0 auto;
    text-align:center;
	font-family:arial;
	font-size:13px;
}
a:link,a:visited {color:blue; text-decoration:none;}
a:hover,a:active {color:red; text-decoration:underline;}
.table-login {
    width:400px;
    border:1px solid #CCC;
    text-align:left;
}
.table-login tr th{
    background:#425580;
    color:#FFF;
}

.table1 {
    width:600px;
    border:1px solid #CCC;
    text-align:left;
}
.table1 tr th{
    background:#425580;
    color:#FFF;
}

.table2 {
    width:100%;
    border:1px solid #CCC;
    text-align:left;
}
.table2 tr th{
    background:#425580;
    color:#FFF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;;
}
.table2 tr td{
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;;
}

.admin_top {
    background:#CCC;
}