/* global */
#cluetip-close img {
	border: 0;
}
#cluetip-title {
	overflow: hidden;
}
#cluetip-title #cluetip-close {
	float: right;
	position: relative;
}
#cluetip-waitimage {
	display: none;
}
.cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -7px;
	height: 18px;
	width: 7px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#cluetip-extra {
	display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
	background-color: #f5f9f0;
	color: #000;
	font-weight: bold;
	font-size: .8em;
	border-color: #c8c294 #574e20 #574e20 #c8c294;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	padding: 5px 7px;
	line-height: 1.4;
}

.cluetip-default strong {
	color: #308E52;
	font-size: 1.1em;
}

.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
}

.cluetip-default #cluetip-title a {
}  
.cluetip-default #cluetip-inner {
}
.cluetip-default div#cluetip-close { 
	text-align: right;
	margin: 0 5px 5px;
}

/* default arrows */

.clue-right-default .cluetip-arrows {  /* ie6.css */
	background-image: url(../images/arrow-left-green.png);
	left: -7px;
}
.clue-left-default .cluetip-arrows {  /* ie6.css */
	background-image: url(../images/arrow-left-green.png);
	left: 100%;
	 margin-right: -7px;
}
.clue-top-default .cluetip-arrows {  /* ie6.css */
	background-image: url(../images/arrow-up-green.png);
	top: 100%;
	left: 50%;
	margin-left: -6px;
	height: 7px;
	width: 12px;  
}  
.clue-bottom-default .cluetip-arrows {  /* ie6.css */
	background-image: url(../images/arrow-up-green.png);
	top: -7px;
	left: 50%;
	margin-left: -6px;
	height: 7px;
	width: 12px;
}
