/* CSS Document */

a.tooltip{
        text-decoration: none;
}

a:hover.tooltip{
        padding: 0;

}

.tooltip:hover span span{
        display: block;
}

.tooltip span{
        position: absolute;
        text-decoration: none;
}

.tooltip span span{
        display: none;
        position: absolute;
        background-color: #F0F0F0;
        filter:alpha(opacity=90);
        opacity:0.9;
        border: 1px solid #2020B0;
        padding: 5px;
        color: black;
        text-decoration: none !important;
        width: 250px;
        z-index: 100;
        top: 20px;
//      left: -30px;
}