/* 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(../img/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: 'default'
-------------------------------------- */

.cluetip-default {
  background-color: #ddd;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #ddd;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #d0d0d0;
  color: #555;
}
.cluetip-default #cluetip-title a {
  color: #000;
  font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #000;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../img/cluetip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../img/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../img/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-default .cluetip-arrows {
  background-image: url(../img/cluetip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}


/***************************************
   =cluetipClass: 'lesson'
-------------------------------------- */

.cluetip-lesson {
  background-color: #ddd;
}
.cluetip-lesson #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #ddd;
}
.cluetip-lesson h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #d0d0d0;
  color: #5c703e;
}
.cluetip-lesson #cluetip-title a {
  color: #000;
  font-size: 0.95em;
}
.cluetip-lesson #cluetip-inner {
  padding: 10px;
}
.cluetip-lesson div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #000;
}

/* default arrows */

.clue-right-lesson .cluetip-arrows {
  background-image: url(../img/cluetip/darrowleft.gif);
}
.clue-left-lesson .cluetip-arrows {
  background-image: url(../img/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-lesson .cluetip-arrows {
  background-image: url(../img/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-lesson .cluetip-arrows {
  background-image: url(../img/cluetip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}


/***************************************
   =cluetipClass: 'concept'
-------------------------------------- */

.cluetip-concept {
  background-color: #ddd;
}
.cluetip-concept #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #ddd;
}
.cluetip-concept h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #d0d0d0;
  color: #705c3e;
}
.cluetip-concept #cluetip-title a {
  color: #000;
  font-size: 0.95em;
}
.cluetip-concept #cluetip-inner {
  padding: 10px;
}
.cluetip-concept div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #000;
}

/* default arrows */

.clue-right-concept .cluetip-arrows {
  background-image: url(../img/cluetip/darrowleft.gif);
}
.clue-left-concept .cluetip-arrows {
  background-image: url(../img/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-concept .cluetip-arrows {
  background-image: url(../img/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-concept .cluetip-arrows {
  background-image: url(../img/cluetip/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}