/* Highslide JS Styles */
/*
* {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
*/

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

/*
.highslide img {
	border: 2px solid gray;
}

.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 2px solid white;
}

.highslide-image-blur {
}
*/

.highslide-caption {
	text-align: left;
	display: none;
	border: 2px solid white;
	border-top: none;
	/*font-family: Verdana, Helvetica;*/
	/*font-size: 10pt;*/
	padding: 5px;
	background-color: white;
}

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

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

.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	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-move {
	cursor: move;
}

.highslide-overlay {
	display: none;
}


/* Controlbar */
.controlbar {
	background: url(highslide/graphics/controlbar.png);
	width: 102px;
	height: 26px;
	/*opacity: 0.5;*/ /* W3C CSS3, Safari */
	/*-moz-opacity: 0.5;*/ /* Gecko */
	/*filter: alpha(style=0,opacity=50);*/ /* IE simulation of PNG alpha gradient */
	/*background: expression('url()');
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../highslide/graphics/controlbar.png');*/
}

.controlbar a {
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/
	height: 26px;
}

.controlbar a:hover {
	background-image: url(graphics/controlbar-hover.png);
	/*background: expression('url()');
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../highslide/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;
}

/* Styles for the html-popup */
/*
.highslide-html {
	background-color: white;
}

.highslide-html-blur {
}

.highslide-html-content {
	position: absolute;
	display: none;
}
*/

.html-popup {
	background-color: white;
}

.html-popup .highslide-html-content {
	width: 420px;
	padding: 5px;
}

.html-popup .highslide-header div {
}

.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 {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}

.html-popup .highslide-body {
	font-size: 1.2em; /* same layout.css #content */
	line-height: 1.4em; /* same layout.css #content */
	padding: 5px;
}

.html-popup .highslide-body .outdent li {
	margin-left: -2em;
}

.html-popup .highslide-body h3 {
	margin-top: 0;
}

.highslide-resize {
	cursor: nw-resize;
}

.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;
}

