.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}

/* Styles for the popup */

.highslide-wrapper {
	margin-left: 100px;
}

.highslide-wrapper .highslide-html-content {
    width: 90%;
	height: 500px;
}


.highslide-wrapper .highslide-footer {
	height: 15px;
	display: none;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}


.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-caption {
    display: none;
    
    border-bottom: 0px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 0px;
    background-color: silver;
}
.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(/javascripts/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}


a.highslide-full-expand {
	background: url(/javascripts/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

.highslide-header {
display:none;
}


/* Mac-style close button */
.closebutton {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	z-index: 1000;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(/javascripts/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascripts/graphics/close.png', sizingMethod='scale');
}

.newbutton {
	position: absolute;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	z-index: 1000;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(/javascripts/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/javascripts/graphics/close.png', sizingMethod='scale');
}