/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(..media/img/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: #fff;
}

.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #e2e2d5;
}

.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px 10px;
  font-size: 13px;
  font-weight: normal;
  background-color: #900;
  color: #fff;
}

.cluetip-default #cluetip-title a {
  color: #fff;
  font-size: 0.95em;
} 
 
.cluetip-default #cluetip-inner {
  font-family: century gothic, arial, helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #900;
  padding: 10px;
}

.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
