/* 
================================
 Container Styles for DotNetNuke
================================
*/
.containermaster 
{
	width: 100%;
}
.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
    /*border: black 1px solid;*/

    background-color: #000;
    color: #fff;
    border-bottom: #555 2px solid;
    border-left: #555 2px solid;
    border-top: #555 2px solid;
    border-right: #555 2px solid;
}
.ModuleTitle_MenuIcon 
{
	cursor: pointer; 
	cursor: hand; 
	background-color: #555;
	border: #555 1px solid;
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}
.ModuleTitle_MenuItem 
{
	border: transparent 0px solid; /*override borders*/   
}
.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-style: normal;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px;
    text-align: left;
/* *** BEGIN: Add font stlye info hear to match sub menu *** */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    /*font-weight: 500;*/
	line-height:15px;
/* *** END: add *** */	
}
.ModuleTitle_MenuItemSel 
{
/*	border: transparent 0px solid; /*override borders*/
/*        background: #ccf; */

	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:30px;  /* *** use line-height as it can be overriden by the submenu TD, unlike height and will still push the submenu down *** */
	color:#fff;
	background-color:#555;
	text-transform:lowercase;
/* ***  BEGIN: Needed to remove 'white space' in sub menu in between icons most noticable at top and bottom with boarder  *** */
    border: 0px; 
/* ***  END: remove 'white space' in sub menu in between items  *** */
}
.ModuleTitle_MenuBreak  
{
	background-color: #555; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}
