
.highslide-html {
	background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content{
	position: absolute;
	display: none;
}
.highslide-maincontent {
	display: none;
}
.highslide-heading {
	display: none;
	float:left;
}
.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(../inc/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.highslide-dimming {
	position: absolute;
	/*background: #9E0B0F;*/
	background: #000000;
}



/* Self rendering */
/* Styles for the popup CSW */

.highslide-wrapper
{
	background-color: white;
}
.highslide-wrapper .highslide-html-content
{
	width: 300px;
	padding: 4px 10px;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-wrapper .highslide-header
{
	text-align:right;
	padding-bottom:2px;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
a.highslide-move {
	display:block;
	width:32px;
	height:32px;
	float:right;
	margin:0px 0px 0px 10px;
	background-image: url(../img/btn_move.gif);
	background-repeat: no-repeat;
	cursor: move;
}
a.highslide-move:hover {
	background-image: url(../img/btn_move_over.gif);
}
a.highslide-close {
	display:block;
	width:32px;
	height:32px;
	float:right;
	margin:0px 0px 0px 10px;
	background-image: url(../img/btn_close.gif);
	background-repeat: no-repeat;
}
a.highslide-close:hover {
	background-image: url(../img/btn_close_over.gif);
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-wrapper .highslide-title
{
	color:#ff0000;
	font-weight:bold;
	font-size:12px;
}
.highslide-wrapper .highslide-body
{
	color:#000000;
	font-size:12px;
	padding:6px 0px;
}




