/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #fff8e8;
	border-right: #fff8e8 1px solid; 
	border-top: #fff8e8 1px solid; 
	border-left:#fff8e8 1px solid; 
	border-bottom: #fff8e8 1px solid; 
	moz-border-radius-bottomleft: 3px; 
	moz-border-radius-bottomright: 3px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(bg_3.gif);
	height:40px;	
}
.containerrow2_gray {
	background-color: #fff8e8;
}
