@charset "utf-8";
/* CSS Document */
#forumThumb{
	float:left;
	width:50px;
	height:50px;
}
#forumDateTime{
	font-size:10px;
}
#forumedit{
	float:right; 
	font-weight:normal;
	margin-right:10px;
	font-size:9px;
}
#forumUser{
	font-size:9px;
	font-weight:normal;
	padding:3px;
}
#forumTable{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
#forumTable td{
	background:url(/images/bg/w10.png);
	padding:6px;
}
#forumDesc{
	padding:5px 0px 10px 5px;
	font-size:12px;
}
#content a.forumButton{
	background:url(/images/bg/w50.png);
	text-decoration:none;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	margin:1px;
	border:#EEE solid 1px;
	border-left:#cdcdcd solid;
	border-right:#cdcdcd solid;
	border-width:3px 2px;
	margin-left:8px;
}
#content a.forumButton:hover{
	background:#FFF;
	color:#3D4289;
}
.forumform{
	width:500px;
}
#forumTable #textcontent{
	height:200px;
}
div.post_by {
	margin-left:6px;
	font-size:9px;
}
.heading {
	background-color:#fff;
}
.post_content {
	font-size:11px;
}

