body
{
  font-family:Arial,Sans-Serif,Verdana;
  font-size:small;
}
h1
{
  font-size:medium;
  margin-bottom: 0;
}
/* Navigation arrows and links */
table.nav
{
  padding:0;  
  border:0;
  margin-top:5px;
}
table.nav img
{
  border-style:none;
}

table.nav td
{
  width:150px;
  height:30px; 
  text-align:center;
}

/* Align with text next to arrows. */
table.nav td.mid
{
  padding-bottom:10px;
}

.imageinfo{font-size:90%;}

.thumbnav img
{ 
  border-style:none;
}

.imagenum{font-size:90%;}

.slidenav
{ 
  border-style:none;
}

/* Link state colors */
a:link {color:#000099;}
a:active {color:#000099;}
a:visited {color: purple;}
a:hover {color: Blue;}
.disabled{color:Gray;}

/* Thumbnail gallery */
table.thumbtable
{
}

table.thumbtable td
{
  padding:0;
  width:150px; 
  text-align:center;
}

/* Thumb img */
.thumbcell
{
}
.thumbborder /* border on image */
{
}
.thumbimg img/* inner border */
{
  border: solid 1px Silver;
  margin-top:12px;
}

/* Thumb caption */
.captionborder
{
}

.captioncell
{
  text-align:center;
}

.thumbcaption 
{ 
  display:block;
  width:120px;
  text-decoration:none; 
  padding:0;
  margin-bottom:5px;
}

/* Slide view -- enlargement of thumbnail */
#slide
{
}
table.slidetable
{
  width:400px; /* depends on size of photo */
  padding:0;
  margin-top:15px;
  text-align:center;  
}
#slideimg
{
  border: solid 1px Silver;
}

.slidecaption
{
  margin-top:15px; 
  width:95%;
  text-align:left;
  margin-left:auto; /* required for Netscape to center caption */
  margin-right:auto;
}
.copyright 
{ 
font-size:90%;
color:Gray;
}
