/* 
================================
 Container Styles for DotNetNuke
================================
*/   
hr.containermaster_blue {
	color: Transparent;
	Display: None;
}
.containermaster_blue {
	width: 100%;
	background-color: Transparent;
	border-right: #7994cb 0px; 
	border-top: #7994cb 0px; 
	border-left: #7994cb 0px; 
	border-bottom: #7994cb 0px; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;

}
.containerrow1_blue {
	background-color: Transparent;

}
.containerrow2_blue {
	background-color: Transparent;
	color: red;
}

.head {
	background-color: Transparent;
	text-align: center;
	color: Navy;
	font-size: 16px;
	Font-Weight: Bold;
}

