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

