/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_white {
	width: 100%;
	background-color: #ffffff;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_white {
	background-image: none;
}
.containerrow2_white {
	background-color: #ffffff;
}
.containermaster_blue {
	width: 100%;
/*	background-color: #dfe5f2;*/
	background-color: #ffffff;
	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  {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue  {
	background-color: #ffffff;
}

.indexLeftCol {
	width: 218px;
	background-image:url(images/pole.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
.newsflag {
	padding: 12px 12px 6px 12px;
	}

.modulehead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0px 0px 0px 10px;
	color: #666;
	}
	
.moduleheadwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	}
