/* CSS Document */

.GalleryTable {
	margin-left: auto;
	margin-right: auto;
}
.GalleryCellNoImages {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
.GalleryCellCategorySpacer {
	height: 15px;
}
.GalleryCellCategorySpacer1 {
	height: 1px;
}
.GalleryCellCategoryHeader {
	display:none;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	}
.GalleryCellImageParent {
	text-align: center;
	vertical-align: top;
	left: auto;
	top: auto;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
.GalleryImageTable {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.GalleryImage {
	text-decoration: none;
	border: 1px solid black;
}
.GalleryImageTitle {
	font: 12px Arial, Helvetica, sans-serif;
/*	white-space: nowrap; */
}
.GalleryNoCategories {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
	background: #FFFF00;
	border: 1px solid #FF0000;
}

.GalleryDisabled {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
	background: #FFFF00;
	border: 1px solid #FF0000;
}

/* Wrapper Table turned on with ShowImageWrapTable */
.GalleryCellImageWrapTable {
	background: #384759;
	border: 1px solid #000000;
}
/* Top Row */
.GalleryCellImageWrapTableTL {
	background: #857384;
	border: 1px solid #000000;
	width: 10px;
}
.GalleryCellImageWrapTableTC {
	background: #648392;
	border: 1px solid #000000;
}
.GalleryCellImageWrapTableTR {
	background: #1738495;
	border: 1px solid #000000;
	width: 10px;
}
/* Middle Row */
.GalleryCellImageWrapTableML {
	background: #298437;
	border: 1px solid #000000;
	width: 10px;
}
.GalleryCellImageWrapTableMC {
	background: #083947;
	border: 1px solid #000000;
}
.GalleryCellImageWrapTableMR {
	background: #973992;
	border: 1px solid #000000;
	width: 10px;
}
/* Bottom Row */
.GalleryCellImageWrapTableBL {
	background: #739465;
	border: 1px solid #000000;
	width: 10px;
}
.GalleryCellImageWrapTableBC {
	background: #928592;
	border: 1px solid #000000;
}
.GalleryCellImageWrapTableBR {
	background: #283750;
	border: 1px solid #000000;
	width: 10px;
}

/* Style that goes on the UL for the gallery index */
.GalleryIndexUL {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
}