.GalleryTable {
	background: #3366CC;
	margin-left: auto;
	margin-right: auto;
}
.GalleryCellNoImages {
	font-family: Arial, Helvetica, sans-serif;
	color: transparent;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
.GalleryCellCategorySpacer {
	height: 15px;
	background: transparent;
}
.GalleryCellCategorySpacer1 {
	height: 1px;
}
.GalleryCellCategoryHeader {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000099;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 2px;
	border-top: 1px solid #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px none #FFFFFF;
}
.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 #122EAB;
}
.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 {
	border: 0px;
	width: 2px;
}
.GalleryCellImageWrapTableTC {
	border: 0px;
	height: 2px;
}
.GalleryCellImageWrapTableTR {
	border: 0px;
	width: 2px;
}
/* Middle Row */
.GalleryCellImageWrapTableML {
	border: 0px;
	width: 2px;
}
.GalleryCellImageWrapTableMC {
	background: #FFFFFF;
	border: 0px;
	padding: 1px;
	height: 64px;
	vertical-align: bottom;
}
.GalleryCellImageWrapTable img {
	display:block;
}
.GalleryCellImageWrapTableMR {
	border: 0px;
	width: 2px;
}
/* Bottom Row */
.GalleryCellImageWrapTableBL {
	border: 0px;
	width: 2px;
}
.GalleryCellImageWrapTableBC {
	border: 0px;
	height: 2px;
}
.GalleryCellImageWrapTableBR {
	border: 0px;
	width: 2px;
}

/*Gallery Image*/
#GalleryOuterFrame {
	border: none;
}
#GalleryInnerFrame {
	background: #D60000;
	border: 1px solid black;
}
#GalleryInnerFrame img {
	margin: 1px;
	border: none;
}
#ShadowCell {
	/* display: none; */
}
.GalleryShowTable {
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
.GalleryShowImageParentCell {
	text-decoration: none;
}
.GalleryShowTextCell {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.GalleryShowImageTitle {
	font-size: 14px;
	white-space: nowrap;
	font-weight: bold;
}
.GalleryShowImageSize {
	font-size: 9px;
	display: none;
}
.GalleryShowImageDesc {
	font-size: 12px;
}
.ImageFrame {
	background: #D60000;
}