/* Body */

/*body {
  font-family: verdana, sans-serif;
  background: #333333;
  color: #dddddd;
}
*/

/* Links */

/*
a:link {
  color: #95ddff;
}
*/
/*
a:visited {
  color: #aaaaaa;
}
*/
/*
a:hover {
  color: #bbddff;
  background: #555555;
}
*/

img.image-link {
  border-style: none;
}

/* Various */

.small {
  font-size: 75%;
}

.large {
  font-size: 200%;
}

.center {
  text-align: center;
}

.center table {
  margin-left: auto;
  margin-right: auto;
}

/* Index table */

table.index {
   border: 0px;
   padding: 0px;
   margin-top: 9px;
   margin-bottom: 9px;
   width: 100%;
   table-layout: fixed;
   border-spacing: 10px 0px;
   /*height: auto;*/
}

table.with-tile {
   background-color: #000000;
}

table.index tr {
   /*height: 100px;
   max-height: 100px;*/
}

table.index td {
   padding: 5px;
   width: 1%;
   /*max-height: 100px;*/
   /*height: 100px;*/
}

table.index td.thumb img {
   vertical-align: middle;
   text-align: center;
   /* border-style: none; */
   border-width: 2px;
   border-style: solid;
   border-color: blue;
/*   max-height: 100%;*/
   max-width: 100%;
   min-width: 0;
   min-height: 0;
   width: auto;
   /*max-height: 180px !important;*/
   
}

table.index td.thumb img:hover {
   /*vertical-align: middle;
   text-align: center;
   /* border-style: none; */
   /*border-width: 2px;
   border-style: solid;*/
   border-color: red;
}

table.index td.text-thumb {
  /*border-width: 1px;
  border-style: solid;
  border-color: #ffffff;*/
  text-align: center;
  font-size: 50%;
}

table.index td.tiled {
  background-image: url("tile.png");
  background-repeat: repeat-x;
  text-align: left;
  font-size: 0px;
}

/* pic dimension under thumbnail */ 
table.index td.thumb-dim {
  font-size: 75%;
}
/* pic caption under thumbnail */
table.index td.thumb-caption {
  /*font-size: 75%;*/
  background: none;
}

hr.index {
  width: 80%;
  height: 0px;
  border-width: 2px;
}

/* Slides */
table.slide {
   /*background-color: #000000;*/
   border-width: 3px;
   border-style: solid;
   border-color: #ffffff;
   border-spacing: 0px;
}

table.slide td.image-slide {
   padding: 0px;
}

table.slide td.image-slide img {
   vertical-align: middle;
   /*border-style: none;*/
   border-width: 2px;
   border-style: solid;
   border-color: blue;
}
table.slide td.image-slide img:hover {
   border-color: red;
}

table.slide td.text-slide {
  text-align: center;
  vertical-align: middle;
  font-size: 200%;
  font-style: italic;
}

p.caption {
  text-align: center;
}

/* Headers and footers */
.main > .header {
  /* font-size: 120%;
  padding-top: 6px;
  padding-bottom: 6px; */
  text-align: left;
                  
}

.main > .footer {
  font-size: 120%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.main > #credits {
   /*position: absolute;
   bottom: 5px;
   left: 5px;*/
}
/*.footer>div {
   text-align: left !important;
}*/
/* EXIF table */
table.exif {
  border: 0px;
  border-spacing: 1px;
  background: #ffffff;
}

table.exif td.exif-name {
  text-align: right;
  background: #333333;
  padding-left: 6px;
  padding-right: 6px;
}

table.exif td.exif-value {
  text-align: left;
  background: #333333;
  padding-left: 6px;
  padding-right: 6px;
}
