<style type="text/css">
<!--
	html,body	{background: #4b3908; color:#fff; margin: 0 0 0 0; padding: 0; font-family:Trebuchet MS; font-size:10pt; height: 100%; border: none;}
	table		{color:#181818; font-family:Trebuchet MS; font-size:10pt; margin: 0;}
	h3		{margin: -1px 0 0 0;}
	A:link		{color: #3E90C0;text-decoration: none; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A:visited	{color: #4888c0;text-decoration: none; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A:hover		{color: #e0e0e0; text-decoration: underline; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A:active	{color: #3E90C0; text-decoration: none; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A.admin:link	{color: #448; text-decoration: none; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A.admincurrent  {color: #88F; text-decoration: none; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A.admin:visited	{color: #448; text-decoration: none; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A.admin:hover	{color: #88a; text-decoration: underline; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A.admin:active	{color: #448; text-decoration: none; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A.nav:link	{color: #3E90C0;text-decoration: none; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A.nav:visited	{color: #4888c0;text-decoration: none; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A.nav:hover	{color: #e0e0e0; text-decoration: underline; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	A.nav:active	{color: #3E90C0; text-decoration: none; font-size: 9pt;font-family: Trebuchet MS;font-weight: bold;}
	input		{background:#d8d8d8; font-family: Trebuchet MS; font-size:9pt; color:#444444; border-style: solid; border-width: 1px; border-color: #909090;}
	textarea	{background:#d8d8d8; font-family: Trebuchet MS; font-size:9pt; color:#444444; width:400; height:120}
	.tabg		{border-width: 1px; border-style: dotted; border-color: #707077; font-size: 9pt; width: 75%; margin-left:auto; margin-right:auto;}
	#fullheight	{height: 100%;}
	.admtableft	{width: 20%; background: #eee url('../admin/images/admtableftback.png') repeat-y top right; border-right: 1px; border-left: 0; border-top: 0; border-bottom: 2px; border-style: dotted; border-color: #000;}
	.admtabright	{width: 80%; background: #ddd url('../admin/images/admtabrightback.png') repeat-y top left; border-right: 0; border-left: 0; border-top: 0; border-bottom: 2px; border-style: dotted; border-color: #000;}
	.keywords	{font-size: 7pt; color: #a85;}
-->
.admin {
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
}
td.admin{ color: #000; }

A.admin {
	color: #008 !important;
	text-decoration: none;
	font-weight: normal;
}
A.admin:hover {
	color: #00f !important;
	text-decoration: underline;
	font-weight: normal;
}
A.admincurrent {
	color: #008 !important;
	text-decoration: none;
	font-weight: bold;
}
A.admincurrent:hover {
	color: #00f !important;
	text-decoration: underline;
	font-weight: bold;
}
table.gallery_thumbs {
	width: 100%;
}
a.gallery_descr {
	color: #655;
	font-size: 11px;
	text-decoration: none;
	height: 16px;
}a.gallery_descr:hover {
	color: #555;
	font-size: 11px;
	text-decoration: none;
	height: 16px;
}
td.gallery_thumbs {
	//background-color: #eee;
	//background-image: url('images/gallery/_th_back.png');
	//background-position: top left;
	//background-repeat: no-repeat;
	padding: 3px;
	margin: 8px;
}

#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: #000; 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/lightbox/prevlabel.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.png) right 50% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #eee; }
#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; }

</style>
