@import "global.css";

body, input, select, textarea {
	font-family: verdana,helvetica,arial,san-serif;
	color: #333;
}

body {
	margin: 0;
	background: #E7E1D5 !important;
}

.content {
	width: auto;
}

#header {
	width: auto;
	height: 48px;
	background: #525FAB url(../images/popup/hd_waves_global.gif) no-repeat top right;
}

#header h1 {
	height: 48px;
	margin: 0;
	background-repeat: no-repeat;
	text-indent: -999em;
}

.content h2 {
	margin: 0 0 10px 0;
	padding: 14px 10px 10px 10px;
	color: #766F5C;
	font-size: 12px;
}

.content div {
	clear: both;
	width: auto;
	padding: 24px 10px 8px 10px;
/*	margin-top: -10px;*/
	background: #fff;
}

html>body .content div {
	margin-top: -10px;
}

.content div.fixedHeight {
	clear: both;
	height: 250px;
	width: auto;
	padding: 24px 10px 8px 10px;
	margin-top: -10px;
	background: #fff;
}

.content {
	border-bottom: 30px solid #E7E1D5;
}
.content ul.pageNav {
	position: absolute;
	right: 0;
	display: block;
	width: 85px;
	float: right;
	clear: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: -10px;
}

.content ul.pageNav.noArrows {
	width: 25px;
}

.content ul.pageNav li {
	display: block;
	float: left;
	clear: none;
	background: none;
	padding: 0;
	margin: 0;
}

.content ul.pageNav li a:link, .content ul.pageNav li a:visited {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.content ul.pageNav li.previous {
	margin-right: 5px;
}

.content ul.pageNav li.previous a:link, .content ul.pageNav li.previous a:visited {
	background-image: url(../images/popup/bt_prev.gif);
}

.content ul.pageNav li.next {
	margin-right: 10px;
}

.content ul.pageNav li.next a:link, .content ul.pageNav li.next a:visited {
	background-image: url(../images/popup/bt_next.gif);
}

.content ul.pageNav li.close {
	margin-right: 0;
}

.content ul.pageNav li.close a:link, .content ul.pageNav li.close a:visited {
	background-image: url(../images/popup/bt_close.gif);
}

.content .photo {
	padding-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: #fff;
}

html>body .content .photo {
	margin: 0 auto;
}

.content .floorPlan {
	padding-top: 20px;
	background: #fff;
	text-align: center;
}

html>body .content .floorPlan {
	margin: 0 auto;
}

.content .meta {
	font-size: 11px;
	color: #766F5C;
	padding: 10px;
	background: #fff;
}

.content .meta p.caption, .content .meta p.size {
	margin: 0 0 10px 0;
}

.content .buttons {
	width: auto;
	float: right;
	clear: none;
	margin-right: 10px;
	margin-top: -15px;
	margin-top: -30px;
	background: transparent;
}

html>body .content .buttons {
}

.content .buttons a:link, .content .buttons a:visited {
	float: left;
	clear: none;
	margin-left: 5px;
}

.content .buttons.centre {
	text-align: center;
}

.content .instructions {
	font-size: 10px;
	color: #766F5C;
	padding: 0 10px 10px 10px;
	background: transparent;
}

/* levels */

body.level1 #header h1,
body.level2 #header h1,
body.level3 #header h1,
body.level4 #header h1 {
	text-indent: 0em;
	color: #fff;
	padding: 15px 10px;
	padding-bottom: 0;
	font-size: 18px;
}




body.level1 #header {
	background: #525FAB url(../images/popup/hd_waves_global.gif) no-repeat top right;
}

body.level1 .content ul.pageNav li.previous a:link, body.level1 .content ul.pageNav li.previous a:visited {
	background-image: url(../images/rooms/bt_prev_lvl1.gif);
}

body.level1 .content ul.pageNav li.next a:link, body.level1 .content ul.pageNav li.next a:visited {
	background-image: url(../images/rooms/bt_next_lvl1.gif);
}

body.level2 #header {
	background: #525FAB url(../images/popup/hd_waves_global.gif) no-repeat top right;
}

body.level2 .content ul.pageNav li.previous a:link, body.level2 .content ul.pageNav li.previous a:visited {
	background-image: url(../images/rooms/bt_prev_lvl2.gif);
}

body.level2 .content ul.pageNav li.next a:link, body.level2 .content ul.pageNav li.next a:visited {
	background-image: url(../images/rooms/bt_next_lvl2.gif);
}

body.level3 #header {
	background: #525FAB url(../images/popup/hd_waves_global.gif) no-repeat top right;
}

body.level3 .content ul.pageNav li.previous a:link, body.level3 .content ul.pageNav li.previous a:visited {
	background-image: url(../images/rooms/bt_prev_lvl3.gif);
}

body.level3 .content ul.pageNav li.next a:link, body.level3 .content ul.pageNav li.next a:visited {
	background-image: url(../images/rooms/bt_next_lvl3.gif);
}

body.level4 #header {
	background: #525FAB url(../images/popup/hd_waves_global.gif) no-repeat top right;
}

body.level4 .content ul.pageNav li.previous a:link, body.level4 .content ul.pageNav li.previous a:visited {
	background-image: url(../images/rooms/bt_prev_lvl4.gif);
}

body.level4 .content ul.pageNav li.next a:link, body.level4 .content ul.pageNav li.next a:visited {
	background-image: url(../images/rooms/bt_next_lvl4.gif);
}

table.glossary {
	border-collapse: collapse;
}

table.glossary caption, table.glossary tr {
	background: #F5F5F9;
}

table.glossary caption, table.glossary th, table.glossary td {
	padding: 6px 9px;
	border-bottom: 2px solid #fff;
	margin: 0;
}

table.glossary td {
	color: #525FAB;
	vertical-align: top;
}

table.glossary th.top {
	text-align: right;
	font-weight: normal;
}

table.glossary th {
	border-top: 14px solid #fff;
	vertical-align: top;
}

#glossaryNav {
	margin: 0 0 0 9px;
	padding: 0;
	list-style-type: none;
}

#glossaryNav li {
	display: inline;
	padding-right: 4px;
}

.centreMapLegend {
	height: auto !important;
	border-bottom: 1px solid #333333;
	margin: 0 !important;
	padding: 0 !important;
}
.centreMapLegend img {
	margin: 0 !important;
}