/* Style sheet for Death Valley page.  Adds to c2c.css. */
table
{
  border:solid 2px Maroon;
}
.panel
{
  background-color:#FEF0D1;  
}

/* Thumbnail gallery */
table.thumbtable
{
  border:solid 2px gray;
  background-color:#FEF0D1;  
}

/* Thumb img */
.thumbcell
{
  border:solid 1px Silver;
  border-bottom:none;
}

.captioncell
{
  border:solid 1px Silver;
  border-top:none;
}

/* Slide view -- enlargement of thumbnail */
#slide
{
  background-color:White;
}

