/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */


body {
	scrollbar-3dlight-color : #F0F0F0;
	scrollbar-arrow-color : #A9832D;
	scrollbar-base-color : #FFFFCC;
	scrollbar-darkshadow-color : #E9E9E9;
	scrollbar-face-color : #F0F0F0;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #ffffff;
	scrollbar-track-color : #F0F0F0;
}

img {
	border-color: #cccccc;
}

/* Custom link styles */
a:active {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
}

a:visited {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
}

a:hover {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #666666
}

a:link {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CAB663
}

.comment {font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;

}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.camera {
	font-size: 10px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	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: bold;
	font-size: 14px;
}




#imageinfo {

	font-size: 11px;
}


