/* CSS Document */
/* This is the Tooltip Style section for ToolTips on Images*/
/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background:beige;
  border:1px solid black; 
  padding:2px;
  padding-top:1px;
  color:black; font-size:2; line-height:1;
}
div.tp1 { font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif; color:black; padding-top:2px }
/* End of the Tooltip Style section */

