@charset "utf-8";
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: none;
	color: #FC3;
}
a:active {
	text-decoration: none;
	color: #09F;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	text-indent: 0;
}
.footerRed {
	color: #C03;
}
.serifType {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.GoToButton {
	font-size: x-large;
	font-weight: bold;
}


#pageWindow {
	background-color: #333;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 1;
	width: 100%;
	left: 0px;
	top: 0px;
}
.slideHolder {
	width: 85%;
	position: relative;
	visibility: visible;
	overflow: hidden;
	background-color: #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	line-height: 0px;
	box-shadow: 2px 2px 8px #000;
	border-radius: 5px;
	z-index: 5;
	max-width: 1000px;
	color: #FFF;
	min-height: 200px;
}

.slideHolderPano {
	width: 85%;
	position: relative;
	visibility: visible;
	overflow: hidden;
	background-color: #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	line-height: 0px;
	box-shadow: 2px 2px 8px #000;
	border-radius: 5px;
	z-index: 5;
	max-width: 1000px;
	color: #FFF;
	min-height: 200px;
	cursor: grab;
}


.dragPano {
	max-height: 85vh;
	cursor: grab;

}

.slideHolderVertical {
	width: 85%;
	position: relative;
	visibility: visible;
	overflow: visible;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	line-height: 0px;
	border-radius: 5px;
	z-index: 5;
	max-width: 1000px;
}
.verticalSlideContainer {
	position: relative;
	max-width: 60%;
	margin: auto;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 8px #000;
}
.captionPad {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.captionHolder {
	width: 60%;
	position: relative;
	visibility: visible;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
}
.spaceHolder {
	width: 85%;
	position: relative;
	visibility: visible;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	text-align: center;
	z-index: 50;
}
.fingerCursor {
	cursor: pointer;
	color: #09F;
}

.messageHolder {
	width: 85%;
	position: relative;
	visibility: visible;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 20px;
	text-align: right;
	overflow: hidden;
	height: 20px;
	top: -40px;
	vertical-align: middle;
	z-index: 10;
}
#message {
	color: #CCCCCC;
	z-index: 500;
}
.hrAppearance {
	max-width: 800px;

}
#Storage {
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
	height: 0px;
	width: 0px;
	position: absolute;
	left: -5000px;
}
.textSpace {
	max-width: 750px;
	position: relative;
	margin: auto;
	width: 75%;
	padding: 15px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	width: 100vw;
	overflow: visible;
	position: fixed;
	visibility: visible;
	z-index: 999;
	background-color: #000;
	margin: 0px;
	color: #666666;
	bottom: 0px;
	font-weight: bold;
	padding-top: 5px;
}
