.NEWS_CONTAINER
{
	width:280px;
	float:left;
	border: 1px solid rgb(212,218,221);
	padding:0px;
}


.NEWSBOX_TITLE
{
	width:273px;
	height:35px;
	overflow:hidden;	
	background-image: url(../graphics/NEWSBOX_TITLE_BG.jpg);
	margin-top:3px;	
	
	color:white;
	line-height:36px;
	text-indent:20px;	
	text-align:left;
	font-family:Trebuchet MS, arial, verdana;
	font-size:17px;
	font-weight: normal;
}

.NEWSBOX_TEXT
{
	height:262px;
	width:273px;
	background-color: rgb(13,77,132);
	margin-top:4px;
	overflow:hidden;
	
}
.NEWSBOX_TEXT_POS_OUT
{
	float:right;	
	width:253px;
		
	margin-top:22px;
	margin-bottom:20px;
}
.NEWSBOX_TEXT_POS_INN
{
	float:left;	
	width:233px;
}
.NEWSBOX_TEXT_FONT
{
	color:white;
	line-height:16px;
	text-indent:20px;	
	font-family:Trebuchet MS, arial, verdana;
	font-size:13px;
	font-weight: normal;
	text-align: justify;
}
.NEWSBOX_TEXT_FONT p
{
	text-indent:0px;
}
.NEWSBOX_SUBTITLE
{
	height:35px;
	width:273px;
	overflow:hidden;
	border-top:1px solid rgb(37,91,139);	
	background-color: rgb(10,71,125);
	
	color:white;
	line-height:33px;
	text-align:left;
	font-family:Trebuchet MS, arial, verdana;
	font-size:16px;
	font-weight: normal;
	text-align:center;
	
	margin-top:4px;
}

.NEWSBOX_PIC_CONT
{
	height:127px;
	width:273px;	

	overflow:hidden;

	margin-top:4px;	
	margin-bottom:4px;
}
.NEWSBOX_LEFT
{
	width:45px;
	height:127px;
	float:left;
	background-image:url(../graphics/NEWS_LEFT.jpg);
	cursor:pointer;
	overflow:hidden;
}
.NEWSBOX_LEFT_OVER
{
	width:45px;
	height:127px;
	float:left;
	background-image:url(../graphics/NEWS_LEFT_OVER.jpg);
	cursor:pointer;
	overflow:hidden;
}
.NEWSBOX_PIC
{
	width:180px;
	height:127px;
	float:left;
	overflow:hidden;
}
.NEWSBOX_PIC_PIC
{	
}
.NEWSBOX_RIGHT
{
	width:45px;
	height:127px;
	float:left;
	background-image:url(../graphics/NEWS_RIGHT.jpg);
	cursor:pointer;
	overflow:hidden;
}
.NEWSBOX_RIGHT_OVER
{
	width:45px;
	height:127px;
	float:left;
	background-image:url(../graphics/NEWS_RIGHT_OVER.jpg);
	cursor:pointer;
	overflow:hidden;
}
.STATS
{
 	float:left;
	width:281px;
	height:61px;	
	background-image:url(../graphics/STATS.jpg);
	margin-top:4px;
}				
.ONLINE_NR
{
 	float:right;
 	width:65px;
 	height:17px;
	margin-top:25px;
	margin-left:5px;
	
	color:rgb(113,185,56);	
	text-align:left;
	font-family:Trebuchet MS, arial, verdana;
	font-size:14px;
	font-weight:bold;
}
.TOTAL_NR
{
	float:right;
 	width:150px;
 	height:17px;
	margin-top:25px;
	margin-right:2px;
	border-right:1px solid rgb(112,122,148);
	
	color:rgb(112,122,148);	
	text-align:left;
	font-family:Trebuchet MS, arial, verdana;
	font-size:13px;
	font-weight:bold;
}
