﻿.highslide-html 
{
	border: 1px solid #c7c7c7;
}

.highslide-body {
	background-color: #c7c7c7;
	padding: 1px;
	margin-top: 5px;
	/* background: #FFFFFF;
	border: 1px solid #c7c7c7; */
}

.slideContent {
	margin: 0px;
	background-color: #FFFFFF;
	border: 1px solid #eaeaea;
	padding: 20px;
	padding-top: 5px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 7.5pt;
}

.slideContent a
{
	display:block;
	border:1px solid #c7c7c7;
	padding: 1px;
	height: 80px;
	width: 100px;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

.slideContent a:hover 
{
	border-color: #333333;
}

.highslide-html-blur {
}

.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('../img/misc/loaderwhite.gif');
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

/* Styles for the popup */
.highslide-wrapper {
	/* background-color: white; */		
}
.highslide-wrapper .highslide-html-content {
    width: 500px; /* ajdust the width */
    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 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #333333; /* color of the text for header close and move */
}
.highslide-wrapper .highslide-header a:hover {
	color:#FF9900;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {

}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	/* background: url('../images/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-html-content 
{
	/* background: url(../images/trans2.png) repeat; */
	background: url('../images/trans2.png') repeat;	
}

.highslide-header p 
{
	/* color: White; */
	color: #333333;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 9pt;
	float: left;
	margin: 2px;
	padding: 0px;
}

.highslide-html-content img 
{
	border: none;
}


.highslide-close 
{
	/*
	padding-right: 10px;
	margin-right: 5px;
	background: url(../images/closebutton.png) no-repeat right 6px;
	*/
}
