/* ---------- global ----------- */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
  background: none!important;
  font-size: 1em!important;
  font-weight: bold!important;
  margin: 0 5px 5px 5px!important;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  /*background-image: url(../site_images/wait.gif);*/
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  margin:7px 0 0 0;
  left: -7px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/* ---------- cluetipClass: 'jtip' ----------- */
.cluetip-jtip {
  background: url(../site_images/bck_cluetipT.png) left top no-repeat;
}
.cluetip-jtip #cluetip-outer {
  background: url(../site_images/bck_cluetipB.png) left bottom no-repeat;
  color:#333333;
  line-height:1.3em;
  margin:10px 0 0 0;
  position: relative;
}
.cluetip-jtip p {
	margin:0;
}
.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}
.cluetip-jtip #cluetip-inner {
  padding: 0px 16px 10px 11px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */
.clue-right-jtip .cluetip-arrows {
  background-image: url(../site_images/arrowleft.png);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(../site_images/arrowright.png);
  left: 256px;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(../site_images/arrowdown.png);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../site_images/arrowup.png);
  top: -6px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

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