

/* Highslide JS Styles */
/*
* {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
*/

.highslide {
	cursor: url(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(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;
border: 1px solid red;
}

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: 550px;
	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;
}

.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;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
	visibility: hidden;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


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

.highslide-wrapper .highslide-html-content {
    width: 650px;
    padding: 5px;
height: 75%;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: left;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



/* 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 {

	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;

}

.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: left;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.png);
}

.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;
}

