/*
 * Combined style sheet for the index pages and the slide pages.
 * Skin: Annotated Album
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	background-color: white;
	color: 333300;
	margin: 8px;
}

/* Style for all table cells. */
td {
	margin: 3px;
}

/* Align the content of the cells at the top of index pages to the center and middle. */
#index tr.head {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

/* Remove the margin under the images on the index pages. */
#index tr.indexImage {
	border-width: 1px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;	
	vertical-align: bottom;
}

/* Format for captions below thumbnails */
#index tr.indexCaption {
	font-size: 10px;
	vertical-align: top;
	text-align: left;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 18px;
}

/* Header */
h1 {
	font-size: 22px;
	font-weight: bold;
}

/* Custom link styles */
a:link {
	text-decoration: none;
	color: #333300
}

a:visited {
	text-decoration: none;
	color: #333300
}

a:hover {
	text-decoration: none;
	color: #333300
}

a:active {
	text-decoration: none;
	color: #333300
}

/* Don't underline captions below thumbnails */
#index tr.indexCaption a {
	text-decoration: none;
}

/* Adjust color for links to images not yet viewed */
#index tr.indexImage a:link, #index tr.indexCaption a:link, #clickableImage a:link {
	color: #333300
}

/* Adjust color */
#index tr.indexImage a:visited, #index tr.indexCaption a:visited, #clickableImage a:visited {
	color: #333300
}

/* Adjust color */
#index tr.indexImage a:hover, #index tr.indexCaption a:hover, #clickableImage a:hover {
	color: #333300
}
