/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster1 {
	width: 205px;
	background-color: #003399;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containermaster2 {
	width: 205px;
	background-color: #2f58ac;
	background-image: url(blue2_bg.jpg);
	background-repeat: repeat-x;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containermaster3 {
	width: 205px;
	background-color: #97acd6;
	background-image: url(blue3_bg.jpg);
	background-repeat: repeat-x;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containermaster4 {
	width: 205px;
	background-color: #ffffff;
	background-image: url(blue4_bg.jpg);
	background-repeat: repeat-x;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1 {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
.containerrow2 a:hover{
	color:#c0b12b;
}
.containerrow2 a:link{
	color:#f7e22d;
}
.containerrow2 a:visited{
	color:#f7e22d;
}
.containerrow2 a:active{
	color:#f7e22d;
}
.headwhite{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}