/* 
================================
 Container Styles for DotNetNuke
================================
*/  

.containermaster_gray {
	width: 100%;
	background-color: #ffffff;
	border-right: #c8c8c8 1px solid; 
	border-top: red 1px solid; 
	border-left: #c8c8c8 1px solid; 
	border-bottom: #c8c8c8 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: #ffffff;
}
.containermaster_gray_open {
	width: 100%;
	background-color: #ffffff;
	border-right: none; 
	border-top: none;  
	border-left: none; 
	border-bottom: none; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_gray_open_title {
	width: 100%;
	background-color: #ffffff;
	border-right: none; 
	border-top: red 1px solid; 
	border-left: none; 
	border-bottom: none; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

