/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: transparent;
	border-right: #c0c0c0 1px solid; 
	border-top: #c0c0c0 1px solid; 
	border-left: #c0c0c0 1px solid; 
	border-bottom: #c0c0c0 1px solid; 
	moz-border-radius-bottomleft: 10px; 
	moz-border-radius-bottomright: 10px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	}

.head {
	
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: Bold;
	color: #FFFFFF;
	}
	
.containerrow1_blue {
		background-color: #4481c2;
		height: 13px;
}
.containerrow2_blue {
	background-color: transparent ;
}



