.Shell {	
	
	/* Centered, Fixed */
	position: absolute;
	width: 650px;
	left: 50%;
	margin-left: -325px;
	overflow: visible;
	margin-top: 25px;
}

body, td {
	
	font-family: Times, Serif;
	font-size: 16px;
	line-height: 18px;
	
	font-family: Verdana, Arial, Serif;
	font-size: 11px;
	color: #505050;
	color: #292728;
}
body {

}
	
b {
	font-family: Arial, Serif;
	font-size: 17px;
}
img.inline-border {
	display:inline;
	float: left;
	margin: 0 12px 5px 0;
	border: 5px solid #EFEFEF;
	text-align: center;
}
.boxed-text {
	background: #EFEFEF;
	border: 1px solid #E3E0E0;
	display: block;
	padding: 0px 10px;
}
img.inline {
	clear: both;
	display: inline;
	float: left;
	margin: 12px 12px 5px 0;
}
img.bio {
	margin-bottom: 5px;
}
a:link {
	color: #DD264E;
	color: #aeb7d4;
}
a:visited {
	color: #BA1010;
	color: #DD264E;
	color: #B56174;
	color: #8E8D8D;
}
input {
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	font-style: normal;
}
a:link img, a:visited img {
	border: 0;
}
.gray {
	color: #8E8D8D;
}
p {
	margin: 10px 0;
}
img.banner, a:link img.banner, a:visited img.banner {
	margin: 8px 0;
	border: 5px solid #EFEFEF;
	text-align: center;

}

/* Spacers ------------------------------------------------------------------- */
.Bar { /* Replaces horizontal rule */
	background-color: #DDDDDD;
	height: 20px;
	border: 0;
	display: block;
	clear: both;
	margin: 25px 0;
	padding: 0;
	overflow: hidden;
}
.DottedBar { /* Generic dotted horizontal bar */	
	height: 1px;
	margin: 10px 0 0 0;
	background-image: url('dotted_bar.gif');
	background-repeat: repeat-x;
	overflow: hidden;
	clear: both;
	display: block;
}
.Spacer, .Spacer-small, .Spacer-tiny { /* Spacer between modules */
	height: 15px;
	clear: both;
	overflow: hidden;
}
.Spacer-small {
	height: 5px;
}
.Spacer-tiny {
	height: 1px;
}
.Clear { /* Clears floats */
	display: block;
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Home */
table.chronology {
	/*background: #f0f0f0;*/
	border-top: 0px solid #ddd;
	padding-top: 0px;
	width: 600px;
}
table.chronology td {
	color: #777;
	font-size: 10px;
	line-height: 16px;
	vertical-align: top;
	width: 20%;
}
table.chronology ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
table.chronology li {
	margin: 0px;
	padding: 0;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink: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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
