.gallery_sortbar {
	color: white;
	background-color: black;
	font-weight: bold;
	padding: 3px 5px 3px 3px;
	text-align: right;
	margin-bottom: 10px;
}
.gallery_sortbar  a:link,
.gallery_sortbar  a:visited,
.gallery_sortbar  a:active {
	color: white;
	text-decoration: none;
}
.gallery_sortbar  a:hover {
	text-decoration: underline;
}

.gallery_list {
	width: 100%;
	text-align: center;
}
.gallery_list  td {
	padding-bottom: 10pt;
}
.gallery_list  .title {
	font-weight: bold;
	margin-bottom: 5px;
}
.gallery_list  .image {
	margin-bottom: 5px;
}
.gallery_list  .date {
	margin-top: 3px;
	margin-bottom: 3px;
}

.gallery {
	width: 100%;
}
.gallery  td {
	padding-bottom: 10pt;
}
.gallery  .title {
	font-weight: bold;
	margin-bottom: 5px;
}
.gallery  .image {
	margin-bottom: 5px;
}

.gallery_return {
	text-align: left;
	margin-bottom: 10px;
}

.public_upload_link {
	text-align: right;
	margin-top: 10px;
}
