@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:15px;
	margin-top:0;
	color:#333;
	background:#EDEDEC;  
}
#all { 
       padding:6px;
	   background:#FFF;
	   width:990px;
}
h1{
	 font-size:18px;
	 color:#000;
}
h2{
	 font-size:13px;
	 color: #A7281B;
}
a{ text-decoration:none; color: #333;}
.container{	 
	padding:9px;
	width:980px;
	background: #FBFBFB;
	margin-top:-6px;
	background:url(../admin/imgs/back.jpg) bottom repeat-x;
}
.container img{
	border:none;
}
#banner{
	 width:990px;
	 margin-bottom:10px;
}
#banner a{
	padding: 0 3px;
}
#banner a:hover{
	color: #900;
}
.searchformhead{
	width:200px;
	border:1px solid #ccc;
	paadding-top:3px;
	font-size:11px;
	padding:3px;
	height:11.5px;
}
legend{
	border:1px solid #FFF;
	background: #F5F5F5;
	padding:3px;
}
.nav{ 
		 width:160px !important; 
		 background: #FFF;
		 border-top:1px solid #CCC;
		 border-bottom:1px solid #CCC;
}
.nav td{ 
       padding:5px;
}
.nav td:hover{
	   background: #F8F8F8;
}
.nav a{ 
       font-size:11px;
}

.links ul{
	list-style:none;
	margin-left:4px;
	padding:2px 0; 
}
.links li{
	list-style:none; 
	padding:2px 0; 
}
.links a{
	font-size:11px;
}
.links a:hover{
	color:#B01B43;
}
.main{
	     padding:20px 10px;
		 text-align:justify; 
		 width:830px;
		 border-left:1px solid #ccc;
		 border-top:1px solid #ccc;
}
.content a{ color:#03F;}
.content a:hover{ text-decoration:underline;}
.title{
	    color:#000;
		font-size:25px;
}
 input[type="submit"], input[type="reset"],input[type="button"] { 
		 height:30px;
		 padding:1px 8px;
		 background:#FFEBD7;
		 cursor:pointer;
		 border:1px solid #000;
}
input[type="submit"]:hover, input[type="reset"]:hover {   
		 background: #FFCA95;
		 border:1px solid #000;
		 text-decoration:underline;
}
input[type="text"]:focus {   
		 background: #D0FDA8;
		 border:1px solid #000;
}
input[type="file"]{ height:24px; border:1px solid #666;}

.content_area{
	 background: url(../imgs/shadow_r.jpg) repeat-y;
}
 