﻿/* global */
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
  border:0px;
}

.cluetip-arrows {
  display: none;
  position: absolute;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded #cluetip-inner {
 
   position: relative;
   background-image: url('../images/callout.png') ;
   background-repeat: no-repeat ;
   /*padding: 5px 6px 6px;*/
/*   margin:top right bot lft;*/
  margin: -35px -12px 0 0;

   
}

.cluetip-rounded div#cluetip-close { /*Close DIV */
  
  text-align: right;  
  padding-top: 25px;
  padding-right: 20px;
  border :0px;
}
.cluetip-rounded div#cluetip-close a { /*Close Text  CSS*/
	font-size: x-small ;
	color: #1B96D3;
	border :0px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
}

