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

.tip {
	width: 212px;
	padding-top: 17px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 400;
	background: transparent url(images/tipTop.png) no-repeat top;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: left;
	color: #000000;

}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}