/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster_PinStripe {
	background-color: Black;
}

.containermaster_UIL {
	width: 100%;
	background-color: Black;
	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_UIL_Blue {
	width: 100%;
	background-color: #4682B4;
	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_UIL_Red {
	width: 100%;
	background-color: #B22222;
	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_UIL_Green {
	width: 100%;
	background-color: Green;
	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_UIL_Orange {
	width: 100%;
	background-color: #FFA500;
	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_UIL_White {
	width: 100%;
	background-color: White;
	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_UIL_Teal {
	width: 100%;
	background-color: #2AAAA6;
	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_UIL_Beige {
	width: 100%;
	background-color: #abadae;
	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;
}


.containerrow2_UIL {
	background-color: #ffffff;
}

.containerrow2_UIL_Blue {
	background-color: #D4E2EF;
}

.containerrow2_UIL_Red {
	background-color: #F4C6C6;
}

.containerrow2_UIL_Green {
	background-color: #ADEBAD;
}

.containerrow2_UIL_Orange {
	background-color: #FFE1A8;
}

.containerrow2_UIL_White {
	background-color: White;
}

.containerrow2_UIL_Teal {
	background-color: #BEEFED;
}

.containerrow2_UIL_Beige {
	background-color: #f0faff;
}




.containerrow3_UIL {
	background-color: #D3D3D3;
}


.ContainerTitleWhite {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.ContainerTitleBlack {
	font-weight: bold;
	font-size: 12px;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}








