/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color:#F8F8E5;
	BORDER-RIGHT:none 0px solid; 
	BORDER-TOP: none 0px solid;
	BORDER-LEFT: none 0px solid;
	BORDER-BOTTOM:none 0px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_gray {
	BACKGROUND-color:#F9E9C7;
}
.containerrow2_gray {
	background-color: #F8F8E5;
}

