/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #F8F8F8 ;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue 
{
	/*Matches image*/
	background-color:#020167;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.smallBlueRow1
{
	background-color:#020167;
	font-weight:normal;
	font-size:0.8em;
	color:#000000;
}
.menuBarBlue
{
	background-color:#4e78a0;
	font-weight:normal;
	font-size:1.2em;
}
