div.forumTabs{
	width:				650px;
	padding-left:		10px;
	height:				29px;
}

div.forumTabs img{
	margin-right:		5px;
}

td.forumHeader{
	background-image:	url('../images/forum/header.gif');
	height:				33px;
	padding-left:		3px;
	padding-right:		3px;
	font-weight:		bold;
}

td.forumRow{
	background-image:	url('../images/forum/row.gif');
	height:				33px;
	padding-left:		3px;
	padding-right:		3px;
}

td.topicHeaderA{
	background-image:	url('../images/forum/header.gif');
	height:				33px;
	width:				130px;
	padding-left:		3px;
	padding-right:		3px;
	font-weight:		bold;
}

td.topicHeaderB{
	background-image:	url('../images/forum/header.gif');
	height:				33px;
	font-weight:		bold;
}

td.topicRowA{
	background-image:	url('../images/forum/row.gif');
	height:				33px;
	width:				130px;
	padding-left:		3px;
	padding-right:		3px;
}

td.topicRowB{
	background-image:	url('../images/forum/row.gif');
	height:				33px;
	padding-left:		3px;
	padding-right:		3px;
}

td.topicAvatar{
	width:				130px;
	border-right:		1px solid black;
	border-bottom:		1px solid black;
	text-align:			center;
	padding-top:		5px;
	padding-bottom:		5px;
}

td.topicText{	
	padding:			3px;
	border-bottom:		1px solid black;
	vertical-align:		top;
}

