﻿.SummaryTable th
{
	border-bottom: solid 2px #ccc;
	color: #5ea10f;
	background: #c7e8a0;
}

.SummaryTable .title
{
}
.SummaryTable .posts
{
	color: #777;
	font-size: 90%;
	text-align:center;
	width: 50px;
}
.SummaryTable .views
{
	color: #777;
	font-size: 90%;
	text-align:center;
	width: 50px;
}

.SummaryTable .type
{
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	background: #0583d5 url("../img/main/bluebg.gif") repeat top left;
	color: #fff;
	text-align: center;
	width: 65px;
}


.SummaryTable .forumName
{
	color: #777;
	font-size: 90%;
}

.forumItem:hover
{
	background: #f7e5e7;
}

.post { float: left; width: 100%; margin-bottom: 5px; }
.userInfo { float: left; width: 85px; text-align: center; padding: 5px 0; }
.content { float:right; width: 520px; padding: 5px; border-bottom: dashed 1px #ccc; }
.info { padding: 0px; margin: 0px; }
.message { padding: 0px; margin: 5px 0px; min-height: 50px; height:auto !important;  height:50px;}
.signature { padding: 0px; margin: 0px; margin-top: 10px; font-size: 90%; text-align: right; }