/* ######## FORUM STYLES ###### */
div.f_main{
	margin-top:			7px;
	border:				0px solid #006699;		
}
div.f_top{
	margin:				2px 2px 1px 2px;
	border:				0px solid black;
	/*background-image:	url(../../forum/i/bg1.png);*/
	background-repeat:	repeat-x;
	height:				37px;
}
div.f_b_post{
	margin-top:			3px;
	margin-left:		3px;
	border:				0px solid blue;
	width:				80px;
	float:				left;
	line-height:		20px;

}
div.f_page{
	margin-top:			3px;
	border:				0px solid green;
	width:				120px;
	float:				left;
	line-height:		20px;
}
div.f_pagi{
	margin-top:			3px;
	margin-right:		3px;
	border:				0px solid #FF12FF;
	width:				370px;
	float:				right;
	text-align:			right;
	font-family:		tahoma;
}
div.f_filter{
	width:				210px;
	float:				left;
}
div.arrow_butt{
	width:				15px;
	height:				11px;
	float:				right;
	cursor:				pointer;
	padding-top:		3px;
	text-align:			center;
}


/* ##### FORUM POST #### */

table.f_post{
	margin:				0 2px 3px 2px;
	border:				0px solid black;
	height:128px;}

table.f_post_msg td, table.f_post_msg input{
	font-size:			11px;
}
td.f_post_l{
	height:				128px;
	border-color:		white;
	border-style:		solid;
	border-width:		0 3px 0 0;
	color:				#192A00;
	background-color:	#B6D18C;
	width:				80px;
	padding:			8px 10px 10px;
	margin-right:8px;
}
td.f_post_l span.sm{
	font-size:			10px;
	font-family: 		Tahoma;
}
td.f_post_r{
	border:				5px solid #B6D18C;
	color:				#303030;
	padding:			3px 3px 5px 5px;
}
td.f_post_b{
	padding-left:		5px;
	border:				1px solid white;
	height:				20px;
	line-height:		20px;
}
td.f_post_bl{
	height:				10px;
	line-height:		10px;
	background-color:	#D3D8DC;
	border-top:			1px solid white;
	border-bottom:		1px solid white;
}

.f_post_msg td {
	font-family:		Tahoma;
}
.gray_border {
	border:				5px solid #D3D3D3;
}
.button {
	background-color:	#B6D18C;
	border:				2px solid #A1C074;
}


div.f_main .quote {
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-size: 			11px; 
	color: 				#444444; 
	line-height: 		130%;
	background-color: 	#F7F7F7; 
	border:				1px solid #E4E4E4;
	width: 				90%;
	padding-left: 		10px;
}




span.filter{
	font-weight: 		bold;
	font-family: 		Tahoma;
	color:				#192A00;
	cursor:				pointer;
	font-size:			11px;
	line-height:		16px;
}
span.white {
	color:				white;
	font-family: 		Tahoma;
	font-size:			10px;
}

.pagin {
	color:				#719318;
	font-weight:		bold;
}

/*
span.red{
	color:				red;
}
*/div.comments_label {
	font-size:			11px;
	color:				red;
	margin-top:			15px;
	text-align:			center;
}

