/* Body */

body {
  font-family:helvetica,arial,sans-serif;
  background: #663366;
  color: #000000;
}
h1 {
	font-family:helvetica,arial,sans-serif;
	font-size:12pt;
	font-style:bold;
	color:#663366;
}
h2 {
	font-family:helvetica,arial,sans-serif;
	font-size:12pt;
}
h3 {
	font-family:helvetica,arial,sans-serif;
	font-size:12pt;
	font-style:bold;
	color:#663366;
}
h4 {
	font-family:helvetica,arial,sans-serif;
	font-size:12pt;
}
.pseudo {
	text-decoration:underline;
	color:#663366;
}

/* Links */

a:link {
  color: #663366;
}

a:visited {
  color: #330033;
}

a:hover {
  color: #cc0066;
  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;
}

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

table.index td {
  padding: 0px;
}

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

table.index td.text-thumb {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  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;
}

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

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

/* 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;
}

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

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

/* Headers and footers */

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

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

/* 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;
}

