.table_forum h2 a{
	color: #000;
	text-decoration: none;
}
.table_forum table{
	border: 1px solid #000;
	border-right: 0;
	border-top: 0;
	border-collapse: collapse;
}
.table_forum table th{
	background-color: #000;
	border: 0;
	margin: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px;
	text-align: left;
	color:  #FFF;
}
.table_forum table td{
	border: 0;
	margin: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.table_forum table td.forumo{
	vertical-align: top;
}
.table_forum table td.forumo2{
	vertical-align: middle;
	text-align: center;
}
.table_forum table td.forumo3{
	vertical-align: middle;
}
.table_topic table.ft{
	border: 1px solid #000;
	border-top: 0;
	border-collapse: collapse;
}
.table_topic th{
	background-color: #000;
	border: 0;
	margin: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px;
	text-align: left;
	color:  #FFF;
}
.table_topic .message .profile{
	width: 160px;
	padding: 5px;
}
.table_topic .message .body{
	border-left: 1px solid #000;
}
.table_topic .message .body .info{
	padding: 5px;
	background: #575757;
	border-bottom: 1px dotted #000;	
	color: #fff;
}
.table_topic .message .body .info a{
	color: #fff;
}
.table_topic .message .body .text{
	padding: 5px;
	min-height: 340px;
}
.table_topic .message .text img{
	max-width: 400px;
	width: expression(this.clientWidth > 400 ? '400px':this.clientWidth+'px');
}
.table_topic .message .body .action{
	padding: 5px;
	height: 20px;
	text-align: right;
	border-top: 1px dotted #000;
}
.table_topic .message .body .action a{
	color: #000;
}
.forum_message_devider{
	height: 10px;
	background: #000;
}
.table_forum img.wiki{
	max-width: 400px;
}
.table_forum .ti_fix{
	width: 402px;
	overflow: hidden;
}
.table-forum-lastmsg{
	border: 1px solid #000;
	border-right: 0;
	border-top: 0;
	border-collapse: collapse;
}
.table_forum a{
	color: #000;
}
h2.forum{
	color: #000;
}
.forum_image_attach{
	float: left;
	background: #000;
	border: 1px solid #fff;
	padding: 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 10px 10px 0 0;
	text-align: center;
}