/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Custom link styles */
/* -ben- we don't want any custom styles
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: underline;
	color: white
}

a:link {
	text-decoration: none;
	color: #FFFFFF
}
*/

.label {
    font-style: italic;
    font-size: 1em;
}
.comment {
	font-weight: normal;
    /* font-size: 1em; */
}
.comment a {
	text-decoration:underline;
	color:#000;
}

.image {
	border: 0;
	margin: 10px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Style for all table cells. */
td {
	font-family: Arial,Helvetica,sans-serif;
}

.camera {
	font-size: 11px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide, body#index {
	margin: 0;
    padding-top: 2em;
}

/* Highlight the image name on the slide pages. */
#slide .image-title {
	font-weight: bold;
	font-size: 14px;
}


#imageinfo {

	font-size: 11px;
}

