/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
  background-repeat: repeat-x;
}
#cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 0px;
  position: relative;
  background-color: transparent;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
  font-family: Arial;
  font-weight: normal;
  background-color: #dbdbdb;
  color: #aeaeae;
  text-align: center;
  width: 250px;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 0px 0px;
  display: inline-block;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/***************************************
   =cluetipClass: 'jtiptwo'
-------------------------------------- */
.cluetip-jtiptwo {
  background-color: transparent;
}
.cluetip-jtiptwo #cluetip-outer {
  border: 0px;
  position: relative;
  background-color: transparent;
}

.cluetip-jtiptwo h3#cluetip-title {
  margin: 0 0 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
  font-family: Arial;
  font-weight: normal;
  background-color: #dbdbdb;
  color: #808080;
  text-align: center;
  width: 200px;
}

.cluetip-jtiptwo #cluetip-inner {
  padding: 0 0px 0px;
  display: inline-block;
}