#forum_main
{
	font-size: 12px;
	line-height: 18px;
	/*margin-top: 65px;*/
}

#forum_main table
{
	border-collapse: collapse;
	vertical-align: top;
}

#forum_main h1
{
	color: #585858;
	font-size: 24px;
	font-weight: normal;
	height: 1em;
	margin-left: 49px;
	_padding-left: 49px;
	margin-bottom: 43px;
	width: 647px;
}

#forum_main #forum_content
{
	/*background: url(../images/main_box_center.gif) repeat-y 0 0;*/
}

#forum_main #forum_content #forum_bg
{
	/*background: url(../images/main_box_top.gif) no-repeat 0 0;*/
	min-height: 357px;
	/*padding: 25px 63px 0;*/
}


#forum_main #forum_bottom
{
	/*background: url(../images/main_box_bottom.gif) no-repeat 0 0;*/
	/*height: 25px;*/
}

#forum_main #forum_content #forum_bg div.titlebar
{
	background: #dadada;
	height: 28px;
	padding: 0 6px 0 11px;
}

#forum_main #forum_content #forum_bg div.titlebar div.left
{
	float: left;
	padding-top: 4px;
}

#forum_main #forum_content #forum_bg div.titlebar div.right
{
	float: right;
	vertical-align: top;
}

#forum_main #forum_content #forum_bg div.titlebar div.right span
{
	position: relative;
	top: -9px;
}

#forum_main #forum_content #forum_bg div.titlebar div.right select
{
	position: relative;
	top: -8px;
}


#forum_main a 
{
	color: #032792;
}

#forum_main a:hover 
{
	color: #ff6800;
	text-decoration: underline;
}

#forum_main #forum_content #forum_bg div.titlebar a
{
	text-decoration: none;
}

#forum_main #forum_content #forum_bg div.titlebar a:hover
{
	text-decoration: underline;
}

#forum_main table.posts
{
	border: 1px solid #474747;
	margin-top: 11px;
	width: 100%;
}

#forum_main table.categories, #forum_main table.category_listing
{
	border: 1px solid #474747;
	width: 100%;
}

#forum_main table.category_listing
{
	margin-top: -2px;
}

#forum_main table.posts td, #forum_main table.categories td, #forum_main table.category_listing td
{
	background: #fff;
	vertical-align: top;
}

#forum_main table.posts td.user
{
	border: 1px solid #383838;
	padding: 9px;
	width: 16%;
}

#forum_main table.posts td.msgnumber_date_time
{
	background: #383838;
	color: #fff;
	font-size: 14px;
	padding: 2px 9px 3px 9px;
}

#forum_main table.posts td.msg_border
{
	border-top: 1px solid #383838;
	border-left: 1px solid #cdcdcd;
	width: 84%;
}

#forum_main table.posts td.msg
{
	padding: 17px 13px 9px 11px;
}

#forum_main table.posts div.reply
{
	float: right;
	margin-top: 29px;
}

#forum_main table.posts div.reply a
{
	background: url(../images/button_reply.gif) no-repeat 0 0;
	border: 0;
	display: block;
	height: 26px;
	width: 69px;
}

#forum_main table.categories table th, #forum_main table.category_listing table th
{
	background: #383838;
	color: #fff;
	height: 21px;
	line-height: 25px;
	padding-top: 9px;
	padding-bottom: 100px;
}

#forum_main table.categories table th, #forum_main table.categories table td,
#forum_main table.category_listing table th, #forum_main table.category_listing table td
{
	font-size: 14px;
	padding: 0 9px 0 9px;
}

#forum_main table.categories table td, #forum_main table.category_listing table td
{
	padding-top: 8px;
	padding-bottom: 9px;
}

#forum_main table.categories th.title, #forum_main table.category_listing th.title
{
	width: 40%;
}

#forum_main table.categories th.topics, #forum_main table.category_listing th.topics
{
	width: 10%;
}

#forum_main table.categories th.posts, #forum_main table.category_listing th.posts
{
	width: 10%;
}

#forum_main table.categories th.lastpost, #forum_main table.category_listing th.lastpost
{
	width: 21%;
}

#forum_main table.categories th.postedby, #forum_main table.category_listing th.postedby
{
	width: 19%;
}

#forum_main table.width100
{
	width: 100%;
}

#forum_main table.categories tr.even td, #forum_main table.category_listing tr.even td
{
	background: #e4e4e4;
}

#forum_main table.categories td.border, #forum_main table.categories th.border,
#forum_main table.category_listing td.border, #forum_main table.category_listing th.border
{
	border-right: 1px solid #cdcdcd;
}

#forum_main table.categories td.center, #forum_main table.category_listing td.center
{
	text-align: center;
}

/************************************************************************************************
 *
 * forum icons
 * 
 *
 */
 
div.forum_image_hidden, div.forum_image_locked, div.forum_image_normal
{
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	margin-right: 9px;
	width: 21px;
}
 
div.forum_image_hidden
{
	background-image: url(../images/icon_hidden.gif);
}									

div.forum_image_locked
{
	background-image: url(../images/icon_locked.gif);
}
									
div.forum_image_normal
{
	background-image: url(../images/icon_normal.gif);
}



/***********************************************************************************************
 *
 * pager
 *
 */
 
#forum_main #pager_top div.tabber a,
#forum_main #pager_bottom div.tabber a
{
	text-decoration: none;
} 
 
#forum_main div.pager
{
	display: block;
	line-height: 22px;
	margin-top: 14px;
	text-align: center;
}
 
#forum_main span.tab
{
	background: #fafafa;
	border: 1px solid #7f7f7f;
	color: #7f7f7f;
	font-size: 12px;
	margin-right: 5px;
	padding: 2px 6px;
	line-height: 20px;
	text-decoration: none !important;
}

#forum_main span.actual,
#forum_main span.first,
#forum_main span.previous,
#forum_main span.next,
#forum_main span.last
{
	background: #aaa;
	border: 1px solid #000;
	color: #000;	
}

#forum_main a.jumpto, #forum_main a.jumpto:hover
{
	color: #fff;
	text-decoration: none;
}



div.forumLoginMessage
{
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
}

div.forumLoginMessage a
{
	font-weight: bold;
}

div.forumLoginMessage span
{
	font-size: 22px;
	color: #8E2222;
}

