.highslide
{
  cursor:url(/js/highslide/graphics/zoomin.cur), pointer;
}

.highslide-dimming
{
  background:#CBDBF1;
}

.highslide-loading
{
  display:block;
  border:1px solid black;
  background-color:white;
  width:20px;
  height:20px;
  background-image:url(/js/highslide/graphics/loader.white.gif);
  background-repeat:no-repeat;
  background-position:2px 2px;
}

.highslide-caption
{
  display:none;
  border:1px solid #000000;
  border-top:none;
/*  font-family:Verdana, Helvetica; */
  font-size:10pt;
  padding:5px;
  background-color:#CBDBF1;
}

/* These must always be last */
.highslide-display-block
{
  display: block;
}

.highslide-display-none
{
  display: none;
}

/* These are not Highslide core CSS rules, but define the styles of the caption. */
.control
{
  float: right;
  display: block;
  position: relative;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  margin-top: 1px;
  margin-bottom: 1px;
}

/*
.control:hover
{
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 0;
  margin-bottom: 0;
}
*/

.control, .control *
{
/*  color: #666; */
  color: #000000;
}