/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #00326f;
	BORDER-RIGHT: #00326f 1px solid; 
	BORDER-TOP: #00326f 1px solid; 
	BORDER-LEFT: #00326f 1px solid; 
	BORDER-BOTTOM: #00326f 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_gray {
	BACKGROUND-IMAGE: url(gradient_Blue.jpg);
}
.containerrow2_gray {
	background-color: #FFFFFF
}

.WhiteHead 
{
    font-size: 1.3em;
    font-weight:  bold;
    color: #FFFFFF;
}

.containermaster_red {
	width: 100%;
	background-color: #cc1c31;
	BORDER-RIGHT: #cc1c31 1px solid; 
	BORDER-TOP: #cc1c31 1px solid; 
	BORDER-LEFT: #cc1c31 1px solid; 
	BORDER-BOTTOM: #cc1c31 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_red {
	BACKGROUND-IMAGE: url(gradient_Red.jpg);
}
.containerrow2_red {
	background-color: #FFFFFF
}
