/* 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(/design/preloader.gif);
	background-repeat: no-repeat;
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -5px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #46b5ea;
  color: #fff;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #46b5ea;
}
.cluetip-default h3#cluetip-title {
  margin: 0px;
  padding: 0px;
  
 /*  
  font-size: 1.1em;
  font-weight: normal;*/
  margin: 0px;
  padding: 0px;
  background-color: #46b5ea;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #FFFFFF;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}


/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}#cluetip #cluetip-outer #cluetip-inner h3 {
	color: #FFFFFF;
	font-size:1.6em;
	font-weight: bold;
}
#cluetip #cluetip-outer #cluetip-title {
	padding: 10px;
	font-weight: normal;
	font-size: 1.4em;
	text-align: right;
	text-decoration: underline;
	background-color: #1587BD;
	margin-bottom: 10px;
	height: 25px;
}


