html 
{
}

body 
{
	margin: 0;
	padding: 0;
	background-color: #eee;
	font-family: Tahoma, sans-serif;
	font-size: 80%;
}

img
{
   border: none;
   display: block;
}

a 
{
	color: #339;
	text-decoration: none;
}
a:hover 
{
	color: #66A;
	text-decoration: underline;
}

p
{
	margin: 10px 5px;
}

p.warning
{
   padding-left: 20px;
	background-image: url(images/warning.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper 
{
	width: 980px;
	margin: 10px auto;
	background-color: #7EBA38;
}

h1
{
	margin: 0;
	padding: 0 10px;
	height: 38px;
	background-color: #509500;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
}

h1 span 
{
   font-size: small;
   font-style: italic; 
   font-weight: normal;
}
	
h2, h3
{
	margin: 0;
	padding: 0 5px;
}

th
{
	text-align: left;
}

hr
{
	color: #999;
	background-color: #999;
	height: 1px;
	border: none;
}


#nav 
{
	overflow: auto;
	width: 100%;
}

#map 
{
	float: left;
	width: 600px;
	height: 250px;
}

#locations 
{
	float: right;
	width: 370px;
	height: 250px;
	overflow: auto;
}

#locations h3 
{
	margin: 0;
	padding: 5px;
}

#locations table
{
	margin: 0;
	border-collapse: collapse;
	xpadding: 5px;
	width: 350px;
}

#locations tbody tr
{
	cursor: pointer;
}

#locations tbody tr:hover,
#locations tbody tr.hover
{
	background-color: #64A11B;
}

#locations tr.selected
{
	background-color: #509500;
}

#locations tr.hit
{
	color: #222248;
}

/*
#locations ul
{
	margin: 0;
	padding: 5px;
}

#locations ul li 
{
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#locations ul li span
{
	cursor: pointer;
}

#locations ul li span.selected,
#locations ul li.selected
{
	font-weight: bold;
}
*/

#toolbar
{
	height: 20px;
	background-color: #509500;
	background-image: url(images/toolbar.png);
	background-repeat: repeat-x;
}

#toolbar ul
{
	margin: 0;
	padding: 0 2px;
	list-style: none;
}

#toolbar li
{
	display: inline;
	margin: 3px 2px;
	cursor: pointer;
}

#toolbar li.selected
{
	font-weight: bold;
}

#toolbar li img
{
	display: inline;
}

#pictures 
{
	overflow: auto;
	width: 100%;
}

#descr
{
	padding: 5px;
}

#time
{
	overflow: auto;
	height: 1%;
}

#time span
{
	padding: 5px;
	font-weight: bold;
}

#time1
{
	float: left;
}

#time2
{
	float: right;
}

div.picture 
{
	float: left;
	width: 490px;
	min-height: 300px;
}

div.picture h4 
{
	margin: 0;
	padding: 5px;
}

div.picture img 
{
	display: block;
	padding: 5px;
}



#viewer
{
   xwidth: 480px;
   xborder: 1px solid #333;
   xbackground-color: #fff;
}

#viewer div.images
{
   position: relative;
   margin-bottom: 2px;
}

#img1
{
   position: absolute;
   top: 0;
   left: 0;
}

#img2
{
}

div.slider
{
   background-color: #aaa;
   height: 10px;
   margin-bottom: 2px;
}

.slider div.handle
{
   width: 20px;
   height: 10px;
	background-image: url(images/slider-handle.png);
	background-repeat: no-repeat;
   background-color: #333;
   font-size: 1px;
   cursor: pointer;
}

#statusbar
{
	height: 20px;
	background-color: #509500;
	background-image: url(images/toolbar.png);
	background-repeat: repeat-x;
}

#statusbar ul
{
	margin: 0;
	padding: 0 2px;
	list-style: none;
}

#statusbar li
{
	display: inline;
	margin: 0;
	padding: 0 2px;
	cursor: pointer;
}
