#tempbreak
{
	padding-bottom:500px;
}
#forum_container
{
	padding-left:20px;
	padding-right:20px;
	height:100%;
}
#forum_topbar_main
{
	background:url('/images/forums/left.jpg');
	background-position:left;
	background-repeat:no-repeat;
	height:79px;
}
#forum_topbar_right
{
	background:url('/images/forums/right.jpg');
	background-position:right;
	background-repeat:no-repeat;
	height:79px;
}
#forum_topbar_content
{
	height:79px;
	padding-left:20px;
	padding-right:20px;
}
#forum_navigator
{
	color:#ffffff;
	font-size:10px;
	padding-top:8px;
	overflow:hidden;
}
#forum_navigator a:link
{
	color:#ffffff;
}
#forum_title
{
	color:#ffffff;
	font-size:20px;
	border:0px;
	padding-top:2px;
	float:left;
	overflow:hidden;
	width:50%
}
#forum_controls
{
	float:right;
	width:50%;
	text-align:right;
	padding-top:5px;
	color:#000000;
}
.forum_pages
{
	/* Needed for the headers i.e. Catagories, Thread etc*/
	background:url('/images/forums/shadow.jpg');
	background-position:top;
	background-repeat:repeat-x;
	font-size:12px;
	text-align:right;
	padding-top:10px;
	padding-right:20px;
	padding-left:60px;
	height:30px;
}
.forum_catagory
{
	margin-left:20px;
	margin-right:20px;
	background:url('/images/icons/folder.jpg');
	background-position:center left;
	background-repeat:no-repeat;
	margin-bottom:15px;
}
.forum_catagory_title
{
	margin-left:40px;
	font-size:14px;
}
.forum_catagory_description
{
	margin-left:40px;
	font-size:10px;
}
.forum_thread
{
	height:30px;
	background:url('/images/icons/page_white_text.jpg');
	background-position:center left;
	background-repeat:no-repeat;
	margin-left:20px;
}
.forum_thread_new
{
	height:30px;
	background:url('/images/icons/new.jpg');
	background-position:center left;
	background-repeat:no-repeat;
	margin-left:20px;
	font-weight:bold;
}
.forum_thread_title
{
	height:30px;
	margin-left:20px;
	color:#999999
}

.forum_thread_subject
{
	height:20px;
	margin-left:40px;
	padding-top:3px;
	padding-bottom:7px;
	overflow:hidden;
	line-height:2em;
}
.forum_thread_author
{
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
	float:right;
	width:100px;
	text-align:center
}
.forum_thread_replies
{
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
	float:right;
	width:60px;
	text-align:center;
}
.forum_thread_views
{
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
	float:right;
	width:50px;
	text-align:center
}
.forum_thread_lastpost
{
	padding-top:5px;
	padding-bottom:5px;
	height:20px;
	float:right;
	width:150px;
	text-align:right
}
.forum_thread_line
{
	background-color:#CCCCCC;
	height:1px;
}
.forum_thread_line_title
{
	background-color:#666666;
	height:1px;
}
#forum_header_title
{
	font-size:20px;
	padding-left:60px;
}
#forum_header_description
{
	font-size:10px;
	padding-bottom:20px;
	padding-left:60px;
}
.forum_display_thread1{
	padding-bottom:15px;
	margin-bottom:30px;
	margin-top:10px;
	clear:both;
	height:100%;
	background:url('/images/forums/rightbg.jpg'); 
	background-position:right; 
	background-repeat:repeat-y;
}
.forum_display_thread2{
	padding-bottom:15px;
	margin-bottom:30px;
	margin-top:10px;
	clear:both;
	height:100%;
	background:url('/images/forums/rightbg2.jpg'); 
	background-position:right; 
	background-repeat:repeat-y;
}
.forum_display_content{
	margin-right:200px;
}
.forum_display_content_padding{
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
}
.forum_display_content_title
{
	font-weight:bold;
	font-size:18px;
}
.forum_display_content_date
{
	color:#90A965;
	font-size:10px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	padding-bottom:5px;
	margin-bottom:5px;
}
.forum_display_content_main
{

}

.forum_display_author{
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-bottom:30px;
	width:200px;
	float:right;
	font-size:20px;
	height:100%;
}
.forum_display_author_green{
	color:#90A965;
	font-size:12px;
}
.forum_display_author_black{
	color:#000000;
	font-size:12px;
}
.forum_display_author_line{
	border-top-color:#CCCCCC;
	border-top-style:dashed;
	border-top-width:1px;
	margin-top:5px;
	padding-top:5px;
}
.bookmark:hover{
	text-decoration:none;
}
