/* Background for the main page */
body.index {
	background-color: #B2B2B2;
	height: 100%;
}

/* Background for the thumbnails */
body.thumbnail {
	background-color: #FFFFFF;
}

/* Background for the main slides */
body.imagePageBG { 
	background-color: #FFFFFF; 
}

/* Background for the slideshow */
body.slideshow { 
	background-color: #FFFFFF; 
}

/* Background for the main table */
.mainTable {
	background-color: #b2b2b2;
}

/* Background for the top titlebar */
.titleBar {
	 background-color: #E5E5E5;
}

/* Main title font styles */
.titleText {
	font-size: 18px;
	font-weight: bold;
	color: #880000;
}

/* Font styles */
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #880000;
}

/* Link Styles */
a 		{ color: #880000; text-decoration: none; }
a:hover { color: #333333; text-decoration: none; }

a.light 	 { color: #760308; text-decoration: none; font-weight:bold; }
a.light:hover { color: #999999; text-decoration: none; font-weight:bold; }

/* border styles for inner cells */
.border {
	border: 3px solid #525252;
	padding: 1px;
}

/* Slideshow title font styles */
.slideshowHeader {
	font-size: 16px; 
	font-weight: bold;
}

/* thumbnail spacing / border separator */
.thumbnails {
	width: 95%;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #a89f64;
	font-size:11px;
}

/* center slideshow vertically */
html, body, #fullheight {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#fullheight {
	margin: 0 auto;
	vertical-align: middle;
}

.print_table {
	background-color:	#E5E5E5;
}