/* CSS Document */
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide-container div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
    display: none;
	position: absolute;
}
.highslide-dimming {
	background: black;
	position: absolute;
}
.highslide-loading {
    background-color: white;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
	border: 1px solid black;
	color: black;
    display: block;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	padding: 2px 2px 2px 22px;
    text-decoration: none;
}

/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	/*height: 450px;*/
    padding: 0 5px 5px 5px;
    /*width: 650px;*/
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	/*cursor: move;*/
}
.highslide-wrapper .highslide-footer {
	border-top:3px; 
	border-top-style:solid;
	border-color:#999999; 
	height: 25px;
	padding-top:5px;
	text-align:center;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    /*cursor: move;*/
}
.highslide-resize {
    /*cursor: nw-resize;*/
}

/* Highslide windows - qubiq styles*/
#demo-header{
	clear:both;
	height:20px; 
	padding:2px;
	text-align:right;
	width:100%;	
}
#demo-header-buttons{
	float:right;
	width:35%; 
}
#demo-header-logo{
	float:left;
	text-align:left;
	width:80px; 
}
#demo-header-title{
	float:left;
	text-align:left;
	width:55%; 
}