.phpbb_forum
{
	clear: both;
	padding: 5px;
	background-color: #900;
	margin: 10px 0 10px 0;
}

.phpbb_forum table
{
	width: 100%;
	border-spacing: 0;
}

.phpbb_forum th
{
	color: #fff;
	background-color: #900;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	padding: 0 5px 0 5px;
}

.phpbb_forum tr
{
	background-color: #f6f7f2;
}

.phpbb_forum tr:hover
{
	background-color: #f6f4d0;
}

.phpbb_forum td
{
	line-height: 18px;
	padding: 5px;
	color: #4c5d77;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #fff #fff #f6f7f2 #fff;
}

.phpbb_forum tr:hover td
{
	border-left-color: #ccc;
}

.phpbb_forum td.topic
{
	border-left-width: 0;
	padding-left: 48px;
	background-image: url(topic.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.phpbb_forum td.last_post
{
	font-size: 11px;
}

.phpbb_forum td a.topic
{
	font-weight: bold;
}

.phpbb_forum td a
{
	text-decoration: none;
	color: #000;
}

.phpbb_forum td a:hover
{
	color: #900;
	text-decoration: underline;
}
