/*
 * 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;
	font-size: 12px;
}

/* Put a border on all generated images */
.image {
	border-width: 0;
	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;
}

/* (Almost) remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

/* 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: 20px;
	font-weight: bold;
}

.number,.date,.filename,.title {
	font-family : Helvetica, Arial;
	background-color: white;
	font-weight : bold;
	font-size : 14px;
}

.comment {
	font-family : Helvetica, Arial;
	background-color: white;
	font-size : 12px;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	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 {
	text-decoration: none;
	color: #2222CC
}

#imageinfo {
	visibility: hidden;
}

.imageinfo {
	font-size : small;
}

.thumbnail {
 	border-style : solid;
	border-width : 0pt;
	background-color: #8D969B;
	border-color: black;
	font-weight: bold;
	font-size: 13px;
}


