@CHARSET "UTF-8";
/* ---------------- BEGIN Last Post Forums Table			-----------------*/
table.tblforums
{
	width:			400px;
	margin-top:		8px;
	border-collapse:	collapse;
	color: 			#FFFFFF;
	font-size: 		12px;
}
table.tblforums th		
{
	text-align: 		center;
	font-size: 13px;
}
table.tblforums th.col1	{width:	215px;}
table.tblforums th.col2	{width:	60px;}
table.tblforums th.col3	{width:	125px;}

table.tblforums td
{
    text-align: 		center;
}
table.tblforums td.thread
{
	width:			215px;
	border-top: 		solid 1px #9A9A9A;
}
table.tblforums td.posts
{
	width:			60px;
	border-top: 		solid 1px #9A9A9A;
}
table.tblforums td.lastdate
{
	width:			135px;
	border-top: 		solid 1px #9A9A9A;
}
table.tblforums a
{
	text-decoration: 	text-underline;
	color:			#FFFFFF;
}
table.tblforums a:hover 	
{
	color: 			red;
}
/* ---------------- END   Last Post Forums Table			-----------------*/

/* ---------------- BEGIN Last Post Sidebar Table			-----------------*/
div.eipWidgetLPShell
{
	clear:	both;
	float:	left;
	width:	100%;
}
div.eipWidgetLPTopRow
{
	float:	left;
	width:	100%;
}
div.eipWidgetLPTopRow a
{
	font-size:	18px;
	color:	#121212;
}
div.eipLPThread
{
	float:	left;
	width:	100%;
	border-top:	solid 1px #d3d3d3;
}
div.eipLPUserName
{
	float: 	left;
	width:	40%;
}
div.eipLPDate
{
	float:	left;
	width:	26%;
	padding-left:4px;
}
/* ---------------- END   Last Post Sidebar Table			-----------------*/

/* ---------------- BEGIN Last Post Sidebar List			-----------------*/
div.eipLPAvatar
{
	clear:	both;
	float: 	left;
	width:	52px;
	height:	54px;
	padding-top: 4px;
	border-top:	solid 1px #d3d3d3;
}
div.eipLPListTitle
{
	float: 	left;
	width:	66%;
	height:	12px;
	padding: 4px 0px 0px 4px;
	border-top:	solid 1px #d3d3d3;
}
/* ---------------- END   Last Post Sidebar List			-----------------*/
/* ---------------- BEGIN Last Post Alternate Row			-----------------*/
div.eipOddRow
{
	background-color: #ffffff;
}
div.eipEvenRow
{
	background-color: #CDCDCD;
}
/* ---------------- END   Last Post Alternate Row			-----------------*/