/*††††††††††††††††††-CONSTANT-††††††††††††††††††††††††*/
body, form, input, textarea, select, td, ul {
	margin:0px 0px 0px 0px; 				  			 	 
	padding:0px 0px 0px 0px; 
}
body {														  	
	color:#555554;
	background-color:#3E0002;
}	
table {								 	  	  
	border-collapse:collapse;			 	 
	border:0px;	
	padding:0px 0px 0px 0px;
}									   
td {							       				  
	font:normal 11px Tahoma, Arial;								 
	vertical-align:top;				  			  
	line-height:13px;						 	 
}										   	   
input, textarea, select{			     
	font:normal 11px  Tahoma, Arial;			
	padding:4px 0px 0px 6px;		   
	vertical-align:top;				 
}		
select {
	border:none;
	background-color:#F4F5EE;
}							
ul {						   
	list-style:none;		
}
br {line-height:0px;}							        
img {border:0px;}	
/*____________________________________________________*/
/*†††††††††††††††††††††-TEXT-†††††††††††††††††††††††††*/
b {color:#D52000;}
b a{color:#555554;}	
span {color:#98393A}	   
a {color:#98393A}	   
a:hover {text-decoration:none;}	
.nn a{text-decoration:none;}
.nn a:hover {text-decoration:underline;} 	
/*____________________________________________________*/
/*†††††††††††††††††††-INPUTS-†††††††††††††††††††††††††*/
.input, .ta {
	width:193px;
	border:none;
	color:#555;
	background-color:#F4F5EE;
}
.input {
	height:17px;
}
.ta {
	height:62px;
	overflow:auto;
}
.input1, .ta1{
	width:190px;
	border:1px solid #CFCFCF;
	color:#555;
}
.input1 {
	height:17px;
}
.ta1 {
	height:84px;
	overflow:auto;
}
.slct_1 {
	width:58px;
}
/*____________________________________________________*/
/*†††††††††††††††††††††-LINKS-††††††††††††††††††††††††*/
.link_1{
	color:#777;
	font-size:12px;
}
.rdmr {
	padding:0px 0px 0px 8px;
	background:url(images/0blt1.gif) top left no-repeat;
	font:bold 11px Tahoma, Arial;
	color:#252525;
}

/*____________________________________________________*/
/*††††††††††††††††††††††-LISTS-†††††††††††††††††††††††*/
li {
	margin:6px 0px 0px 0px;
	list-style:none;
}
li a {
	color:#252525;
	padding:0px 0px 0px 8px;
	background:url(images/0blt1.gif) top left no-repeat
}

/*_____________________________________________________*/
/*††††††††††††††††††††††-‰‰‰‰‰‰-†††††††††††††††††††††††*/
.ftr{
	color:#B09465;
}
.ftr a {
	color:#A88882;
}
.t {
	 border:1px solid #D3CDC3;
	 vertical-align:middle;
}
.t td{
	 border:1px solid #D3CDC3;
	 vertical-align:middle;
}

/*_____________________________________________________*/
/*††††††††††††††††††††††-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;
	}

