/* 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/wait.gif);
}
.cluetip-arrows {
  background:url(../images/hoverDivBottom.gif) no-repeat; 
  width:306px; 
  height:20px; 
}
#cluetip-extra {
  background:url(../images/hoverDivBottom.gif) no-repeat; 
  width:306px; 
  height:20px; 
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background:none;
  z-index:2000;
  overflow:hidden;
  padding:0px;
}
.cluetip-default #cluetip-outer {
  	position: relative;
	border-top:3px solid #bc721f; 
	border-left:3px solid #bc721f; 
	border-right:3px solid #bc721f; 
	padding:0px;	
	width:290px;
	height:300px;
  	background-color: #f6972d;
	overflow:hidden; 
	}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #ff0000;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
  overflow:hidden;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}


/* stupid IE6 HasLayout hack */
* html .cluetip-rounded #cluetip-title, .cluetip-rounded #cluetip-inner {zoom: 1;}