
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */


.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #DEF0FC;

 
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 1px 0;
  padding: 2px;
  font-size: 11px;
  font-weight: bold;
  /*background-color: #9CD6FC;*/
  background-color: #DEF0FC;
  color: #3183DE;

}
.cluetip-default h3#cluetip-title div{
  font-weight: normal;
  font-size: 11px;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 3px;
  color: #000;
  font-size: 11px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}