/****************************************************************************
* vi: ts=4
* Cascading Style Sheet "gallery" for dvatp.com
* Author: Doug Vetter
****************************************************************************/
table.gallery {
  font-size: 100%;
  background-color: white;
  border-collapse: collapse;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

table.gallery td {
  vertical-align: top;
  padding: 1.0em;
  padding-bottom: 0;
  width: 400px;
}

table.gallery tr.header {
  border: 2px #ccccee solid;
  color:#333;
  background-color: #e3eaf9;
}

table.gallery tr.header td {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

table.gallery p { 
  font-size: 0.9em;
}

table.gallery_index {
  font-size: 100%;
  background-color: white;
  border-collapse: collapse;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

table.gallery_index td {
  vertical-align: top;
  padding: 1.0em;
}

table.gallery_index td.highlight {
  width: 300px;
}