/* Body */

body {
  font-family: courier;
  background: #040404;
  color: #20FFFF;
}

/* Links */

a:link {
  background: transparent;
  font-family: courier;
  text-decoration: none;
  color: #20FFFF;
  font-size: 8pt;
  line-height: 7pt;
  font-weight: bold;
}

a:visited {
  color: #20FFFF;
  background: transparent;
  font-size: 8pt;
  line-height: 7pt;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: #20FFFF;
  background: transparent;
  font-size: 8pt;
  line-height: 7pt;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #040404;
  background: #208888;
  text-decoration: none;
}

/* Various */

.small {
  font-size: 75%;
}

.large:hover {
  background: #208888;
  font-family: courier;
  font-size: 200%;
  text-decoration: none;
}

.large {
  font-family: courier;
  font-size: 200%;
  text-decoration: none;
}

.center { 
  text-align: center;
}

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

/* Index table */

table.index {
  border: 0px;
  padding: 0px;
}

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

table.index td {
  padding: 2px;
  background-color: #204444;
}

table.index td.thumb img {
  vertical-align: middle;
  border-style: none;  
}

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

table.index td.tiled {
  background-image: url("tile.png");
  background-repeat: repeat-x;
}

table.index td.thumb-dim {
  font-size: 50%;
}

table.index td.thumb-caption {
  font-size: 75%;
  background: none;
}

/* Slides */

table.slide {
  background-color: #111111;
  border-width: 3px;
  border-style: solid;
  border-color: #204444;
  border-spacing: 0px;
}

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

table.slide td.image-slide img {
  vertical-align: middle;
  border-style: none;  
}

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

/* Headers and footers */

.header {
  font-size: 120%;
  padding-top: 6px;
  padding-bottom: 6px;
}

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

.exif-name {
  text-align: left;
  padding-right: 10px;
}

.exif-value {
  text-align: left;
  padding-left: 10px;
}

.nos_counter {
  color: #208888;
  text-align: left;
  text-decoration: none;
  font-style: normal;
  font-size: large;
  position: absolute;
  margin-left: 0px;
  margin-top: 2px;
  z-index: 3;
}

.nos_counter_shadow {
  color: #000000;
  text-align: left;
  text-decoration: none;
  font-style: normal;
  font-size: large;
  position: absolute;
  margin-left: 1px;
  margin-top: 3px;
  z-index: 2;
}
