table.album {
	border-collapse: collapse;
}
table.album td.desc {
	padding: 2px;
	vertical-align: top;
	border-top: solid 1px #eee;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #999;
}
table.album td.img {
	padding: 2px;
	text-align: center;
	width: 100px;
	border-left: solid 1px #ddd;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #999;
}
table.album img {
	border: 0;
}
table.album h2 {
	margin: 0;
	font-size: 12pt;
}
table.album h3 {
	font-size: 10px;
	color: #888;
	margin: 0;
	text-decoration: none;
}
table.album h2 a {
	color: #000;
}
table.album p {
	margin-top: 1em;
}

div.albumindex h1 {
	margin-bottom: 0.5em;
}
div.albumindex p {
	margin-bottom: 1em;
}
table.index {
	border-collapse: collapse;
	margin: 1em;
}
table.index td {
	padding: 2px;
	border: solid 1px #aaa;
	text-align: center;
}

table.form {
	table-layout: fixed;
}
table.form th {
	text-align: left;
	vertical-align: top;
}
table.form td {
}
table.form td input {
	width: 100%;
}
table.form td textarea {
	width: 100%;
	height: 6em;
}

div.albumimage h2 {
	text-decoration: none;
}
p.photodesc {
	font-size: 10px;
}
table.image {
	width: 100%;
	table-layout: fixed;
}
table.image td {
	text-align: center;
}
table.image img {
	border: solid 1px #000;
}

table.image a, table.album a, table.index a {
	color: #00f;
}

a img {
	border: 0;
}

p.error {
	color: #f00;
	margin: 1em 0;
}

table.admin {
	margin: 1em;
	border-collapse: collapse;
}
table.admin td {
	padding: 0.4em;
	border-top: solid 1px #000;
}
table.admin td.img {
	text-align: center;
}
