/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	
	height:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: Black;	
    padding-left:3px;
    padding-right:3px;
    
	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 

	background-color: White; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	cursor: pointer;
	text-align: left;

}

.ModuleTitle_MenuBreak  {
	background-color: White; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel TD
{
	background-image: url(flowActBg.gif);
	color:White;

}
.ModuleTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: White;
	text-align:left;
	
}
.GreenHeader
{
    font-family: Verdana, Tahoma, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #76950b;
	margin-top: 8px;
	margin-bottom: 8px;
}
