<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0F0F0;
}

html {
	scrollbar-face-color: #ACC2E3; 
	scrollbar-highlight-color: #F7F7F7; 
	scrollbar-shadow-color: #F7F7F7; 
	scrollbar-3dlight-color: #ACC2E3; 
	scrollbar-arrow-color: #F7F7F7; 
	scrollbar-track-color: #F7F7F7; 
	scrollbar-darkshadow-color: #ACC2E3; 
	scrollbar-base-color: #F7F7F7;
	overflow-x: auto;
	/*overflow-y: auto;*/
}

/* Style for the Top bar */
.topbar {
	background-color: #6595D6;
	background-image: url(../topbars/blue/classic.gif);
	background-repeat: repeat-x;
	height: 25px;
}

/* Style for the Top ruler */
.topruler {
	background-image: url(Bluish2/rule.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;
}

/* Style for the Bottom bar */
.bottomruler {
	/*background-image: url(Bluish2/rule.gif);
	background-position: center;
	background-repeat: no-repeat;*/
	height: 10px;
}

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF80;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	color: #FFFF80;
}

/* Style for the Header */
.bppheader {
	color: #3561A2;
}

/* Style for the Footer */
.bppfooter {
	color: #636363;
	font-size: 10px;
}

/* Style for the page body */
.pagebody {
	background-color: #F7FBFF;
	padding: 10px;
}

/* Style for the Image Comment */
.comment {
	color: #3561A2;
	font-size: 10px;
}

/* Style for any note/comment */
.note {
	color: #3561A2;
	font-size: 10px;
}

/* Style for help-tips statusbar */
.statusbar1, .statusbar2 {
	color: #3561A2;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

/* Style for image EXIF info */
.imageexif {
	position: absolute;
	left: 75px;
	top: 100px;
	z-index: 1;
	background-color: #FFFFCC;
	layer-background-color: #FFFFFF;
	color: #999999;
	visibility: hidden;
	border: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
}

/* Style for help tips */
.help {
	position: absolute;
	right: 40px;
	top: 80px;
	z-index: 1;
	background-color: #FFFFCC;
	layer-background-color: #FFFFFF;
	color: #999999;
	visibility: hidden;
	border: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #141D3A;
}

a:visited {
	text-decoration: none;
	color: #141D3A;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:link {
	text-decoration: none;
	color: #141D3A;
}

a.footer:active {
	text-decoration: none;
	color: #141D3A;
}

a.footer:visited {
	text-decoration: none;
	color: #141D3A;
}

a.footer:hover {
	text-decoration: none;
	color: red;
}

a.footer:link {
	text-decoration: none;
	color: #141D3A;
}

a.note:active {
	text-decoration: none;
	color: #3561A2;
}

a.note:visited {
	text-decoration: none;
	color: #3561A2;
}

a.note:hover {
	text-decoration: none;
	color: red;
}

a.note:link {
	text-decoration: none;
	color: #3561A2;
}

a.path:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF80;
}

a.path:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF80;
}

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF80;
}

a.path:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF80;
}
</pre></body></html>