﻿/* CSS for Highslide Photos Albums */

.highslide-heading {
	color: #FF99FF;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
.thumbcap {
	font-size: 8pt;
	color: #000040;
}
table.hphoto4 div.thumbcap {
	font-size: 9pt;
	color: #660033;
}
/* Put the image number in front of the caption */
.highslide-number {
	display: inline;
	padding-right: .7em;
	color: gray;
}
h4 {
	background-color: #FF99FF;
	border-top: medium gray solid;
	text-align: center;
	font-family: Verdana,Geneva,Tahoma,sans-serif;
	letter-spacing: 5px;
	padding: 2px;
	margin-bottom: 0px;
}
h4.gray {
	border-top: medium black solid;
	background-color: gray;
	color: silver;
	font-style: italic;
}

.yearuncertain {
	font-size: 10pt;
	letter-spacing: 2px;
}
table.hphoto {
	margin: auto;
	width: 656px;
}
table.hphoto4{
	margin:auto;
	width: 650px;
}

table.hphoto td {
	width: 200px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border: thin gray solid;
	background-color: #EEEEEE;
}
table.hphoto4 td {
	width: 180px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border: 1px #FF70C0 solid;
}
table.hphoto td.none {
	border: none;
	background-color: inherit;
}
p.hphoto {
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 3px;
}

a.aqualink { color: aqua; }

