.GalleryTable {
	margin-left: auto;
	margin-right: auto;
}
.GalleryCellNoImages {
	font-family: Arial, Helvetica, sans-serif;
	color: #c2ab64;
	border: none;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
.GalleryCellCategorySpacer {
	height: 15px;
}
.GalleryCellCategorySpacer1 {
	height: 1px;
}
.GalleryCellCategoryHeader {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #001f48;
	text-align: center;
	vertical-align: middle;
	/* white-space: nowrap;*/
	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 #FFFFFF;
}
.GalleryImageTitle {
	font: 12px Arial, Helvetica, sans-serif;
	color: #001f48;
		/* 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 #001f48;
}
/* Top Row */
.GalleryCellImageWrapTableTL {
	background: #c2ab64;
	border: 1px solid #001f48;
	width: 5px;
	height: 5px;
}
.GalleryCellImageWrapTableTC {
	background: #c2ab64;
	border: 1px solid #001f48;
}
.GalleryCellImageWrapTableTR {
	background: #c2ab64;
	border: 1px solid #001f48;
	width: 5px;
}
/* Middle Row */
.GalleryCellImageWrapTableML {
	background: #c2ab64;
	border: 1px solid #001f48;
	width: 5px;
}
.GalleryCellImageWrapTableMC {
	background: #083947;
	border: 1px solid #001f48;
}
.GalleryCellImageWrapTableMR {
	background: #c2ab64;
	border: 1px solid #001f48;
	width: 5px;
}
/* Bottom Row */
.GalleryCellImageWrapTableBL {
	background: #c2ab64;
	border: 1px solid #001f48;
	width: 5px;
	height: 5px;
}
.GalleryCellImageWrapTableBC {
	background: #c2ab64;
	border: 1px solid #001f48;
}
.GalleryCellImageWrapTableBR {
	background: #c2ab64;
	border: 1px solid #001f48;
	width: 5px;
}

/* 
----------------------------------------
New Items 10/31/2006- Controls frames and shadows 
----------------------------------------
*/
#GalleryOuterFrame {
	border: none;
}
#GalleryInnerFrame {
	background: white;
	border: 1px solid black;
}
#GalleryInnerFrame img {
	margin: 15px;
	border: none;
}
/* Used to turn off the shadowing */
#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 {
display:none;
}
.GalleryShowImageDesc {
	font-size: 12px;
}