﻿.SummaryTable th
{
	border-bottom: solid 2px #ccc;
	color: #aa2d39;
	background: #f7e5e7;
}

.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%;
}
.SummaryTable .demoted
{
	color: #999;
}
.SummaryTable .important
{
	font-weight: bold;
}

.forumItem:hover
{
	background: #f7e5e7;
}