
.GalleryTable {
}
.GalleryCellNoImages {
}
.GalleryCellCategorySpacer {
	height: 15px;
}
.GalleryCellCategorySpacer1 {
	height: 1px;
}
.GalleryCellCategoryHeader {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000099;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border-top: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px none #FFFFFF;
	display:none;
}
.GalleryCellImageParent {
	text-align: center;
	vertical-align: top;
	left: auto;
	top: auto;
	text-decoration: none;
	
}
.GalleryImageTable {
	
}
.GalleryImage {
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
.GalleryImageTitle {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
/*	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;
	display:none;
}

