.highslide-wrapper div {
    font-family: Arial, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
  display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
	border: 1px solid black;
  background-color: white;
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}

/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
  }
.highslide-wrapper .highslide-html-content {
  width: 230px;
  padding: 0 5px 5px 5px;
  }
.highslide-wrapper .highslide-body {
  text-align: left;
  }

.hslink a {
  margin: 3px 0 3px;
  padding: 3px 0 0 3px;
  width: 225px; 
  height: 18px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font: 12px arial, san-serif;
  background: #888888;
  }

.hslink a:hover {
  background: #AE2621;
  }

