body {
	margin: 0;
	padding: 0;
	font-family: Sans-Serif;
	background-color: #eaeaea;
	color: #000000;
	text-align: center;
}
#header {
	position: relative;
	width: auto;
	height: auto;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	font-size: 10pt;
	background-color: #383838;
	color: #f0f0f0;
	border-bottom-style: solid;
	border-color: #000000;
	border-bottom-width: 1px;
	padding: 12px;
	letter-spacing: 4pt;
	cursor: default;
}
#header h1 {
	display: inline;
	font-size: 16pt;
	letter-spacing: 6pt;
	padding: 0;
	margin: 0;
}
#footer {
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	letter-spacing: 2pt; 
	cursor: default;
}
#footer ul {
	text-align: center;
	font-size: 10pt;
	background-color: #d0d0d0;
	color: #505050;
	border-style: solid;
	border-color: #505050;
	border-width: 1px;
	padding: 1em 0 1em;
	margin: 0 25%;
}
#footer a {
	letter-spacing: 0pt;
}
#footer li {
	display: inline;
	padding: 0 0.5em;
}
#main {
	position: relative;
	padding: 0 0 3em;
}
#main h4 a {
	text-decoration: none;
}

.bracketlinks li {
	display: inline;
}
.bracketlinks li a {
	text-decoration: none;
	padding: 0 0.25em;
}
.bracketlinks li a:before {
	content: "[";
	color: #c0c0c0;
}
.bracketlinks li:hover a:before {
	color: #000000;
}
.bracketlinks li a:after {
	content: "]";
	color: #c0c0c0;
}
.bracketlinks li:hover a:after {
	color: #000000;
}

.photo ul {
	margin: 0;
	padding: 1em 0 1em;
}
.photo li {
	display: inline;
}
.photo li a {
	text-transform: capitalize;
	text-decoration: none;
	padding: 0 0.5em;
} 
.photo li a:link {
	color: #606060;
}
.photo li a:visited {
	color: #606060;
}
.photo li a:active {
	color: #000000;
}
.photo li a:hover {
	color: #000000;
}
.photo li a:before {
	content: "[";
	color: #b0b0b0;
}
.photo li:hover a:before {
	color: #000000;
}
.photo li a:after {
	content: "]";
	color: #b0b0b0;
}
.photo li:hover a:after {
	color: #000000;
}

.photo table {
	border-width: 0 0 1px 1px;
}
.photo td {
	border-width: 1px 1px 0 0;
}
.line {
	width: 50%;
	color: #404040;
	text-align: center;
	margin: 0 auto;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
table {
	width: 90%;
	margin: 0 5% 0;
	text-align: center;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #404040;
}
table a {
	text-decoration: none;
}
form table {
	border-style: none;
	text-align: center;
	width: 90%;
	margin: 0 10% 0;
}
form table td, form table tr {
	border-style: none;
}
form table select {
	width: 10em;
}
td {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #404040;
}
th {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #404040;
}
input {
	margin: 0.8em 1px;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
}
form #query {
	background-color: #ffffff;
}
form #query:hover {
	background-color: #ffffd8;
	border-color: #000000;
}
form #submit {
	background-color: #d0d0d0;
}
form #submit:hover {
	border-color: #000000;
}
a:link {
	color: #606060;
}
a:visited {
	color: #606060;
}
a:active {
	color: #000000;
}
a:hover {
	color: #000000;
}
.noborder a:link img, .noborder a:visited img {
	border-style: none;
	text-decoration: none;
}
/* Thumbnail images */
.thumbs a:link img, .thumbs a:visited img,
.thumbs .overlay a:link img, .thumbs .overlay a:visited img {
	border-color: #606060;
	border-width: 1px;
	border-style: solid;
	margin: 20px 16px 20px;
	padding: 8px;
	background-color: #d0d0d0;
	vertical-align: middle;
	/*
	opacity: 0.70;
	filter: alpha(opacity=70);
	*/
}
/* Big thumbnail images */
.bigthumbs a:link img, .bigthumbs a:visited img,
.bigthumbs .overlay a:link img, .bigthumbs .overlay a:visited img {
	border-color: #606060;
	border-width: 1px;
	border-style: solid;
	margin: 28px 22px 28px;
	padding: 12px;
	background-color: #d0d0d0;
	vertical-align: middle;
	/*
	opacity: 0.70;
	filter: alpha(opacity=70);
	*/
}

