/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.yellaTitle 
{
	color: #f7f7de;
	font-size: 10pt;
	font-weight: bold;
}
.containermaster_gray {
	width: 100%;
	background-color: #CCCCCC;
	border-right: #CCCCCC 2px solid; 
	border-top: #CCCCCC 2px solid; 
	border-left: #CCCCCC 2px solid; 
	border-bottom: #CCCCCC 2px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_darkgray 
{
	color: Green;
	width: 100%;
	background-color: #6B696b;
	border-right: #6B696b 2px solid; 
	border-top: #6B696b 2px solid; 
	border-left: #6B696b 2px solid; 
	border-bottom: #6B696b 2px 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_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}
