/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #29457D;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0px;
  padding: 4px;
  background-color: #29457D;
  width: 300px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #142B5B;
}
.cluetip-default h3#cluetip-title {
  margin: 0px;
  margin-bottom: 4px;
  padding: 0px;
  height: 28px;
}
.cluetip-default #cluetip-title a {
  color: #29457D;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 0px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0px;
  color: #900;
}

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