/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {	charset=ISO-8859-1
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: black;
	color: silver;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: silver;
}

.image { margin: 0px; border-width: 1px; border: 1px solid;}
a:link .image { border-color:silver; color: silver;}
a:visited .image { border-color: #666666; color: #666666;}
a:hover .image { border-color: #ffffff; color: #ffffff;}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: top;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 10;
	margin-right:20;
	margin-bottom:0;
	margin-top: 20;
}

/* 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;
}

/* Header */
h1 {
	font-size: 24px;
	font-weight: bold;
	color: silver;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #silver;
}

a:visited {
	text-decoration: none;
	color: #silver;
}

a:hover {
	text-decoration: underline;
	color: #silver;
}

a:link {
	text-decoration: none;
	color: white;
}

#imageinfo {
	visibility: hidden;
}

.infotable {
	border: 1px solid #444444;
	border-collapse: collapse;
}

.infotable td {
	border: 1px solid #444444;
}