body {
	/*background-image:url(Images/grey-up-top.jpg); background-repeat:repeat-x; background-position:top;*/
	margin-left: 0px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tit {
background-image: url(Images/icon.jpg); background-repeat:no-repeat; background-position:left;
padding-left:30px;
}

.containermaster_blue {
	width: 100%;
	background-color:#FFFFFF;
	
}
.containerrow1_blue {
}
.containerrow2_blue {
}
.ModuleTitle_MenuItem {
	    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	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; 
}

.ModuleTitle_MenuBreak  {
	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; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}



