/* 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/cluewait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  width: 21px;
  height: 11px;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

#cluetip { position: relative; }
.popshadow { position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity: .5; filter: alpha(opacity=50); z-index: 1; }
.popshadtop { position: absolute; width: 100%; height: 20px; left: 0; top: 0; }
.popshadmid { position: absolute; left: 0; top: 20px; bottom: 20px; width: 100%; background-image: url("../images/shadow_middle.gif"); }
.popshadbot { position: absolute; width: 100%; height: 20px; left: 0; bottom: 0; }
.popinfo_top { width: 265px; height: 10px; background-image: url("../images/popinfo_top.gif"); }
.popinfo_bot { width: 265px; height: 10px; background-image: url("../images/popinfo_bottom.gif"); }

#cluetip-outer {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px 10px 0; 
  z-index: 2;
}
#cluetip-outer2 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 11px 11px 4px; 
  z-index: 2;
}
.cluetip-default h3#cluetip-title {
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
#cluetip-inner {
  text-align: left;
  padding: 0 10px;
  background-image: url("../images/popinfo_middle.gif");
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.popinfo_arrow_right .cluetip-arrows {
  background-image: url("../images/popinfo_arrow-3.gif");
  left: -20px;
}
.popinfo_arrow_left .cluetip-arrows {
  background-image: url("../images/popinfo_arrow-0.gif");
  right: -10px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}