/* Highslide JS Styles */

.highslide-container div {
/*
	font-family: Verdana, Helvetica;
	font-size: 10pt;
*/
}

.highslide-container table {
	background: none;
}

.highslide {
	outline: none;
	text-decoration: none;
}

.highslide-wrapper, .highslide-outline {
	background: white;
}

.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background-color: white;
}

.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
/*
	border-top: 1px solid white;
	border-bottom: 1px solid white;
*/
	background-color: black;
	padding-left: 22px;
	background-image: url(graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;

}

.highslide-loading:hover {
	color: white;
}

a.highslide-credits,
a.highslide-credits i {
	display: none;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
	display: none;
}

.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	/*visibility: hidden;*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}

.highslide-overlay {
	display: none;
}

.hidden-container {
	display: none;
}


/*------- Controlbar -------*/
.controlbar {
	background-image: url(graphics/controlbar.png);
	width: 102px;
	height: 26px;
}

.controlbar a {
	display: block;
	float: left;
	height: 26px;
	outline: none;
}

.controlbar a:hover {
	background-image: url(graphics/controlbar-hover.png);
}

.controlbar .previous {
	width: 24px;
}

.controlbar .next {
	width: 25px;
	background-position: -24px 0;
}

.controlbar .highslide-move {
	width: 25px;
	background-position: -49px 0;
}

.controlbar .close {
	width: 28px;
	background-position: -74px 0;
}

a.highslide-full-expand {
	background: url(graphics/fullexpand.png) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 44px;
	height: 44px;
}

/*------- HTML-popup -------*/
.html-popup {
	background-color: white;
}

.html-popup .highslide-html-content {
	display: none;
	width: 420px;
	padding: 5px;
}

.html-popup .highslide-header ul {
	height: 21px; /* prevent the scrollbar from overlapping the controlbar */
	margin: 0;
	padding: 0;
	text-align: right;
}

.html-popup .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}

.html-popup .highslide-header ul li.highslide-previous,
.html-popup .highslide-header ul li.highslide-next,
.html-popup .highslide-header ul li.highslide-move,
.html-popup .highslide-header ul li.highslide-close {
	display: none;
}

/*
.html-popup .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}

.html-popup .highslide-header a:hover {
	color: black;
}

.html-popup .highslide-header .highslide-move a {
	cursor: move;
}
*/

.html-popup .highslide-footer {
	height: 11px;
}

.html-popup .highslide-footer .highslide-resize {
	display: block;
	float: right;
	/*margin-top: 5px;*/
	height: 11px;
	width: 11px;
	background: url(graphics/resize.png) no-repeat;
	cursor: nw-resize;
}

.html-popup .highslide-body {
	font-size: 1.2em; /* same as layout.css #content */
	line-height: 1.4em; /* same as layout.css #content */
	padding: 5px;
}

.html-popup .highslide-body .outdent li {
	margin-left: -2em;
}

.html-popup .highslide-body h3 {
	margin-top: 0;
}

.html-popup .controlbar {
	width: 53px;
	background-position: -49px 0;
}

.html-popup .previous {
	display: none;
}

.html-popup .next {
	display: none;
}


/* Necessary for functionality */
.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}
