/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width:100%;
	color: Silver;
	background-color: transparent;
	font-family: Arial Verdana Tahoma;
	font-size: 12pt;
}
.containermaster_grayborder {
	width:100%;
	color: Silver;
	background-color: transparent;
	border-right: dimgray 0px solid; 
	border-top: dimgray 0px solid; 
	border-left: dimgray 0px solid; 
	border-bottom: dimgray 0px solid; 
	font-family: Arial Verdana Tahoma;
	font-size: 12pt;
}

.containerrow1_gray {
	/*background-image: url(glasstop.jpg);*/
	/*background-image: url(menuback.jpg);*/
	font-weight: bold;
	height: 30px;
}
.containerrow2_gray {
	background-color: dimgray;
	color: dimgray;
	height: 30px;

}
.containerbody
{
	padding: 5px 5px 5px 5px;
	border-right: dimgray 0px solid; 
	border-top: dimgray 0px solid; 
	border-left: dimgray 0px solid; 
	border-bottom: dimgray 0px solid; 

}



