body {
	font-family: lucida grande,tahoma, trebuchet ms, luxi sans, sans-serif;
	font-size: small;
	background-color: #ccc;
	color: #000;
}

table {
	border-collapse: collapse;
}

a:link {
	color: #02a;
}
a:visited {
	color: #749;
}
a:hover {
	color: #f40;
	text-decoration: none;
}
h1 {
	font-size: small;
	text-align: center;
	padding: 0.25em;
	margin: 0;
	background-color: #555;
	border-bottom: 1px solid #000;
	color: #fff;
}
h1 a:link,
h1 a:visited {
	color: #99e;
}

#footer {
	text-align: center;
}
#photogal {
	text-align: center;
}
#photogal img {
	vertical-align: middle;
}
#photogal-text {
	font-size: 12px;
	width: 400px;
	text-align: left;
	margin: 1em auto;
	padding: 0.75em 1.25em;
	background-color: #bbb;
	border: 1px solid #eee;
	-moz-border-radius: 2.5px;
	border-radius: 2.5px;
}
#photogal-credit {
	text-align: center;
	font-size: 12px;
	margin-top: 1em;
}
#photothumbs {
	margin: 1em 80px;
}
#photothumbs img {
	margin: 5px;
	border-color: #999;
	background-color: #555;
	padding: 1px;
}
#photothumbs a {
	text-decoration: none;
	width: 160px;
	text-align: center;
}
#photothumbs img:hover {
	margin: 2px;
	border: 3px solid #fff;
	-moz-border-radius: 2.5px;
}
#photo-browse {
}
#photo-browse #photogal-text {
	background-color: #eea;
	border-color: #ffc;
	font-size: 10px;
	margin: 1.5em auto;
	color: #333;
}
#photogal-viewlarger {
	font-size: 10px;
	margin: 0 0 2em 0;
	line-height: 1.5em;
}
#photo-browse img {
	background-color: #000;
	padding: 1px;
	border: 8px solid #fff;
	-moz-border-radius: 2.5px;
}
#photo-img {
	padding: 1.25em 0;
	position: relative;
}
#photo-nav {
	background-color: #eee;
	border: 1px solid #fff;
	padding: 1em;
	margin: 0 0 2em 0;
	margin-top: 0.5em;
}
#photo-nav a,
#photo-nav .disabled {
	padding: 1em 5em;
}
.photo-exif {
	font-size: 10px;
	color: #ccc;
	margin: 10px;
}
#photogal-switch {
	margin: 1em;
}
#setlist {
	margin: 0 auto;
}
#setlist td {
	vertical-align: top;
	border: 1px solid #fff;
}
#setlist tr,
#setlist td {
	margin: 0;
	padding: 0;
}

#setlist h2 {
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
}

#setlist dl,
#setlist dt,
#setlist dd {
	margin: 0;
	padding: 0.3em;
}
#setlist .even,
#setlist .odd {
	/*
	*/
	width: 12em;
	padding: 10px;
	height: 100%;
}
#setlist .even {
	background-color: #e0e0e0;
}
#setlist .odd {
	background-color: #eee;
}
#setlist dl {
	text-align: left;
	padding: 5px;
}
#setlist dt {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-bottom: 5px;
}
#setlist dd + dt {
	margin-top: 1em;
}
#setlist dd {
	margin-left: 5px;
	font-size: 10px;
}
#setlist dd > a {
	text-decoration: none;
}
#setlist dd > a:hover {
	text-decoration: underline;
}

#photogal-tableview {
	width: 70%;
	margin: 1em auto;
	border: 1px solid #fff;
	background-color: #ddd;
	color: #444;
	font-size: 0.9em;
	-moz-border-radius: 2.5px;
	border-radius: 2.5px;
}
#photogal-tableview td {
	padding: 1em;
}
#photogal-tableview a {
	font-size: larger;
}

