.anno-column-1
{
	display: block;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	float: left;
}

.anno-column-1b
{
	display: block;
	margin: -6px 0px 0px 0px;
	width: 32px;
	height: 32px;
	float: left;
}

.anno-column-2
{
	display: block;
	height: 100%;
	margin: 0px 5px 0px 10px;
	float: left;
}

.anno-column-2b
{
	display: block;
	width: 200px;
	margin: 0px 0px 0px 10px;
	font-size: 17px;
	float: left;
}

body
{
	height: 100%;
	overflow: hidden;
}

#bottomLeftCorner
{
	position: absolute;
	left: 0px;
	width: 50px;
	height: 50px;
	z-index: 10005;
}

#bottomMiddle
{
	position: absolute;
	z-index: 200;
}

#bottomRightCorner
{
	position: absolute;
	z-index: 10005;
	width: 150px;
	height: 150px;
	background-color: #000066;
	/* http://stackoverflow.com/questions/4062001/css3-border-opacity */
	border: 15px solid rgba(255, 165, 0, 0.65);
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	-webkit-box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.8);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    6px 6px 14px 0px rgba(0, 0, 0, 0.8);  /* Firefox 3.5 - 3.6 */
	box-shadow:         6px 6px 14px 0px rgba(0, 0, 0, 0.8);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#debug-panel-1, #debug-panel-2, #debug-panel-3, #debug-panel-4, #debug-panel-5
{
	position: absolute;
	top: 50px;
	left: 200px;
	width: 200px;
	height: 30px;
	background-color: #CC3300;
	z-index: 1000000;
	color: white;
	display: none;
}

#debug-panel-2
{
	top: 90px;
}

#debug-panel-3
{
	top: 130px;
}

#debug-panel-4
{
	top: 170px;
}

#debug-panel-5
{
	top: 210px;
}

.screenie
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.8);
  	z-index: 10011;
  	display: none;
	color: #303030;
	
	/* http://css-tricks.com/almanac/properties/b/box-shadow/ */
	-webkit-box-shadow: 9px 9px 21px 0px rgba(0, 0, 0, 0.8);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    9px 9px 21px 0px rgba(0, 0, 0, 0.8);  /* Firefox 3.5 - 3.6 */
	box-shadow:         9px 9px 21px 0px rgba(0, 0, 0, 0.8);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#leftMiddle
{
	position: absolute;
	z-index: 200;
}

#navigation
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	margin-left: 65px;
}

#nvg-container
{
	background-color: #101010;
	z-index: 10000;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	opacity:0.75;
  	filter:alpha(opacity=75);
}

#nvg-container-frame
{
	border: 1px solid;
	border-color: #fff #fff transparent #fff;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10001;
	background-color: transparent;
	opacity:0.50;
  	filter:alpha(opacity=50);
}

#nvg-container-frame-bottom-1
{
	border: 1px solid;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10009;
	height: 0px;
	background-color: transparent;
	opacity:0.50;
  	filter:alpha(opacity=50);
}

#nvg-container-frame-bottom-2
{
	border: 1px solid;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10009;
	height: 0px;
	background-color: transparent;
	opacity:0.50;
  	filter:alpha(opacity=50);
}

#nvg-tooltip
{
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10000;
	opacity:0.65;
  	filter:alpha(opacity=65);
	border-top: 20px solid;
	border-bottom: 20px solid;
	border-left: 20px solid;
	border-right: 20px solid;
	width: 0px;
	height: 0px;
	border-color: #101010 transparent transparent transparent;
}

#nvg-tooltip-frame
{
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10009;
	width: 28px;
	height: 28px;
	background-color: transparent;
	border: 1px solid;
	border-color: transparent transparent #fff #fff;
	/* Safari */
	-webkit-transform: rotate(-45deg);

	/* Firefox */
	-moz-transform: rotate(-45deg);

	/* IE */	
	-ms-transform: rotate(-45deg);

	/* Opera */
	-o-transform: rotate(-45deg);
	opacity:0.50;
  	filter:alpha(opacity=50);
}

