
/***************************************
   Oindex customized cluetip class for all ?-image help texts.
-------------------------------------- */
.cluetip-ohelp {
  background-color: transparent;
}
.cluetip-ohelp #cluetip-outer {
  border: 1px solid black;
  position: relative;
  background-color: #ffffff;
}

.cluetip-ohelp h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  background-color: #dff5ff;
  color: black;
}

.cluetip-ohelp #cluetip-title a {
	text-decoration: none;
}

.cluetip-ohelp #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
  background-color: #ffffff;
}
.cluetip-ohelp div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

.cluetip-rounded div#cluetip-close a {
  color: #777;
  font-size: 8px;
  text-decoration: none;
}

/* ohelp arrows */

.clue-right-ohelp .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-ohelp .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-ohelp .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-ohelp .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   Oindex customized cluetip class for listing site info popups (shows links, category etc. )
-------------------------------------- */
.cluetip-sitetip {
  background-color: transparent;
  text-align: left;
}
.cluetip-sitetip #cluetip-outer {
  border: 1px solid black;
  position: relative;
  background-color: #ffffff;
}

.cluetip-sitetip h3#cluetip-title {
  margin: 0 0 0px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: bold;
  background-color: #dff5ff;
  color: black;
}

.cluetip-sitetip #cluetip-title a {
  color: #000000;
  text-decoration: none;
}

.cluetip-sitetip #cluetip-title a img {
  margin-bottom: -1px;
}

.cluetip-sitetip #cluetip-title a:hover {
  color: #0000ff;
  text-decoration: none;
}

.cluetip-sitetip #cluetip-inner {
  padding: 5px 5px 5px;
  font-size: 12px;
  display: inline-block;
}

.cluetip-sitetip #cluetip-inner a {
  font-size: 12px;
  color: black;

}

.cluetip-sitetip #cluetip-inner a:hover {
  text-decoration: none;
}

.cluetip-sitetip #cluetip-inner a img {
  padding: 0px;
  margin: 0px 2px -3px 0px;
  border: 0px;
}

.cluetip-sitetip div#cluetip-close {
  text-align: right;
  margin: 0 5px 0px;
  text-decoration: none;
  color: #900;
}

