/* Tooltip */
 
#tooltip {
    position:absolute;
    color:#fff;
    font-size:10px;
    width:220px;
    float: left;
}
 
#tooltip .tipHeader {
    height:8px;
    background:url(../images/tipHeader.gif) no-repeat;
}
 
/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}
 
#tooltip .tipBody {
    background-color:#000;
    padding:5px;
}
 
#tooltip .tipFooter {
    height:8px;
    background:url(../images/tipFooter.gif) no-repeat;
}

span.gray {
  color: #c0c0c0;
}