/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color:Transparent;
	
}
.containerrow1_gray {
	background-color:Transparent;
}
.containerrow2_gray {
	background-color:Transparent;
}
.container1 
{
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
	width: 175px;
	background-color: #EAEAEA;
	font-family: Tahoma, Arial, Helvetica; 
	text-align:left;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	color: #007D7F; 
	font-style: normal; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 0px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=4);
	background-image: url(contain_grid.png); 
	vertical-align:top;
	
	
}
