@charset "utf-8";
/* CSS Document */

.EWC_PhotoGallery {
	margin: auto;
	display: none;
}
.EWC_PhotoGalleryCategory {
	margin: 0px;
	padding: 0px;
	padding-bottom: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
}
.EWC_PhotoGalleryDescription {
	float: left;
	clear: left;
	display: inline;
	text-align: left;
}
.EWC_PhotoGalleryTable {
	margin: auto;
	width: 100%;
	border: 0px;
	padding: 0px;
	text-align: center;
}
.EWC_PhotoGalleryTableRow {
	background-color: #E6E6E6;
	border: 1px solid #000000;
	clear: both;
	padding: 10px;
	margin: 10px;
	margin-bottom: 20px;
}
.EWC_PhotoGalleryClear {
	clear: both;
}
.EWC_PhotoGalleryTable img {
	border: 2px solid #666666;
	float: right;
}
.EWC_PhotoGalleryTable a {
	text-decoration: none;
}
.EWC_PhotoGalleryCategoryCaption {
	float: left;
	clear: left;
	font-weight: bold;
	text-decoration: none;
}
.EWC_PhotoGalleryProjectDescription {
	border-top: 1px solid #000000;
	margin-top: 10px;
	padding-top: 20px;
}
.EWC_PhotoGalleryCaption {
	text-decoration: none;
}
div.galleryLoading {
	text-align: center;
	margin: auto;
	position: relative;
	z-index: 10;
	display: block;
}
div.galleryLoading div {
	width: 932px;
	height: 200px;
	background-color: #FFFFFF;
	z-index: 10;
	margin: auto;
	text-align: center;
}
div.galleryLoading div img {
	position: relative;
	z-index: 10;
	top: 84px;
}
