/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #E9E9E9;
	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: 0px; 
	moz-border-radius-topright: 0px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
	height:24px;
}
.containerrow1_gray {
	background-image: url(mid-header.gif);
	height:22px;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.containColorHeader {
	background-color: #E9E9E9;
}
.Line {
	width: 100%;
	background-color: #000000;
	border-right: #000000 1px solid; 
	border-top: #00000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
	height:1px;
}
/* style for module titles */
.Head   {
    font-family:Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: White;
}


