/* Background for the main page */
body.index {
	background:url(body_bg.jpg) top right repeat-x #777777;
	color: #494949;
}

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

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

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

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

/* Background for the print table */
.printPage { 
	background-color: #ffffff;
	color:#494949;
}

/* Background for the top titlebar */
.titleBar {
	 background: url(header_bg.jpg) repeat-x ;
}

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

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

/* Link Styles */
a 		{ color: #013d55; text-decoration: none; }
a:hover { color: #43819a; text-decoration: none; }

a.light 	 { color: #013d55; text-decoration: none; font-weight:bold; }
a.light:hover { color: #43819a; text-decoration: none; font-weight:bold; }

/* border styles for inner cells */
.border {
	border: 2px solid #999999;
	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;
}