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

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

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

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

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

/* Background for the slideshow */
.printBG { 
	background-color: #FFFFFF; 
}
/* Background for the top titlebar */
.titleBar {
	 background-color: #8f7a6d;
}

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

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

/* Link Styles */
a 		{ color: #000; text-decoration: underline; font-weight:bold; }
a:hover { color: #8f7a6d; text-decoration: underline; font-weight:bold; }

a.light 	 { color: #000; text-decoration: none; font-weight:bold; }
a.light:hover { color: #8f7a6d; text-decoration: none; font-weight:bold; }

/* border styles for inner cells */
.border {
	border: 3px solid #485057;
	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 #848b91;
	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;
}