/* #################################################
# Project 	: Cluetip
# Stand     : 18.06.08
#################################################### */

/* .tips {cursor:help} */

#cluetip-close img {
  border:0;
}
#cluetip-title {
  overflow:hidden;
}
#cluetip-title #cluetip-close {
  float:right;
  position:relative;
  *display:inline;
}
#cluetip-waitimage {
  width:43px;
  height:11px;
  position:absolute;
  background-image:url('../i/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-default {
  background-color:#transparent;
}
.cluetip-default #cluetip-outer {
  position:relative;
  margin:0;
  background-color:#fff;
  border:1px solid #777;
}
.cluetip-default h3#cluetip-title {
  margin:0 0 5px 0;
  padding:2px 5px 5px 5px;
  font-weight:bold;
  background-color:#7ad;
  color:#fff;
}
.cluetip-default #cluetip-title a {
  color:#333;
}  
.cluetip-default #cluetip-inner {
  padding:0 5px 5px 5px;
  /* display:inline-block; */
}
.cluetip-default div#cluetip-close { 
  text-align:right;
  margin:0 5px 0 0;
  color:#900;
}

/* default arrows */
/*
.clue-right-default .cluetip-arrows {
  background-image:url('../i/cluetip/arr_left.gif');
}
.clue-left-default .cluetip-arrows {
  background-image:url('../i/cluetip/arr_right.gif');
  left:100%;
  margin-right:-11px;
}
.clue-top-default .cluetip-arrows {
  background-image:url('../i/cluetip/arr_down.gif');
  top:100%;
  left:50%;
  margin-left:-11px;
  height:11px;
  width:22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image:url('../i/cluetip/arr_up.gif');
  top:-11px;
  left:50%;
  margin-left:-11px;
  height:11px;
  width:22px;
}
*/