@charset "utf-8";
/* CSS Document */
#forumThumb{
	float:left;
	width:50px;
	height:50px;
}
#forumDateTime{
	font-size:10px;
	width:180px;
}
#forumedit{
	float:right; 
}
#forumUser{
	font-size:12px;
	font-weight:bold;
	padding:3px;
}
#forumTable{
	width:98%;
	margin-top:10px;
	margin-bottom:10px;
}
#forumTable td{
	background:url(../../images/bg/w10.png);
}
#forumDesc{
	padding-bottom:15px;
	font-size:12px;
}
#content a.forumButton{
	background:url(../../images/bg/w25.png);
	text-decoration:none;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	margin:1px;
	border:#EEE solid 1px;
	border-left:#aaa solid 2px;
	border-right:#aaa solid 2px;
	margin-left:8px;
}
#content a.forumButton:hover{
	background:#FFF;
	color:#000;
	border:#000 solid 1px;;
	border-left:#000 solid 2px;
	border-right:#000 solid 2px;
}
.forumform{
	width:500px;
}
#forumTable #textcontent{
	height:200px;
}