/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 1000px;
	/* background-image: url(BH_Home.jpg); */
	background-image: none;
	background-repeat: no-repeat;
	height: 473px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.containerrow1 {
	background-color: transparent;
}

.containerrow2 
{
    color: #ffffff; 
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Verdana, Tahoma , Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: italic;
	height: 21px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #eeeeee; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}

.ModuleTitle_MenuBreak  {
	background-color: #eeeeee; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: italic;
	background-color: #c1d2ee;
}
