<style type="text/css">

html, body {
	height: 100%;
	width: 100%;
	margin :0;
	padding :0;
	background-color: #dfdfdf;
	color: #555;
	}
table, li, a, td, ul {
	font-family : helvetica;
	font-size: 10pt;
	font-weight: lighter;
	color: #555;
	}
img {
	border-width: 0;
}
a {
	color : #841;
	font-family: helvetica;
	font-weight: lighter;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #d7c3a4;
	}
p {
	font-size: 11pt;
	font-family: helvetica;
	font-weight: lighter;
	color: #555;
	}
HR {
	height : 1px;
	}
	
ul.nav {
	margin: 0;
	z-index: 30;
	display: inline;
}

li.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;	
}
A.nav:link, A.nav, A.nav:visited, A.nav:active {
	color : #efe8e5;
	text-decoration : none;
	font-size : 16px;
	font-family : helvetica;
	font-weight: lighter;
	padding: 9px;
	border-radius: 4px;
}
A.nav:hover {
	color : #fff;
	text-decoration : none;
	font-size : 16px;
	font-family : helvetica;
	font-weight: lighter;
	background-color: rgba(242,212,174,0.33);
	padding: 9px;
	border-radius: 4px;
}
p.galmenu {
	text-indent : -20px;
	color : #444;
	padding : 0;
	text-decoration : none;
	font-size : 9pt;
	font-family : Lucida Console;
}
p.galmenu:first-line {
	text-indent : 0;
	}
.galeria {
	color : #336;
	font-family : helvetica;
	font-size : 12pt;
	}
.acaption {
	margin : 0 8px 8px 0;
	color : #fff;
	font-style : italic;
	font-size : 16pt;
	font-family : Trebuchet MS;
	font-weight : bold;
	}
.tabg {
	border-width : 1px;
	border-style : dotted;
	border-color : #aaaaaa;
	font-size : 9pt;
	width : 75%;
	margin-left : auto;
	margin-right : auto;
	}
.fullheight {
	height : 100%;
	}
.admtableft {
	width : 20%;
	font-size: 8pt;
	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;
	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;
	color : #000;
	}
A.admin	{
	color: #468;
	font-size: 9pt;
	text-decoration: none;
	}
A.admincurrent	{
	color: #88f;
	font-size: 9pt;
	text-decoration: none;
	}
.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: #444;
	font-size: 12px;
	text-decoration: none;
}
td.gallery_thumbs {
	background-color: #e3e3e3;
	background-image: url('images/gallery/_th_back.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px;
	margin: 8px;
	border-radius: 7px;
}
img.gallery_thumbs {
	border-radius: 7px;
}

input[type="text"] {
	width: 100%;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal medium/normal Arial, Helvetica, sans-serif;
  color: rgba(38,32,3,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

input[type="text"]:hover {
  border: 1px solid #a3a3a3;
  background: rgba(255,255,255,1);
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

input:focus {
  border: 1px solid #018dc4;
  -webkit-box-shadow: 4px 4px 11px 0 rgba(0,0,0,0.15) inset;
  box-shadow: 4px 4px 11px 0 rgba(0,0,0,0.15) inset;
  -webkit-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
}

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