/* CSS Document */

.highslide-html {
    background-color: white;
}
.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(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	font-size: 0.7em;
	width: 550px;
	padding: 10px 20px 20px 20px;
	line-height: 1.5;
	text-align: left;
}
.highslide-html-content h1 {
	font-size: 1.6em;
	color: #558A96;
	font-weight: normal;
	line-height: 1;
	font-size: 1.68em;
	margin: 0.4em 0 0 0;
}
.highslide-html-content h2 {
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0.6em 0 -0.3em 0;
	color: #558A96;
	font-weight: normal;
}
.highslide-html-content h3 {
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0.6em 0;
	color: #558A96;
	font-weight: normal;
	border-top: 1px solid #85ACB6;
	padding-top: 0.4em;
}
.highslide-html-content p {
	margin: 0.6em 0;
}
.highslide-html-content ul {
	margin-top: 0;
	margin-bottom: 0;
}
.highslide-html-content li {
	margin: 0.4em 0;
}

.highslide-html-content hr {
	color: #596EAC;
	background-color: #709DA9;
	height: 1px;
	border-style: none;
}

.highslide-html-content a {
	text-decoration: none;
}
.highslide-html-content a:link, .highslide-html-content a:visited {
	color: #3E56A0;
}
.highslide-html-content a:hover {
	color: #FF9900 !important;
}

.highslide-html-content .date {
	color: #596EAC;
	margin: 10px 0;
}
.highslide-html-content .date table {
	border-top: 1px solid #558A96;
	margin: 0 0 0 auto;
}
.highslide-html-content .date th {
	font-weight: normal;
	text-align: left;
	padding: 2px 10px 2px 0;
	border-bottom: 1px solid #558A96;
}
.highslide-html-content .date td {
	font-weight: bold;
	text-align: left;
	padding: 2px 0;
	border-bottom: 1px solid #558A96;
}

.hsPortrait {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0 0 10px 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;
	font-size: 10px !important;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.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(graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
 margin-bottom: 20px;}
 
 
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

.highslide-dimming {
	background-color: #333333;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

