@charset "utf-8";
/* CSS Document */

html
{
	overflow: hidden;
}

h1, h2, h3, h4, h5
{
	margin-top: 1em;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

a
{
	color: #fe2259;
	text-decoration: none;
}

a:hover
{
	color: #999;
	text-decoration: underline;
}

a img.link
{
	border: 2px solid #fe2259;
}

a img.link:hover
{
	border: 2px solid #999;
}

label
{
	font-size: larger;
	font-weight: bold;
}

input, textarea, select
{
	font-weight: bold;
	padding: 2px;
	color: #ccc;
	background-color: #444;
	border: solid 1px #fff;
}

select
{
	height: 92px;
	max-height: 96px;
}

option
{
	padding: 1px;
}

option.default-selected
{
	color: #fff;
	background-color: #888;
}

body
{
	font-family: 'trebuchet ms', helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #000;
	color: #fff;
}

input.btn
{
	 color: #fff;
	 background-color: #fe2259;
	 border-top: 4px solid #fe97c3;
	 border-left: 4px solid #fe97c3;
	 border-bottom: 4px solid #b1183e;
	 border-right: 4px solid #b1183e;
}

input.btnhov
{
	 color: #fff;
	 cursor: pointer;	/* need both */
	 cursor: hand;
	 background-color: #555;
	 border-top: 4px solid #777;
	 border-left: 4px solid #777;
	 border-bottom: 4px solid #333;
	 border-right: 4px solid #333;
}

#left
{
	left: 0;
	padding: 16px;
	position: absolute;
	top: 0;
	width: 224px;
	
}

#left h2
{
	text-align: center;
}

#left .form-head
{
	color: #fec222;
	font-weight: bold;
	font-size: large;
	margin-top: 16px;
	padding-bottom: 4px;
	width: 100%;	
}

#left .form-field
{
	width: 100%;
}

#left form select
{
	width: 100%;
}

#left #copyright
{
	text-align: center;
	font-size: small;
	margin-top: 24px;
}

#map
{
	margin-left: 256px;
	margin-right: 200px;
	min-height: 256px;
}

#mapinfo
{
	background-color: #fe2259;
	border: 1px solid white;
	border-top: 0;
	font-size: 16px;
	font-weight: bold;
	left: 328px;
	padding: 2px 8px;
	position: absolute;
	top: 0;
	visibility: hidden;
}

#right
{
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 200px;
}

#dphotos
{
	text-align: left;
}

.dphoto
{
	border-style: solid;
	border-width: 2px 4px 2px 4px;
	border-color: black;
	cursor: pointer;	/* need both */
	cursor: hand;
	height: 120px;
	width: 100%;
}

.infowindow
{
	height: 360px;
	width: 480px;
}

.infowindow img.photo
{
	height: 360px;
	left: 0;
	position: absolute;
	top: 0;
	width: 480px;
	z-index: 998;
}

/* Bottom Bar */

.infowindow .btmbg
{
	
	background-image: url("/images/barblack.png");
	
	right: 0;
	height: 24px;
	position: absolute;
	top: 336px;
	width: 300px;
	z-index: 20000;
}

.infowindow .btmbar
{
	right: 0;
	height: 12px;
	padding: 4px 0 8px 12px;
	position: absolute;
	top: 336px;
	width: 288px;
	z-index: 20001;
}

.infowindow .btmbar p
{
	text-align: left;
	color: white;
	font-size: 12px;
	margin: 0;
	padding: 0;
}


.infowindow .author
{
	color: #1aa1ff;
}

/* Top Bar */

.infowindow .topbg
{
	
	background-image: url("/images/barwhite.png");
	
	left: 0;
	height: 36px;
	position: absolute;
	top: 0px;
	width: 480px;
	z-index: 20000;
}

.infowindow .topbar
{
	left: 0;
	height: 24px;
	padding: 4px 16px 10px 16px;
	position: absolute;
	top: 0;
	width: 448px;
	z-index: 20001;
}

.infowindow .topbar p
{
	text-align: left;
	color: black;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

#slideshowpanel
{
	margin-top: 12px;
	visibility: hidden;
}