
/**** Stylesheet for photos.php ****/

table tr td.seen_tab
{
  border-left:  1px solid white;
  border-right: 1px solid white;
  border-top:   1px solid white;
  background: #808080;
  width: 5px;
}

table tr td.unseen_tab
{
  border: 1px solid white;
  background-color:#959595;
  color:inherit;
  width: 100px;
}