/* latest news alert scripts */
div.latestNewsAlert 
{
	display: none;
	border: 1px solid #900000/*black*/;
	border-radius: 5px;
	/*background-color: #900000;*/
	font-weight: bold;
	padding: 5px;
	margin: auto;
	text-align: center;
	color: #000000;/*#ffffff;*/
}
div.latestNewsAlert a 
{
	display: inline-block;
	/*color: #ffffff;*/
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 7px 0;
}
span#latest_nl_title
{
	color: #ffffff;
	font-size: 13px;	
}
#latest_news_block {
	border: 1px solid #DDD;
	padding: 10px 10px 10px 10px;
	margin: 0 0 30px 0;
	background: linear-gradient(to bottom,#FFF 0%,#FAFAFA 100%) repeat scroll 0 0 transparent;
}
#latest_news_block > div:nth-child(1) {
	/*font-size: 20px !important;
	background: #e8edf3;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;*/
	
	display: table;
	background: #990000;
	color: white;
	margin: -5px 0 15px -5px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}
/* END latest news alert scripts */