/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	margin-bottom:10px;
}
.containerrow1_blue {
	background-image:url('Images/menu_tree_header.png');
	background-repeat:no-repeat;
	background-color:transparent;	
	color: black;
	width:185px;
	height:37px;
	padding:0px 0px 0px 5px;
	font-family: Arial,Helvetica,sans-serif;
}
.containerrow1_blue .Head{
	color: White;
	font-size:12px;
	text-transform:uppercase;
	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin:0px 0px 0px 8px;
}
.DNNAlignleft{
	padding:0px;
	margin:0px;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}
.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	color: black; 
	font-family: Arial,Helvetica,sans-serif;
	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; 
	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; 
	background-color: #FFFFFF; 
	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: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
} 
.ContentPane > .containermaster_blue{
  width:100%;            
  margin:auto;
  padding:40px 0 0 0;                       
}
.ContentPane > .containermaster_blue .DNNAligncenter table{           
  margin:auto;                    
}
.ContentPane > .containermaster_blue .containerrow1_blue{
  background-image:none;                                
}
.ContentPane > .containermaster_blue .containerrow1_blue .Head{
  color:black;                              
}