.bubbletooltip{
   width: 200px; 
   color:#000;
   font:lighter 11px/1.3 Arial,sans-serif;
   text-decoration:none;
   text-align: left;
   position: absolute;
   display: none;
   padding: 2px;
   margin: 2px;
}

.bubbletooltip div.top{
   padding: 30px 8px 0;
   width: 200px;
   line-break-after: always;
   line-break-before: never;
   background: url(/images/bubbletooltips.gif) no-repeat top
}

.bubbletooltip div.bottom{
   padding:3px 8px 15px;
   color: #266590;
   width: 200px;
   line-break-after: always;
   line-break-before: never;
   background: url(/images/bubbletooltips.gif) no-repeat bottom
}

.tooltipcaption {
   cursor: pointer;
   cursor: hand;
}
