/* 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(wait.gif);  removed - 404 error  */
}
.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: #a3c5e2;
  /*border:1px #a3c5e2 solid;*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding:1px;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  /*background-color: #e5edf6;*/
  background-color:#e9ecf1;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#556e98;
  /*border:1px #444444 solid;*/
}
.cluetip-default h3#cluetip-title {
  margin: 0px;
  padding: 0;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #e9ecf1;
  color: #fff;
    font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  height:1px;
  overflow:hidden;
}
.cluetip-default #cluetip-title a {
  color: #e9ecf1;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 8px 12px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}



