/* 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/loading.gif');
}
.cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	height: 22px;
	width: 11px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#cluetip-extra {
	display: none;
}


/***************************************
	 =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
	background-color: transparent;
	color: #111;
	text-align: left;
}
.cluetip-default #cluetip-outer {
	background: #fcfcfc url("../img/sprites_bg.png") repeat-x 0 -300px;
	border: 2px solid #555;
	position: relative;
}

.cluetip-default h3#cluetip-title {
	background-color: #ccc;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 2px 5px;
}

.cluetip-default #cluetip-inner {
	display: inline-block;
	padding: 9px;
}
.cluetip-default div#cluetip-close { 
	padding: 0 0 0 9px;
	float: right;
}

.cluetip-default a:link,
.cluetip-default a:visited,
.cluetip-default a:hover { 
	text-decoration: underline;
}
.cluetip-default .more_link:link,
.cluetip-default .more_link:visited { 
	text-decoration: none;
}
.cluetip-default .more_link:hover { 
	text-decoration: underline;
}

.cluetip-default div#cluetip-close a:link,
.cluetip-default div#cluetip-close a:visited { 
	color: #888;
	text-decoration: none;
}
.cluetip-default div#cluetip-close a:hover { 
	color: #555;
	text-decoration: underline;
}

/* jtip arrows */

.clue-right-default .cluetip-arrows {
	background-image: url('../img/cluetip/arrowleft.gif');
}
.clue-left-default .cluetip-arrows {
	background-image: url('../img/cluetip/arrowright.gif');
	left: 100%;
	margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
	background-image: url('../img/cluetip/arrowdown.gif');
	top: 100%;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;	
}  
.clue-bottom-default .cluetip-arrows {
	background-image: url('../img/cluetip/arrowup.gif');
	top: -11px;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;
}


