/*------------------------------------ Tooltip --------------------------------*/

#tooltip {
	position:absolute;
	z-index:9999;
	color:#333;
	font-size:12px;
	width:300px;
	text-decoration: none; 
	
}

#tooltip .tipHeader {
	height:8px;
	background:url(images/tipHeader.gif) no-repeat;
}


#tooltip .tipBody {
	background-color:#DADADA;
	padding:5px 5px 5px 5px;
	font-family: Tahoma, Geneva, sans-serif;
	border: .2em solid #666;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
}

#tooltip .tipFooter {
	height:8px;
	background:url(images/tipFooter.gif) no-repeat;
}

