/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-color: #FAFAFA;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
	color:#DC0000;
	text-decoration: underline;
}
#imageinfo {
	visibility: hidden;
}