div.albumEntry{
	float: left;
	padding: 1em .2em;
	width: 160px;
	vertical-align: top;
	text-align:center;
	display: inline-block;
	position: relative;
}
td.albumEntry{
	padding: 1em .2em;
	width: 160px;
	vertical-align: top;
	text-align:center;
	display: inline-block;
	position: relative;
}
td.albumEntry div{
	display: inline-block;
}
html>body .albumEntry {
	display: inline-block;
	float: none;
}
.treeNode {
	padding-left: 1em;
}
#HoursBox {
}
html>body #HoursBox {
}
.GalleryBreadCrumb {
	font-size: small;
	text-align: right;
	clear: both;
}
.albumEntryName{
	font-weight: bold;
	font-size: large;
	text-align: center;
}
.albumEntryDescription{
	font-size: small;
	text-align: left;
}
div.imageSection, div.imageDataName {
	display: inline;
	clear: left;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	margin: .25em 0;
}
div.imageData{
	float: left;
	display:inline;
	margin: .25em .5em;
	font-size: 1.2em;
}
div.imageDataName {
	margin: .5em 0;
	color: blue;
}

td.imageSection, td.imageDataName {
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: top;
}
td.imageData{
	font-size: 1.2em;
}
td.imageDataName {
	color: blue;
}
.galleryModInfo {
	font-size: small;
}
.GalleryBox .boxHeader h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.imageSectionName, .imageSectionViews, .imageDataViews {
	display: none;
}
.imageSectionIcons, .imageSectionIcons img{
	margin: 0 auto;
	text-align: center;
}
.resultsEntry {
	padding: 1em;
	height: 10em;
	overflow: hidden;
}
html>body .resultsEntry{
	height: 10em;
	min-height: 10em;
}
.albumResultsName {
	padding: 0 0 1em 0;
	font-weight: bold;
}
.updateNotifier {
	float: right;
	position:absolute;
	background: transparent;
	font-weight: bold;
	color: white;
}
.galleryIndicator {
	border-right: solid 4px #ccc;
	border-bottom: solid 4px #ccc;
}