/* ------------------------------------------------------------------------------ */
/* Photo Table */
/* ------------------------------------------------------------------------------ */


.photoTable {
  text-align: center;
  }
  

.photoTable TABLE {
  position: relative;
  border-collapse: collapse; /* Collapse - cells share common borders */
  border: 1px solid black;
  background-color: #C5D0D8;
  }

.photoTable .cell {  /* Table Cells */
  border: 1px solid black;
  vertical-align: center;
  text-align: center;
  font-size: 7pt;
  height: 120px;
  min-height: 120px;
  padding: 10px 10px 10px 10px; */
  width: 160px;  /* For IE5/Win: width = [actual width] + [padding] + [borders] */
                 /* width = 200 + 0 + 0 */
  voice-family: "\"}\"";  /* Stop IE5/Win from reading below - by Tantek Celik & Eric Costello */
  voice-family: inherit;
  width: 140px;  /* Actual width (for non IE5/Win) */
  }     html>body .photoTable .cell {  /* Be nice to Opera 5 rule */
        width: 140px;  /* Actual width (for Opera) */
        }

.photoTable .galleryCell {  /* Table Cells */
  border: 1px solid black;
  vertical-align: center;
  text-align: center;
  font-size: 8pt;
  height: 120px;
  min-height: 120px;
  padding: 10px 10px 10px 10px; */
  background-color: white;
  width: 160px;  /* For IE5/Win: width = [actual width] + [padding] + [borders] */
                 /* width = 200 + 0 + 0 */
  voice-family: "\"}\"";  /* Stop IE5/Win from reading below - by Tantek Celik & Eric Costello */
  voice-family: inherit;
  width: 140px;  /* Actual width (for non IE5/Win) */
  }     html>body .photoTable .galleryCell {  /* Be nice to Opera 5 rule */
        width: 140px;  /* Actual width (for Opera) */
        }

  
.photoTable img {
  border: 1px solid black;
  }
  

.photoTable .nav {
  font-weight: bold;
  font-size: 8pt;
  vertical-align: top;
  text-align: left;
  background-color: #0066CC;
  padding: 4px;
  height: 10px;
  min-height: 10px;
  color: white;
  }

.photoTable .nav a {
  font-weight: bold;
  font-size: 8pt;
  color: white;
  }


.nav2 {
  font-weight: bold;
  font-size: 8pt;
  text-align: right;
  margin-right: 20px;
  }

.photoTable .photo {
  padding:20px;
  text-align:center;
  border: 1px solid black;    
  }

.photoTable .comments {
  padding-left:20px;
  text-align:left;
  border: 1px solid black;  
  }