/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #d0d0d0;
	border-right: #d0d0d0 0px solid; 
	border-top: #d0d0d0 0px solid; 
	border-left: #d0d0d0 0px solid; 
	border-bottom: #d0d0d0 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_gray {
	/*background-image: url(gradient_LtGray.jpg);*/
	background-color: #d0d0d0;
}
.containerrow2_gray {
	background-color: #d0d0d0;
}
