@charset "utf-8";
/*----------------------------body----------------------------*/
body {
	line-height: 1.5;
	margin: 0;
	background:url(bg.gif);
	font-size: 13px;
	color: #0F3200;
}
a {
	color: #1E6400;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration:none;
}
/*----------------------------globel_head----------------------------*/
#globel_head {
	margin:0 15px 10px 5px;
	padding:5px 10px;
	background:#FCFDF7;
	border:1px solid #D7E6B4;
	border-top:none;
}
.globel_head_notice {
	width:30%;
	padding:0 5px;
}
.globel_head_notice a {
	color:#005A8C;
}
.globel_head_notice_bg {
	color:#FFF;
	background:#FF6600;
	padding:2px 4px;
}
.globel_head_online {
	background:url(ico_online.gif) no-repeat 0 1px;
	padding:0 10px 0 20px;
}
.globel_head_motto {
	float:left;	
}
.globel_head_motto_box {
	background-color:#FEFEFE;
	color:#999999;
	height:15px;
	line-height:15px;
	font-size:12px;
	width:160px;
	border:1px solid #CCCCCC;
}
.globel_head_motto_btn {
	background-color:#FEFEFE;
	color:#666666;
	height:18px;
	border:1px solid #CCCCCC;
}
#globel_location {
	margin:10px 15px 0 5px;
	padding:5px 10px 0 10px;
}
.globel_location_info {
	float:left;
	background:url(ico_direction.gif) no-repeat 0 4px;
	text-indent:15px;
}
.globel_location_link {
	float:right;
	padding:3px 0 0 0;
}
/*----------------------------globel_foot----------------------------*/
#globel_foot {
	margin:15px 15px 0 5px;
	padding:3px 0 3px 0;
	border-top:1px solid #D7E6B4;
	font-size:12px;
	text-align:right;
}
#globel_foot a {
	font-size:12px;
	color:#FF3300;
}
#globel_foot a:hover {
	font-size:12px;
	color:#288200;
}
/*----------------------------plate----------------------------*/
#plate {
	margin:5px 15px 5px 5px;
}
.plate_info {
	padding:5px 10px 5px 10px;
	overflow:visible;
}
.person_info {
	float:left;
	color:#005A8C;
}
.totle_info {
	float:right;
	color:#005A8C;
}
.totle_info a {
	font-weight:bold;
}
.plate_operate {
	border:1px solid #D7E6B4;
	background-color:#FCFDF7;
}
.plate_operate_item {
	float:left;
}
.plate_operate_item li {
	float:left;
	padding:5px 10px 5px 10px;
	border-right:1px solid #D7E6B4;
}
.plate_operate_page {
	float:right;
}
.plate_operate_page li{
	float:left;
	padding:5px;
	color:#FF3300;
	border-left:1px solid #D7E6B4;
}
.plate_operate_page li a {
	color:#288200;
}
#spPager_page
{
	width:40px;
}
.online_list {
	border:1px solid #D7E6B4;
	background-color:#FCFDF7;
}
.online_info {
	padding:10px 10px 10px 50px;
	border-bottom:1px solid #D7E6B4;
	background:url(ico_forumonline.gif) no-repeat 8px ;
}
.online_detail {
	padding:10px;
}
.legend {
	padding:20px 5px 5px 5px;
}
.legend img {
	vertical-align: middle; 
	margin: 0 5px 0 5px;
}
/*----------------------------list_table----------------------------*/
.list_table_head {
	height:30px;
	line-height:30px;
	background:#4AB300 url(bg_th.gif);
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	padding:0 10px;
}
.list_table_head a{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
.list_table_head a:hover{
	color:#FFFF66;
}
.list_table {
	border:0;
	width:100%;
	background-color:#D7E6B4;
	table-layout:fixed;
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	overflow:hidden;
}
.list_table a {
	color:#0F3200;
}
.list_table th{
	background-color:#F4F8E9;
	text-align:center;
	padding:5px;
	font-weight:normal;
}
.list_table td{
	padding:1px 5px 1px 5px;
	background-color:#FCFDF7;
	color:#888888;
	table-layout:fixed;
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	overflow:hidden;
}
/*----------------------------regiest----------------------------*/
#face_sel img {
	cursor:pointer;
	width:55px;
}
#face_img img {
	cursor:pointer;
	width:55px;
}
/*----------------------------error----------------------------*/
.errInfo {
	background:url(img_error.gif) no-repeat 50px 40px;
	padding:40px 0 40px 280px;
}
/*----------------------------topic----------------------------*/
.topic {
	border:1px solid #D7E6B4;
	margin:5px 0 0 0;
}
.topic_head {
	background-color:#F4F8E9;
	padding:5px;
}
.subject_table {
	border:0;
	width:100%;
}
.author_info {
	width:120px;
	background-color:#FCFDF7;
	padding:10px;
	border-right:1px solid #F0F0E0;
}
.author_face {
	text-align:center;
	padding:10px 0 15px 0;
}
.sendpm {
	background:url(ico_sendpm.gif) no-repeat;
	padding:0 0 0 20px;
}
.favorTopic {
	background:url(ico_favor.gif) no-repeat;
	padding:0 0 0 20px;
}
.topic_content {
	margin:0 0 20px 0;
	color:#000;
}
.topic_content table {
	background-color:#FFF;
	font-size:14px;
	width:100%;
	table-layout:fixed;
	white-space: pre-wrap;       /* css-3 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	overflow:hidden;
}
.topic_content table td{
	padding:10px;
	height:180px;
	vertical-align:top;
}
.topic_content table td a{
	text-decoration:underline;
}
.topic_content table td a:hover{
	text-decoration:none;
}
.topic_attachment {
	color:#333333;
	margin:10px 0;
	font-size:13px;
	padding:6px;
	width:80%;
	background:url(bg_attachment.gif) repeat-x;
}
.topic_attachment li{
	text-indent:5px;
	padding:2px 0;
}
.topic_history {
	font-style:italic;
	color:#000066;
	font-size:13px;
}
.topic_lastest {
	margin:12px;
	padding:5px;
	width:80%;
	border:1px solid #C7D7A0;
}
.topic_lastest li{
	text-indent:5px;
}
.author_signature {
	background:url(ico_signature.gif) no-repeat;
	height:120px;
	padding:20px 0 0 0;
	margin:10px;
	overflow:hidden;
	word-break:break-all;
}
.topic_foot {
	padding:5px;
	text-indent:30px;
	border-top:1px solid #F0F0E0;
	background:url(ico_ad.gif) no-repeat 6px;
}
.plate_item_list 
{
	list-style-type:circle;
	list-style-position:inside;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.plate_subboard
{
	font-weight:bold;
}
.reply_quote 
{
    margin:10px;
    padding:10px;
    border:1px solid #C7D7A0;
    background:#FCFDF7;
    font-size:12px;
}
.code
{
	color:#667788;
	text-align:left;
	font-size:12px;
	WIDTH: auto;
	FONT-FAMILY: "BitStream Vera Sans Mono", "Courier New", Courier, monospace; 
}
