/*
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
*/
.highslide {
	cursor: pointer;
    outline: none;
}
.highslide img {
	margin-top: 4px;
}
.highslide:hover img {
}

.highslide-image {
    border: 2px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid black;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
    background-color: black;
}

.highslide-html {
    background-color: #333;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
    font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
}
.highslide-html-content table { width:100%; }
.highslide-html-content table.frame th { text-align:center; font-weight:bold; padding:2px 0 5px 0; }	/* table header */
.highslide-html-content table.frame td { padding:2px; }						/* regular table cell */
.highslide-html-content table.frame select { width:100%; }												/* regular dropdown */
.highslide-html-content table.frame select.double { width:46%; }										/* two adjacent dropdowns in single cell */
.highslide-html-content table.frame input.double { width:43%; }
/* For use with labels and input/data elements */
.highslide-html-content table.double td { width:50%; }
.highslide-html-content table.double td.label { width:50%; }
.highslide-html-content table.double td.data { width:50%; }
.highslide-html-content table.double td.w40 { width:40%; }
.highslide-html-content table.double td.w60 { width:60%; }
.highslide-html-content input.stretch { width:97%; }
.highslide-html-content input, .highslide-html-content textarea { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; border:1px solid #cccccc; padding:1px; }
.highslide-html-content a.button {
    display:block;
	background-position:left;
	background-repeat:no-repeat;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
    line-height:170%;
    cursor:pointer;
	font-weight:bold;
	color:#e2e2e2;
	text-align:left;
	text-decoration:underline;
}
.highslide-html-content  a.button:hover { color:#ffffff; }

.highslide-move {
    cursor: move;
}
.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;
    margin-top: 1px;
    margin-bottom: 1px;
}

.control, .control * {
	color: #777;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: black;
}
.highslide-wrapper .highslide-html-content {
    width: 600px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.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: white;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/images/hs/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    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: black;
    
    padding-left: 22px;
/*    background-image: url(/w_sisu/media/hs/loader.black.gif);
*/
	background-repeat: no-repeat;
    background-position: 3px 1px;
}


/*
.highslide {
	cursor: url(/w_sisu/media/hs/graphics/zoomin.cur), pointer;
    outline: none;
}
*/

.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #e2e2e2;
	margin-left: 5px;
}
.highslide:hover img {
	border: 1px solid #555;
}