.tipsy { padding: 5px; font-size: 12px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  line-height: 15px;   }
  .tipsy-inner {  background-color: black; color: white; max-width: 240px; text-align: left;  padding-top: 6px;  padding-right: 10px;  padding-left: 10px;  padding-bottom: 6px;     }
  .tipsy-north { background-image: url(../img/tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(../img/tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(../img/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(../img/tipsy-west.gif); background-position: left center; }
.tooltip {text-decoration: none;  border-bottom: 1px dotted;  cursor: help;  }