/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */

body {
 text-align: left;
 background-color:#404D57;
 color:black;
 font-family: Helvetica;
 font-size: 10px;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: left bottom;
 margin: 0;
}

/* Style for all table cells. */
td {
	font-family: Helvetica, Arial;
	font-weight : bold;
}

.navigation {
	background-color: white;
}

/* Put a border on all generated images */
.image {
       border:1px solid black;
       margin: 5px;
}

/* Align the content of the cells on the index pages to the center and middle. */
#index td {
	text-align: center;
	vertical-align: middle;
}

h1 {
	font-family : Helvetica, Arial;
	font-size:200%; 
	text-align:center;
	margin-bottom: 4px;
}

h2 {
	font-family : Helvetica, Arial;
	font-size:130%; 
	text-align:center;
	margin-top: 4px;
	margin-bottom: 4px;
}

.comment {
	font-family : Helvetica, Arial;
	background-color: white;
	font-size : 12px;
}

/* Custom link styles */
a:active {
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:focus {
	text-decoration: none;
	color: #2222CC
}

a:link {
	text-decoration: none;
	color: #000000
}

a:hover {
	color: #2222CC
}

#imageinfo {
	visibility: hidden;
}

.imageinfo {
	font-size : small;
}

.thumbnail {
 border-style : solid;
 border-width : 0pt;
 background-color: #8D969B;
 border-color: #8D969B;
 font-weight: bold;
 vertical-align:middle; 
 text-align:left;
 border:2px solid black;
}

span.linkhead {
  font-family : Helvetica, Arial;
  font-weight : bold;
  font-size : 130%;
  text-decoration: none;
  color: #000000;
}

span.linktext {
  font-family : Helvetica, Arial;
  font-weight : normal;
  font-size : 90%;
  text-decoration: none;
  color: #000000;
}

span.numpics {
  font-family : Helvetica, Arial;
  font-weight : normal;
  font-size : 90%;
  font-style: italic;
  text-decoration: none;
  color: #000000;
}

span.date {
  font-family : Helvetica, Arial;
  font-weight : normal;
  font-size : 90%;
  font-style: italic;
  text-decoration: none;
  color: #000000;
}

