body {
	color: yellow;
	font-size: 12px;
}

a {
}

h2 a{
	color: grey;
	text-decoration: none;
}

#mainnav {
	width: 290px;
	background-color: grey;
	margin: 50px 0px 30px 20px;
	font-size: 20px;
}

	#mainnav span {
		margin-left: 30px;
	}

	#oklink a {
		color: lightblue;
		padding: 0px 3px 0px 3px;
	}

	#oklink a:hover {
		color: yellow;
		background-color: lightblue;
	}

	#oklink .here {
		color: yellow;
		background-color: lightblue;
	}

	#qplink a {
		color: chartreuse;
		padding: 0px 3px 0px 3px;
	}

	#qplink a:hover {
		color: yellow;
		background-color: chartreuse;
	}

	#qplink .here {
		color: yellow;
		background-color: chartreuse;
	}



#sidenav {
	position: absolute;
	margin: 0px 0px 30px 20px;
	width: 290px;
	height: 377px;
	background-color: grey;
}

	#sidenav p {
		padding: 0px 5px 10px 5px;
	}
	
	#sidenav h3 {
		padding-left: 5px;
	}
	
	#sidenav ul {
		font-size: 13px;
		list-style-type: none;
	}
	
	#sidenav li {
		margin-left: -40px;
		width: 290px;
		border-top: 1px white solid;
	}
	
	#sidenav ul.oklist a {
		display: block;
		color: lightblue;
		padding-top: 6px;
		padding-left: 20px;
		padding-bottom: 7px;
	}
	
	#sidenav ul.oklist a:hover {
		color: yellow;
		background-color: lightblue;
	}
	
	#sidenav ul.qplist a {
		display: block;
		color: chartreuse;
		padding-top: 6px;
		padding-left: 20px;
		padding-bottom: 7px;
	}
	
	#sidenav ul.qplist a:hover {
		color: yellow;
		background-color: chartreuse;
	}
	
	.selected {
		background-color: white;
	}
	
	
	
#subnav {
	position: absolute;
	margin: 0px 0px 30px 309px;
	height: 375px;
	width: 150px;
	background-color: white;
	border: 1px grey solid;
	z-index: -1;
}

	#subnav ul.oklist {
		font-size: 13px;
		list-style-type: none;
	}
	
	#subnav li {
		margin-left: -40px;
		margin-bottom: 10px;
		width: 290px;
	}

	#subnav ul.oklist a {
		color: lightblue;
		font-size: 13px;
		margin-left: 10px;
		list-style-type: none;
	}
	
	#subnav ul.qplist a {
		color: chartreuse;
		font-size: 13px;
		margin-left: 10px;
		list-style-type: none;
	}
	
	

#header, #footer {
	position: absolute;
	left: 30px;
	width: 500px;
	color: grey;
}

#header {
	font-size: 15px;
	top: 5px;
}

#footer {
	bottom: 5px;
	font-size: 9px;
	z-index: -2;
}




#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(http://spwarph.com/wds_port/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://spwarph.com/wds_port/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


