@charset "UTF-8";
/* CSS Document */

body {
margin: 0 0 0 0;
padding:0;
background-color:#222;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
color:#FFF;
font-size:10px;
}

body h1{
font-weight:normal;
color:#8e7536;
background-color:#333;
background-repeat:repeat-x;
font-size:140%;
padding-left:4px;
padding-top:2px;
padding-bottom:2px;
margin-bottom:0;
margin-left:0;
margin-right:0px;
margin-top:0;}



#wrapper{
background-image:url(../lightbox2/images/BACK.gif);
background-repeat:no-repeat;
background-position:top left;

height:100%;
padding:0;
margin:0;

}
.tdmenu{
font-size:180%;
line-height:20px;
}



#header{
text-align:left;
margin:0 0 0px 134px;
height:83px;
width:100%;
border-bottom:thin solid #8e7536;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-position:center;
background-color:#333333;
}
#separator{
margin:0px;
height:10px;
}
#menu{
/* background-color:#294e57;*/
margin: 0 0 16px 0;
font-size:100%;
font-weight:normal;
color:#CCCCCC;
vertical-align:bottom;
padding:4px 0 3px 0;
height:18px;
vertical-align:middle;
}

#menucolumn{
vertical-align:middle;
float: left;
list-style:none;
line-height:15px;
margin:0 0 0 134px;
text-align:right;
height:140px;
width:100px;
padding:10px 10px 0px 0;
background-color: #555;
}
#ifcontent{
margin:0 0 0 0;
padding:0 0 0 0;
border:none;
text-align:left;
height:100%;
min-height:800px;
width:100%;
background-color: #222;
}

.nohorbar {
overflow-x: hidden
}


#maincolumn{
vertical-align:top;
float:none;
margin:0 0 0 254px;
text-align:left;
width:754px;
height:100%;
min-height:800px;
padding:0 0 0 0;
background-color:#222;

}
#maincolumn img{
text-align: left;
}
#footer{
margin:0 0 0 0;
height:20px;
font-size:84%;
color:#888;
text-align:left;
}
#photopreview{
text-align: left;
}
#photopreview img{
display: inline-block;
height:120px;
width:auto;
margin-right:8px;
margin-top:8PX;
border-style: none;



}
div.crop {
float:left;
height:120px;
width:80px;
margin-right:8px;
margin-top:8PX;
background-color:transparent;
min-height:120px;
overflow:hidden;
display:block;
text-align: center;
}

#photopreview a:link{
filter: alpha(opacity=74);
opacity: .74;
}

#photopreview a:hover{
color:#8e7536;
filter: alpha(opacity=100);
opacity: 1.0;
}

#txtcolumn{
width:714px;
font-size:110%;
font-style:normal;
color:#CCCCCC;
padding:0 0 0 0;
margin:0 0 0 0;
text-align:left;

}

a:link {
color: #8C8C8C;
text-decoration:none;}     /* unvisited link */
a:visited {
color: #8C8C8C;
text-decoration:none;}  /* visited link */
a:hover {
color:#8e7536;
filter: alpha(opacity=100);
opacity: 1.0;
text-decoration:none;}   /* mouse over link */
a:active {
color:#333333;
text-decoration:none;}   /* selected link */


/*____________________LIGHTBOX________________________*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}