
/*-----------------------------------------------------------------------------------------------*/
/*                                            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 */
	background: url(../img/tooltip.png) no-repeat  scroll right center transparent;
	color: #3366FF;
	cursor: help;
	position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */
	z-index:3;
}

	.toolTipWrapper { /* The wrapper holds its insides together */
		width: 190px;
		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 */
		text-align:left;
	}
	
		.toolTipTop { /* Top section of the tooltip */
			width: 190px;
			height: 28px;
			background: transparent url(../img/bubbleTop.gif) no-repeat;
		}

		.toolTipMid { /* Middle section of the tooltip */
			padding: 10px 15px;
			background: #69A6BA url(../img/bubbleMid.gif) repeat-x top;
		}
		
		.toolTipBtm { /* Bottom Section of the tooltip */
			height: 13px;
			background: transparent url(../img/bubbleBtm.gif) no-repeat;
		}
	
	


.toolTip2 { /* This is the hook that the jQuery script will use */
	padding-right: 0px; /* This is need to make sure that the help icon is always visible */
	color: #3366FF;
	cursor: auto; 
	position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */
}

	.toolTipWrapper { /* The wrapper holds its insides together */
		width: 190px;
		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 */
		text-align:left;
	}
	
		.toolTipTop { /* Top section of the tooltip */
			width: 190px;
			height: 28px;
			background: transparent url(../img/bubbleTop.gif) no-repeat;
		}

		.toolTipMid { /* Middle section of the tooltip */
			padding: 10px 15px;
			background: #69A6BA url(../img/bubbleMid.gif) repeat-x top;
		}
		
		.toolTipBtm { /* Bottom Section of the tooltip */
			height: 13px;
			background: transparent url(../img/bubbleBtm.gif) no-repeat;
		}
		
		
		
.toolTip3 { /* 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 */
	background: url(../img/tooltip.png) no-repeat  scroll right center transparent;
	color: #3366FF;
	cursor: help;
	position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */
	z-index:3;
}

	.toolTipWrapper { /* The wrapper holds its insides together */
		width: 190px;
		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 */
		text-align:left;
	}
	
		.toolTipTop { /* Top section of the tooltip */
			width: 190px;
			height: 28px;
			background: transparent url(../img/bubbleTop.gif) no-repeat;
		}

		.toolTipMid { /* Middle section of the tooltip */
			padding: 10px 15px;
			background: #69A6BA url(../img/bubbleMid.gif) repeat-x top;
		}
		
		.toolTipBtm { /* Bottom Section of the tooltip */
			height: 13px;
			background: transparent url(../img/bubbleBtm.gif) no-repeat;
		}



