/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_withborder {
	width: 100%;
	background-color: #6699CC;
	border-right: #B0B0B0 1px solid; 
	border-top: #B0B0B0 1px solid; 
	border-left: #B0B0B0 1px solid; 
	border-bottom: #B0B0B0 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_withoutborder {
	width: 100%;
	background-color: #6699CC;
}
.containermaster_hr_withborder {
	border-right: #B0B0B0 1px solid; 
	border-top: #B0B0B0 1px solid; 
	border-left: #B0B0B0 1px solid; 
	border-bottom: #B0B0B0 1px solid; 
}
.containermaster_hr_withoutborder {
	border-right: #6699CC 1px solid; 
	border-top: #6699CC 1px solid; 
	border-left: #6699CC 1px solid; 
	border-bottom: #6699CC 1px solid; 
}
.containerrow_image {
	background-image: url(gradient_LtGrey.jpg);
}
.containerrow_white {
	background-color: #ffffff;
}






