/* CSS Document */

body {
	margin:0px;
	font-size:12px;
	color:#333;
	scrollbar-3dlight-color: #9CD6E1; /* 滚动条亮边框颜色 */ 
	scrollbar-highlight-color: #ffffff; /* 滚动条3D界面的亮边颜色 */ 
	scrollbar-face-color: #DAECF5; /* 滚动条3D表面的颜色 */ 
	scrollbar-shadow-color: #DAECF5; /* 滚动条3D界面的暗边颜色 */ 
	scrollbar-darkshadow-color: #9CD6E1; /* 滚动条暗边框颜色 */ 
	scrollbar-arrow-color: #2F9ABB; /* 滚动条方向箭头的颜色 */ 
	scrollbar-base-color: #ffffff; /* 滚动条基准颜色 */ 
}
table,td{
	margin:0px;
	font-size:12px;
	color:#333;
}
a {
	font-size:12px;
	color:#333;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
p {
	color:#333;
	font-size:12px;
	line-height:24px;
	letter-spacing:1px;
	text-indent: 2em;
}

.left_join_text {
	color:#0084C1;
	font-size:12px;
}
.ask_input {
	border:solid 1px #999;
	height:18px;
	width:100%;
	line-height:9px;
	padding:2px;
	padding-top:5px;
	padding-bottom:0px;
	color:#666;
	font-size:12px;
	vertical-align: bottom;	
}
.ask_input2 {
	border:solid 1px #999;
	height:38px;
	width:100%;
	line-height:14px;
	padding:2px;
	color:#666;
	font-size:12px;
	vertical-align: bottom;	
}
.ask_bottom {
	border:none;
	height:14px;
	background-color:transparent;
	width:30%;
	color:#666;
	font-size:12px;
}
.search_input {
	border:solid 1px #4A98DA;
	height:18px;
	width:100%;
	line-height:9px;
	padding:2px;
	padding-top:5px;
	padding-bottom:0px;
	color:#4A98DA;
	font-size:12px;
	vertical-align: bottom;	
}
.search_bottom {
	border:none;
	height:14px;
	background-color:transparent;
	width:30%;
	color:#4A98DA;
	font-size:12px;
}
.bottom_nav {
	color:#4f4f4f;
	font-size:12px;
	line-height:18px;
	padding-top:3px;
}
.copy {
	color:#4f4f4f;
	font-size:12px;
	line-height:18px;
}
.copy_url {
	color:#C20000;
	font-size:12px;
	line-height:18px;
}
.article_note {
	color:#00405B;
}
.item_text {
	color:#00405B;
	font-size:15px;
	font-weight:bold;
	letter-spacing:3px;
}
.item_history_text {
	color:#939393;
	font-size:12px;
	line-height:24px;
	letter-spacing:1px;
}
.item_line {
	background-image:url(../img-sub/line.gif);
}
.team_item_title {
	color:#4A98DA;
	font-size:12px;
	letter-spacing:1px;
}
.text_default {
	color:#333;
	font-size:12px;
	line-height:24px;
	letter-spacing:1px;
}
.red {
	color:#f00;
}
.blue {
	color:#4A98DA;
}
.gray {
	color:#666;
}
.gray2 {
	color:#999;
}
.ask_title_text {
	color:#888;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
}
.sub_line {
	background-image: url(../img-sub/item_line.gif);
	background-repeat: repeat-x;
	background-position: 25px left;
}
.sub_news {
	letter-spacing:1px;
}
.photo_note {
	line-height:18px;
	color:#999;
	font-size:12px;
	letter-spacing:1px;
	padding:10px;
}
.big_black {
	color:#000;
	font-size:14px;
	letter-spacing:3px;
	font-weight:bold;
}
.regedit_note {
	color:#333;
	font-size:12px;
	line-height:16px;
}
.login_text {
	color:#0084C1;
	line-height:30px;
}


/*专项样式 之 翻页样式*/

.black {
	color:#333;
}
a.tag {
	font-size:12px;
	color:#666;
	line-height:12px;
	text-decoration: none;
 	font-family: Webdings, Wingdings, "Wingdings 2";
}
a.tag:hover {
	font-size:12px;
	color:#f00;
	line-height:12px;
	text-decoration: none;
 	font-family: Webdings, Wingdings, "Wingdings 2";
}
.tag {
	font-size:12px;
	color:#666;
	line-height:12px;
 	font-family: Webdings, Wingdings, "Wingdings 2";
}

/*表单*/
.input_text {
	border:solid 1px #2F9ABB;
	height:18px;
	width:95%;
	color:#2F9ABB;
	line-height:9px;
	padding:2px;
	padding-top:5px;
	padding-bottom:0px;
	font-size:12px;
	vertical-align: bottom;	
}
.input_pwd {
	border:solid 1px #2F9ABB;
	height:18px;
	width:95%;
	padding:2px;
	line-height:12px;
	color:#2F9ABB;
	font-size:12px;
}