.highslide-container div {
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide-wrapper, .highslide-outline {
	background-color: #c9d6cc;
}
.highslide-overlay {
	display: none;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: #c9d6cc;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}


.highslide-body {
	line-height: 1.5em;
}
.highslide-body a {
	color: #0000cc;
}
.highslide-body a:visited {
	color: #0000cc;
}
.highslide-body a:hover {
	color: #006699;
}

.highslide-body dl {
	padding: 5px 0 10px 0;
}
.highslide-body dt {
	padding: 5px 0 0 5px;
	font: Tahoma, sans-serif;
	font-size: 12px;
}
	

.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}

a.highslide-credits,
a.highslide-credits i {
	padding: 0px 0px 0px 5px;
	color: white;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	cursor: default;
	color: #006699;
	background-color: none;
}

.highslide-header a {
	font-weight: normal;
	color: #0000cc;
	text-decoration: none;
}
.highslide-header a:hover {
	color: #006699;
}
.highslide-header .highslide-close a {
	padding-left: 10px;
	background: url(graphics/hide.gif) no-repeat bottom center;
}
.highslide-header .highslide-move a {
	cursor: move;
	color: white;
	font-size: 10px
}
.highslide-header .highslide-move a:hover {
	color: #006699;
}

.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/*****************************************************************************/

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}