#panorama
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;  /* for error messages, etc. */
	margin: 0px 0px 0px 0px;
}

#panoramaContainer
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: orange;
	margin: 0px 0px 0px 0px;
}

#panoramaNavigator
{
	display: block;
	position: absolute;
	z-index: 210;
	width: 250px;
	height: 10px;
	background-color: black;
	margin: 0px 0px 0px 0px;
	z-index: 10005;
}

.photo-speech
{
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	left: 0px;
	z-index: 10012;
	background-color: white;
	display: none;
	text-align: center;
	padding-top: 7.5px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 1);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 1);
	opacity:0.8;
  	filter:alpha(opacity=80);
	font-weight: bold;
	font-size: 14px;
}

.photo-arrow
{
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	left: 0px;
	z-index: 10012;
	content: ' ';
	display: none;
	opacity:0.8;
  	filter:alpha(opacity=80);
}

.photo-thumbnail
{
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background-color: #CC3300;
}

.heading
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 30px;
	height: 80px;
	font-family: 'Montserrat';
}

.head-1
{
	width: 300px;
	float: left;
	padding-left: 0px;
	font-size: 48px;
	color: #303030;
	text-shadow: 0px -1px 0px #101010;
}

.head-2
{
	width: 150px;
	float: right;
	text-align: right;
	margin-right: 50px;
	margin-top: -10px;
}

.subthumbnail1, .subthumbnail2
{
	width: 58.1px;
	height: 58.1px;
	display: inline-block;
	margin: 10px 10px 0px 0px;
	text-decoration: none;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 1);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 1);
}

.line-only
{
	height: 1px;
	width: 100px;
	margin: -15px 0px 15px 30px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px dotted #303030;
}

.subheading
{
	width: 100%;
	height: 28px;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px -1px 0px #101010;
	margin-top: 20px;
	font-family: 'Montserrat';
}

.subheading:first-child
{
	margin-top: 0px;
}

.screen-content, .screen-content2
{
	width: 150px;
	height: 150px;
	overflow: auto;
	margin: 0px 0px 0px 30px;
	text-align: justify;
	font-family: 'PTSansRegular';
}	

.screen-content p, .screen-content2 p
{
	margin: 10px 0px -5px 0px;
	padding: 0px 0px 0px 0px;
}

.screen-content p a, .screen-content2 p a
{
	display: inline-block;
	text-decoration: none;
	background-color: #505050;
	color: white;
	padding: 3px 10px 3px 10px;
	border: 1px dashed rgba(255, 255, 255, 0.8);
	font-size: 13px;
}

.screen-content p a:hover, .screen-content2 p a:hover
{
	background-color: #CC3300;
}

#description-texts, #description-sounds
{
	margin-top: 0px;
	margin-bottom: 15px;
}

