/* global */
#cluetip-close img {
  border: 0;
  position: absolute;
  width:100%;
  height:100%;
  left:0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
  right:30px;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  /*background-image: url(images/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 {
	width:125px;
	height:30px;
	-height:40px;
	background:url(../images/popup-tbg.png) 0 0 no-repeat;
	position:absolute;
	top:-55px;
	left:-15px;
	text-align:left;
	padding:5px 0;
	font-style:normal;
	z-index:1;
	display:none;
	color:#163f8f;
	-overflow:hidden;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background:url(../images/bl-bg-white.png) 0 0 repeat-y;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  
  font-size: 0.95em;
  background:url(../images/bl-bg-white.png) 0 0 repeat-y;
}  
.cluetip-default #cluetip-inner {
  background:url(../images/popup-white.png) 0 0 repeat-y;
  background-color:white;
  border-color:#acb8cd; 
  border-style:solid; border-width:0px 1px;
  padding: 5px;
  width:110px;
  text-decoration:none;
  font-style:italic;
  font: bold 14px "Arial Narrow", Tahoma, Verdana, Arial, sans-serif;
}

#cluetip-inner a{
color: #0075d8 !important;
text-decoration: none;
text-transform:uppercase;
font: bolder 14px "Arial Narrow", Tahoma, Verdana, Arial, sans-serif;
}

.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 0px 0px;
  position:relative; 
  right:0px;
  color: #900;
  color:#666 !important;
  font-weight:normal;
  text-decoration: none;

}

div#cluetip-bottom {
	background:url(../images/popup-bbg.png) 0 0 no-repeat;
	backgroundcolor:#000000;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
