@charset "utf-8";
/* CSS Document */
a{
	color: #333;
	text-decoration:none;
	}
a:link{
	color: #333;
	text-decoration:none;
	}
a:hover{
	color: #900;
	text-decoration:underline;
	}
a:visited{
	color: #960;
	text-decoration:none;
	}	
	
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../admin/images/bg.jpg);
	margin-top:15px;
	}

#center{
	margin:0px auto;
	background-image:url(../admin/images/head_bg.jpg);
	background-repeat:repeat-x;
	height:112px;
    min-width: 800px;
	width:95%;
    *width: expression( document.body.clientWidth < 800 ? "800px" : "95%" );   
	overflow:hidden;
	}
#head_left{
	background-image:url(../admin/images/head_left.jpg);
	background-repeat:no-repeat;
	height:112px;
	width:612px;
	float:left;
	clear:both;
	}
#head_right{
	background-image:url(../admin/images/head_right.jpg);
	background-repeat:no-repeat;
	height:112px;
	width:25px;
	overflow:hidden;
	}	

#head_left_admin{
	margin-left:45px;
	margin-top:88px;
	padding:0px;
	overflow:hidden;
	}	
.biao{
	float:left;
	font-size:12px;
	color:#333;
	margin-right:20px;
	}	
.bt{
	background-image:url(../admin/images/bt_head.jpg);
	background-repeat:no-repeat;
	width:44px;
	height:26px;
	text-align:center;
	line-height:26px;
	float:left;
	margin:0px 1px;
	cursor:hand;
	margin-top:75px;
	font-size:12px;
	}
	
#body_bgleft,#body_bgright{
	background-image: url(../admin/images/body_bgleft.jpg);
	background-repeat:repeat-y;
	width:4px;
	}
#body_bgright{
	background-image: url(../admin/images/body_bgright.jpg);
	}
#body_bg{
	background-image:url(../admin/images/content_bg.jpg);
	}	
#left_title{
	background-image:url(../admin/images/body_title.jpg);
	background-repeat:no-repeat;
	height:51px;
	width:201px;
	}	
#left_body{
	background-image:url(../admin/images/left_head.gif);
	background-repeat:no-repeat;
	height:5px;
	width:201px;
	}	
#left_content{
	background-color:#FFF;
	}	
#left_bottom{
	background-image:url(../admin/images/left_bottom.gif);
	background-repeat:no-repeat;
	height:38px;
	width:201px;
	}
	
#boottom_left{
	background-image:url(../admin/images/bottom_left.jpg);
	background-repeat:no-repeat;
	height:4px;
	width:4px;
	}	
#boottom_mid{
	background-image:url(../admin/images/bottom_mid.jpg);
	background-repeat:repeat-x;
	height:4px;
	}	
#boottom_right{
	background-image:url(../admin/images/bottom_right.jpg);
	background-repeat:no-repeat;
	height:4px;
	width:4px;
	}	
#right_content_head_1,#right_content_head_3,#right_content_bottom_1,#right_content_bottom_3{ 
	background-repeat:no-repeat;
	height:32px;
	width:6px;
	line-height:32px;
	float:left;
	}	
#right_content_head_1{ 
	background-image:url(../admin/images/right_content_head_1.jpg);
	}
#right_content_head_2{
	background-image:url(../admin/images/right_content_head_2.jpg);
	height:32px;
	background-repeat:repeat-x;
	}
#right_content_head_3{
	background-image:url(../admin/images/right_content_head_3.jpg);
	float:right;
	clear:right;
	}
#right_content_bottom_1{
	background-image:url(../admin/images/right_content_bottom_1.jpg);
	width:6px
	}
#right_content_bottom_2{
	background-image:url(../admin/images/right_content_bottom_2.jpg);
	height:32px;
	background-repeat:repeat-x;	
	}	
#right_content_bottom_3{
	background-image:url(../admin/images/right_content_bottom_3.jpg);	
	float:right;
	clear:right;
	}
#right_content{
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	font-size:12px;
	}
#right_content_head{
	font-size:12px;
	height:32px;
	line-height:32px;
	float:left;
	}	
.list_input,.list_input1{
	background-image:url(../images/list_btn.jpg);
	width:48px;
	height:22px;
	border:0px;	
	text-align:center;
	background-repeat:no-repeat;
	line-height:22px;
	font-size:12px;
	}	
.list_input1{
	background-image:url(../images/list_btn2.jpg);
	color:#FFF;
	width:40px;

	}

.add_title{
	font-size:24px;
	color:#900;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: #CCC solid dotted;
	}
input a:hover{
	border:#930 solid 1px;
	}	


