/* 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-color:#dee7f7; border:1px solid #336; 

  width:250px; padding:4px;

  color:#000; font-size:11px; line-height:1.2;

}

/* These are optional. They demonstrate how you can individually format tooltip content  */

div.tp1 { font-size:12px; color:#336; font-style:italic }

div.tp2 { font-weight:bolder; color:#337; padding-top:4px }

/* style spec's for rolltip (div generated in code) */



div#rolltipDiv {

  position:absolute; visibility:hidden;

  left:0; top:0; z-index:1000;font-family: Eurostar,verdana,ms sans serif,arial; color: #000000;

  width:220px; padding:3px; font-size:13px;

  background-color:#FED200; border:1px solid #336; 
  opacity: .9;
  filter: alpha(opacity=90);

  }