/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	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;
}
.container {
	background-color: #ffffff;
}
.DNNTitle {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #212C52;
	padding-top: 25px;
	padding-bottom: 0px !important; 
	padding-bottom: 10px 
}