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

.cluetip-default {
	background-color: #c2d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #c2d9c2
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.0em;
  font-weight: normal;
  background-color: #6a876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #c2d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 0 10px 10px 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

.tips {
	margin-top: 0px;
}
