/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #181314;
	BORDER-RIGHT: #181314 1px solid; 
	BORDER-TOP: #181314 1px solid; 
	BORDER-LEFT: #181314 1px solid; 
	BORDER-BOTTOM: #181314 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_gray {
	border:1px solid #181314 ; 
	background-color: #181314 ;
	font-color: #E8FBF2; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; font-family
}
.containerrow2_gray {
	background-color: #FFFFFF
}
