@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	margin: 0;
}

a:link {
	color: #03F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: none;
	color: #C30;
}
a:active {
	text-decoration: none;
	color: #03F;
}

/* CSS Document */

 #photoDiv {
	position: absolute;
	visibility: visible;
	z-index: 100;
	height: 705px;
	width: 1000px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background-color: #333;
	border-radius: 6px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	text-align: center;
}

  .imageHolder {
	cursor: grab;
	height: 600px;
	width: 50000px;
	top: 0px;
	position: relative;
	visibility: visible;
	overflow: hidden;
	z-index: 50;
	background-color: #333;
	left: -24500px;
}
.imageHolderPano {
	cursor: grab;
	height: 600px;
	width: 50000px;
	top: 0px;
	position: relative;
	visibility: visible;
	overflow: hidden;
	z-index: 50;
	background-color: #333;
	left: -24500px;
}

  .caption {
	position: relative;
	height: 80px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	z-index: 75;
	text-align: center;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	width: 960px;
	overflow: hidden;
}
.smallType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #333;
}

#controlDiv {
	position: relative;
	z-index: 500;
	text-align: center;
	vertical-align: top;
	top:175px;
	height: 25px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	left: 20px;
	padding: 0px;
	overflow: visible;
	visibility: visible;
}

#controlMessage {
	height: 0px;
	left: 0px;
	top: 190px;
	z-index: 2;
	visibility: visible;
	position: relative;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-right: 20px;
	font-weight: bold;
	overflow: visible;
}
#pageNum {
	height: 100px;
	left: 25px;
	top: -13px;
	z-index: 1000;
	visibility: visible;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 0px;
	overflow: visible;
	width: 20px;
	color: #999;
}

#message {
	color: #666666;
	z-index: 500;
}

#finalMessage {
	background-color: #CCC;
	position: relative;
	height: 50px;
	width: 350px;
	z-index: 1000;
	left: 610px;
	top: 35px;
	font-size: 12pt;
	font-weight: bold;
	color: #666;
	text-align: right;
}
#templates {
	visibility: hidden;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

#CaptionGrayKeeper {
	background-color: #CCC;
	z-index: 1;
	top: 125px;
	position: relative;
	height: 110px;
}
#links {
	position: relative;
	left: 0px;
	top: 125px;
	z-index: 1000;
	visibility: visible;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	background-color: #FFF;
	text-align: right;
}
#links a:link { color: #000000; text-decoration: none;
}
#links a:visited { color: #000000; text-decoration: none;
}
#links a:hover {
	color: #CC0066;
	text-decoration: none;
}
#links a:active { color: #000000; text-decoration: none;
}
.captionBold {
	font-weight: bold;
}
