/*General*/
/*
Grey text:   #c9cacb
Light blue: #edf0f7
Blue submenu text: #7799b6
Blue topmenu over text: #407197
Blue submenu border: #88a8ce
Dark blue: #004174
*/

.TopTD{background-color: transparent; height:25px;}
.Title { font-family: Verdana, Arial; font-size: 12px; font-weight: bold; color: #c9cacb; padding: 0; }

.SubHeadAnnouncementsRed { font-family: Verdana, Arial; font-size: 10px; font-weight: bold; color: #990048; padding: 0; }
.SubHeadAnnouncementsBlue { font-family: Verdana, Arial; font-size: 10px; font-weight: bold; color: #484173; padding: 0; }



.ModuleTitle_MenuItem {

	border: #000000 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	background-color:#edf0f7;
	color: #000000; 
	font-family: Verdana; 
	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; 
	cursor: hand; 
	background-color: #edf0f7; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu {
	cursor: pointer; 
	cursor: hand; 
	background-color: #edf0f7; 
	color: #000000; 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #edf0f7; 
	color: #000000; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	color: #000000; 
	background-color: #edf0f7;
}

