/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containermaster_gray2 {
	width: 100%;
	background-color: #E5E3E2;
	border-right: #E5E3E2 1px solid; 
	border-top: #E5E3E2 1px solid; 
	border-left: #E5E3E2 1px solid; 
	border-bottom: #E5E3E2 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_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #E5E3E2;
}
.containerTopRow_gray {
	background-color: #E5E3E2;
	height:7;
	font-size:7px;
}

