/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermasterAbout {
	width: 100%;
	background-color: Transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.containerrow1 {
	background-color: #FFFFFF;
	height: 10;
	border-left: 0px;
	}
.containerrow2 {
	background-color: #000000;
}
.containermasterLeftSideAbout{
	width: 100%;
	
	background-color: #0C2577;
	
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px;  
	BORDER-LEFT: 0px; 
	BORDER-BOTTOM: 0px; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	padding-top:0;
}
.containerrow1LeftSide {
	background-color: #0C2577;
}
.containermasterWhite{
	width: 100%;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	padding-left: 5px;
	padding-right: 5px;	
	padding-top: 10px;	
}

