/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-wrapper, .highslide-outline {
	background: #E6F2E1;

}

.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color:#E6F2E1;
}
.highslide-html-content {
	display: none;
	width: 400px;
	height: auto;

	padding: 0 5px 5px 5px;


}
.highslide-html-content  img{
	border: 0px;
}
.highslide-html-content  a:link{
	text-decoration:none;
	color: #236F5E;
}
.highslide-html-content  a:hover{
	text-decoration: none;
}
.highslide-html-content  a:visited{
	text-decoration:none;
}

.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;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
		height:auto;

}
.highslide-resize {
	cursor: nw-resize;
}


