/* global */

.ui-widget {background:#transparent}
.ui-widget-content {background:transparent;border:0}
.ui-widget-header {background:#transparent;border:0}
div.ui-cluetip {
  font-size: 1em;
}
.ui-cluetip-header
 {
  padding: 5px 1px 5px 1px;
}
.ui-cluetip-content {
  padding: 5px 1px 1px 41px;
}
.ui-cluetip-header {
  font-size: .8em;
  margin: 0;
  overflow: hidden;
}

.cluetip-title .cluetip-close {
  float: right;
  position: relative;
}
.cluetip-close img {
  border: 0;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(https://www.io-home.org/images/clu/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: 'default'
-------------------------------------- */

.cluetip-default {
  background-color: transparent;
}
.cluetip-default .ui-cluetip-header {
  background-color: transparent;
}



/* default arrows */
div.cluetip-default .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-default .cluetip-arrows {
  background-image: url(https://www.io-home.org/images/clu/darrowleft.gif);
}
div.clue-left-default .cluetip-arrows {
  background-image: url(https://www.io-home.org/images/clu/darrowright.gif);
  left: 100%;
  margin-right: -1px;
}
div.clue-top-default .cluetip-arrows {
  background-image: url(https://www.io-home.org/images/clu/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -1px;
  width: 22px;
  height: 11px;
}
div.clue-bottom-default .cluetip-arrows {
  background-image: url(https://www.io-home.org/images/clu/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -1px;
  width: 22px;
  height: 11px;
}

#cluetip .cluetip-title {display:none;}