@CHARSET "ISO-8859-1";

/* Help - tooltip styles and functions */

a.help, a.help:link, a.help:visited, a.help:active  {
  position: relative;
  text-decoration: none; 
  }
  
a.help:hover {
  color: #505050; 
  background: transparent;
  z-index: 100;
  }

a.help span {
  display: none;  
  text-decoration: none; 
}

a.help:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width: 200px;
  z-index: 200;
  padding: 5px;
  color: #000000; 
  border:1px solid #000000; 
  background: #bcd8de;
  font: 12px Verdana, sans-serif; 
  text-align: left;
  }
