body {
	padding:0px;
	margin: 0px;
	font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;
	text-align: justify;
	background-color: #fff;
	color: #010;
}
a:link {
	color: #252;
	text-decoration: underline;
}
a:hover {
	background-color: #eaf0ea;
	color: #000;
	text-decoration: underline;
}
a:active {
	background-color: #eaf0ea;
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #565;
	text-decoration: underline;
}
h1 {
	font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;
	font-weight: bolder;
	font-size:	160%;
	margin: 2px;
}
h2 {
	font-family: "Verdana", "Bitstream Vera Sans", "Arial", "Helvetica", sans-serif;
	font-weight: bolder;
	font-style: italic;
	font-size:	150%;
}
h3 {
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #232;
}
h4 {
	margin-top: 2em;
	margin-bottom: 0.3em;
	padding: 5px;
	padding-left: 2em;
	background-color: #e0e6e0;
	color: #232;
}
h5 {
	margin-bottom: 0.5em;
}
h6 {
	font-weight: normal;
	font-style: italic;
	font-size:	100%;
	margin-left: 1em;
	margin-top: 1.3em;
	margin-bottom: 0.8em;
}
img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
}
th {
	padding: 1px;
	padding-right: 3em;
	font-weight: bold;
	text-align: left;
}
td {
	vertical-align: top;
	padding: 0;
}

#mainmenu {
	background-color:#CBE2EA;
	padding: 0;
	margin: 0;
}

#content {
	padding-left: 1em;
	padding-right: 1em;
}

.maintainer {
	float:left;
	font-size: 70%;
	font-weight: bold;
}

.barfont {
	font-family: Helvetica; 
	font-size: 70%; 
	font-style: normal; 
	line-height: normal; 
	text-decoration: none; }

hr {
	color: #252;
	background-color: #252;
	border: 0px;
	height: 1px;
}
/* PRINT START */
@media print {

#photo-previous, #photo-next, #photo-sizes, #photo-ziplink {
	display: none;
}

} /* PRINT END */

/* SCREEN */
@media screen {

#photo-previous {
	float: left;
	font-size: 8pt;
	text-decoration: none;
}

#photo-next {
	float: right;
	font-size: 8pt;
	text-decoration: none;
}

#photo-sizes {
	margin: 0;
	padding: 1em 0;
	list-style: none;
	text-align: center;
	display: block;
}
#photo-sizes li {
	margin: 0;
	padding: 0;
	display: inline;
}
#photo-sizes a {
	background-color: rgb(210,210,210);
	border: 1px solid #555;
	text-decoration: none;
	margin: 0;
	padding: 0.3em 1em;
}
#photo-sizes a.photo-current {
	background-color: rgb(230,230,230);
}
#photo-sizes a:hover {
	background-color: rgb(190,190,190);
}

#photo-ziplink {
	padding: 1em 0;
	text-align: center;
	clear: left;
}
#photo-ziplink a {
	background-color: rgb(210,210,210);
	border: 1px solid #555;
	text-decoration: none;
	margin: 0;
	padding: 0.3em 1em;
}

} /* SCREEN END */

#photo-properties {
	border-collapse: collapse;
	margin: 0.1em auto;
	white-space: nowrap;
	border: 1px solid rgb(190,190,190);
	width: 80%;
}
#photo-properties th {
	text-align: right;
	width:25%;
	margin: 0;
	vertical-align:top;
	padding: 2px;
	border: 1px solid rgb(190,190,190);
}
#photo-properties td {
	text-align: left;
	width:75%;
	margin: 0;
	vertical-align:top;
	padding: 2px;
	border: 1px solid rgb(190,190,190);
}

#photo-title {
	text-align: center;
}

#photo {
	text-align: center;
	border: none;
}

#photo-thumbnails a {
	display: block;
	float:left;
	width: 130px;
	height: 158px;
	margin: 2px;
	text-align:center;
	border: 1px solid black;
	text-decoration: none;
	font-size: 8pt;
	color: black;
	overflow: hidden;
}
#photo-thumbnails .thumbtitle {
	display: block;
	background-color: #fff;
}
#photo-thumbnails .thumbpicture {
	display: block;
	width: 128px;
	height: 128px;
	margin: 1px;
}

#photo-thumbnails img {
	border: none;
}
#photo-thumbnails .thumbfolder {
	display: block;
	width: 48px;
	height: 52px;
	margin: 1px;
	padding: 30px 40px 46px 40px;
	border: none;
}
