/* 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(images/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: #333435;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #333435;
  border-bottom: 1px solid #C0D72F; border-right: 1px solid #C0D72F; border-left:1px solid #C0D72F;
  font-size: 11px;
}
.cluetip-default h3#cluetip-title {
  margin: 0;
  padding: 12px 0 0 0;
  font-size:36px;
  font-weight: normal;
  background-color: #000;
  color: #fff;
  text-align: center;
  background-color: #333435; 
  text-transform: none;
  border-top: 1px solid #C0D72F;
}
.cluetip-default #cluetip-title a {}  
.cluetip-default #cluetip-inner { text-align: center; color: #ddd; padding: 10px;}
.cluetip-default div#cluetip-close { }





/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
