/* Default DOM Tooltip Style */
.tt {
  border-bottom:dashed 1px #000;
  text-decoration:none !important;
  cursor:help;
}
div.domTT {
  border: 1px solid #697c8a;
  background-color: #f2f3f5;
  width: 200px;
  cursor: pointer;
  cursor: hand;
  text-align: left;
}
div.domTT .caption, div.domTT .contents {
  font-family: Verdana, Arial;
  font-size: 11px;
  padding: 3px 6px 6px 6px;
}
div.domTT .caption {
  color: #fff;
  background-color: #8498a3;
}
div.domTT .contents {
  background-color: #f2f3f5;
  width: 200px;
  voice-family: "\"}\"";
  width: 188px;
}


div.domTTClassic {
        border: 1px solid black;
        background-color: InfoBackground;
}

div.domTTClassic .caption {
        font-family: serif;
        font-size: 13px;
        _font-size: 12px;
        font-weight: bold;
        font-style: italic;
        padding: 1px 2px;
}
div.domTTClassic .contents {
        color: InfoText;
        font-size: 13px;
        _font-size: 12px;
        font-family: Arial, sans-serif;
        padding: 1px 2px;
        _padding-bottom: 0;
}
