/***************************************
   =cluetipClass: 'ho' 
-------------------------------------- */

.cluetip-ho {
  background-color: #9FBCFF;
  line-height: 1.3em;
}
.cluetip-ho #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #9FBCFF;
}
.cluetip-ho h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-ho #cluetip-title a {
  color: #9FBCFF;
  font-size: 0.95em;
}  
.cluetip-ho #cluetip-inner {
  padding: 10px;
}
.cluetip-ho div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
  float: right;
  position: relative;
}

/* default arrows */

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