


/* 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(../i18n-assets/fi/quickhelp/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;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: transparent;
  margin-left: 0px;
  margin-top: 2px;
}
.cluetip-default #cluetip-outer {
  border: 2px solid #aaa;
  position: relative;
  background-color: #fff;
}

.cluetip-default h3#cluetip-title {
  margin: 0 0 2px;
  padding: 2px 2px;
  font-size: 14px;
  font-weight: bold;
  background-color: #aaa;
  color: #333;
}

.cluetip-default #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
  width: 96%;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 1px 1px;
  color: #900;
}

/* jtip arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../i18n-assets/fi/quickhelp/arrowleft.png);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../i18n-assets/fi/quickhelp/arrowright.png);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../i18n-assets/fi/quickhelp/arrowdown.png);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../i18n-assets/fi/quickhelp/arrowup.png);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}


div.content {
	display: none;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	margin-top: -60px;
	margin-left: -6px;
	color: red;
}
