/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
    background: url(../../piw_top2.png) no-repeat;
	color:white;
	padding:5px 0 0 14px;
	text-align:left;
	margin:0;
	cursor:move;
	overflow:hidden;
	font-size: 1.1em;
	font-weight: normal;
}
#cluetip-close {
  float:right;
  
	position:relative;
  margin: 6px 22px 14px 8px;
  z-index:2001;
  width:16px;
 
}

* html #cluetip-close {
	 margin-right: 12px;
}

* html #cluetip-title {
	overflow:visible;
	
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background: url(wait.gif) left top no-repeat;
}
.cluetip-arrows {
  background:url(../../piw_arrow.png) no-repeat;
display:none;
height:57px;
font-size:57px;
left:-61px;
position:absolute;
top:0;
width:63px;
}
#cluetip-extra {
  display: none;
}

#cluetip-outer {
	border: none;
	background:none;
	height:auto;
	overflow-x:visible;
	overflow-y:visible;
	position:relative;
	z-index:2000;	
}

#cluetip-inner {
  background: url(../../piw_middle.png) repeat-y;
  padding:5px 24px 0 24px;
  position:relative;
}

* html #cluetip-inner {
  background: url(../../piw_middle.gif) repeat-y;
 }

#cluetip-title a {
  color: #336699;
  font-size: 0.95em;
  position:relative;
}

#cluetip-bottom {
height:45px;
font-size:45px;
overflow:visible;
background: url(../../piw_bottom.png) no-repeat;
}

 

#cluetip p {
margin-bottom: 0;
}

