/* 
================================
 Container Styles for DotNetNuke
================================
*/  

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:normal;
    font-style:none;
    
}
.HeadContainer_news
{	background-color: #6E0708;
    	color: #ffffff;
    	font-size:  14px;
	font-family:Arial;
	font-style:none;
	font-size: medium;

}
.containermaster_news {
	width: 100%;
	color: #000000;
	font-size:2;
	font-family:Tahoma;
	background-color: #E1E1E1;
	border-right: #808080 1px solid; 
	border-top: #808080 1px solid; 
	border-left: #808080 1px solid; 
	border-bottom: #808080 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	}
	
.containerrow1_news {
	background-image: url(gradient_DkRed.jpg);
	height=3px;
}
.containerrow_news{
	background-color: #6E0708;
	    	color: #ffffff;
	    	font-size:2;
		font-family:Arial;
		font-style:italic;
	font-size: medium;

}

