/* 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('/images/cluetipImages/wait.gif');*/
}
.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 *, #cluetip-inner *{
  color: #000;
}
.cluetip-default #cluetip-outer {
background:#fff;
  position: relative;
  margin: 0;
  color: #000;
  border: 1px solid silver;
  overflow-x:scroll;
}

#cluetip-inner h3 {
  font-size: 1em;
  font-weight: bold;
  color: #000;
  text-align:left;
  
}
.cluetip-default #cluetip-title a {
  color: #000;
/*  font-size: 0.75em;*/
}  

.cluetip-default #cluetip-inner {
    font-size: 0.80em;
    padding: 10px;
  text-align:left;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #000;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(/images/cluetipImages//darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/images/cluetipImages//darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/images/cluetipImages//darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/images/cluetipImages//darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}