@charset "utf-8";
/* CSS Document */
html{
	background:url(../images/layout/top.jpg) #fff repeat-x;
}
#admin{
	padding:10px;
	height: 250px;
}
#admin div.group{
	margin-bottom:50px;
	overflow:hidden;
	zoom:1;
}
#admin div.item{
	float:left;
	padding: 10px;
	margin-top:10px;
	width:400px;
}

#admin div.item .icon{
	float:left;
	padding-right:10px;
}

#admin div.item .label{
	color:#666666;	
	line-height:15px;
	margin-top:5px;
}

#admin div.item .label a{
	color:#006699;
	text-decoration:none;
}


#admin div.title{
	overflow:hidden;
	clear:both;
	zoom:1;
}

#admin div.title .line{
	border-top:1px solid #CCCCCC;
	overflow:hidden;
	zoom:1;
	margin-top:8px;
}

#admin div.title div.label{
	width:auto;
	float:left;
	margin-left:15px;
	margin-right:5px;
	padding-left:15px;
	background:url(../images/layout/bullet.gif) no-repeat left center;	
}


#head{
	border-bottom:2px solid #e1e1ee;
	margin-bottom:20px;
	background: url(../images/layout/head-left-bg.jpg) #fff repeat-y left center;	
}
#head #banner{
	height:70px;
	overflow:hidden;
	zoom:1;
	border-bottom:1px solid #999;
	color:#666666;
	background:url(../images/layout/head-right-bg.jpg) repeat-y right center;
}


#head #banner h2{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:15px;	
}

#head #directory{
	padding:5px;
	background-color:#fcfcff;	
	border-bottom:1px solid #e1e1f1;
}
#head #directory a{
	color:#006699;
	text-decoration:none;
}

#head h1{
	font-size:13px;
	color:#0000FF;
	font-weight:normal;
	margin:7px;
}

#admin h2{
	font-weight:normal;
	font-size:13px;
}

textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:500px;
}
