.tool-tip {	font-family:  Arial, Helvetica, sans-serif;	color: #ffffff;	width: 139px;	z-index: 13000;} .tool-title {	font-family:  Arial, Helvetica, sans-serif;		font-size: 0px;	height: 0px;	margin: 0;	padding: 0px 8px 4px;	background: url(img/bubble.png) top left;	} .tool-text {	font-family:  Arial, Helvetica, sans-serif;	font-size: 11px;	padding: 4px 8px 8px;	background: url(img/bubble.png) bottom right;}.custom-tip {	color: #000;	width: 130px;	z-index: 13000;}.custom-title {	font-family:  Arial, Helvetica, sans-serif;	font-weight: bold;	font-size: 11px;	margin: 0;	color: #3E4F14;	padding: 8px 8px 4px;	background: #C3DF7D;	border-bottom: 1px solid #B5CF74;}.custom-text {	font-family:  Arial, Helvetica, sans-serif;	font-size: 11px;	padding: 4px 8px 8px;	background: #CFDFA7;}font-family:  Arial, Helvetica, sans-serif;	font-size: 10pt;	color: #7477c5;		/*-----------------------------------------------------------------------------------------------*//*                                            TOOLTIP                                            *//*-----------------------------------------------------------------------------------------------*/.toolTip { /* This is the hook that the jQuery script will use */	padding-right: 20px; /* This is need to make sure that the help icon is always visible */		color: #3366FF;	cursor: pointer; 	position: absolute; /* This contains the .toolTipWrapper div that is absolutely positioned  */}	.toolTipWrapper { /* The wrapper holds its insides together */		width: 175px;		position: absolute; /* Absolute will make the tooltip float above other content in the page */		top: 20px;		display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */		color: #FFF;		font-weight: bold;		font-size: 9pt; /* A font size is needed to maintain consistancy */	}			.toolTipTop { /* Top section of the tooltip */			width: 175px;			height: 30px;			background: transparent url(img/bubbleTop.gif) no-repeat;		}		.toolTipMid { /* Middle section of the tooltip */			padding: 8px 15px;			background: #A1D40A url(img/bubbleMid.gif) repeat-x top;		}				.toolTipBtm { /* Bottom Section of the tooltip */			height: 13px;			background: transparent url(img/bubbleBtm.gif) no-repeat;		}		