/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	BORDER-RIGHT: #7994CB 1px solid;
	BORDER-TOP: #7994CB 1px solid;
	BORDER-LEFT: #7994CB 1px solid;
	BORDER-BOTTOM: #7994CB 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_Simple {
	width: 100%;
	BORDER-RIGHT: #7994CB 0px solid;
	BORDER-TOP: #7994CB 1px 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;
}

.SimpleWhite_Header {
	background-color: #FFFFFF;
	font-size: 30pt;
	font-weight: bold;
	color: #00FFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.linkmaster {
	width: 166px;
	background-color: #DFE5F2;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border: thin none #7994CB;
}
.Linkrow1_Image {

	BACKGROUND-IMAGE: url(DLS_blue_bkg.gif);
}
.LinkRow2_Image {
	background-color: #FFFFFF;
	background-image: url(DLS_sideLink_panel.jpg);
	font-size: 8pt; 
	font-weight: bold;
	color: #00FFFF;
}

.ContainerR1C1_Blue {
BACKGROUND-IMAGE: url(DLS_blue_LeftCorner.jpg);

}
.ContainerR1C2_Blue {
BACKGROUND-IMAGE: url(DLS_blue_Middle.jpg);

}
.ContainerR1C3_Blue {
BACKGROUND-IMAGE: url(DLS_blue_RightCorner.jpg);

}

.ContainerContent_Blue {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #7994CB;
	border-right-color: #7994CB;
	border-bottom-color: #7994CB;
	border-left-color: #7994CB;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
