@charset "utf-8";
/* CSS Document 
 *此样式文件为全局样式，不要轻易修改！
 */
/*
 *整体外围、宽度、居中************************************
 */
#wrapper {
	height:100%;
	margin:0 auto;
	width: 900px;
	position: relative;
}
#content{
	width:852px;
	margin:0 auto;
	padding-top:30px;
	overflow:hidden;
}
/*
 *头部************************************
 */
#login {
	height:30px;
	+height:29px;
	line-height:30px;
	width:860px;
	width:830px;
	margin:0 auto;
	+margin-top:1px;
	padding-left:15px;
	
}
#login a {
	color:#686666;
	font-size:12px;
	padding:9px 12px;
}
#login a.bg{
	color:#FFF;
}
#login a.bg:hover{
	background:#9bd000;
	color:#FFF;
}
#login a:hover{
	text-decoration:underline;
	background:#f6f6f6;
}
#login span {
	float:right;
	margin-right:150px;
}
#login span a{
	color:#1e96a2;	
}

/*
 *页脚************************************
 */
#footer {
	margin:0 auto;
	margin-bottom:4px;
	text-align:center;
	margin-top:5px;
	width:840px;
}
#footer p {
	padding-top:10px;
	padding-left:50px;
	padding-bottom:15px;
	color:#666;
}
#footer p span {
	padding-left:200px;
}
#footer p span form{
	display: inline;
}
/*
 *两列圆角布局及实现************************************
 */
 /***left圆角***/
#content #left{
	width:600px;
	float:left;
	background:url(../images/left_yuan_center.jpg) repeat-y;	
}
#content #left #logo_wel {
	font-size:16px;
	background:url(../images/left_yuan_top.jpg) no-repeat left top;
	padding:30px 12px;
	padding-bottom:0;
	position:relative;
}
#content #left div.last{
	background:url(../images/left_yuan_bottom.jpg) no-repeat left bottom;
	padding:0 20px;
	padding-top:10px;
	height:12px;
}

/***right圆角***/
#content #right{
	width:240px;
	float:left;
	background:url(../images/right_yuan_center.jpg) repeat-y;
	margin-left:8px;
}
#content #right div#right_bg {
	font-size:12px;
	padding-top:20px;
	background:url(../images/right_yuan_top.jpg) no-repeat left top;
}

#content #right div.last{
	background:url(../images/rihgt_yuan_bottom.jpg) no-repeat left bottom;
	padding:20px;
}

/*************************************/
/* 
 *tag的样式；
 */
#tags {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
/*	width: 500px;*/
	padding-top: 0px;
	height: 24px;
}
#tags li { 
	background: url(../images/tagleft.gif) no-repeat left bottom;
	float: left;
	margin-right: 5px;
	list-style-type: none;
	height: 24px;
}
#tags li a {
	padding-right: 10px;
	padding-right: 8x;
	padding-left: 10px;
	padding-left: 8px;
	background: url(../images/tagright.gif) no-repeat right bottom;
	float: left;
	padding-BOTTOM: 0px;
	color: #999;
	color: #373737;
	line-height: 23px;
	padding-top: 0px;
	height: 23px;
	height: 24px;
	text-decoration:none;
}
#tags li a:focus{
    outline:0;
}
#tags LI.emptyTag {
	background: none transparent scroll repeat 0% 0%;
	width: 4px
}
#tags li.selectTag {
	background-position: left top;
	margin-bottom: -2px;
	position:relative;
	height: 25px;
	height: 25px;
	font-weight:bold;

}
#tags LI.selectTag a {
	background-position: right top;
	color: #000;
	line-height: 25px;
	height: 25px;
	color:#373737;
}

DIV.selectTag {
	display: block
}

/* 
 *分页样式；
 */

#pager{
		width:140px;
		height:24px;
		margin:0 auto;
		padding:0 40px;
		text-align:center;
		overflow:hidden; 
		padding-left:127px;	
}
#pager a{
		display:block;
		float:left;
		width:48px;
		height:22px;
		line-height:22px;
		float:left;
		border:1px solid #dbdbdb;
		color:#00a1a2;
		margin-right:10px;
		font-size: 12px;
}










