/* 
================================
 Container Styles for DotNetNuke
================================
*/   
containermaster_gray_noTitle
{	
	width: 100%;
}

.containermaster_gray {
	width: 100%;
	border-top: 7px  transparent;
	/*
	border-right: #000 1px solid; 
	border-top: #000 1px solid; 
	border-left: #000 1px solid; 
	border-bottom: #000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}

.containerrow1_gray, .HEAD {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
.containerrow2_gray {
	background-color: #ffffff;
}
