/* 
================================
 Container Styles for DotNetNuke
================================
*/
.containermaster 
{
	width: 100%;
}
.ModuleTitle_MenuBreak  
{
	background-color: tranparent; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}
.ModuleTitle_MenuItem {
	border: transparent 0px solid; /*override borders*/   
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
    background-color: Transparent; 
    color: #ffffff; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 1px 1px 1px;
    text-align: left;
    text-transform: uppercase; 
/* *** BEGIN: Add font stlye info hear to match sub menu *** */
    font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
    font-size: 12px; 
    font-weight: 500;
    letter-spacing: 1px;
/* *** END: add *** */	
/* ***  BEGIN: Needed to remove 'white space' in sub menu in between items  *** */
      border: 0px; 
/* ***  END: remove 'white space' in sub menu in between items  *** */
}
.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: #000000;
    color: #ffffff;
    border-bottom: #cbcbcb 1px solid;
    border-left: #cbcbcb 1px solid;
    border-top: #cbcbcb 1px solid;
    border-right: #cbcbcb 1px solid;
    padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.ModuleTitle_MenuBreak  
{
	background-color: #dddddd; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}
.ModuleTitle_MenuItemSel 
{
      font-family: Tahoma, Geneva, sans-serif;
      background-color: #333333; 
      color: #ffffff; 
      font-size: 13px; 
      font-weight: bold;
      text-transform: uppercase; 
      letter-spacing: 1px;
      text-align: left;
/* ***  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  *** */
}






