/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px tahoma,verdana,arial,serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#fff;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

a.tooltip:link     { color: #000000; text-decoration: none }
a.tooltip:visited  { color: #000000; text-decoration: none }
a.tooltip:hover    { color: #000000; text-decoration: none}
a.tooltip:active   { color: #000000; text-decoration: none }

