
	
	.tTip {
		cursor: pointer; 
		font-weight: bold; 
		height: 22px; 
		font-family: Tahoma, Helvetica, sans-serif; 
		font-size: 11px; 
		color: rgb(34, 30, 31); 
		border: 1px solid #FFFFFF;
		background: #DCE1ED;
	}
	.tip {color: #333;}

				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 20px;
	overflow: hidden;
	display: none;
	position: absolute;
	font-family: Tahoma, Helvetica, sans-serif; 
	font-size: 11px; 	
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 5px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}