#MTForumBlock TABLE
{
	width:100%;
}
#MTForumBlock TR
{
	background-image:url(/weblog/file/forum/images/row.png);
	background-repeat:repeat-x;
	height:18px;
}
#MTForumBlock TR.MTForumfirst
{
	background-image:url(/weblog/file/forum/images/row_over.png);
}
#MTForumBlock TR:hover
{
	background-image:url(/weblog/file/forum/images/row_over.png);
}
#MTForumBlock TD
{
	font-family:Tahoma;
	font-size:12px;
	border:1px solid #e6e9ec;
	color:#999999;
}
.MTForumtitle
{
	text-align:center;
}
.MTForumanswer
{
	width:40px;
	text-align:center;
}
.MTForumview
{
	width:40px;
	text-align:center;
}
.MTForumlast
{
	width:90px;
	text-align:center;
}
.MTForumrowtitle
{
	padding-right:5px;
}
#MTForumBlock A
{
	float:right;
	width:100%;
	height:100%;
	color:#999999;
	text-decoration:none;
}
#MTForumBlock A:hover
{
	text-decoration:underline;
}