/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: black;
	color: #CCCCCC;
	margin: 5;
}

A, A:link, A:visited { color: #999999; text-decoration: none; }
A:hover, A:active { color: #CCCCCC; text-decoration: underline; }

a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active {
	margin: 3;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 3px;
	display: block;
}

a.thumbnail:hover            {
	margin: 3;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 3px;
	display: block;
}

/* Put a border on all generated images */
.image {
	margin: 3;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 3px;
}

.image img {
	border:0;
}


.thumbnail{
	margin: 3;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 3px;
}


/* Style for all table cells. */
td {
	font-size: 12px;
	padding: 5px;
}

.cameraInfo {
	font-size: 10px;
}

.comment {
	width: 950px;
}

.folderCaption {
	width: 180px;
}

.tableBorder{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
}
