﻿/**************************************************/
/*FORUM*/
/**************************************************/
.tblForum
{
	border: solid 2px #000000;
	border-collapse: separate;
	border-spacing: 1px;
	width: 874px; /* Remaining 836 */
	background-color: #27282A;
}
.tblForum .wBack
{
	 background: url('../Images/pixFBack.gif') repeat-x left top;
	 color: #dddddd;
	 text-align: center;
}
.tblForum th
{
	background-color: #535254;
	padding: 2px 2px 2px 5px;
	height: 20px;
	width: auto;
	text-align: left;
	vertical-align: middle;
	color: #dddddd;
}

.tblForum th.fImage
{
	width: 50px;
	text-align: center;
	vertical-align: middle;
}
.tblForum th.fTitle
{
	width: 611px;
}
.tblForum th.fTitle span a
{
    color: #54AAFC !important;
}
.tblForum th.fSTitle
{
	width: 536px;
}
.tblForum th.fTopic
{
	width: 50px;
}
.tblForum th.fMesg
{
	width: 75px;
}
.tblForum th.fLMesg
{
	width: 125px;
}
.tblForum th.sTMerged
{
	width: 266px;
}

.tblForum td.fImage
{
	width: 50px;
	text-align: center;
	vertical-align: middle;
}
.tblForum td.fSTitle
{
	width: 536px;
	text-align: left;	
}
.tblForum td.fTopic
{
	width: 50px;
}
.tblForum td.fMesg
{
	width: 75px;
}
.tblForum td.fLMesg
{
	width: 125px;
}
.tblForum td.fLMesg a
{
	display: block;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	/*color: #C7EE00;*/
}
td.fLMesg a img
{
	height: 11px;
	width: 11px;
	margin-left: 5px;
	vertical-align: middle;
	border: none;
	
	background: url('../Images/bltProceed.gif') no-repeat left top;
}
.tblForum td
{
	padding: 2px 2px 2px 5px;
	background-color: #424242;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	color: #dddddd;
}
.tblForum td span
{
	display: block;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	color: #C7EE00;
}
.tblForum td.fSTitle span a
{	
	color: #C7EE00 !important;
	text-decoration:none;
}
.LblTitle 
{
	font-size:9px !important;
	 
}
