/*========================================================*/
/*         CSS for DotNetNuke Meridian Containers         */
/*                   by Cyber Siouxland                   */
/*             http://www.cybersiouxland.com              */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/   
.containermaster_content {
	width: 100%;
}
.content_padding7 {
	width: 100%;
	padding-left:7px;
	padding-right:7px;
	padding-top:10px;
	padding-bottom:0px;
}
.content_padleft {
	width: 100%;
	padding-left:20px;
	padding-right:7px;
	padding-top:0px;
	padding-bottom:0px;
}
.containerrow2_Dove {
	background: url(dove.gif) no-repeat top left;
	height:31px;
/*	padding-left:5px;
	padding-right:5px;
	padding-top:10px; */
}

/* 
================================
 Title Text Styles
================================
*/  
.Title_Dove {
	color:#329fc3;
	font-size:24px;
	font-weight:normal;
	font-family: arial;
	padding-left:40px;
} 

/* 
================================
 Module Title Styles
================================
*/  
.ModuleTitle_MenuItem {
	border: #3774b3 0px solid; /*override borders*/    
}
.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #3774b3; 
	font-family:Arial; 
	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: #ffffff; 
	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;
	border: #3774b3 1px solid;
	color:#2a2c2c; 
	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: #f5f5eb; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #3774b3; 
	font-family: Arial; 
	font-style: normal;
	background-color: #c2e4ee;
}
.ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
.ModuleTitle_MenuContainer { color: #2c2c2c; }
.ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 15px 0 10px; }
.ModuleTitle_SubMenu { margin: 0 0 0 1px; }


