body div#tooltip
{
    position: absolute;
    z-index: 10000;
    width: auto;
    max-width: 280px;
    background: #EDF5FA none repeat scroll 0% 50%;
    
    _filter:alpha(opacity=0.9);
    _-moz-opacity:0.9;
    _background:#EDF5FA;
    _width:auto;
    
    border: 3px solid #CEF3FF;
    padding: 1px;
    text-align: left;
    line-height:25px;
    padding: 5px;
    min-height: 1em;
    -moz-border-radius: 5px;
    font-family: Verdana,Arial,Helvetica,Georgia,Sans-Serif;    
}
body div#tooltip p
{    
    margin: 0;
    padding: 0;
    color: #027AC6;
    font: 12px Verdana,Arial,sans-serif;
    line-height:20px;
}
body div#tooltip p em
{
    display: block;
    margin-top: 3px;
    color: #f60;
    font-style: normal;
    font-weight: bold;
}
body div#tooltip p em span
{
    font-weight: bold;
    color: #669900;
}


