/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	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;
}

.containerheader {
	background-color: transparent;
	height: 25px;
}
.ContainerTitle {
	width: 100%;
	padding-left: 0px;
   color: #464645;
	font-family: Arial, Verdana, Trebuchet MS;
	font-weight: bold;
	font-size: 24px;
}

.containercontent {
	background-color: transparent;
	width: 100%;
	border-top : solid 0px #009DD9;     
 	border-bottom : solid 0px #009DD9;     
  	border-right : solid 0px #009DD9;
  	border-left  : solid 0px #009DD9;
	padding-left: 4px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}



