html, body	{height: 100%; width: 100%; overflow: hidden; }
body		{margin: 0; padding: 0; color: #ccc; background-color: #333; }
body, p, li, a {font-family: tahoma,verdana,arial,helvetica,sans-serif; }
#baselayer	{position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; margin: 0; padding: 0;
		z-index: 1; visibility: visible; border: 0; max-height: 768px; max-width:1024px; }
#photo	{position: absolute; top: 0px; left: 0px; height: 100%; border: 0; margin: 0; padding: 0; }
#controls	{position: absolute; bottom: 0px; left: 0px; height: 100%; width: 100%; margin: 0; padding: 0; 
		z-index: 3; border: 0; background: transparent;}
#navpane	{position: absolute; top: 0px; right: 0px; width: 8%;
		z-index: 3; text-align: center; padding: 4px 8px 0 7px; color: #000; background: #777;}
#navpane p	{font-size: 0.9em; margin: 4px 0; width: 100%; }
#navpane a	{text-decoration: none; font-weight: bold; padding: 2px 0; border-width: 1px;
 		border-style: solid; color: #fff; background-color: #999; border-color: #eed #333 #333 #eed; 
		display: block; width: 100%; }
#navpane a:hover {color: #333; background-color: #ccc; border-color: #333 #eed #eed #333; }
#navpane a.liston	{color: #333; background-color: #ccc; border-color: #333 #eed #eed #333; }
#plswait	{font-size: 0.8em; font-weight: bold; padding-top: 5px; color: #ff0; background: #777; 
		border-top: 1px dotted #000; }
#photolist	{position: absolute; bottom: 0px; right: 0px; border: 0; margin: 0; 
		background-color: transparent; }
#picselect	{position: absolute; bottom: 0px; right: 0px; color: #333; background-color: #ccc; }
#copyright	{position: absolute; bottom: 0px; left: 0px; border: 0; margin: 0; 
		z-index: 3; }
#copyright p {font-size: 0.6em; color: #ff0; background: transparent; margin: 0 0 0 2px;}
#copyright a {color: #ff0; text-decoration: none; }
#copyright a:hover {background: #000; }
#toollayer	{position: absolute; top: 5%; left: 5%; width: 75%; height: 75%; 
		z-index: 5; border: 0; margin: 0; padding: 1em 1.5em; color: #eed; background: #000;
		visibility: hidden; overflow: auto; }
#toollayer h1 {font-size: 1.5em; margin: 0 0 4px 0; color: #ff0; background: #000	; }
#toollayer h2 {font-size: 1.2em; margin: 1em 0 0.5em 0; border-bottom: 1px solid #eed; }
#toollayer ul {margin-top: 0; margin-bottom: 0; }
#toollayer form {margin: 0; padding: 0;}
#toollayer p, li {font-size: 1em; margin: 4px 0; }
#toollayer p.inputs {font-size: 1em; margin: 8px 0; }
#toollayer p.topb {border-top: 3px double #eed; padding-top: 6px; margin-top: 0px; }

