/*Tooltip*/
/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
    background:transparent url(/tooltip/black_arrow.png) no-repeat scroll 0 0;
    height:122px; 
    padding:0px 20px 0px 20px; 
    width:209px; 
    color: white;
    font-size: 10px;
    font-family: Tahoma;
    display:none; 
    color:#fff; 
    text-align:left; 
} 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:20px 0px 0px 5px; 
    font-size: 13px;
    font-family: Tahoma;
    font-weight: bold;
    color:#fff; 
}