/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #EFF2FE; transparent;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	background-repeat: repeat-x;
	padding: 5px 5px 5px 5px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_blue {
	BACKGROUND-IMAGE: url(gradient_MdBlue.jpg);
}
.containerrow2_blue {
	background-color: #FFFFFF
}

.cmaster_left{
background-image:url(lc.gif);
background-position:top left; 
background-repeat: no-repeat;
border-bottom: solid 1px #41638B;
}

.cmaster_right{
	background-image:url(rc.gif);
	background-position:top right;
	background-repeat: no-repeat;
	border-bottom: solid 1px #41638B;

}

.cmaster_mid{
	background-color:#BDCBE6;
	background-image:url(mid_grad.gif);
	background-repeat:repeat-x; 
	border-top: 1px solid #41638B;
	border-bottom: solid 1px #41638B;
}



