/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #DCE8F4 1px solid; 
	border-top: #DCE8F4 1px solid; 
	border-left: #DCE8F4 1px solid; 
	border-bottom: #DCE8F4 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-color: #ffffff;
        font-family:tahoma;
        font-size:8px;
}

.containerrow2_blue {
	background-color: #DCE8F4;
	border-bottom: #DCE8F4 1px solid;
	font-family:verdana;
	font-size:9px;
	font-stretch:semi-expanded;
	color:#4A4A4A;
}
.containerrow3_blue {
	background-color: #ffffff;
	border-bottom: #DCE8F4 1px solid;
	font-family:verdana;
	font-size:9px;
	font-stretch:semi-expanded;
	color:#4A4A4A;
}
