/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../images/jquery_cluetip/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: ''
-------------------------------------- */

#cluetip-outer {
  border: 1px solid #707070;
  position: relative;
  background-color: #fff;
  filter: alpha(opacity=98);
  -moz-opacity: 0.98;
  opacity: 0.98;
}
#cluetip-outer div#cluetip-close a {
	position: absolute;
	right: -2px;
	bottom: -2px;
	background: #707070; 
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font: 12px Normal"Myryiad Pro", HELVETICA, Arial, sans-serif;
	color: #fff;
	padding: 1px 5px 1px 5px;
	filter: alpha(opacity=88);
	-moz-opacity: 0.88;
	opacity: 0.88;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 1px solid #707070;
  position: relative;
  background-color: #fff;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90;
}

.cluetip-jtip h3#cluetip-title {
}

.cluetip-jtip #cluetip-inner {
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  display: none;
}

/* jtip arrows */

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