@charset "utf-8";
/* CSS Document */

.GalleryTable {
		margin-left: auto;
	margin-right: auto;
}
.GalleryCellNoImages {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}
.GalleryCellCategorySpacerTR {
	display: none;
}
.GalleryCellCategorySpacer {
	height: 1px;
	background: #FF00FF;
}
.GalleryCellCategorySpacer1TR {
	display: none;
}
.GalleryCellCategorySpacer1 {
	height: 1px;
	display: none;
}
.GalleryCellCategorySpacer3TR {
}
.GalleryCellCategorySpacer3 {
	height: 15px;
	
}
.GalleryCellCategoryHeader {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #C72127;
	
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 2px;
	border-top: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 1px solid #eaa421;
	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:auto;

}
.GalleryImage {
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
.GalleryImageTitle {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
/*	white-space: nowrap; */
}
.GalleryShowTextCell {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	width:650px;
	text-align:left;
	padding:8px 50px 0 50px;
/*	white-space: nowrap; */
}
.GalleryNoCategories {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	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 {
	
	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;
}
-->