@charset "utf-8";

* {
    	font-family: Verdana, Helvetica;
    	font-size: 10pt;
	}
	
	.highslide-html {
    	background: #6ba300;
		border: 1px solid #a0c25f;
		padding-bottom: 10px;
	}
	
	.highslide-html-blur { }
	.highslide-html-content {
		position: absolute;
    	display: none;
	}
	
	a.highslide-credits,
	a.highslide-credits i {
    	padding: 2px;
    	color: silver;
    	text-decoration: none;
		font-size: 10px;
	}
	
	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:500px; height:350px; padding:5px; }

	.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-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #e8d5cf;
		background: #ed7b5c;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 3px;
		border: 1px solid #c32900;
		text-decoration: none;
		outline: none;
		}
	.highslide-wrapper .highslide-header a:hover {
		color: white;
		background: #de2f00;
		border: 1px solid #7d1a00;
		}
	
	.highslide-wrapper .highslide-header .highslide-move a { cursor: move; }
	.highslide-wrapper .highslide-footer { height: 11px; }
	.highslide-wrapper .highslide-footer .highslide-resize { float:right; height:11px; width:11px; padding-top: 3px; background: url(../highslide/graphics/resize.gif) no-repeat bottom right; }
	.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; }


