<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: white;
	color: #444;
	font: 13px arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font:x-small;
	text-align: center;
	margin: 0;
}
body * {
	line-height: 1.22em;
}

#SiteContainer {
	width: 950px;
	margin: auto;
	text-align: left;
}

#body {
	font-size: 110%;
	margin-top: 1em;
	clear: both;
}
#leftside {
	float: left;
	width: 180px;
	font-size: 85%;
}
#SiteContentContainer {
	float: right;
	width: 750px;
}
#SiteManageTop,
#SiteManageBottom {
	font-size: 77%;
	text-align: center;
}
#SiteFooter {
	padding-top: 2em;
	font-size: 77%;
	text-align: center;
	clear: both;
}

a {
	color: #2c95b5;
}
a.current {
	color: #444;
}
div.current a {
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	padding: 0; margin: 0; height: 0; border: none;
	background-color: transparent;
	color: white;
}
#leftside li {
	padding-left: 0; margin-left: 0;
}
#leftside ul {
	padding-left: 1em; margin-left: 1em;
}
#leftside ul ul a {
	color: #555;
}

.button {
	float: left;
	padding: 0 5px;
	margin: 4px 0;
	border-right: 1px solid #444;
}
.button:first-child {
	padding-left: 0;
}

hr.clear {
	clear: both;
	color: white; background-color: transparent;
	margin: 0; padding: 0; border: none;
	height: 0;
}

.logo_var_a, .logo_var_b, .logo_var_c, .logo_var_d {
	display: none;
}
.alt_logo {
	display: none;
}
.fun {
	display: none;
}

/* Fix image.css */
h1, h2, h3, h4, p, tr, form table {
	margin-left: 0;
}
p {
	font-size: 100%;
}
.buttons {
	font-size: 100%;
	text-align: left;
	margin-bottom: 0.5em;
}

.list td.icon {
	width: 143px;
}
.list td.text {
	width: 95px;
}

h3 {
	color: #444;
}
#leftside h3 {
	font-size: 100%;
}
.block, .info p, .info li, .info, .warning, .info .divider {
	width: auto;
}
#head h2, .buttons {
	margin-left: 0;
	clear: none;
	width: auto;
	font-weight: normal;
}

.small_cell {
	width: 140px;
	height: 165px;
}
.name {
	font-size: 80%;
}
.big_break {
	width: 500px;
}
.medium_cell {
	width: 500px;
}
#ImageLargeImage {
	margin: 3px auto 3px auto;
}
#SiteManagement {
	font-size: 100%;
}

.caption {
	width: 500px;
}

.register .text {
	width: 300px;
}

.small_cell, .medium_cell {
	position: relative;
}
.ImageListDestroy {
	display: block;
	position: absolute;
}
.small_cell .ImageListDestroy {
	right: 3px; top: 3px;
}
.medium_cell .ImageListDestroy {
	right: -5px; top: -10px;
}
a.ImageListDestroy {
	color: #777;
}
a.ImageListDestroy:hover {
	color: #f00;
	text-decoration: none;
}

/* video play button */
.small_cell img.play {
	border: none;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 10px;
	top: 80px;
}

#popup-slideshow,
#popup-slideshow * {
	box-sizing: border-box;
}

#popup-slideshow {
	display: none;
	z-index: 900;

	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background-color: rgba(0, 0, 0, 0.8);
}

#popup-slideshow .popup-slideshow-navigation {
	position: absolute;

	z-index: 1;

	width: 100%;
	height: 60px;

	background-color: rgba(0, 0, 0, 1);
}

#popup-slideshow .popup-slideshow-navigation .play {
	position: absolute;
	top: 15px;
	left: 15px;

	z-index: 2;

	width: 30px;
	height: 30px;

	background-image: url('../images/fancybox/fancybox_buttons.png');
	background-position: 0 -30px;

	cursor: pointer;
}
#popup-slideshow .popup-slideshow-navigation .play.playing {
	background-position: -30px -30px;
}

#popup-slideshow .popup-slideshow-navigation .previous,
#popup-slideshow .popup-slideshow-navigation .next {
	position: relative;

	margin: 12px;

	display: inline-block;

	width: 36px;
	height: 36px;

	background: url('../images/fancybox/fancybox_sprite.png');

	cursor: pointer;

	vertical-align: middle;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#popup-slideshow .popup-slideshow-navigation .previous,
	#popup-slideshow .popup-slideshow-navigation .next {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px;
	}
}

#popup-slideshow .popup-slideshow-navigation .previous {
	background-position: 0 -36px;
	visibility: hidden;
}
#popup-slideshow .popup-slideshow-navigation .next {
	background-position: 0 -72px;
}

#popup-slideshow .popup-slideshow-navigation .indicator {
	display: inline-block;

	margin: 12px;

	height: 36px;
	line-height: 36px;

	vertical-align: middle;
}

#popup-slideshow .popup-slideshow-close {
	position: absolute;
	top: 12px;
	right: 12px;

	z-index: 2;

	width: 36px;
	height: 36px;

	background: url('../images/fancybox/fancybox_sprite.png');
	background-position: 0 0;

	cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#popup-slideshow .popup-slideshow-close {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px;
	}
}

#popup-slideshow .popup-slideshow-slider {
	position: absolute;

	margin: 0 auto 0 auto;
	padding: 60px 0 0 0;

	width: 100%;
	height: 100%;

/*
	width: 1000px;
	height: 533px;
*/

	background-color: #ffffff;
}

#popup-slideshow .popup-slideshow-slider ul {
	position: relative;
	height: 100%;

	margin: 0;
	padding: 0;

	white-space: nowrap;
}
#popup-slideshow .popup-slideshow-slider ul li.photo {
	display: inline-block;
	list-style: none;

	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

	border: 12px solid transparent;
}
</pre></body></html>