/* global */

.cluetip-title .cluetip-close {
  float: right;
  position: relative;
}
.cluetip-close img {
  border: 0;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  width: 11px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-width: 0;
}
.cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip .cluetip-outer {
background: rgba(0, 0, 0, 0.750);
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.506) 0px 10px 20px;
padding: 2px;
border:1px solid #CCC;
}

.cluetip-jtip .cluetip-inner {
/* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.400); */
overflow-x: hidden;
overflow-y: auto;
padding:2px;
color:#FFFFFF;
}
.cluetip-jtip div.cluetip-close {
  text-align: right;
  margin: 0 5px 0;
  color: #900;
}

.cluetip-jtip .header {
padding: 2px 1px 9px 5px;
color:#FFFFFF;
float:right;
height:12px;
width:12px;
/*  margin-bottom: 1em;*/
}

/* jtip arrows */
div.cluetip-jtip .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-jtip .cluetip-arrows {
  background-image: url(../images/arrowleft.gif);
}
div.clue-left-jtip .cluetip-arrows {
  background-image: url(../images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
div.clue-top-jtip .cluetip-arrows {
  background-image: url(../images/topright.png);
  top: 100%;
  left: 50%;
  width: 31px;
  height: 16px;
  margin-left: -11px;
}
div.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../images/bottomleft.png);
  top: -16px;
  left: 50%;
  width: 31px;
  height: 16px;
  margin-left: -11px;
}