/* Common styles */
body {
	margin: 0;
	font-size: 69%;
	font-family:Tahoma,Verdana,Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
html, body {
	height: 100%;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.backToStart .clear{
	height: 10px;
}.disabled {
	color: #999999;
}
.help {
	cursor: help;
}
.dim, #options #previousButton.dim, #options #nextButton.dim, #previousButton.dim,  #nextButton.dim {
	color: #999999;
}


/* Tour viewing */
#nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 34%;
	height: 100%;
}
#infoBar {
	margin: 1px 0;
	padding-top: 15px;
	overflow: auto;
	height: 500px;	
	/* For IE's benefit */
	box-sizing:content-box; 
	position: relative;
	vertical-align:bottom;
	* height: 495px;	 /* Interpreted only by IE */
}
#options {
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 9px;
	background: #b7b7b7 url(../images/view-footer-bground-light.gif) repeat-x bottom;
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
	border-right: 1px solid #333;
	z-index: 50000;
}
#options a, #options #previousButton, #options #nextButton  {
	background: #9f9f9f url(../images/view-footer-bground.gif) repeat-x bottom;
	border-left: 1px solid #333;
	/* border-top: 1px solid #333; */
	text-decoration: none;
	height: 14px;
	display: block;
	float: right;
	padding: 1px 6px 0;
	color: #fff;
}

#options a:hover, #options a#previousButton:hover, #options a#nextButton:hover, a#previousButton:hover,  a#nextButton:hover {
	color: #990000;
}
#options #previousButton, #options #nextButton { /* On the full screen */
	background-color: #FFFFFF;
	background-image: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 6px;
	color: #000;
	font-weight: bold;
}
#nextButton, #previousButton { /* On windowed */
 	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #000;
	margin: 10px 15px;
	color: #000;
	font-weight: bold;
	padding: 2px 4px;
	float: right;
	display: block;
	font-size: 1em;
	text-decoration: none;
}
#previousButton {
	float: left;
}

#status {
	float: left;
	color: #fff;
	line-height: 1.6em;
	margin: 0;
	overflow: hidden;
}
#movie {
	width: 66%;
	height: 100%;
	background-color:#C6D9FF;
}
#copyright {
	font-size: 9px;
	position: absolute;
	bottom: 0;
	* bottom: -1px; /* Interpreted only by IE */
	right: 0;
	width: 34%;
	height: 16px;
	background: #999999 url(../images/view-footer-bground-light.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	color: #fff;
	box-sizing: content-box;
}
#copyright a {
	color: #fff;
}
#progress {
	height: 5px;
	position: absolute;
	width: 100%;
	top: 15px;
	right: 0;
	font-size: 1px;
	background: #ffffff url(../images/progress-bar.gif) no-repeat -1000px 0;
	display: none;
}




/* Can be customised by template*/
h1#title {
	padding: 0;
	margin: 0.4em 15px;
}
p#description {
	padding: 0;
	margin: 0.4em 15px;
}



/* Full screen options */
.fullScreen #movie {
	width: 100%;
}
.fullScreen #progress {
	position: absolute;
	top: 7px;
	right: 30%;
	margin: 0;
	width: 40%;
}
.fullScreen #options {
	height: 20px;
}
.fullScreen #status {
	padding-top: 3px;
}
.fullScreen #options a, .fullScreen #options #previousButton, .fullScreen #options #nextButton {
	font-size: 1.1em;
	height: 15px;
	border-top: none;
	padding: 3px 6px 2px;
	border-bottom: 1px solid #3a3a3a;
}
.fullScreen #options #previousButton, .fullScreen #options #nextButton {
	height: 14px;
	border-top: none;
	padding: 3px 6px 2px;
	border-bottom: 1px solid #3a3a3a;
}
.fullScreen #headerBar {
	height: 20px;
}
/*.fullScreen #headerBar {
	display: none;
}
.fullScreen #options {
	display: block;
}
.fullScreen #copyright {
	display: none;
}*/






/* Tour navigation  */
#tourNavigation {
	margin: 20px 0 0 0;
}



ul.tourNavTextOnly, ul.tourNavThumbs {
	list-style: none;
	margin: 0 5px 50px 5px;
	padding: 0;
	font-size: 1.1em;
}

ul.tourNavTextOnly li, ul.tourNavThumbs li {
	line-height: 1.2;
	position: relative;
	min-height: 50px;
}
ul.tourNavTextOnly li.tourNavPano {
	display: block;
	margin: 4px 10px;
	padding: 0;
	border: 1px solid #000;
	background-color: #FFFFFF;
}	
ul.tourNavTextOnly li.tourNavPanoActive {
	display: block;
	margin: 4px 10px;
	padding: 0;
	border: 1px solid #000;
	background-color: #eeeeee;
}

