/*
 * Combined style sheet for the index pages and the slide pages
 */
*{
	margin: 0;
	padding: 0;
	border-width: 0;
}

/* Style for all bodies */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #000000;
	color: #cccccc;
	text-align: center;
	margin: auto;
}

.header {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	vertical-align: middle;
}

.indexheader {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.75em;
	text-align: left;
	vertical-align: middle;
	background-color: #444444;
	margin-top: 0;
	padding-left: 2em;
}

.button {
	vertical-align: bottom;
	margin: 2px;
	padding: 0;
}

/* Border and margin for images */
.image {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	margin: 5px;
	margin-bottom: 0;
}
.slide {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	margin: 0;
}

/* Style for small text */
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
}

/* Style for normal weight */
.normalw {
	font-weight: normal;
}

/* Style for all tables */
table {
	margin: auto;
	text-align: center;
}
/* Style for all table cells */
td {
	text-align: center;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.72em;
	color: #bbbbbb;
	line-height: ;
	vertical-align: top;
	padding: 0.3em;
	padding-bottom: 0;
	width: 150px;
}

/* Styles for links */
a {
	text-decoration: none;
	color: #888888;
}
a:hover {
	color: #c3c3c0;
}
a#mainindexpage {
	color: #fcffc5;
}
a#mainindexpage:hover {
	color: #c3c3c0;
}

/* Styles for camera info table */
table#imageinfo {
	z-index: 10;
	position: absolute;
	left: 50px;
	top: 100px;
	width: auto;
	height: 20px;
	border: 0;
	margin: 0;
	background: transparent url(../res/bgimg.gif);
	visibility: hidden;
}
table#imageinfo td {
	color: #ffffff;
	padding: 0.2em;
}
