/* This is the style sheet for the fading-in tooltips.
   by http://boxover.swazz.org/, arranged for Tropicalm by F. Haddadi.
*/

div.tooltip
{

}

/* example of utilisation: gbuilder, diary */
.tooltip_header
{
    position: absolute;
    top: 2px;
    left: -190px;
    padding: 3px;
    width: 165px;
    height: 14px;
    font-family: Verdana,Arial,sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: black;
    background-color: #44C2F7;
    border-top: solid black 1px;
    border-left: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 1px;
    -moz-opacity: 0.8;
    filter: alpha (opacity=80);
    z-index: 4;
}

.tooltip_body 
{
    position: absolute;
    top: 22px;
    left: -190px;
    padding: 3px;
    width: 165px;
    font-family: Verdana,Arial,sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #000040;
    background-color: #ECEEEC;
    border-left: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 1px;
    -moz-opacity: 0.8;
    filter: alpha (opacity=80);
    text-align: justify;
    z-index: 4;
}

/* to be used in conjunction with the above */
.tooltip_header_wide { width:250px; }
.tooltip_body_wide   { width:250px; }

/* to be used in conjunction with the above */
.tooltip_header_wide { width:250px; }
.tooltip_body_wide   { width:250px; }
