/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #000000;
}

img {
	border-color: #b2b2b2;
}


/* Style for text file (left side slide) with same name as original, if included. */
/*	border: thin solid black;  */
/*	background-color: #eee;  */

.textFile {
	padding: 0.5cm 0.5cm;
	margin: 1px 10px 10px 10px;
	border: thin solid black;
	background-color: #F1F0E3;
}


/* Style for "i" (iptc) section (right side slide), if included. */
.imageinfo {
	padding: 0.5cm 0.5cm;
	margin: 1px 10px 10px 10px;
	background-color: #fff;
}


/* This puts a border around an index thumbnail on hover */

.borderit img{
	border: 1px solid #ccc;
	padding: 4px;
}

.borderit:hover img{
	border: 1px solid navy;
}

.borderit:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

/* Custom link styles */

a:link {
	text-decoration: none;
	color: #003366
}

a:visited {
	text-decoration: none;
	color: #000066;
}

a:hover {
	text-decoration: underline;
	color: #000066
}

a:active {
	text-decoration: underline;
	color: #A52A2A;
}

/* This is from Exhibit skin GUI and is link bar at the top of the pages */
.nav_top {
	background-image:url('black.gif');
	font-size: 11px;
	background-color: #4A3826;
	color: white;
	font-weight: bold;
}


.nav_top a:active {
	text-decoration: none;
	color: white;
}
.nav_top a:visited {
	text-decoration: none;
	color: white;
}
.nav_top a:hover {
	text-decoration: none;	
	font-size: 11px;
	background: #9C6A32;
}
.nav_top a:link {
	text-decoration: none;
	color: white
}

/* This is for any comment, if exists, appearing below the slide image. */

.comment {
	font-weight: bold; width: 50%; margin-bottom: 20px; padding-bottom: 15px; margin: 0; margin-left: 5px; text-align: center;
}

/* control width of header.inc and or footer.inc files*/

.inc {
	width: 55%; margin-bottom: 20px; padding-bottom: 15px; margin: 0; margin-left: 5px; text-align: left;
}

/* Put a border on all generated images. remove padding and border */
.image {
	border-width: 2px;
	border-style: solid;
	margin: 5px;
	padding: 4px;
	border: 1px solid #999999;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: top;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

.camera {
	font-size: 11px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
}

/* Don't have margins on the slide pages. */
body #slide {
	margin: 0;
}

body {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #000000;
}


/* Style for slide page thumbnails-Mindhive navigation */

.nav {
	font-size: x-small;
	margin-bottom: 20px;
}

table.nav {
	width: 100%;
	background-image:url('gray_stripe.png');
	background-color:white;
	border-bottom: 0px dotted #999;
	font-size: x-small;
	font-weight: bold;
}

/* this puts a border around the slide page thumbs */
.slidethumb {
	border: 0px;
	padding: 1px;
}

/* this is the active or current slide page thumbnail */
.currentslidethumb {
	border: 2px solid #999;
	padding: 1px;
}	

/* controls for txt file description on left of slide */

.info_left {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 120%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	min-width: 100%;
	padding-left: 8px;
}
