/* 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;
  /*---->>>>RDH 2008-12-08 wait.gif does not exist and was causing errors
  background-image: url(wait.gif); */
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -17px;
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #fff;
	border:1px solid #e03d27;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #fff;
}
.cluetip-default h3#cluetip-title {
  margin:0;
  padding:3px 3px 4px 8px;
  font-size: .9em;
  font-weight: bold;
	text-align:left;
  background-color: #e03d27;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.9em;
}  
.cluetip-default #cluetip-inner {
  padding: 8px;
	text-align:left;
	font-size:.9em;
}
.cluetip-default #cluetip-inner .split-body{
  margin-top: 1em;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 0 0 0;
  color: #fff;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url('/Residential/images/graphics/ui/tip-arrow.gif');
	margin-left: 0px;
	margin-top:0px;
}
.clue-left-default .cluetip-arrows {
  background-image: url('/Residential/images/graphics/ui/tip-arrow-right.gif');
  left: 100%;
  margin-right: 0px;
	margin-top:0px;
}
/*.clue-top-default .cluetip-arrows {
  background-image: url(/Residential/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/Residential/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
*/



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}