/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #4da1ff 1px solid; 
	border-top: #4da1ff 1px solid; 
	border-left: #4da1ff 1px solid; 
	border-bottom: #4da1ff 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1 {
	/*background-image: url(gradient_LtBlue.jpg);*/
	background-color: red;
	height:24px;
	border-bottom: #4da1ff 1px solid; 
}
.containerrow2 {
	background-color: #ffffff;
}


