#contentColumn.forum
{
	background-color:#bfbfbf;
}

#forumContainer
{
	width:429px;
	background:url(/img/forum_bg.gif) repeat-y left top;
	margin:1px 3px 0px 3px;
}

#forumContentContainer
{
	width:419px;
	border-left:1px solid #818079;
	border-right:1px solid #818079;
	border-bottom:1px solid #818079;
	margin:0px 0px 0px 4px;
	display: inline;
	background-color:#b0aea5;
	float:left;
}

div.headerContainer
{
	float:left;
	font-weight:bold;
	color:#fff;
	height:20px;
	line-height:20px;
}

div.listItemContainer
{
	width:419px;
	background:url(/img/forum_list_bg.gif) repeat-y left top;
	float:left;
	margin-bottom:2px;
}

	div.itemHeader,div.itemUser,div.itemCount
	{
		color:#666;
		float:left;
	}

	div.itemHeader
	{
		padding:3px 2px 3px 18px;
		width:249px;
		background:url(/img/forum_list_arrow.gif) no-repeat left top;
	}
		div.itemHeader a
		{
			font-size:14px;
		}
	div.itemUser
	{
		width:93px;
		margin-left:1px;
		padding:8px;
	}
		div.itemUser a
		{
			color:#3e5c7a;
			font-size:9px;
			font-weight:bold;
		}
	div.itemCount
	{
		width:31px;
		margin-left:1px;
		padding:8px 4px 4px 4px;
	}


#rightColumnStuff.forum
{
	background-color:#bfbfbf;
	border:1px solid #929292;
	width:195px;
}

	#rightColumnStuff.forum ul
	{
		margin:0px 10px 0px 10px;		
		padding:0px 0px 0px 0px;
		list-style-type: none;	
	}
	
	#rightColumnStuff.forum ul li
	{
		border-bottom:1px solid #929292;
		height:35px;
		background: url(/img/forum_arrow.gif) no-repeat left center;
	}
	
	#rightColumnStuff.forum ul li a
	{
		margin-left:20px;
		line-height:35px;
		font-size:10px;
		font-weight:bold;
		color:#666;
	}

div.listMsgContainer
{
	width:419px;
	background:url(/img/forum_msg_bg.gif) repeat-y left top;
	float:left;
	margin-bottom:2px;
}
	div.msgHeader
	{
		color:#666;
		float:left;
	}
	div.msgHeader
	{
		padding:3px 2px 3px 18px;
		width:289px;
		background:url(/img/forum_list_arrow.gif) no-repeat left top;
	}

#forumPaging
{
	width:415px;
	padding:2px;
	float:left;
	background-color:#999;
}
	#forumPaging div.arrows
	{
		width:30px;
		float:left;
		text-align:center;
	}
	#forumPaging div.pages
	{
		width:355px;
		text-align:center;
		float:left;
	}