/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 30px;
  height: 13px;
  position: absolute;
  background-image: url(../images/loading.gif);
  background-repeat:no-repeat;
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -8px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #E7EDFC;
}
.cluetip-default #cluetip-outer {
  position: relative;
  text-align:left;
  margin: 0;
  background-color: #E7EDFC;
  border: 3px solid #1750E2;
}
.cluetip-default h3#cluetip-title {
	display:inline;
	float:right;
}
.cluetip-default #cluetip-title a {
  color: #1750E2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../images/ct_arrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../images/ct_arrowright.gif);
  left: 100%;
  margin-left:-3px;
/*  margin-right: -11px; */
}
.clue-top-default .cluetip-arrows {
  background-image: url(../images/ct_arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-top:-3px;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../images/ct_arrowup.gif);
  top: -8px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}