<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px auto;
	height: 100%;
	background-image: url(../res/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

img {border:0}

A:link, A:visited {
	color: #0000FF;
	text-decoration: none;
}

A:hover,A:active {
	text-decoration: underline;
}

/* ================================================================= */
.album_div {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	width: 635px;
}
.album_header_div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
   	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.album_header_comments_div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 12px;	
	text-align:center;
}
.album_body_div {
}

.album_pages {
	margin-top: 12px;
	text-align: center;	
}

.back_to_home {
	margin-bottom: 6px;
	text-align:center;	
}

/* ================================================================= */

.photo_div {
	float: left;
	width: 127px;
	height: 127px;
	text-align:center;
	vertical-align: middle;
	line-height: 127px;
}

.photo_div img{
	margin-top:18px;
}
	
.photo_div a{
	display: block;
	width: 127px;
	height: 127px;
	background: #fff url(photodiv.png) 0 0 no-repeat;	  
}
	
.photo_div a:hover{
	background-position: -127px 0;
	color: #C24F00;
}
/* ================================================================= */

.nav_div {
	margin-bottom: 12px;
}
.nav_photo_div {
	float: right;
	height: 50px;
	width: 50px;
	background-position: center;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 6px;
}

/* ================================================================= */
.viewphoto_title {
	clear: both;
	margin-bottom: 12px;
	margin-top: 12px;
}
.nav_link_index_page {
	display: inline;
}
.nav_link_previous_image {
	display: inline;
}
.viewphoto_comments {
	background-position: center;
	width: 700px;
	font-size: 11px;
}
.viewphoto_info {
	font-size: 10px;
}
.nav_link_next_image {
	display: inline;
}
/* ================================================================= */

.generator {
	text-align: right;
	clear: both;
	margin-top: 40px;
}

.xp_titlebar {
	background-image: url(../res/titlebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 185px;
	line-height: 25px;
	margin-top: 20px;
	margin-left: 12px;
	padding-left: 12px;
}
.xp_titlepanel {
	width: 166px;
	overflow: hidden;
	margin-left: 12px;
	background-color:#D6DFF7;
	border-top: none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 12px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.xp_leftpanel {
	width:210px;
	height:100%;
	margin-right:20px;
	float:left;
}
.xp_titlepanel_items {
	font-size: 11px;
	height: 18px;
	margin-bottom: 6px;
}
</pre></body></html>