
/* Style for all bodies. */
body  { color: #00f; font-size: 13pt; font-family: Tahoma, Arial, sans-serif; background-color: #ffc; margin: 5 }

.headerRow
{
  background-color: #999999;
  margin-top: 8;
  margin-bottom: 8;
  margin-left: 20;
}

.titleRow
{
  background-color: #CCCCCC;
}

/* Style for all table cells. */
td {
  font-size: 12px;
}

/* Put a border on all generated images */
.image {
  border:2px outset ; margin:5;
}


.thumbTable{
  margin: 20;
}

.thumbLabel{
  color: ;
}

.thumbDetails{
  color: ;
}

.thumbComment{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: ;
  }



/* Align the content of the cells on the index pages to the left and top. */
.indexThumbCell  { color: white; font-size: 1px; background-color: #fff; text-align: left; vertical-align: top }

/* Remove the margin under the images on the index pages. */
#index .image  { margin: 1px }

/* Don't have margins on the slide pages. */
body#slide {
  margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
  font-weight: bold;
  font-size: 14px;
}


/* Custom link styles */
a:active  { color: 
; font-size: 12px; text-decoration: underline }

a:visited  { color: 
; font-size: 12px; text-decoration: underline }

a:hover   { color: 
; font-size: 12px; text-decoration: none }

a:link  { color: 
; font-size: 12px; text-decoration: underline }

#imageinfo {
  visibility: hidden;
}

.navImg {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-left-color: ;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
}

.smallText
    { font-size: 17px; text-decoration: none }


.comments {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  color: ;
}

.tdNav   { font-size: 12px; border: solid 1px }
.mainImage {
  border-top-width: ;
  border-right-width: ;
  border-bottom-width: ;
  border-left-width: ;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: ;
  border-right-color: ;
  border-bottom-color: ;
  border-left-color: ;
}
.indexTitle {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: ;
}

.subtitle {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: ;
  margin-top: 4;
  margin-bottom: 8;
}

.pageNavCell {
  font-family: Tahoma, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
}
.darkText {
  color: ;
}
.pageNumLink {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: ;
  text-decoration: underline;
}
.currentPageNum  { color: ; font-size: 11px; font-family: Arial, sans-serif; font-weight: bolder }


