/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparant;
	border-right: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containercontent {
	padding-left: 10px;
}

.ContentOnder {
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
}

.titlewhite {
	color: white;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
















