<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overlay {
	display: none;
	z-index: 9999;
	width: 400px;
	height: auto;
	background-color: #f6f3ee;
}

.overlay .overlay-close, .overlay-close {
	background-image: url("/images/overlay-close.png");
	position: absolute;
	z-index: 10000;
	right: -15px;
	top: -15px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.overlay .overlay-wrap {
/*	overflow: auto;*/
	position: relative;
	height: 100%;
	max-height: 1000px;
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.overlay-style-default {
	-webkit-border-radius: 15px 15px 60px 15px;
	-moz-border-radius: 15px 15px 60px 15px;
	-o-border-radius: 15px 15px 60px 15px;
	border-radius: 15px 15px 60px 15px;
	behavior: url('/js/PIE.htc');
	padding: 20px 40px 40px 40px;
}

.overlay-bottom  {
	background-image: url("/images/overlay-bottom.png");
	position: absolute;
	z-index: 10000;
	left: 120px;
	bottom: -51px;
	width: 138px;
	height: 51px;
}
.overlay-element .form-item, .overlay-element .form {
	font: normal 12px Arial,sans-serif;
	color: #585151;
}

.overlay-element .form-item p {
	margin-top: 8px;
	margin-bottom: 2px;
}



/* fold */

.main-wrapper td.center-column div.projects {
	margin: 20px 0 !important;
}

.main-wrapper td.center-column div.projects div.fold {
	border: 0;
	padding: 5px 0 7px 20px;
	margin-bottom: 10px;
	background: url("../images/fold.gif") 5px 11px no-repeat;
	text-align: left !important;
}

.main-wrapper td.center-column div.projects div.fold .trigger {
	color: #1c345b;
	font: bold 13px Tahoma;
	border-bottom: 1px dotted #1c345b;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	text-align: left !important;
}

.main-wrapper td.center-column div.projects div.fold .body {
	display: none;
	margin-top: 15px;
}

.main-wrapper td.center-column div.projects div.fold .body div.image-link {
	margin-left: 0;
}

.main-wrapper td.center-column div.projects div.fold .body div.image-link a {
	text-decoration: none;
	border-bottom: 1px dashed #105093;
	font: 14px Arial !important;
	color: #105093;
}

.main-wrapper td.center-column div.projects div.fold .body div.image-link a:hover {
	border-bottom: 0;
}

/* END fold */



</pre></body></html>