/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_green {	
	background-color: #ffffff;
	border-right: #B8D45D 1px solid; 
	border-top: #B8D45D 1px solid; 
	border-left: #B8D45D 1px solid; 
	border-bottom: #B8D45D 1px solid; 
	moz-border-radius-bottomleft: 3px; 
	moz-border-radius-bottomright: 3px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_green {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_green {
	background-color: #ffffff;		
}


