/* 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(../img/cluetip/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 {
	background-color: #d9d9c2;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 0.9em;
}
.cluetip-default p {
	font-size: 0.9em;
	padding: 0.1em 1em;
	margin: 0px 0px 1em;
}
.cluetip-default ul {
	margin: 0px;
	padding: 0px;
}
.cluetip-default ul li {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h4 {
	display:none
	margin: 0 0 5px;
	padding: 0.2em 1em;
	font-size: 1.1em;
	font-weight: normal;
	background-color: #87876a;
	color: #F2F2DA;
	margin: 0px;
	border-width: 0px;
	border-style: none;
}
.cluetip-default h5 {
	font-size: 1em;
	padding: 0.3em 1em 0em;
	margin: 0px;
	color: #535241;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  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(../img/cluetip/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../img/cluetip/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../img/cluetip/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../img/cluetip/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;
}
