/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 18px;
  height: 18px;
  position: absolute;
  /*left:-200px;*/
  top:0;
  background-image: url(../img/design/tooltip/wait4.gif);
  /*background-color: white;*/
}
.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: #e4e4e4; font-size:0.9em;
  font-family:Arial, Verdana, Helvetica, sans-serif
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #e4e4e4;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 8px;
  font-size: 1.4em;
  font-weight: normal;
  /*background-color: #818181;*/
  background:#104688 url(../img/design/bg_box_h_blue2.gif) repeat-x 0 0;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #e4e4e4;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: -35px 5px 20px 0;
  color: #fff;
  position:relative;
}

.cluetip-default div#cluetip-close a { 
  color: #fff; 
  font-size:1.1em;
  position:relative;
}

/* default arrows */

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

