/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #E0E1E2;
	border-right: #8f9092 0px solid; 
	border-top: #aeafb2 4px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_gray {
	background-image: url(grayStripe.png);
}
.containerrow2_gray {
	background-color: #E0E1E2;
}
