@media all {
	body {
		text-align:left;
		text-decoration:none;
		border:0;
		padding:0;
		margin:0;
	}
}

@media screen {
	body {
		font-family:"Courier","Courier new",monospace; color:gray; font-size: medium; font-variant: normal; font-weight: normal;
		Background-Color:#ffffff;
		Background-Position:top left;
		Background-Attachment:fixed;
	}
}

@media print {
	body, UL, INPUT, SELECT {
	font-family:sans-serif; color:black; font-size: 10pt; font-variant: normal; font-weight: normal;
	}
}

.medium{
	font-size:medium;
}

a:link{color:black;text-decoration:none;}
a:visited{color:black;text-decoration:none;}
a:hover{color:maroon;text-decoration:none;}
a:active{color:maroon;text-decoration:none;}

a.gray:link{color:gray;text-decoration:none;}
a.gray:visited{color:gray;text-decoration:none;}
a.gray:hover{color:maroon;text-decoration:none;}
a.gray:active{color:maroon;text-decoration:none;}

a.marked:link{color:maroon;text-decoration:none;}
a.marked:visited{color:maroon;text-decoration:none;}
a.marked:hover{color:black;text-decoration:none;}
a.marked:active{color:black;text-decoration:none;}

.marked{
	color:maroon;text-decoration:none;
}

a.underline:link{text-decoration:underline;}
a.underline:visited{text-decoration:underline;}

.small{
	font-size:small;
}

.underline{
	text-decoration:underline;
}

.blink{
	text-decoration:blink;
}

.morepaddingtop{
	padding-top:1.5em;
}

#head{
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding-left:22%;
	padding-right:1%;
	height:22%;
}

#lang_menu{
	position:fixed;
	top:0;
	left:0;
	right:80%;
	margin-top:2%;
	padding-left:2%;
	padding-right:1%;
	height:20%;
}

#menu{
	position:fixed;
	top:0;
	left:0;
	right:80%;
	padding-top:15%;
	padding-left:2%;
	padding-right:1%;
	height:100%;
	border-right:gray dotted;
}

#menu_dropdown{
	visibility:hidden;
	height:0;
}

#content{
	position:absolute;
	top:0;
	padding-top:15%;
	padding-right:3%;
	left:22%;
	max-width:50em;
}

#admin{
	position:fixed;
	bottom:0;
	left:0;
	padding-left:2%;
	padding-bottom:3%;
}

H1{
	margin-top:2%;
	font-size:x-large;
	height:0.5em;
	text-align:left;
	padding-bottom:0;
}

H2{
	position:relative;
	margin-top:0;
	padding-top:0;
	text-align:left;
	font-size:large;
}

H3{
	font-style:italic;
	font-size:large;
}

H4{
	margin-bottom:0.5em;
}

P{
	margin-top:0px;
	margin-bottom:5px;
	color:maroon;
}

EM{
	color:navy;
}

INPUT, SELECT{
	font-family:monospace;
	font-size:large;
	color:black;
}

IMG{
	margin:0px;
	padding-right:20px;
	padding-bottom:10px;
	border:none;
	vertical-align:top;
	float:left;
	max-width:100%;
}

IMG.sized{
	max-width:20em;
}

IMG.nofloat{
	float:none;
}

IMG.icon{
	max-width:50px;
	max-height:50px;
}

IMG.iconfixedheight{
	height:50px;
	padding-right:10px;
}

IMG.overview{
	width:20%;
}

.clear{
	clear:both;
}

UL{
	margin-top:0;
}

LI{
	list-style-type:disc;
	list-style-position:outside;
	padding-bottom:0.1em;
}

LI.none{
	list-style-type:none;
}

LI.circle{
	list-style-type:circle;
	list-style-position:outside;
}

TABLE{
	font-size:medium;
}

TH{
	padding-right:15px;
	vertical-align:top;
	text-align:left;
	border:dotted 1px black;
}

TD{
	padding-right:15px;
	vertical-align:top;
	text-align:left;
	border:dotted 1px black;
}

embed, object {
	margin: 0; 
	padding: 0;
}

#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(../lightbox/images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(../lightbox/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: hidden; 
	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; 
}