a[id*="nav"], a#resetButton
{
	display: block;
	font-family: 'PTSansRegular', 'Myriad Pro', 'lucida grande';
    text-decoration: none;
    width: 35px;
    padding-top: 8.5px;
	text-align: center;
	vertical-align: middle;
	box-shadow:   1px 0px #000000, 0px 1px #000066,
               2px 1px #000000, 1px 2px #000066,
               3px 2px #000000, 2px 3px #000066,
               4px 3px #000000, 3px 4px #000066,
               5px 4px #000000, 4px 5px #000066
}
           
a[id*="nav"]:hover, a#resetButton:hover
{
	text-decoration: none;
}

.anno-title
{
	font-size: 28px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

.annotation
{
	border-radius: 50%;			/* http://davidwalsh.name/css-circles */
	width: 20px;
	height: 20px;
	background-color: #FF9900;
	z-index: 201;
	display: block;
	position: absolute;
	cursor: pointer;
}

.annotation-ring-inner
{
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin: -1.375px 0px 0px -1.375px;
	border: 1px dashed white;
	z-index: 199;
	display: block;
	position: absolute;
	cursor: pointer;
}

.annotation-ring
{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: -2.75px 0px 0px -2.75px;
	border: 3px solid #FFCC00;
	z-index: 199;
	display: block;
	position: absolute;
	cursor: pointer;
}

.annotation-content-small
{
	width: 200px;
	height: 40px;
	background-color: white;
	z-index: 199;
	display: block;
	position: absolute;
	opacity:0.8;
  	filter:alpha(opacity=80); /* For IE8 and earlier */
	text-align: left;
}

.annotation-content-small-arrow
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	opacity:0.8;
  	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.annotation-content-small-arrow-hidden
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	visibility: hidden;
}

.annotation-content-small-hidden
{
	width: 200px;
	height: 40px;
	z-index: 0;
	display: block;
	position: absolute;
	visibility: hidden;
}

.annotation-content-text-large
{
	width: 200px;
	height: 40px;
	text-align: left;
	font-weight: bold;
	text-align: left;
	z-index: 2000;
	display: block;
	position: absolute;
	color: black;
}

.annotation-content-text-large-hidden
{
	width: 200px;
	text-align: left;
	height: 40px;
	z-index: 0;
	display: block;
	position: absolute;
	visibility: hidden;
}

.annotation-content-text-small
{
	width: 180px;
	height: 20px;
	font-weight: bold;
	text-align: left;
	z-index: 2000;
	display: block;
	position: absolute;
	color: black;
}

.annotation-content-text-small-hidden
{
	width: 180px;
	text-align: left;
	height: 20px;
	z-index: 0;
	display: block;
	position: absolute;
	visibility: hidden;
}

body
{
	background-color: #663300;
}

.hidden-annotation
{
	width: 15px;
	height: 15px;
	background-color: #CC3300;
	z-index: 199;
	display: block;
	position: absolute;
	visibility: hidden;
	cursor: default;
}

#navigation
{
	position: absolute;
	display: inline-block;
	top: 10px;
}

#navigation a[id*="nav"]
{
	margin-bottom: 10px;
}

.ordinary-button
{
	background-color: #CC3300;
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
}

.ordinary-button:hover
{
	background-color: orange;
	text-decoration: none;
}

.overlay
{
	border: 1px solid #fff;
}

.point
{
	width: 10px;
	height: 10px;
	background-color: yellow;
	z-index: 199;
	display: block;
	position: absolute;
	visibility: hidden;
}

span[title="Zoom in (you can also use your mouse's scroll wheel)"],
span[title="Zoom out (you can also use your mouse's scroll wheel)"],
span[title="Go home"],
span[title="Toggle full page"]
{
	display: none !important;
}

#status
{
	color: white;
	top: 0px;
	left: 0px;
	z-index: 201;
	display: inline-block;
}

#zoombar
{
	width: 12px;
	height: 200px;
	border-radius:8px;
	margin-top: 7px;
	margin-left: -10px;
	z-index: 10000;
}

#zoombar-fake
{
	width: 12px;
	height: 204px;
	border-radius:8px;
	z-index: 10000;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity:0.8-;
  	filter:alpha(opacity=80);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
}

#zoombar-fake-2
{
	width: 20px;
	height: 216px;
	border-radius:15px;
	border: 2px solid white;
	z-index: 10000;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: -8px;
	margin-left: -6px;
}

#zoomlevel
{
	background-color: #339933;
	position: absolute;
	width: 12px;
	height: 0px;
	top: 0px;
	left: 0px;
	z-index: 10000;
	border-radius:6px;
	margin-top: 2px;
	-moz-box-shadow: 2px 0px 7px 1px rgba(51, 102, 51, 1) inset;
    -webkit-box-shadow: 2px 0px 7px 1px rgba(51, 102, 51, 1) inset;
    box-shadow: 2px 0px 7px 1px rgba(51, 102, 51, 1) inset;
}

#zoomslider
{
	display: block;
	background-color: transparent;
	width: 18px;
	height: 26px;
	margin-top: -6px;
	text-decoration: none;
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: -20px;
	width: 100px;
	opacity: 0;
  	filter:alpha(opacity = 0);
}

#zoomslider-2
{
	display: block;
	background-color: #0000CC;
	opacity:0.8;
  	filter:alpha(opacity=80);
	width: 40px;
	height: 21px;
	z-index: 10000;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 4px;
	cursor: pointer;
	color: white;
	font-size: 12px;
	padding: 5px 5px 0px 0px;
	text-align: right;
}

#zoomslider-2-arrow
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 0px;
	height: 0px;
	z-index: 10000;
	border-top: 6px solid;
	border-bottom: 6px solid;
	border-left: 12px solid;
	border-right: 12px solid;
	border-color: transparent transparent transparent #0000CC;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity:0.75;
  	filter:alpha(opacity=75);
}

#zoomtitle
{
	color: white;
	background-color: #000066;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 10px -15px;
	padding: 2px 5px 2px 5px;
}

p a.keyboard
{
	display: inline-block;
	padding: 3px 7px 3px 7px;
	background-color: #909090;
	text-decoration: none;
	font-size: 18px;
	color: black;
	font-family: 'Montserrat';
	border: 0px solid #303030;
	box-shadow:   
			   1px 0px #303030, 0px 1px #606060,
               2px 1px #303030, 1px 2px #606060,
               3px 2px #303030, 2px 3px #606060,
			   4px 3px #303030, 3px 4px #606060;
}

p a.keyboard:hover
{
	background-color: #909090;
}

#nearest-spot
{
	background-color: #330000;
	width: 150px;
	height: 23px;
	padding-top: 5px;
	font-size: 12px;
	padding-left: 10px;
	color: white;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 10111;
	-webkit-box-shadow: 2.5px 2.5px 6px 0px rgba(0, 0, 0, 0.8);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    2.5px 2.5px 6px 0px rgba(0, 0, 0, 0.8);  /* Firefox 3.5 - 3.6 */
	box-shadow:         2.5px 2.5px 6px 0px rgba(0, 0, 0, 0.8);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}