/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: verdana;
	font-size: 12px;
	background-color: #30414e;
	color: white;
}

#nav {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 20px;
	width: 120px;
	margin: 0pt;
	padding: 0pt;
	}	

#nav p {
	position: relative;
	top: 1px;
	left: 1px;
	font-size: 120%;
	color: #ffffff;
	text-align: center;
	margin: 0pt;
	padding: 0pt;
	}

#nav a, a:link, a:visited {
	text-decoration: none;
	color: #ffb050;
}

#nav a:hover, a:active {
	text-decoration: none;
	color: #999999;
}


img {
	border-color: #0d0d0d;
}

/* Custom link 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: white;
}

.comment {
	color: yellow;

}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-style: solid;
	margin: 2;
}

/* 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 {
	arial;
}

.camera {
	font-size: 10px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 1;
	margin-right: 1;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

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

/* Header */
h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0pt 30pt 0pt;
}


#imageinfo {

	font-size: 11px;
}

