/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color:#f6f6f6; /* #e5e2b6; container bgrd color AB */
	border-right: #cdcdcd 2px solid; 
	border-top: #cdcdcd 2px solid; 
	border-left: #cdcdcd 2px solid; 
	border-bottom: #cdcdcd 2px solid; 
	padding-left: 10px;
	padding-right: 10px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containerHR {
width: 100%;
height:1px;
color: #cdcdcd;
border-style:solid;
}

.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}

