/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #FFF;
	border-right: #75ac9a 1px solid; 
	border-top: #75ac9a 1px solid; 
	border-left: #75ac9a 1px solid; 
	border-bottom: #75ac9a 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_blue2 {
	width: 100%;
	height: 1px;
 	color: #75ac9a;
 	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_Green.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.containermaster_brown {
	width: 100%;
	background-color: #eeddcc;
	border-right: #c89059 1px solid; 
	border-top: #c89059 1px solid; 
	border-left: #c89059 1px solid; 
	border-bottom: #c89059 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_brown2 {
	width: 100%;
	height: 1px;
 	color: #c89059;
 	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_brown {
	background-image: url(gradient_Brown.jpg);
}
.containerrow2_brown {
	background-color: #ffffff;
}
.containermaster_curvegreen {
	width: 100%;
 	background-color: #cfcca1;
	border-right: #a8a478 0px solid; 
	border-top: #a8a478 0px solid; 
	border-left: #a8a478 0px solid; 
	border-bottom: #a8a478 4px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_curvegreen2 {
	width: 100%;
	height: 1px;
 	color: #a8a478;
 	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_curvegreen {
	background-image: url(curvededgebg.gif);
	border-right: #a8a478 1px solid; 
	height: 32px;
}
.containerrow2_curvegreen {
	background-color: #ffffff;
}