ul.tourNavTextOnly li.tourNavPano a, ul.tourNavTextOnly li.tourNavPanoActive {
	display: block;
	text-decoration: none;
	padding: 0.5em 5px;
}
li.tourNavPanoActive .panoCredit {
	margin: 0.8em 0 0 0;
}




/* Thumbnails */
ul.tourNavThumbs img {
	
}
ul.tourNavThumbs .image {
	position: absolute;
	top: 0;
	left: 0;
}
ul.tourNavThumbs li.tourNavPano, ul.tourNavThumbs li.tourNavPanoActive {
	padding: 0;
}
ul.tourNavThumbs li.tourNavPano {
	display: block;
	margin: 4px 10px;
	padding: 0;
	border: 1px solid #000;
	background-color: #FFFFFF;
}	
ul.tourNavThumbs li.tourNavPanoActive {
	display: block;
	margin: 4px 10px;
	padding: 0;
	border: 1px solid #000;
	background-color: #eeeeee;
}
ul.tourNavThumbs li.tourNavPano .text, 
ul.tourNavThumbs li.tourNavPanoActive .text {
	display: block;
	margin: 10px 10px 0 60px;
	padding-bottom: 10px;
	text-decoration: none;
	
}
ul.tourNavThumbs li.tourNavPano h4, 
ul.tourNavThumbs li.tourNavPanoActive h4 {
	padding: 0;
	margin: 0.4em 0 0;
	font-size: 1.2em;
}
.text {
font-size: 0.85em;
}	
.text a {
	text-decoration: none;
}
#infoPageContent {
	margin: 20px;
	width: 500px;
}
#infoPage {
	
}







/* Popup window contents */
.error h1 {
	color: #00134A;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}
.error h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #00134A;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.floatRight {
	float: right;
}
#optionsContainer, .error {
	margin: 15px;
	background-color: #E3EAEE;
	padding: 10px;
	border-top: 3px solid #EFF3F5;
	border-right: 3px solid #C8D6DD;
	border-bottom: 3px solid #C8D6DD;
	border-left: 3px solid #EFF3F5;

}
#optionsContainer form {
	margin: 0;
}
#registerContainer  {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 220px;
	background-color: #ffffff;
	padding: 5px;
	border-top: 3px solid #C8D6DD;
	border-right: 3px solid #EFF3F5;
	border-bottom: 3px solid #EFF3F5;
	border-left: 3px solid #C8D6DD;
}
#statusContainer {
	width: 75%;
	background-color: #ffffff;
	padding: 5px;
	border-top: 3px solid #C8D6DD;
	border-right: 3px solid #EFF3F5;
	border-bottom: 3px solid #EFF3F5;
	border-left: 3px solid #C8D6DD;
}
.cancelButton {
	font-size: 0.8em;
	color: #000000;
}
.saveButton {
	font-weight: bold;
}
#optionsContainer select, #optionsContainer input {
	font-size: 1em;
}
.smallPrint {
	font-size: 0.9em;
	color: #666666;
}
.error .illustration {
	background: #FFFFFF;
	float: right;
	padding: 5px;
	border-top: 3px solid #C8D6DD;
	border-right: 3px solid #EFF3F5;
	border-bottom: 3px solid #EFF3F5;
	border-left: 3px solid #C8D6DD;
}



/* When we are vewing a map */
ul.tourNavMap {
	padding: 0;
	list-style: none;
	margin: 0 auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}
ul.tourNavMap li {
	padding: 0;
	margin: 0;
}
ul.tourNavMap .text {
	display: inline;
}	
ul.tourNavMap h4 {
	display: inline;
}
ul.tourNavMap a {
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	background-color:#990000;
	overflow:hidden;
	text-indent: 20px;
	position: absolute;
}
ul.tourNavMap a:visited {
	background-color:#770000
}
ul.tourNavMap li.tourNavPanoActive .text {
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	background-color:#009900;
	overflow:hidden;
	text-indent: 20px;	
	position: absolute;
}
.mapCurrentPanoName {
	font-weight: bold;
	text-align: left;
	margin: 0.5em 20px 0;
}
.mapCurrentPanoDescription {
	text-align: left;
	margin: 0.5em 20px 0;
}
ul.tourNavMap .panoCredit {
	display: none;
}
.formRow {
	clear: both;
	padding-top: 10px;
}
.formRow label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}
.formRow input {
	float: left;
}
.formRow .formHint {
	float: left;
	margin-left: 10px;
}
.formRow .formLabelNoShow {
	visibility: hidden;
}
