/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	border-right: #f2f2f2 1px solid; 
	border-top: #f2f2f2 1px solid; 
	border-left: #f2f2f2 1px solid; 
	border-bottom: #f2f2f2 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: #f2f2f2;
}
.containerrow2_blue {
	background-color: #f2f2f2;
}
.containerrow3_blue {
	background-color: #ffffff;
}
.title_text {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #4E677A;
}

