body {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* override toolbar background color, since we don't want transparency on the archive page */
/* taking this out for now
#toolbar {
	background-color: rgb(89, 89, 89);
}
*/

#content {
	margin:auto;
	background-color: #fff;
	width: 800px;
	margin-top: 40px;
}

table.gallery {
	margin:auto;
	width: 800px;
	border-spacing: 10px;
}

.gallery-cell {
	text-align: center;
}

.gallery-cell .thumb-image {
}

.gallery-cell .title {
	overflow: hidden;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}

.gallery-cell .title:hover {
	text-decoration: underline;
}

.gallery-row-header-left {
	text-align: right;
	font-weight: bold;	
}

.gallery-row-header-right {
	text-align: left;
	font-weight: bold;	
}

.navigation {
	margin:auto;
	width: 800px;
	text-align: center;
	font-size: 9pt;
	border-spacing: 0px;
	color: black;
}

.navigation_selected,
.navigation_selected a {
	background-color: #eee;
	text-decoration: none;
	font-size: 12pt;
	font-weight:bold;
	color: black;
}
.navigation_not_selected,
.navigation_not_selected a {
	text-decoration: none;
	color: black;
}
.navigation_enabled {
}
.navigation_disabled {
	color: #ccc;
}
a.navigation_selected:hover { color: black; text-decoration: underline; } 
a.navigation_not_selected:hover { color: black; text-decoration: underline; } 

.view-heading {
	font-size: 1.2rem;
}