.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.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;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}








.hs-bottom{
text-align:center;
border-top:1px solid silver;
padding:5px 0;
color:black;
font-size:0.8em;
}
.hs-button{
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.hs-button:hover {
	color: black !important;
}
.hs-move{
    cursor: move;
    border: 0;
    height: 18px;
    padding: 2px;
    cursor: default;
}
