body{
margin: 0px auto;
padding:0px; 
text-align: center;
font-family:宋体;
font-size:12px;  
color:#333;
width:800px;
}

img{
border:0;
}

/* 页面--头  */
.ManageTop{
background-image:url(../images/bg_ManageTop.jpg);
height:65px;
padding-right:30px;
width:1004px;
}

a:link    {color : #333; text-decoration:none; }
a:visited    {color : #333; text-decoration:none; }
a:hover   {color : #ff0000; text-decoration:underline;}

.div_soild{
background-color:#fff;
border:solid 1px #F5F5F5;
}


.left {float: left;}
.right {float: right;}

.clearer {
	clear: both;
}

#title {
	color: #CC0000;
	font-weight:bold;
	padding:0px 0px 0px 149px;
	margin:0px 0px 0px 0px;
	float:left;
}

#title2 {
	float:right;
padding: 45px 20px 0px 0px;
}

#header {
	clear:both;
	color: #CC0000;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}

#nav ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align:left;
	width:auto;
}

#nav ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav ul li a {
	display: block;
	font-size: small;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	height:31px;
	line-height:31px;
	padding: 0px 0px 0px 13px;
	margin-bottom:5px;
	background:url(../images/pic_r42_c1.jpg) no-repeat;
}

#nav ul li a:hover { 
	color:#ffffff;
	background:url(../images/pic_r42_c2.jpg) no-repeat;
}

#nav ul a.selected { 
	background:url(../images/pic_r42_c2.jpg) no-repeat;
	color:#ffffff;
}

/* ul */
.sidenav {
	float: left;
	width: 170px;
}

.sidenav h1 {
	background: #999999 url(../images/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	color: #fff;
	font-size:14px;
	height: 30px;
	line-height:30px;
	margin: 0;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}

.sidenav li {
	border-bottom: 1px solid #999;
	border-top: 1px solid #eee;
	list-style: none;
	text-align:center;

}
.sidenav li a {
	background: #EEEEEE;
	color: #554;
	display: block;
	padding: 8px 4px 4px 0px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

/*-- table样式 --*/
.tb2{border-collapse : collapse; color:#333;}
.tb2 tr td {border : 1px solid #666; padding : 3px 10px 3px 10px ;}
.tb2 th {
border : 1px solid #666;
color:#fff;
font-weight : bold;
height : 16px;
padding : 3px 10px 3px 10px;
background-color : #929AA9;
/*-- table样式END --*/
