/* CSS Document */

body			{background-color: #E4E4E4; margin: 0; padding: 0; 
                        font-family: arial, verdana, helvetica, sans-serif; font-size: 12pt; color: #000000; }


/* Headers */
h1 			{font-family: arial; font-size: 16pt; text-align: center; color: #000000; margin-top: 20px; margin-bottom: 20px; }



/* Paragraph styles */	
p			{font-family: arial; text-align: left; font-size: 12pt; margin-left: 1px; margin-right: 1px; }
p.centred		{font-family: arial; text-align: center; font-size: 12pt; margin-left: 1px; margin-right: 1px; }
p.just			{font-family: arial, verdana, helvetica, sans-serif; text-align: justify; font-size: 12pt;}


/* Tables */		
table.header		{border: none;  width: 750px; font-family: arial; font-size: 10pt; text-align: center; }
table.footer		{border-top: 1px solid #999999; width: 750px; font-family: arial; font-size: 8pt; text-align: center; }
table.main		{border: none;  width: 750px; text-align: center; }


/* TableCells */
td.header		{border: 1px solid #333399; width: 750px;}
td.links		{border: 1px solid #333399; width: 150px; background-color: #669999; font-size: 90%; font-weight: bold; padding: 2px 2px 2px 2px; }
td.foot1		{border: 0px; font-family: arial; text-align: centre; font-size: 10pt; width: 750px; padding: 10px 0px 5px 0px; }
td.foot2		{border: 0px; font-family: arial; text-align: centre; font-size: 8pt; width: 750px; padding: 5px 0px 5px 0px; }


/* Links */
a:link			{color: #333399; }
a:visited		{color: #333399; }
a:hover			{color: #cc3333; }


/* Images */
.photo			{border-width: 1px 1px 1px 1px;  border-style: solid; border-color: #999999; float: right; 
			margin-left: 20px; margin-bottom: 5px; } 
.poster			{border: 1px solid #999999; float: centre; }



/* Horizontal rules */
hr 			{height: 1px;  width: 300px;  color: #999999;  margin-top: 35px;  margin-bottom: 35px;  align: center;}


/* Other */
sup			{font-size: 90%;}


#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; }





