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

.highslide {
	cursor: url(../js/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: 12px;
	font-weight: bold;
	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(../js/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	*/
}

.highslide-move {
	cursor: move;
}

.highslide-overlay {
	display: none;
}


/* Controlbar */
.controlbar {
	background: url(../js/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(../js/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(../js/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(../js/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;
}


.thumbtable td {
	text-align: center;
	width: 179px;
	vertical-align: middle;
}

.thumbshadow1 {
	/*display: inline-block;*/	 /* Firefox 2 and Opera (and Safari?) */
	/*display: -moz-inline-box;*/ /* Firefox 1.5 */
	display: table;
	margin: auto;
	/*margin-top: expression((179 - clientHeight) / 2 + 'px');*/
	width: expression(getElementsByTagName('IMG')[0].width + 25 + 'px');
	padding: 0 1px 1px 0;
	background-color: #d9d1c2;
	border: 1px solid #e2dacb;
	-moz-border-radius: 8px;
}

.thumbshadow2 {
	padding: 0 1px 1px 0;
	background-color: #c4bcad;
	border: 1px solid #cdc5b6;
	-moz-border-radius: 7px;
}

.thumbframe {
	position: relative;
	left: -1px;
	top: -1px;
	border: 1px solid #808080;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	-moz-border-radius: 6px;
}

.thumb {
	padding: 8px;
	background-color: #f2f2f2;
	border: 1px solid #d4d4d4;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-moz-border-radius: 5px;
}

.thumb img {
	display: block;
	border: 1px solid #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.thumb:hover {
	border: 1px solid #3d6dcc;
	background: #fff;
}


