/* Tooltip */  
 
#tooltip {  
    position:absolute;  
    z-index:9999;  
    color:#fff;  
    font-size:10px;  
    width:188px;
      
	margin-left: -176px;
	margin-top: -310px;
	padding-right: 8px;
}  
 
#tooltip .tipHeader {  
    height:19px;  
    background:url(../_images/tipHeader.png) no-repeat;  
}  
  
/* IE hack */  
*html #tooltip .tipHeader {margin-bottom:-6px;}  
 
#tooltip .tipBody {  
	color: #555;
    background-color: #fff;  
    padding:5px 5px 5px 15px; 
    font-size: 14px;
    font-family: sans-serif;
}  
 
#tooltip .tipFooter {  
    height:8px;  
    background:url(../_images/tipFooter.png) no-repeat;  
}  
  
