/* 
================================
 Container Styles for DotNetNuke
================================
*/  
.containerparent {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.containermaster_gray {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_green {
	width: 100%;
	background-color: #ffffff;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	margin: 5px;
}
.containerrow1_green {
	background-image: url(TitleBG_Green.gif);
	background-repeat: repeat-x;
	height:	20px;
}
.containerrow1_gray {
	background-image: url(TitleBG_Gray.gif);
	background-repeat: repeat-x;
	height:	20px;
}
.containerrow2_white {
	background-color: #ffffff;
}


