/* 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(wait.gif);*/
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'bj'
-------------------------------------- */
.cluetip-bj {
  background-color: transparent;
}
.cluetip-bj #cluetip-outer {
  border: 1px solid #ABABAB;
  position: relative;
  background-color: #FFFFFF;
}

.cluetip-bj h3#cluetip-title {
  margin: 0px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #29568F;
  vertical-align:bottom;
  background-color: #E4ECF7;
}

.cluetip-bj #cluetip-inner {
  padding: 5px;
  display: inline-block;
}
.cluetip-bj #cluetip-title #cluetip-close { 
  color: #900;
  position: absolute;
  top: 5px;
  right: 5px;
}

.cluetip-bj #cluetip-inner td.ref-num {
  padding: 0px 5px 5px 0px;
  vertical-align:top;
}

.cluetip-bj #cluetip-inner td.ref-def {
  padding: 0px 0px 5px 0px;
  vertical-align:top;
}


/* arrows */

.clue-right-bj .cluetip-arrows {
  background-image: url(arrowleft.gif);
}
.clue-left-bj .cluetip-arrows {
  background-image: url(arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-bj .cluetip-arrows {
  background-image: url(arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-bj .cluetip-arrows {
  background-image: url(arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}


