/******************************************************************************/
/*********************************************************** MAIN BOX TITLE ***/
/******************************************************************************/
.forums_boxTitle
{
	background-color: 			#595041;	
}
.forums_boxTitle .tr
{
	background-image: 			url(/images/boxes/forums/boxTitle/tr.gif);
}
.forums_boxTitle .tl
{
	background-image: 			url(/images/boxes/forums/boxTitle/tl.gif);
}
.forums_boxTitle .br
{
	background-image: 			url(/images/boxes/forums/boxTitle/br.gif);
}
.forums_boxTitle .bl
{
	background-image: 			url(/images/boxes/forums/boxTitle/bl.gif);
}
.forums_boxTitle .content
{
	text-decoration: 			none;
	font-weight: 				bold;
	color: 						white;
	display: 					block;
	padding: 					7px;
}
.forums_box a
{
	color: 						#595240;
	display: 					block;
	line-height: 				180%;
	text-decoration: 			none;
}
.forums_boxEnter  
{
	width: 						100px;
	margin-top: 				10px;
	line-height: 				20px;
	margin-bottom: 				25px;	
	background-image: 			url(/images/boxes/forums/boxEnter/bg.gif);
}
.forums_boxEnter a
{
	color: 						#58513e;
	padding: 					0 9px; 	
	display: 					block;
	font-weight: 				bold;
	text-decoration: 			none;
}

.forums_boxEnter .tr
{
	background-image: 			url(/images/boxes/forums/boxEnter/tr.gif);
}
.forums_boxEnter .tl
{
	background-image: 			url(/images/boxes/forums/boxEnter/tl.gif);
}
/****************************************************** NEW POSTING BUTTONS ***/
.newPosting
{
	height: 					45px;
}
.newPosting a
{
	float: 						left;
	color: 						#890a15;
	cursor: 					pointer;
	font-size: 					14px;
	text-align: 				right;
	font-weight: 				bold;
	margin-right: 				40px;
	padding-top:				18px;
	padding-left: 				36px;
	text-decoration:			none;
	background-image: 			url(/images/icons/ltr/forum_new.gif);
	background-repeat: 			no-repeat;
	background-position: 		left top;
}