/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
}
.containerrow1_blue {
	background-color: #D5DCE2;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.containerheader {
	font-family: verdana, helvetica, arial;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.containerstripe_orange {
	background-color: #FF9900;
}
.containerstripe_lime {
	background-color: #99CC00;
}

