/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerRecentNews_grey {
	width: 100%;
	background-color: #333333;
}

.bordermaster_grey
{
	border-top:#999999 1px solid; 
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid; 
	border-right: #999999 1px solid; 
}

.containermaster_red {
	background-color: #ff0000;
}

.containermaster_none {
	background-color: transparent;
}



