/** {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}*/
* {
	outline:0;
}
.highslide-html {
    background-color: #ffffff;
	background-image:url(/images/bg_options.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border-right:2px solid #c0bbb7;
	border-bottom:2px solid #c0bbb7;
	border-left:2px solid #c0bbb7;
}
.highslide-html-blur {
	background-color:#ffffff;
}
.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;*/
    
    /*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 {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
	color: #999;
}
.heading {
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

