/* Default overrides*/
.cluetip-arrows {
  display: none;
  position: absolute;
  top: -8px;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}



/***************************************
   =cluetipClass: 'vijfxbeter'
-------------------------------------- */
.cluetip-vijfxbeter {
  background-color: transparent;
	font-family:		Arial, Verdana, "Times New Roman", Times, serif;
	color:				#ffffff;	
  
}
.cluetip-vijfxbeter #cluetip-outer {
  border: 1px solid #A2C037;
  position: relative;
  background-color: #012F50;
}

.cluetip-vijfxbeter h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 13px;
  font-weight: bold;
  background-color: #012F50;
  color: #ffffff;
}

.cluetip-vijfxbeter #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-vijfxbeter div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* vijfxbeter arrows */

.clue-right-vijfxbeter .cluetip-arrows {
  background-image: url(/images/cluetip/arrowleft.gif);
}
.clue-left-vijfxbeter .cluetip-arrows {
  background-image: url(/images/cluetip/arrowright.gif);
  left: 100%;
  margin-right: -10px;
}
.clue-top-vijfxbeter .cluetip-arrows {
  background-image: url(/images/cluetip/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-vijfxbeter .cluetip-arrows {
  background-image: url(/images/cluetip/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

