/** TOOLTIP - tooltip.css **/
div.rel {
    position: relative;
    width: 200px;
    border: 0px solid #900;
    z-index: 19;
}

div.rel_mail {
    position: relative;
    width: 380px;
    border: 0px solid #900;
    z-index: 19;
}

div.abs {
    position: absolute;
    top: -14px;
    right: 0px;
    border: 0px solid #444;
    z-index: 20;
    width: 50px;
}
                   
#tooltip table td {
    /*padding: 0;
    margin: 0;    */
}

/** BALOON STYLES **/


.baloon_middle_left {
    vertical-align: top;
    width: 8px;
    height: 44px;
    background: url(img/baloon/tl.png) no-repeat;
}

.baloon_middle_center {
    height: 44px;
    width: 100px;
    vertical-align: top;   
    background: url(img/baloon/tc.png) repeat-x;
    color: white;
}
.baloon_middle_right {
    vertical-align: top;
    background: url(img/baloon/tr.png) no-repeat;
    width: 179px;
    height: 44px;
}

.baloon_middle_center #baloon_content {
    color: white;
    font-size: 11px;               
    padding: 3px 2px 3px 15px;                                  
}  
                                              
/** END BALOON STYLES **/

.value div {
    margin: 0;
}
.value span {
    display: none;
}
/** END TOOLTIP - tooltip.css **/