.title_container{
	color: #a7000a; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	vertical-align: top;
	font-weight: bold; 
	font-style: normal;
}
.title_online{
	color: #ab0101;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 15px; 	
	font-weight: bold; 	
}
.containermaster_gray {
	width: 100%;
	background-color: #ffffff;
	border: #aeb76a 1px solid; 
}
.containermaster_black {	
	background-color: #dfe5f2;
	width:100%;
	
}
.containerrow1_gray {
	background-image: url(top_box_pg_news.gif);
	/*background-color:#FF2200;*/
	background-repeat: repeat-x;
	vertical-align: middle;
	color: #a34a08;
	font-weight: bold;
	text-indent: 8px;
	padding-top: 5px;
	height: 20px;
}
.containerrow2_gray {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	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: #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: #FFFFFF; 	
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #a7000a; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}