/* photo album */

table.PhotoAlbum {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
}
td.PhotoAlbumThumbnail {
  vertical-align: top;
  border: none;
}
div.PhotoAlbumThumbnailImage {
  width: auto;
  height: 170px;  
  background-color: white;
  text-align: left;
  margin: 0 24px 0 0;
  padding: 0;
}
td.PhotoAlbumThumbnail a {
}
td.PhotoAlbumThumbnail img {
  float: none;
  border: none;
}
tr.PhotoAlbumEven {
}
tr.PhotoAlbumOdd {
}
td.PhotoAlbumEven {
}
td.PhotoAlbumOdd {
}
caption.PhotoAlbumThumbnail {
}
div.PhotoAlbumThumbnailText {
  padding: 0 0 10px 0;
}
div.PhotoAlbumThumbnailText h6 {
  font: 10px/11px Verdana, sans-serif;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding: 0 0 0.4em 0.2em;
  color: black;
  text-align: left;
}
div.PhotoAlbumThumbnailText p {
  font: 9px/11px Verdana, sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* photo viewer */

body.PhotoViewer {
  margin: 0;
  padding: 0;
  background-color: #777;
}
div#PVToolBar {
  height: 25px;
  padding: 0 10px;
  background-color: #ccc;
}
div#PVToolBar td {
  font: 12px/12px Arial, Verdana, sans-serif;
}
#PVPrevButton {
  text-decoration: none;
  margin-right: 5px;
  height: 20px;
}
#PVNextButton {
  text-decoration: none;
  margin-right: 5px;
  height: 20px;
}
#PVImageCount {
  margin-right: 5px;
}
#PVImageTitle {
  font-weight: bold;
}
#PVCanvas {
  margin: 0;
  padding: 10px;
  text-align: center;
}
#PVCanvas a {
  text-decoration: none; 
}
img#PVImage {
  display: block;
  margin: 0px auto;
  border: 1px #ccc solid;
}
#PVDescription {
  position: absolute;
  bottom: 11px;
  left: 11px; 
  margin: 0;
  display: none;
  padding: 0;
  filter:alpha(opacity=0);
  -moz-opacity:0;
  background-color: #fff;
  text-align: left;
}
#PVDescription p {
  font: 12px/12px Arial, Verdana, sans-serif;
  background-color: transparent;
  color: black;
  padding:10px;
}
