/* Recent Forum Posts CSS */

#homeTopPosts{}
.rfp {}

table.rfp  {
	float:right;
	background:url(/assets/public/images/bg_recent_forum_posts.jpg) center top no-repeat;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
	width:483px; 
	height:252px;
}

.rfp td, 
.rfp th{
	padding:0;
	margin:0;
	padding:0 5px;
    vertical-align:top;
	border:none;
}

/* head */
.rfp thead th{ height:32px; vertical-align:top; }
.rfp thead td{}
.rfp thead th a:link, 
.rfp thead th a:visited{
	color: #657896;
	margin:0; padding:0;
	text-decoration: none;}
.rfp thead th a:hover, 
.rfp thead th a:active {
	color: #000;
	text-decoration: none;}

/* body */
.rfp tbody{}

.rfp tbody td{ text-align:left; padding-left:15px; vertical-align:top; }

/* title */
.rfp td.title {
	height:14px;
	color:#657896;
	font-size: 12px;
}
.rfp td.title a:link, .rfp td.title a:visited{
	color:#657896;
	text-decoration: none;
}
.rfp td.title a:hover, .title a:active { color:#657896; text-decoration: underline; }

/* message */
.rfp td.message{ color:#000; height:36px; }

/* view more */
.rfp .view_more a:link, .rfp .view_more a:visited{ text-decoration: none; }
.rfp .view_more a:hover, .rfp .view_more a:active{	text-decoration:underline; }
.rfp tfoot td{ height:28px; }
.rfp tfoot a{color:#000}