/* CSS Document */
 
/**************************************************************************************************************************/
/* redifined tags */
/**************************************************************************************************************************/
body {background-color:#333333; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
  
h1 {font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size:28px; margin: 0px 0px 0px 0px; color:#6444BB;}
h2 {font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size:28px; margin: 40px 0px 0px 0px; color:#6444BB;}
 

/**************************************************************************************************************************/
/* template structure */
/**************************************************************************************************************************/

.centre {margin:10px auto; width:940px;}
.logo {width:940px; margin: 0px 0px 0px 0px; border-top: solid 2px #6444BB; border-bottom: solid 2px #6444BB; padding: 10px 0px 10px 0px;}
.logo p {margin: 0px 0px 0px 0px; letter-spacing: 4px; color:#645391; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:18px; align:right;}
.logo a {color: #6444BB; text-decoration:none;}



.navigation {float: left; width: 196px;}

 
.navigation td {font-size:20px; font-family: Arial, Helvetica, sans-serif;  text-align:center;}

.navigation a {color:#CC0000; text-decoration:none; display:block;}
.navigation a:hover {color:#6444BB; text-decoration:none;}

.inner {float: left; width: 711px; margin: 10px 0px 0px 33px; }
.se-text {width:711px; font-family: Arial, Helvetica, sans-serif; font-size:15px; color:#999999; margin: 9px 0px 15px 0px;}
.photos {float:left; width: 711px; height: 338px;}

.contact {width:174px; float: left; border: 1px solid #6444BB; padding: 10px; margin: 15px 0px 0px 0px;}
.contact p {font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:13px; margin:0px;}
.contact a {color:#FFFFFF; text-decoration:none;}
.contact a:hover {color:#6444BB; text-decoration:none;}

.content {float: left; width: 711px; margin: 10px 0px 0px 33px; }
.login {width:711px; font-family: Arial, Helvetica, sans-serif; font-size:15px; color:#FFFFFF; margin: 5px 0px 15px 0px;}

.field {border: 1px solid #CC0000;}
.text {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF;}
.text a {color:#FF0000;}
.text a:hover {color:#6444BB;}


.bottom-border {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#CCC; text-align:right; margin: 0px 0px 10px 0px;}


/**************************************************************************************************************************/
/* Lightbox */
/**************************************************************************************************************************/

#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; }