/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #DFE5F2;
	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
}
.containerrow1_blue {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #FFFFFF
}
.CHeadLeft {
	width: 10px;
	height: 25px;
	background: url(/Portals/0/Skins/CHeadLeft.gif) no-repeat top left;
	font-size: 1px;
}
.CHeadCenter {
	height: 25px;
	background: url(/Portals/0/Skins/CHeadCenter.gif) repeat-x top left;
	width: 1px;
	white-space: nowrap;
}
.CHeadConnect {
	width: 15px;
	height: 25px;
	background: url(/Portals/0/Skins/CHeadConnect.gif) no-repeat top left;
	font-size: 1px;
}
.CHeadRight {
	height: 25px;
	background: url(/Portals/0/Skins/CHeadRight.gif) repeat-x top left;
	font-size: 1px;
}
.CHeadRightCap {
	width: 7px;
	height: 25px;
	background: url(/Portals/0/Skins/CHeadRightCap.gif) no-repeat top left;
	font-size: 1px;
}
.CHeadLeftG {
	width: 10px;
	height: 25px;
	background: url(/Portals/0/Skins/CHeadLeftG.gif) no-repeat top left;
	font-size: 1px;
}

.CHeadCenterG {
	height: 25px;
	background: url(/Portals/0/Skins/CHeadCenterG.gif) repeat-x top left;
	white-space: nowrap;
}

.CHeadConnectG {
	width: 15px;
	height: 25px;
	background: url(/Portals/0/Skins/CHeadConnectG.gif) no-repeat top left;
	font-size: 1px;
}

.CHeadRightG {
	width: 48px;
	height: 25px;
	background: url(/Portals/0/Skins/CHeadRightG.gif) repeat-x top left;
	font-size: 1px;
}

.CHeadRightCapG {
	width: 7px;
	height: 25px;
	background: url(/Portals/0/Skins/CHeadRightCapG.gif) no-repeat top left;
	font-size: 1px;
}
.CBody {
	padding: 7px 10px 10px 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fafafa;
}

.CFootLeft {
	height: 7px;
	border-top: 1px solid #ddd;
	font-size: 1px;
}

.CFootRight {
	height: 7px;
	width: 58px;
	background: url(/Portals/0/Skins/CFootRight.gif) top left no-repeat;
	font-size: 1px;
}

