/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 16px;
  height: 16px;
  position: absolute;
background-image: url(images/infobox/aind.gif);
  background-repeat: no-repeat;
}
.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: #94aee7;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: white;
}
.cluetip-default h3#cluetip-title {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;

  margin: 0 0 5px;
  padding: 4px 10px 4px;
  font-weight: bold;
  background-color: #94aee7;
  color: #94aee7;
}
.cluetip-default #cluetip-title a {
  color: #94aee7;
  font-size: 0.85em;
}  
.cluetip-default #cluetip-inner {
  font-family: "trebuchet ms";
  padding: 10px;
  font-size: 0.80em;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #94aee7;
}

#cluetip {
  border: 1px solid silver;
}