/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: transparent;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_gray {
	background-image: url(topcontainer_gray.JPG);
	background-repeat: no-repeat; 
	background-position: top right;
	background-attachment: fixed
}
.containermaster_gray_icon {
	background-image: url('pil_gray.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
.containermaster_b_gray {
	background-image: url(bottomcontainer_gray.GIF);
	background-repeat: no-repeat; 
	background-position: top right;
	background-attachment: fixed
}
.containermaster_hr {
	width: 100%;
/*	margin-top: -7;
	margin-bottom: -7; */
	background-color: #F0F0F0;
}
.containerrow1_blue {
/*	background-image: url(gradient_LtBlue.jpg); */
}
.containerrow2_blue {
	background-color: transparent;
}

