
.highslide-html {
    background-color: #FBFB8D;
}

.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: #FBFB8D;
}

.control {
	float: right;
  display: block;
	margin: 0 5px;
	font-size: 9pt;
  font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999999;
}

.control:hover {
	color: black !important;
}

.highslide-move {
    cursor: move;
}

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

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

/* **************************************************************** */
/* Content */
/* **************************************************************** */
.content {
  background: #FBFB8D;
	font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
}

.ListHeader {
  background: #FBFB4D;
	font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #FFD700
}

.ListRowLight {
  background: #FBFB8D;
	font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
}

.ListRowDark {
  background: #FBFBCD;
	font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
}

.FontSize {
	font-size: 11pt;
  font-weight: bold;
  color: #790706;
  font-family: Arial, Helvetica, sans-serif;
}

.FontHeader {
	font-size: 12pt;
  font-weight: bold;
  color: #790706;
  font-family: Arial, Helvetica, sans-serif;
}


