/* global */
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -16px;
  height: 31px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #def0ff;
  position: relative;
  background-color: #def0ff;
}
.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 5px;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #def0ff;
  z-index:100;
  color: #428ccd;
}
.cluetip-jtip #cluetip-inner {
  padding: 10px;
  font-size: 1.0em;
  background-color: #f4faff;
  line-height: 1.5em;
}
/* jtip arrows */
.clue-right-jtip .cluetip-arrows {
  background-image: url(../images/arrow_left.gif);
}