/*-----------------------------------------------------------------------------------------------*/
/*                   A BETTER TOOLTIP - POWERED BY JQUERY AWESOMENESS                            */
/*                   AUTHOR: jon cazier                                                          */
/*                   EMAIL: jon at 3nhanced dot com                                              */
/*-----------------------------------------------------------------------------------------------*/
			
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {color: #978a3f; font-weight: bold; text-align: center;}
.tip {
	width: 200px;
	padding-top: 5px;
	height: 24px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	background: transparent url(betterTooltip/tip.gif) no-repeat top;
	color: #0e628a;
}
	
/* .tipMid {background: transparent url(betterTooltip/tip-mid.gif) no-repeat center top; padding: 7px 2px 12px 2px;} */
/* .tipBtm {background: transparent url(betterTooltip/tip-btm.gif) no-repeat bottom; height: 10px;} */