/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #666666;
	color: #fff;
}

img {
	border-color: #ffffff;
}

/* Style for text file with same name as original, if included. */
.textFile {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	border: thin solid black;
	padding: 0.1cm 0.5cm;
	margin: 1px 10px 10px 10px;
	background-color: #ddd;
	color: #000000;
}




/* This puts a new border around an index page thumbnail on hover */

.borderit img{
	border: 2px solid #ccc;
}

.borderit:hover img{
	border: 2px solid #ff9900;
}

.borderit:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

/* Custom link styles */

a:link {
	text-decoration: none;
	color: #fff
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #ff9900
}

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 {
	font-size: 11px;
	background-color: #4A3826;
	color: white;
	font-weight: bold;
	margin-bottom: 20px;
}

.nav_top table {
	cellspacing: 6;
	cellpadding: 3;
}

.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; color: #fff;
}

/* Put a border on all generated images. remove padding and border */
.image {
	border-width: 2px;
	border-style: solid;
	margin: 5px;
	padding: 5px;
	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: Tahoma, Verdana, 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: 0;
}

/* 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: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ff9900;
}

/* css for Mindhive Navigation  */

/* Style for slide page thumbnails-Mindhive navigation */

.nav {
	font-size: small;
	margin-bottom: 20px;
}

table.nav {
	width: 100%;
	border-bottom: 0px dotted #fff;
	font-size: small;
	font-weight: bold;
}



.slidethumb {
	border: 0px;
	padding: 1px;
}

.currentslidethumb {
	border: 2px solid #fff;
	padding: 2px;
}

/* Style for Lightbox */

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 500px;
	background-color: #151410;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


