/* global */
#cluetip-title {
  overflow: hidden;
}
.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 div
{
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  text-align: left;
  background-color: #f5f9fe;
  border: solid 1px #dadfe6;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 4px 4px 4px 10px;
  font-weight: bold;
  background-color: #dadfe6;
  color: #fff;
  text-align: left;
  font-size: 12px;
} 
.cluetip-default #cluetip-inner {
  padding: 10px;
  padding-top: 3px;
}
/* default arrows */
.clue-right-default .cluetip-arrows {
  background-image: url(/gfx/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/gfx/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/gfx/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/gfx/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}