/* ================================ */

/* Common code for all styles  */

body {font-size:100%;}
h1 {font-size:2.5em;}
h2 {font-size:1.875em;}
p {font-size:0.875em;}



/* Style for all table cells except as noted below. */

td {
	font-family: Verdana, Arial, sans-serif;
	vertical-align: top;
}

/* skin and jalbum link, bottom of index page */
p.credits {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/* Set the size for the text under the thumbnails */
.thumbtext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

/* Sets the size of the title on the index page */
.nav {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	font-size: 22px;
	margin: 5;
	padding: 0;
}


/* Align the content of the cells on the index pages to the center. */

#index td {
	text-align: center;
}



/* Remove the margin under the images on the index pages. */

#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


#slide {
	font-size: 11 px ;
	margin-left: 30px;
	margin-right: 10px;
	float: left;
}


/* This controls the comment under the slide image */

.img_caption {
	font-size: 13.2px;
	font-weight: bold;
	margin: 5px;
	padding: 3px;
}

/* Highlight the image name on the slide pages. */

#slide .name {
	font-weight: bold;
}

/* This is the Camera Info and Notes that pop-up on the slide pages. */

#info_popup {
	font-size: 11px ;
	margin: 8px;
	padding: 8px;

	border: thin solid black;
	background-color: #E8D09B ; 
/*	background-image: url('bg001.png');  */
/*	background-repeat: repeat; */
	position: absolute;
	left: 50px;
	bottom: 45%;
	color: black;
}


/* This controls the links above the thumbnails on the index page and elsewhere. */

.info {
	font-size: 14px;  
	margin: 4;
}

.infolink {
	font-size: 18px;  
	margin: 4;
}





#imageinfo {
	visibility: hidden;
	border: thick solid red;
}

#exif_notes {
border: thick solid red;
}	


/* Camera Info and Notes pop-up on the slide pages. Table to get thin lines */

table.popup {
	border-width: 1px;
	border-spacing: 4px;
	border-style: solid;
	border-color: gray;
	font-size: 11px ;
}

table.popup td {
	border: thin solid gray;
	padding: 2px;
	margin: 0px;
	font-size: 11px ;
	color: black;
}

.popup {
	color: black;
}


/* controls for txt file description on right of slide */

.info_right {
	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;
}


