/* the news box */
#newsbox_domnews
{
	width:100%;
	font-family:Verdana;
	font-size:11px;
	border:0px solid red;
	color:#ffffff;

}
#newsbox_domnews a
{
	
}
#newsbox_domnews ul
{
	margin:0px;
	padding-right:10px;
	width:100%;
}
#newsbox_domnews li{
padding-right:15px;

}
/* the news box when JavaScript is available */
#newsbox_domnews.hasJS
{
	height:133px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#newsbox_domnews.hasJS ul
{
	position:absolute;
	top:230px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
.css_scrollnews_title
{
	font-weight:bold;
}
.css_scrollnews_date
{
	font-style:italic;
}
.css_scrollnews_smalldesc
{}
.css_scrollnews_more
{
	text-align:right;	
}
.css_scrollnews_more a
{
	color:Orange;
	font-weight:bold;
	
}
.css_scrollnews_more a:hover
{
	color:white;
	text-decoration:none;
}
.css_scrollnews_seperator
{
	border-top:1px dotted orange;
}


.css_newsdtls_title
{
	font-weight:bold;
	
}
.css_newsdtls_date
{
	font-style:italic;
	text-align:right;
}
.css_newsdtls_smalldesc
{}
.css_newsdtls_more
{
	text-align:right;
}
.css_newsdtls_more a
{
	color:Orange;
	font-weight:bold;
	
	text-align:right;
}
.css_newsdtls_more a:hover
{
	color:black;
	text-decoration:none;
}
.css_newsdtls_seperator
{
	border-top:1px dotted black;
}

