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

/* example of utilisation: gbuilder, diary */
.tooltip_header 
{
padding: 3px;
width: 200px;
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);
}

.tooltip_body 
{
padding: 3px;
width: 200px;
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;
}

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