.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #6278aa; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8.5pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}


.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #6278aa; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8.5pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: lavender;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #dcdcdc; 
	border-left: #dcdcdc 1px solid; 
	border-bottom: #dcdcdc 1px solid; 
	border-top: #dcdcdc 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_MenuBreak {
	border-bottom: #dcdcdc 1px solid; 
	border-left: #dcdcdc 0px solid; 
	border-top: #dcdcdc 1px solid;  
	border-right: #dcdcdc 0px solid; 
	background-color: #dcdcdc; 
	height: 1px;
}

.TIPSHead   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    bold;
    color: white;
    background-color:#6278aa;
    width:100%;
    margin: 2px 2px 3px 0px;
    padding: 2px 0 2px 0px;
}

.TIPSHead_to_Left   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    bold;
    color: white;
    background-color:#6278aa;
    width:98%;
    margin: 2px 2px 3px 0px;
    padding: 2px 0 2px 4px;
}


