/* 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;
}
.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;
}
.cluetip-vm {
  background-color: transparent;
  text-align: left;
  line-height: 1em;
}

#cluetip-inner {
  padding: 0 5px 5px 10px;
  display: inline-block;
  text-align: left;
  font-size: 0.8em;
}
#cluetip-inner p, #cluetip-inner ul, #cluetip-inner ol, #cluetip-inner div{
  font-size: 1em;
}

.cluetip-vm #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-vm h3#cluetip-title {
  margin: 0 0 5px;
  padding: 3px 0 3px 10px;
  font-size: 1em;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
  text-align: left;
}

.cluetip-vm div#cluetip-close {
  text-align: right;
  margin: -1px 5px 2px 0;
  color: #900;
}

/* jtip arrows */

.clue-right-vm .cluetip-arrows {
  background-image: url(/style/resources/arrowleft.gif);
}
.clue-left-vm .cluetip-arrows {
  background-image: url(/style/resources/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-vm .cluetip-arrows {
  background-image: url(/style/resources/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-vm .cluetip-arrows {
  background-image: url(/style/resources/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
a.clickcluetip, a.cluetip{
    cursor: pointer;
}


