.news_hr{
	margin: 0px 10px 20px 10px;
	border-bottom: 1px solid #666666;
	line-height: 1px;
}

.news_date{
	float: right;
	color:#666666;
	font-size: 11px;
	font-weight: bold;
}

.news_content{
	float: left;
	color:#333333;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
}
	.news_content a{
		font-weight: bold;
		color:#333333;
		font-size: 12px;
		text-decoration: none;
	}
		.news_content a:hover{
			color:#333333;
			font-size: 12px;
			text-decoration: underline;
		}

.news_search_input{
	width: 150px;
	height: 14px;
	font-size: 12px;
	color: #666;
}

.news_search_btn{
	width: 70px;
	height: 22px;
	font-size: 12px;
	color: #333;
	font-weight: bold;	
}


.forum_content{
	float: left;
	color:#333333;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
}

	.forum_thread_td_user{
		width: 90px;
		color: #333333;
		font-weight: bold;
		padding: 0px 5px 5px 5px;
		font-size: 14px;
		border-right: #333333 dotted 1px;
	}
	
	.forum_thread_td_date{
		color: #000;
		font-weight: bold;
		padding: 0px 0px 0px 10px;
		font-size: 11px;
	}
	
	.forum_thread_td_sub_user{
		color: #000;
		padding: 5px 5px 5px 5px;
		font-size: 12px;
		border-right: #333333 dotted 1px;
	}
		.forum_thread_td_sub_user a{
			color: #CC0000;
			font-size: 12px;
			text-decoration: none;
		}
			.forum_thread_td_sub_user a:hover{
				color: #CC0000;
				font-size: 12px;
				text-decoration: underline;
			}
	
	.forum_thread_td_msg{
		color: #000;
		padding: 0px 5px 5px 10px;
		font-size: 12px;
	}
