
.highslide-body   { padding: 10px; border: solid 1px gray }
.highslide-html   { background-color: white }
.highslide-html-content    { display: none; position: absolute }
.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(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control  { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; text-transform: uppercase; display: block; margin: 0 5px; float: right }
.control:hover  { text-decoration: underline }
.highslide-move {
    cursor: move;
}

