/* Fading Tooltips By Dustin Diaz*/
body div#toolTip {
  position:absolute;
  z-index:1000;
  width:470px;/*width of the hover*/
  background:#ccc;
  border:3px double #000;
  text-align:left;
  padding:7px;
  min-height:1em;
  /*-moz-border-radius:5px;*/
}

body div#toolTip p {
  margin:0;
  padding:0;
  color:#333;
  font:11.5px verdana,arial,sans-serif;
  text-align: left;
}
body div#toolTip p em {
  display:none;
  margin-top:3px;
  color:#f60;
  font-style:normal;
  font-weight:bold;
}

body div#toolTip p em span {
  font-weight:bold;
  color:#fff;
}

acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
  color: #eaff14;
}