/* Individual images */
.photo a:link img, .photo a:visited img {
	border-color: #606060;
	border-width: 1px;
	border-style: solid;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 10px;
	background-color: #d0d0d0;
	vertical-align: middle;
}
.photo a:hover img, .photo a:active img, .thumbs a:hover img, .thumbs a:active img,
.thumbs .overlay a:hover img, .thumbs .overlay a:active img,
.bigthumbs a:hover img, .bigthumbs a:active img,
.bigthumbs .overlay a:hover img, .bigthumbs .overlay a:active img{
	border-color: #000000;
	background-color: #ffffff;
	/*
	opacity: 1.0;
	filter: alpha(opacity=100);
	*/
}
.photo a:link .opaque, .photo a:visited .opaque {
	/*
	opacity: 1.0;
	filter: alpha(opacity=100);
	*/
}
td a:link img, td a:visited img {
	border-color: #808080;
	border-width: 1px;
	border-style: solid;
	margin: 5px;
	padding: 5px;
	background-color: #e0e0e0;
	vertical-align: middle;
	/*
	opacity: 0.70;
	filter: alpha(opacity=70);
	*/
}
td a:hover img, td a:active img {
	border-color: #000000;
	background-color: #ffffff;
	/*
	opacity: 1.0;
	filter: alpha(opacity=100);
	*/
}

.navbar ul {
	margin: 0;
	padding: 1.50em 0 0.25em;
}
.navbar li {
	display: inline;
	border-style: none;
	margin: 0 1em;
}
.navbar li a:link, .navbar li a:active, .navbar li a:visited {
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	color: #404040;
	border-style: solid;
	border-width: 1px;
	border-color: #909090;
	padding: 0.1em 1em 0.05em 1em;
	background-color: #d8d8d8;
} 
.navbar li a:hover {
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
}
p {
	cursor: default;
}
a {
	cursor: pointer;
}

.date {
	text-align: center;
	padding: 0.2em 0;
	margin: 3em 15% 2em;
	border-style: solid;
	border-width: 1px;
	border-color: #707070;
	letter-spacing: 2pt;
	background-color: #d0d0d0;
}
.bodytext {
	padding: 0 5% 2em;
	text-align: center;
	cursor: default;
}
.ptext {
	padding: 0 5% 0;
	text-align: left;
}

tr {
	text-align: left;
}
table .even {
	background-color: #ffffff;
}
table .odd {
	background-color: #d0d0d0;
}
tr .small {
	width: 10em;
}
tr .smallnoborder {
	width: 10em;
	border-style: none;
}
tr .smaller {
	width: 7em;
}
tr .medium {
	width: 12em;
}
tr .big {
	width: auto;
	padding-right: 1.5em;
}
.overlay {
	display: inline;
}
.overlay div {
	display: none;
	position: absolute;
	font-weight: normal;
	color: #000000;
	background-color: #ffffe0;
	border-width: 1px;
	border-style: solid;
	padding: 0.3em;
	margin-top: 2em;
	opacity: 0.80;
	filter: alpha(opacity=80);
}
.thumbs .overlay div, .photo .overlay div {
	background-color: #e0e0e0;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
.overlay:hover div {
	display: inline;
}
.overlay div span {
	display: block;
}
.wallthumb {
	margin: 0 5% 0;
}
.wallthumb table {
	border-style: none;
	width: auto;
}
.wallthumb th {
	padding-top: 1em;
	border-style: none;
	text-align: center;
}
.wallthumb tr {
	text-align: center;
	border-style: none;
}
.wallthumb td {
	border-style: none;
	padding: 0 1.5em 0;
}
.wallthumb img {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
td .expand {
	cursor: pointer;
	color: #707070;
}
td .expand:hover {
	color: #000000;
}
.small .expand {
	display: inline;
}
.smallnoborder .expand {
	display: none;
}
td .collapse {
	cursor: pointer;
	color: #707070;
}
td .collapse:hover {
	color: #000000;
}
.small .collapse {
	display: none;
}
.smallnoborder .collapse {
	display: inline;
}
#seriesdesc {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #ffffff;
	margin: 1em 10% 1em;
	padding: 0 1em 0 1em;
}
#descbutton a {
	color: #707070;
	text-decoration: underline;
}
#descbutton a:hover, #descbutton a:active {
	color: #000000;
}
#searchtype a {
	color: #707070;
	text-decoration: underline;
}
#searchtype a:hover, #descbutton a:active {
	color: #000000;
}
