/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_green {
	width: 100%;
	/*background-color: #a5dfb1;*/
	background-color: #FFFFFF;
	border-right: #85B2E1 1px solid; 
	border-top: #85B2E1 1px solid; 
	border-left: #85B2E1 1px solid; 
	border-bottom: #85B2E1 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	
}
.containerrow1_green {
	background-image: url(title_bground.gif);

}
.containerrow2_green {
	background-color: transparent;

}

.title {
	font-family: Tahoma, Arial, Helvetica;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	/*color:#457620;*/
	color:#162B64;
}


