/* 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(../img/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 32px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

.cluetip-default {
  background-color: #d4deeb;
}
.cluetip-yellowClueTip, .cluetip-grayClueTip {
	font-size: 10px;
}
.cluetip-yellowClueTip {
	background-color: #cfad25;
	color: #ffffff;
	line-height: 11px;
}
.cluetip-grayClueTip {
	background-color: #e4ded5;
	color: #333333;
	line-height: 14px;
}
	.cluetip-yellowClueTip p, .cluetip-grayClueTip p {
		padding-top: 0px;
		padding-bottom: 5px;
	}
	.cluetip-grayClueTip ul {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 17px;
	}
		.cluetip-grayClueTip ul li {
			list-style-type: disc;
		}
	.cluetip-yellowClueTip .larger, .cluetip-grayClueTip .larger {
		font-size: 13px;
		line-height: 16px;
	}
	.cluetip-yellowClueTip .cluetip-arrows
	{
	   background-image: url(../img/roundCorner/img_clueTipArrowYellow.gif); 
	}
	.cluetip-grayClueTip .cluetip-arrows
	{
	   background-image: url(../img/roundCorner/img_clueTipArrowGey.gif); 
	}
.cluetip-default #cluetip-outer, .cluetip-yellowClueTip #cluetip-outer, .cluetip-grayClueTip #cluetip-outer {
  position: relative;
  margin:0px;
}
.cluetip-default #cluetip-outer {
	background-color: #d4deeb;
}
.cluetip-yellowClueTip #cluetip-outer {
	background-color: #cfad25;
}
.cluetip-grayClueTip #cluetip-outer {
	background-color: #e4ded5;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-family:arial;
  font-size: 12px;
  line-height:13px;
  font-weight: bold;
  background-color: #d4deeb;
  color: #3067b1;
}
.cluetip-default #cluetip-inner, .cluetip-yellowClueTip #cluetip-inner, .cluetip-grayClueTip #cluetip-inner {
  padding: 10px;
  margin-top:-10px;
  padding-bottom:20px;
}
.cluetip-default #cluetip-inner {
	color:#3067B1;
}


.cluetip-default div#cluetip-close, .cluetip-yellowClueTip div#cluetip-close, .cluetip-grayClueTip div#cluetip-close {
  text-align: right;

  font-size:11px;
  font-weight:bold;
  margin-right:0px !important;
  margin-right:1px;
  position:absolute;
}
.cluetip-default div#cluetip-close a{
	color: #000000;
}
.cluetip-default div#cluetip-close a:hover, .cluetip-yellowClueTip div#cluetip-close a:hover, .cluetip-grayClueTip div#cluetip-close a:hover {
	text-decoration:none;
}
/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../img/roundCorner/img_blueArrowLeft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../img/roundCorner/img_blueArrowRight.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../img/roundCorner/img_blueArrowDown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-default .cluetip-arrows {
  background-image: url(../img/roundCorner/img_blueArrowUp.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
background:transparent url(../img/roundCorner/bl.gif) no-repeat scroll 0pt 100%;
margin-left:12px;
margin-top:10px;
}
.cluetip-rounded #cluetip-outer {
background:transparent url(../img/roundCorner/tl.gif) no-repeat scroll 0pt;
margin-top:-12px;
}
.cluetip-rounded #cluetip-title {
background-color:transparent;
margin:0pt -12px 0pt 0pt;
padding:12px 12px 0pt;
position:relative;
}
.cluetip-rounded #cluetip-extra {
background:transparent url(../img/roundCorner/tr.gif) no-repeat scroll 100% 0pt;
display:block;
height:30px;
margin:-12px -12px 0pt 0pt;
position:absolute;
right:0pt;
top:0pt;
width:12px;
}
.cluetip-rounded #cluetip-inner {
background:transparent url(../img/roundCorner/br.gif) no-repeat scroll
100%;
margin:-18px -12px 0pt 0pt;
padding:5px 12px 12px;
position:relative;
}
.cluetip-rounded div#cluetip-close {
background:transparent none repeat scroll 0%;
color:#000099;
margin:0pt 5px 5px;
text-align:right;
}
.cluetip-rounded div#cluetip-close a {
color:#777777;
}
/*
.cluetip-rounded {
  background: transparent url(../img/img_bl_resource.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
  height:300px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(../img/img_tl_resource.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 11px 12px 0;
  margin: 9px -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: #d4deeb url(../img/img_tr_resource.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -3px -3px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(../img/img_br_resource.gif) no-repeat 100% 100%;
  padding: 23px 12px 32px;
  margin: -40px -3px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}
*/
/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(../img/img_blueArrowLeft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(../img/img_blueArrowRight.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(../img/img_blueArrowDown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(../img/img_blueArrowUp.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

#inner-cluetip-title
{
    position:relative;
    margin-top:13px;
    padding-right:20px;
    padding-bottom:10px;
    color:#000000;
    font:11px/11px arial;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

#cluetip {
	
}
#closeBubble img
{
    margin-top:3px;
    margin-right:2px;
}

#cluetip-links a
{
  color:#3067B1; 
  font:bold 11px/12px arial;
}
