/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	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;
}

.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}

.containermaster_none {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px transparent; 
	border-top: #7994cb 1px transparent; 
	border-left: #7994cb 1px transparent; 
	border-bottom: #7994cb 1px transparent;
}
.containerrow1_none{
	background-color: white;
}
.containerrow2_none {
	background-color: white;
}

.containermaster_steel {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #b0c4de 1px solid; 
	border-top: #b0c4de 1px solid; 
	border-left: #b0c4de 1px solid; 
	border-bottom: #b0c4de 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_steel {
	background-image: url(gradient_LtSteelBlue.jpg);
}
.containerrow2_steel {
	background-color: #B0C4DE;
}
.containerrow1_LtRed {
	background-image: url(gradient_LtRed.jpg);
}

.containermaster_red201 {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #b0c4de 1px solid; 
	border-top: #b0c4de 1px solid; 
	border-left: #b0c4de 1px solid; 
	border-bottom: #b0c4de 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_red201 {
	background-color: #9E1B34;
}

.containerrow2_none {
	background-color: #white;
}

.containermaster_letterblue {
	width: 100%;
	background-color: #B0C4DE;
	border-right: #b0c4de 1px solid; 
	border-top: #b0c4de 1px solid; 
	border-left: #b0c4de 1px solid; 
	border-bottom: #b0c4de 1px solid; 
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 1px; 
	moz-border-radius-topright: 1px;
}
.containerrow1_letterblue {
	background-color: #FFFFFF;
}

.containerrow2_none {
	background-color: #B0C4DE;
	height: 10px;
}

.containermaster_letterred {
	width: 100%;
	background-color: #ffffff;
	border-right: #9E1B34 1px solid; 
	border-top: #9E1B34 1px solid; 
	border-left: #9E1B34 1px solid; 
	border-bottom: #9E1B34 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containerrow1_letterred {
	background-color: #ffffff;
}
.containerrow2_none {
	background-color: #ffffff;
}


