/* global */
div.ui-cluetip {
  font-size: 1.2em;

}
.ui-cluetip-header,
.ui-cluetip-content {
  padding: 5px;
  font-family: arial,helvetica,'sans serif' !important;
  background-color: #ffffff;
}
.ui-cluetip-header {
  font-size: 1em;
  margin: 0;
  overflow: hidden;
  background-color: #eeeeee;
  font-weight: 700;
}
.cluetip-title{
  background-color: #eeeeee;
}
.cluetip-title .cluetip-close {
  float: right;
  position: relative;
}
.cluetip-close img {
  border: 0;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  width: 11px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-width: 0;
}
.cluetip-extra {
  display: none;
}