img, img.a, img a { border: 0; }
/* PhotoGallery v1.0 Stylesheet    Author: Nate Welch 12/27/06 */
/* Style for PhotoGallery admin tables */
.pg-admintable {
	width: 100%;
	border-collapse: collapse;
	border: thin outset;
	padding: 4px;
	border-width: 1px;
}
/* Alternating table cell background colors */
.pg-admintable tr.pg-even {
	background-color: none;
}
.pg-admintable tr.pg-odd {
	background-color: #eee;
}
/* Cell styles of admin table */
.pg-admintable td, th {
	border: thin inset;
	padding: 6px;
	border-width: 1px;
}
#galleryimage {
	border: 1px solid #d7d7d7;
}
.pg-wrapper {
  width: 100%;
  margin-top: 20px;
}
.pg-gallery {
  float: left;
}
.pg-title {
  font-size: 1.2em;
  padding-bottom: 4px;
}
.pg-subtitle {
  font-size: 0.75em;
  margin: 0;
  padding-bottom: 4px;
}
.pg-description {
  color: #4e4e4e;
  font-size: 0.75em;
  padding-bottom: 4px;
}
.pg-album {
  background-color: #f0f0f0;
  border: 1px solid #d7d7d7;
  height: 102px;
  margin: 0 20px 20px 0;
  padding: 4px;
}
.pg-albumdesc {
  background-color: #f0f0f0;
  border: 1px solid #d7d7d7;
  font-size: 75%;
  margin-bottom: 20px;
  padding: 4px;
}
.pg-detail {
  background-color: #f0f0f0;
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 20px;
}
.pg-thumb {
  border: 0px solid #e6e6e6;
  float: left;
  margin-right: 8px;
}
.pg-image {
  background-color: #f0f0f0;
  border: 1px solid #d7d7d7;  
  height: 120px;
  line-height: 110px;
  margin: 0 10px 10px 0;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}
.pg-footer {
  border-top: 1px solid #e6e6e6;
  clear: both;
  margin-top: 30px;
}
.pg-clear {
  clear: both;
  width: 100%;
}
