/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 32px;
  height: 32px;
  position: absolute;
  background-image: url(../img/flower2.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: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;	
	position: relative;
	background-color: #ffffc0;
	color: #000000;
	height: 500px;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 20px;
  font-weight: normal;
  background-color: #ffffc0;
  color: #000000;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
	background-color: #ffffc0;
	color: #000000;
	width: 95%;
}

.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(../img/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(../img/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(../img/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

.cluetip-jtip table {
	margin: 10px 5px 10px 5px;
	width: 100%;
	border-spacing: 0px;
	border-bottom: 1px solid #666;
}

.cluetip-jtip tr {
	margin: 0;
}

.cluetip-jtip td {
	border-top: 1px solid #666;
	/* border-bottom: 1px solid #555; */
	padding: 8px 0 8px 0;
	margin: 0;
}

.cluetip-jtip p.desc, .cluetip-jtip div.desc {
	background-color: #222;
	border: 0px solid #ccc;
	padding: 15px;
	margin: 0 0 0 10px;
 }

.cluetip-jtip p.partid {
	font-size: .8em;
	text-align: right;
}

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

