@charset "UTF-8";

@media all
{

	.ttContainer { display: none; }
	.tooltip { cursor: help; }
	.tooltipIframe { cursor: help; }
	
	#cluetip-close img { border: 0; }
	#cluetip-title { overflow: hidden; height: 1px; visibility: hidden; }
	#cluetip-title #cluetip-close { float: right; position: relative; }
	#cluetip-extra { display: none; }
	
	.cluetip-default { background-color: #fcf1d9; border: 1px solid #808080; font-size: 90%; }
	.cluetip-default #cluetip-outer { position: relative; margin: 0; }
	.cluetip-default h3#cluetip-title { margin: 0; padding: 0; color: #fcf1d9; }
	.cluetip-default #cluetip-inner { padding: 5px; }
	.cluetip-default div#cluetip-close { text-align: right; }

	.cluetip-ttIframe { background-color: #FFF; border: 1px solid #CCC; }
	.cluetip-ttIframe #cluetip-outer { position: relative; margin: 0; }
	.cluetip-ttIframe h3#cluetip-title { margin: 0; padding: 0; color: #fcf1d9; }
	.cluetip-ttIframe #cluetip-inner { padding: 0; }
	.cluetip-ttIframe div#cluetip-close { text-align: right; background-color: #D1D1D1; padding: 2px; }
	.cluetip-ttIframe div#cluetip-close img { margin: 2px 3px 2px 2px; }
	
	.cluetip-ttIframe iframe {
		margin: 0; border: 0; padding: 0;
	}
	
	/* stupid IE6 HasLayout hack */
	.cluetip-rounded #cluetip-title,
	.cluetip-rounded #cluetip-inner { zoom: 1; }
	
	.cluetip-arrows {
	  display: none;
	  position: absolute;
	  top: 0;
	  left: -11px;
	  height: 22px;
	  width: 11px;
	  background-repeat: no-repeat;
	  background-position: 0 0;
	}
	.clue-right-ttIframe .cluetip-arrows {
	  background-image: url(img/imgLocalStyle/arrowleft.gif);
	}
	.clue-left-ttIframe .cluetip-arrows {
	  background-image: url(img/imgLocalStyle/arrowright.gif);
	  left: 100%;
	  margin-right: -11px;
	}
	.clue-top-ttIframe .cluetip-arrows {
	  background-image: url(img/imgLocalStyle/arrowdown.gif);
	  top: 100%;
	  left: 50%;
	  margin-left: -11px;
	  height: 11px;
	  width: 22px;  
	}  
	.clue-bottom-ttIframe .cluetip-arrows {
	  background-image: url(img/imgLocalStyle/arrowup.gif);
	  top: -11px;
	  left: 50%;
	  margin-left: -11px;
	  height: 11px;
	  width: 22px;
	}

}