/*  PHOTO CSS  */

/*  PHOTO GALLERY GRID */

.PhotoGalleryControls {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}

.PhotoGalleryControls A {
  margin-left: 10px;
  font-weight: bold;
}

.PhotoGalleryControls A IMG {
  margin-right: 2px;
  border: none;
}

.PhotoGalleryGrid {
  list-style: none;
}
.PhotoGalleryGrid LI {
  float: left;
  width: 155px;
  margin: 0px 0px 25px 0px;
  padding: 0;
}

.PhotoGalleryGrid .PhotoGalleryGridThumbnail {
  padding-bottom: 15px;
  background-image: url(../Images/thumbnail.png);
  background-repeat: no-repeat;
  display: block;
}

.PhotoGalleryGrid .PhotoGalleryGridThumbnailImage {
  margin: 10px 0px 0px 10px;
  float: left;
}

.PhotoGalleryGrid .Controls {
  margin: 7px 0px 0px 0px;
  float: left;
}

.PhotoGalleryGrid .Controls A IMG {
  margin: 5px 0px 5px 5px;
  display: block;
  float: none;
}

.PhotoGalleryGridTooltip {
  border: 2px solid #999;
  background-color: white;
  padding: 20px;
}
.PhotoGalleryGridTooltip .PhotoTitle {
  margin: 0px 0px 20px 0px;
  font-weight: bold;
  font-size: 1.3em;
  color: #666;
}
.PhotoGalleryGridTooltip .PhotoDescription {
  margin: 20px 0px 0px 0px;
  width: 550px;
  text-align: left;
  color: #666;
}

#photogallery_aspx .Paging {
  margin: 0px 0px 10px 0px;
  text-align: right;
  clear: both;
  word-spacing: 4px;
}

#photogallery_aspx .Paging .Button {
  vertical-align: middle;
}

/*  PHOTO  */

.PhotoGallery {
  background-color: black;
  padding: 20px;
  text-align: center;
}

/* ---- Sized Items ----------- */

.PhotoGallery {
  width: 600px;
  min-height: 400px;
}
.PhotoChooserWindowCell {
  width: 500px;
}
.PhotoChooserWindow {
  width: 495px;
}
.PhotoHolder {
  width: 100%;
}
.PhotoPlaceholder {
  height: 550px;
  width: 100%;
  background-color: black;
}

.PhotoGalleryEmbedded .PhotoGallery {
/*  width: 350px;*/
  clear: both;
}
.PhotoGalleryEmbedded .PhotoChooserWindowCell {
/*  width: 280px;*/
}
.PhotoGalleryEmbedded .PhotoChooserWindow {
/*  width: 275px;*/
}
.PhotoGalleryEmbedded .PhotoHolder {
  height: auto;
}
.PhotoGalleryEmbedded .PhotoPlaceholder {
  height: 400px;
  background-color: black;
}

/* ---- Sized Items ----------- */

.PhotoChooser {
  width: 98%;
  text-align: center;
  margin-bottom: 20px;
}
TABLE.PhotoChooserTable,
TABLE.PhotoChooserTable TR,
TABLE.PhotoChooserTable TD {
  background-color: transparent;
}
.PhotoChooserControlCell {
  width: 30px;
  text-align:center;
  vertical-align: middle;
}
.PhotoChooserWindowCell {
  text-align:center;
  vertical-align: middle;
}
.PhotoChooserControl {
  margin-top: 10px;
}
.PhotoChooserWindow {
  overflow: hidden;
  margin: 5px 0px;
}
.PhotoChooserThumbnails {
  white-space: nowrap;
}
.PhotoChooserThumbnails A {
  display: inline-block;
  border: solid 2px #efefef;
  margin: 0px 5px 0px 0px;
}
.PhotoChooserThumbnails IMG {
  border: none;
  height: 50px;
  width: 50px;
}

.PhotoPlaceholder {
  display: block;
  margin: 0px auto 0px auto;
  text-align: center;
}
.PhotoHolder {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.PhotoHolder IMG {
  vertical-align: middle;
}
.PhotoGallery .PhotoTitle,
.PhotoGallery .PhotoDescription {
  color: white;
  margin: 20px 0px 20px 0px;
}
.PhotoGallery .PhotoDescription {
  text-align: left;
}
.PhotoGallery .PhotoTitle {
  font-weight: bold;
  font-size: 1.1em;
}
.SlideshowControls {
  color: white;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.SlideshowSpeedControls {
  line-height: 2.3em;
}

TABLE.SlideshowControlsTable,
TABLE.SlideshowControlsTable TR,
TABLE.SlideshowControlsTable TD {
  background-color: transparent;
}
.SlideshowControlsTable TD {
  font-size: .85em;
  color: white;
  width: 33%;
  vertical-align: top;
}
A.SlideshowControl {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  margin: 0px 0px 10px 0px;
}
A.SlideshowSpeedControl {
  margin: 0px 15px 0px 0px;
  font-size: 10px;
  text-decoration: none;
}
A.SlideshowSpeedControl.Selected {
  text-decoration: underline;
}
.PhotoStatistics {
  color: white;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-size: .75em;
}