#description-texts a, #description-sounds a
{
	display: inline-block;
	text-decoration: none;
	/* http://css-tricks.com/examples/CSS3Gradient/ *./
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006600), to(#009900));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #006600, #009900);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #006600, #009900);

	/* IE 10 */
	background: -ms-linear-gradient(top, #006600, #009900);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #006600, #009900);
	color: white;
	padding: 3px 10px 3px 10px;
	border-radius: 12px;
	border: 0px solid white;
	font-size: 13px;
	margin-top: 10px;
}

.colc
{
	margin-bottom: 130px;
}

.cole
{
	margin-bottom: 15px;
}

.col-1b
{
	width: 150px;
	height: 180px;
	float: left;
	margin: -15px 15px -10px 0px;
	font-size: 120px;
	color: #303030;
	font-weight: normal;
}

.col-2b
{
	width: 50%;
	height: 150px;
	margin: 10px 0px -10px 0px;
	color: black;
	font-weight: bold;
}

.col-1c
{
	width: 120px;
	height: 80px;
	float: left;
	margin: 10px 15px -40px 0px;
}

.col-2c
{
	width: 50%;
	height: 80px;
	margin: 10px 0px 10px 135px;
	color: black;
	font-weight: bold;
}

.col-1d
{
	width: 50%;
	height: 80px;
	margin: 10px 15px -40px 0px;
	color: black;
	float: left;
	font-weight: bold;
}

.col-2d
{
	width: 120px;
	height: 80px;
	float: left;
	margin: 10px 0px 10px 0px;
}

.vspace
{
	margin-top: 15px;
	padding-bottom: 25px;
}

#description-sounds a
{
	border-radius: 7px;
	padding: 5px 14px 5px 14px;
	font-size: 14px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000066), to(#003366));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000066, #003366);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000066, #003366);

	/* IE 10 */
	background: -ms-linear-gradient(top, #000066, #003366);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000066, #003366);
	/* http://tumblr.gesteves.com/post/475773360/css-glow-effects-with-box-shadow */
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	box-shadow: 0 0 5px rgba(0, 102, 204, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 102, 204, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 102, 204, 1);
    border: 1px solid rgba(0, 102, 204, 0.8); 
}

#description-sounds a:hover
{
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003399), to(#006699));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #003399, #006699);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #003399, #006699);

	/* IE 10 */
	background: -ms-linear-gradient(top, #003399, #006699);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #003399, #006699);
	
	box-shadow: 0 0 5px rgba(0, 102, 204, 1);
    -webkit-box-shadow: 0 0 5px rgba(0, 153, 255, 1); 
    -moz-box-shadow: 0 0 5px rgba(0, 153, 255, 1);
    border: 1px solid rgba(0, 153, 255, 0.8); 
}

#description-texts a:hover
{
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009900), to(#00CC00));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #009900, #00CC00);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #009900, #00CC00);

	/* IE 10 */
	background: -ms-linear-gradient(top, #009900, #00CC00);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #009900, #00CC00);
}

#rightMiddle
{
	position: absolute;
	z-index: 200;
}

.thumbnail-background
{
	background-color: yellow;
	z-index: 100;
}

#tb1
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#topLeftCorner
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 19px 0px 0px 80px;
	z-index: 10000;
	/*
	opacity:0;
  	filter:alpha(opacity=0);
	background-color: white;
	*/
}

#topMiddle, #bottomMiddle, #leftMiddle, #rightMiddle
{
	position: absolute;
	z-index: 10000;
	color: white;
	font-size: 260px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#topMiddle a, #bottomMiddle a, #leftMiddle a, #rightMiddle a
{
	text-shadow: #000 1px 1px, #000 2px 2px, #000 3px 3px;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: inherit;
	-moz-transition: all 0.3s ease-out; /* FF3.7+ */
       -o-transition: all 0.3s ease-out; /* Opera 10.5 */
  -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
          transition: all 0.3s ease-out;
	opacity:0.4;
  	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#leftMiddle a.active
{
	text-shadow: #303030 1px 1px, #303030 2px 2px, #303030 3px 3px, #303030 4px 4px, #303030 5px 5px, #303030 6px 6px;
	margin-top: -3px;
	margin-left: -3px;
	opacity:1;
  	filter:alpha(opacity=100); /* For IE8 and earlier */
  	color: #FFCC33;
}

#rightMiddle a.active
{
	text-shadow: #303030 1px 1px, #303030 2px 2px, #303030 3px 3px, #303030 4px 4px, #303030 5px 5px, #303030 6px 6px;
	margin-top: -3px;
	margin-left: -3px;
	opacity:1;
  	filter:alpha(opacity=100); /* For IE8 and earlier */
  	color: #FFCC33;
}

#topMiddle a:hover, #bottomMiddle a:hover, #leftMiddle a:hover, #rightMiddle a:hover
{
	text-shadow: #303030 1px 1px, #303030 2px 2px, #303030 3px 3px, #303030 4px 4px, #303030 5px 5px, #303030 6px 6px;
	opacity:1;
  	filter:alpha(opacity=100); /* For IE8 and earlier */
  	color: #FFCC33;
}

#leftMiddle a:hover
{
	margin-top: -3px;
	margin-left: -3px;
}

#rightMiddle a:hover
{
	margin-top: -3px;
	margin-left: -3px;
}

#topMiddle
{
	margin: 0px 0px 0px 0px;
}

#topMiddle a
{
	margin: -105px 0px 0px 0px;
	text-shadow: #000 1px -1px, #000 2px -2px, #000 3px -3px;
	/* Safari */
	-webkit-transform: rotate(90deg);

	/* Firefox */
	-moz-transform: rotate(90deg);

	/* IE */	
	-ms-transform: rotate(90deg);

	/* Opera */
	-o-transform: rotate(90deg);
}

#topMiddle a:hover
{
	text-shadow: #303030 1px -1px, #303030 2px -2px, #303030 3px -3px, #303030 4px -4px, #303030 5px -5px, #303030 6px -6px;
	margin-top: -108px;
	margin-left: -3px;
}

#topMiddle a.active
{
	text-shadow: #303030 1px -1px, #303030 2px -2px, #303030 3px -3px, #303030 4px -4px, #303030 5px -5px, #303030 6px -6px;
	margin-top: -108px;
	margin-left: -3px;
	opacity:1;
  	filter:alpha(opacity=100); /* For IE8 and earlier */
  	color: #FFCC33;
}

#bottomMiddle
{
	margin: 0px 0px 0px 0px;
}

#bottomMiddle a
{
	margin: 0px 0px -105px 0px;
	text-shadow: #000 1px -1px, #000 2px -2px, #000 3px -3px;
	/* Safari */
	-webkit-transform: rotate(90deg);

	/* Firefox */
	-moz-transform: rotate(90deg);

	/* IE */	
	-ms-transform: rotate(90deg);

	/* Opera */
	-o-transform: rotate(90deg);
}

#bottomMiddle a:hover
{
	text-shadow: #303030 1px -1px, #303030 2px -2px, #303030 3px -3px, #303030 4px -4px, #303030 5px -5px, #303030 6px -6px;
	margin-top: -3px;
	margin-left: -3px;
}

#bottomMiddle a.active
{
	text-shadow: #303030 1px -1px, #303030 2px -2px, #303030 3px -3px, #303030 4px -4px, #303030 5px -5px, #303030 6px -6px;
	margin-top: -3px;
	margin-left: -3px;
	opacity:1;
  	filter:alpha(opacity=100); /* For IE8 and earlier */
  	color: #FFCC33;
}
	
#leftMiddle
{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	z-index: 9999;
}

#rightMiddle
{
	margin: 0px 0px 0px -15px;
}

#topRightCorner, #topRightCorner2
{
	position: absolute;
	top: 30px;
	z-index: 10000;
	background-color: #404040;
	width: 291px;
	height: 127px;
	/*
	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
    */
	-moz-box-shadow:    inset 0 0 75px #202020, 2px 2px 10px 0px #101010;
	-webkit-box-shadow: inset 0 0 75px #202020, 2px 2px 10px 0px #101010;
	box-shadow:         inset 0 0 75px #202020, 2px 2px 10px 0px #101010;
}

#col-1
{
	float: left;
	margin: 25px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	width: 36px;
	border-right: 1px dotted white;
}

#col-1 a
{
	color: orange;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0.5px 0px;
	padding: 0px 0px 0px 0px;
}

#col-1 a#credits, #col-1 a#help
{
	color: #66FF00;
}

#col-1 a:last-child
{
	margin: 0px 0px 0px 0px;
}

#col-1 a#credits:hover, #col-1 a#help:hover
{
	color: #66CCFF;
}



#col-1 a:hover
{
	color: #505050;
}

#col-2
{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#map-canvas
{
	width: 100%;
	height: 100%;
}

#debugFrame
{
	background-color: #CC3300;
	color: white;
	width: 200px;
	height: 100px;
	top: 50px;
	left: 50px;
	position: absolute;
	z-index: 10111;
	display: none;
}

#fillerimage
{
	width: 200px;
	height: 100px;
	margin: 15px 15px 0px 0px;
}