/* Main Selectors */
body {
	background-color: #FFFFFF;
	color: #000000;
}

a, a:visited {
	background-color: transparent;
}
a:hover {
	background-color: transparent;
}

a:link .graphicLink, a:visited .graphicLink, a:hover .graphicLink, a:active .graphicLink {border:0;}


/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #000000;
}

div#index {
	text-align: left;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
/*	background-color: #CC6600; */
	background-color:#c0c0c0;
}

div#index td.thumbcellOver {
	width: 100px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	background-color: #ffffff;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}


/* Photo Navigation */

div#navPageTop {
	position:absolute; 
	top:28px; 
	}

div#navigation {
	position:relative;
	margin-left:300px;
}

div#navigation table {
	width:500px;		
	text-align: center;
	margin: 0;
	line-height:1.0em;
}

div#navigation td {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}
div#navigation td a {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
}
div#navigation td.previous {
	text-align: left;
	width: 100px;
}
div#navigation td.index {
	text-align: center;
}
div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;	
	padding: 2px;
	background-color: #c0c0c0;
}
div#navigation td.thumbcellOver {
	width: 100px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;	
	padding: 2px;
	background-color: #ffffff;	
}
div#navigation td.thumbcellSelected {
	width: 100px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;	
	padding: 2px;
	background-color: #ffffff;	
}

div#navigation td.thumbcell img {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
div#navigation td.thumbcellOver img {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
div#navigation td.thumbcellSelected img {
	border-style: double;
	border-color: #000000;
	border-width: 1px;
}

div#navigation td.thumbcell img.selected {
	border-style: double;
	border-width: 5px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}


/* Photograph */
div#photograph {
	text-align: center;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

/* Photograph Caption */
div#caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 1.0em;
    font-weight: bold;
	margin: 0 0 5px 0;		
}


/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 1.0em;
    font-weight: bold;
	margin: 0px;	
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}
