/*
 * Combined style sheet for the index pages and the slide pages.
 * Skin: Classic Aligned
 */

body {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #1f1f1f;	
	color: #c0c0c0;
}

td {
	text-align: center;
	vertical-align: bottom;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

td.indexThumbnail {
	vertical-align: bottom;
}

td.indexCaption {
	vertical-align: top;
	font-family: courier;
	font-size: 9px;
}

.nav .navEnd {
	font-size:14px;
}

span.title {
	color: white;
}

.navEnd {
	font-weight: bold;
	color: white;
}

img.slide {
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
}

img.thumbnail {
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	margin-top: 20px;
}

img.folder {
	border: none;
	margin-top: 20px;
}

img.navbutton {
	border: none;
}

.slideCaption {
	color: white;
	display:block; 
}

.slideInfo {           /* technical info */
	display: block;
}

a {
	text-decoration: none;
	color: #c0c0c0;
}

a:hover {
	text-decoration: underline;
}
