/* Basic */

body {
	background: #111111 url(images/dark-grey.jpg) repeat;
	font-family: Arial, Helvetica, '微软雅黑', pt;
	line-height: 1.75em;
	color: #4c4c4c;
	height: 100%;
}

p, ol, ul {
	margin-top: 0px;
}

a {color: #666; text-decoration: none;}
a:hover {color: #CC3300; text-decoration: none;}

.link-blue:link {color:blue; text-decoration:none;}
.link-blue:hover {color:#CC3300; text-decoration: underline;}
.link-blue:visited {color:blue; text-decoration:none;}

.link-news:link {color:#666; text-decoration:none; font-size:16px;}
.link-news:hover {color:#CC3300; text-decoration: underline;}
.link-news:visited {color:#666; text-decoration:none;}

a img {border: none;}

.PageTitle {
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: ;
	font-weight: bold;
	color:#CCC;
	text-align: center;
}


nav {
	position: absolute;
	padding: 0;
	font-weight: 400;
	margin-left: auto;
	background: url(images/dull-red.jpg) repeat;
}
nav a {
	color: #c6c8c8;
	text-decoration: none;
	text-transform: uppercase;
	font-family: '微软雅黑', sans-serif;
	font-size: 1.2em;
	margin-left: 30px;
	outline: 0;
}
nav a:hover {
	color: #f6f8f8;
}
nav .active {
	padding: 10px 20px;
	background: #FDCA57;
	box-shadow: inset 0px 0px 0px 1px #FEE27D, 0px 2px 3px 0px rgba(0,0,0,0.25);
	border: solid 1px #D7922D;
	border-radius: 3px;
	background-image: -moz-linear-gradient(top, #FDD25C, #FDB746);
	background-image: -webkit-linear-gradient(top, #FDD25C, #FDB746);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDD25C), to(#FDB746));
	background-image: -ms-linear-gradient(top, #FDD25C, #FDB746);
	background-image: -o-linear-gradient(top, #FDD25C, #FDB746);
	background-image: linear-gradient(top, #FDD25C, #FDB746);
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	font-size: 12pt;
	color: #975C25;
}


/* 代理后台左侧导航栏 */
.AgentLeft {
	padding:20px 20px 80px 20px;
	height:100%;
	background:#EEE;
	border-radius:5px;
	line-height:2;
}
.AgentLeft a {
	color:#333;
	text-decoration: none;
}
.AgentLeft a:hover {
	color:#FFF;
	text-decoration: none;
	background:#C30;
	padding:2px 5px;
	border-radius:3px;
}
.AgentLeft P {
	margin-bottom:5px; 
	font-weight:bold;
}
.AgentLeft img {
	width:18px;
	height:18px;
	margin-right:10px;
}


/* form */
form dt{
	width:150px;
	display:inline-block;
	text-align:right;
	float:left;
	font-weight:bold;	
}
form dd{
	margin-left:100px;
	margin-bottom:5px;
}
form span{
	font-size:12px;
	color:gray;
}


/* Copyright */
#copyright {
	overflow: hidden;
	text-align: center;
	font-size: 10pt;
	color: #666;
	padding: 1em;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	color: #F90;
	text-decoration: underline;
}


/*分页列表*/
.page-num{ padding:3px; margin-left:auto; margin-right:auto; border:1px solid #666; width:80px; color:#666; height:auto;}


/*白字红底-数字专用*/
.tag-number-red {color:#FFF; font-size:10px; background-color:#F00; border-radius:50%; margin-left: 2px; margin-right: 2px; padding:0 5px 0 5px;}


/*鼠标划过div样式*/
.div-hover:hover {background-color:#EEE; border-radius:5px;}


/*分割线-虚线-灰色*/
.hr-dotted-gray { height:1px;border:none;border-top:2px dotted #CCC; }


/*清除浮动*/
.clear{clear:both;}
