/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_wcd1 {
	width: 98%;
	filter:shadow(color:black, strength:10, direction:120);
	}
.containerrow1_wcd1 {
	background-image: url(container_bg_black.gif);
	background-repeat: repeat-x;
	background-position: left;
	filter:shadow(color:black, strength:5, direction:135);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}
	
.containerrow1_short_wcd1 {
background-image: url(shortbg.gif);
background-repeat: repeat-x;
background-position: left;

}
.container_content_wcd1 
{
	background-color: #361e02;
	padding-left: 10px;
	filter:shadow(color:black, strength:5, direction:135);
	

}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #cc0000; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ad722b; 
	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: #ad722b; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #ad722b; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #cc0000; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #ad722b;
}
a {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
