/* global */

#cluetip-close img {
	border: 0;
}

#cluetip-title {
	overflow: hidden;
	display: none !important;
}

#cluetip-title #cluetip-close {
	float: right;
	position: relative;
}

#cluetip-waitimage {
	width: 43px;
	height: 11px;
	position: absolute;
	background-image: url(../img/cluetip/wait.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;
}

.cluetip-rounded {
	margin-top: 3px;
	margin-left: 0;
}

.cluetip-rounded #cluetip-outer {
	background: url(../img/cluetip/tooltip-bg.png);
	margin-top: -12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cluetip-rounded #cluetip-title {
	background-color: transparent;
	padding: 12px 12px 0;
	margin: 0;
	position: relative;
}

.cluetip-rounded #cluetip-extra {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 12px;
	height: 30px;
	margin: 0;
}

.cluetip-rounded #cluetip-inner {
	padding: 15px 15px 5px;
	text-align: left;
	margin: 0;
	position: relative;
}

.cluetip-rounded #cluetip-inner p {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	text-shadow: 0 1px 0 #000;
}

.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/cluetip/rarrowleft.png);
}

.clue-left-rounded .cluetip-arrows {
	background-image: url(../img/cluetip/rarrowright.png);
	left: 100%;
	margin-left: 12px;
}

.clue-top-rounded .cluetip-arrows {
	background-image: url(../img/cluetip/rarrowdown.png);
	top: 100%;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;
}

.clue-bottom-rounded .cluetip-arrows {
	background-image: url(../img/cluetip/rarrowup.png);
	top: -23px;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;
}
#cluetip-inner a {
	color:#FFF;
	font-weight:bold;
}
#cluetip-inner .cluetip-white {
	color:#FFF;
}