/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(images2/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  position: relative;
  margin-top:-20px;
}

.cluetip-jtip h3#cluetip-title {
  font-weight: normal;}


.cluetip-jtip #cluetip-inner {
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  color: #900;
  
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}