/* global */
div.ui-cluetip {
  /*background-color: #ffffff;*/
  font-size: 10px;
}

.ui-cluetip-content {
  /*background-color: #ffffff;*/
 margin: 0; padding: 0;
}

/*hack for IE where white background to cover gray drop shadow is needed) */
.liner {
	background-color: #ffffff;
 	margin: -2px 0 0 0; padding: 12px;
	border: 1px solid #fff;  	
	-moz-border-radius-bottomright: 12px;
	-khtml-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-khtml-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	}

.ui-cluetip-header,
{
  /*background-color: #ffffff;*/
  padding: 8px 12px;
}

.ui-cluetip-header {
  font-size: 11px;
  margin: 0;
  overflow: hidden;
}

#cluetip-title #cluetip-close {
  /*float: right;*/
  position: relative;
  margin: 0; padding: 0;
}
#cluetip-close img {
  border: 0;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/./2010/img/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: -1px;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
	}

/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  	background: #ffffff;
	margin: 0; padding: 0;
  	border: 1px solid #ff891c;  	
	-moz-border-radius-bottomright: 12px;
	-khtml-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-khtml-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	}

.cluetip-default .ui-cluetip-header {
  	background: #ff891c;  	
  	margin: 0; padding: 0;
	}

.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
	}

.cluetip-default #cluetip-title a,
.cluetip-default #cluetip-title a:link,
.cluetip-default #cluetip-title a:visited {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.04em;
	}  

.cluetip-default #cluetip-title a:hover {
  color: #b85d02;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.04em;
	} 

.cluetip-default #cluetip-inner {
	/*padding: 6px 10px;*/
	}

.cluetip-default div#cluetip-close { 
  text-align: center;
  margin: 0 5px 5px;
  color: #900;
	}

/*
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
*/
/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url('/./2010/img/darrowleft.png');
}
.clue-left-default .cluetip-arrows {
  background-image: url('/./2010/img/darrowright.png');
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url('/./2010/img/darrowdown.png');
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url('/./2010/img/darrowup.png');
  top: -10px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: #fff;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
}

.cluetip-jtip #cluetip-inner {
	padding: 0 5px 5px;
  	display: inline-block;
	}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 0;
  color: #900;
}

.cluetip-jtip .ui-cluetip-header {
  background-color: #ccc;
  padding: 6px;
  margin-bottom: 1em;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url('/./2010/img/darrowleft.png');
}
.clue-left-jtip .cluetip-arrows {
  background-image: url('/./2010/img/darrowright.png');
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url('/./2010/img/darrowdown.png');
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url('/./2010/img/darrowup.png');
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */
.cluetip-rounded {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #fff;
  border: 1px solid #ff891c;
}


/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}