/* 
================================
 Container Styles for DotNetNuke-  background-color: #dddddd;
================================
*/   

.containermaster_gray {
	width: 100%;
	padding : 5px;
	border-spacing: 0px;
	text-align:left;
	background-color: Transparent;
	border-right: #728446  1px solid; 
	border-top: #728446  1px solid; 
	border-left: #728446  1px solid; 
	border-bottom: #728446  1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(gradient_DKGray.jpg);
}
.containerrow2_gray {
	background-color: #E1DEB1;
}

