.cluetip-jtip .ui-cluetip-header {
  padding: 2px 5px;
}
.cluetip-title {
  height: 18px;
  margin: 0 0 5px;
  font-size: .75em;
  font-weight: normal;
  color: #333;
}
#cluetip-waitimage {
  background-image: url(../images/jquery.cluetip/wait.gif);
}
div.clue-right-default .cluetip-arrows {
  background-image: url(../images/jquery.cluetip/darrowleft.gif);
}
div.clue-left-default .cluetip-arrows {
  background-image: url(../images/jquery.cluetip/darrowright.gif);
}
div.clue-top-default .cluetip-arrows {
  background-image: url(../images/jquery.cluetip/darrowdown.gif);
}
div.clue-bottom-default .cluetip-arrows {
  background-image: url(../images/jquery.cluetip/darrowup.gif);
}
div.clue-right-jtip .cluetip-arrows {
  background-image: url(../images/jquery.cluetip/arrowleft.gif);
}
div.clue-left-jtip .cluetip-arrows {
  background-image: url(../images/jquery.cluetip/arrowright.gif);
}
div.clue-top-jtip .cluetip-arrows {
  background-image: url(../images/jquery.cluetip/arrowdown.gif);
}
div.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../images/jquery.cluetip/arrowup.gif);
}

