/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	clear:both;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #EAF5F9;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containerrow2_gray {
	background-color: #EAF5F9;
}
