/* CSS Document */
table.gallery
{
  empty-cells: hide;
}

td.galleryitem
{
  border: 1px solid green;
}

td.galleryitem div.name
{
  background-color: green;
  padding: 2px;
  font-weight: bold;
}

td.galleryitem div.comment
{
  border-top: 1px solid green;
  border-bottom: 1px solid green;
  background-color: white;
}

.pagingcontrol
{
  font-size: 11px; 
  color: #003300;
  text-decoration: none;
}
