.GalleryTable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}
.GalleryCellNoImages {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #000;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
.GalleryCellCategorySpacer {
	background: #00336f;
}
.GalleryCellCategorySpacer1 {
	height: 1px;
}
.GalleryCellCategoryHeader {
	font: bold .975em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #00336f;
	text-align: center;
	vertical-align: middle;
	padding: 8px 0 8px 0;
	height:25px;
}
.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 #FFFFFF;
}
.GalleryImageTitle {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
/*	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 {
}
.GalleryCellImageWrapTableTC {
}
.GalleryCellImageWrapTableTR {
}
/* Middle Row */
.GalleryCellImageWrapTableML {
}
.GalleryCellImageWrapTableMC {
}
.GalleryCellImageWrapTableMR {
}
/* Bottom Row */
.GalleryCellImageWrapTableBL {
}
.GalleryCellImageWrapTableBC {
}
.GalleryCellImageWrapTableBR {
}

/* Style that goes on the UL for the gallery index */
.GalleryIndexUL {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
}