/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: white; /*#dddddd*/
	border-right: #8f9092 0px solid; /*1*/
	border-top: #8f9092 0px solid; /*1*/
	border-left: #8f9092 0px solid; /*1*/
	border-bottom: #8f9092 0px solid; /*1*/
	margin: 0px;
	padding: 0px;
	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_LtGray.jpg); */
	margin: 0px;
	padding: 0px;
	border: red 0px solid;
}
.containerrow2_gray {
	background-color: #ffffff; /*#ffffff*/
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: blue 0px solid;
}
