html {
    width: 100%;
    min-width: 960px;
    min-height: 500px;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial;
}

a:visited, a:link, a:hover {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.navigationButton {
	display: none;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	background-color: #000;
}

body form {
    width: 100%;
    height: 100%;
}

div.container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

div.mobileScene {
	display: none;
}

div.sky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

div.clearSky {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c8dff2;
}

div.eveningSky {
    background-color: #442178;
    top: 0;
    left: 0;
}

div.clouds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

div.cloud {
    position: absolute;
    background-image: url("images/Cloud.png");
    background-repeat: no-repeat;    
    width: 159px;
    height: 90px;
}

div.cloud1 {
    top: 170px;
    left: 100px;
}

div.cloud2 {
    top: 20px;
    left: 400px;
}

div.cloud3 {
    top: 70px;
    left: 1400px;
}

div.cloud4 {
    top: 0px;
    left: 1700px;
}

div.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    z-index: 2;
}

div.neathSkyline {
        background-image: url("images/NeathSkyline.png");
}

div.neathSkylineDark {
        background-image: url("images/NeathSkylineDark.png");
}

div.seasideHills {
        background-image: url("images/SeasideHills.png");
}

div.seaside {
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 200px;
}

div.midground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 717px;
    z-index: 3;
}

div.ceiling {
    position: absolute;
    top: 0;
    height: 200px;
    width: 100%;
    background-color: #ada894;
    z-index: 5;
}

div.cafeCeiling {
    background-color: #333;
}

div.changingRoomCeiling {
    background-color: #ff8080;
}

div.wall {
    position: absolute;
    top: 0;
    height: 340px;
    width: 100%;
    background-image: url("images/Wall.png");
    background-repeat: repeat-x;
	background-position-x: -200px;
    z-index: 2;
}

div.cafeWall {
    background-image: url("images/CafeWall.png");
}

div.changingRoomWall {
    background-image: url("images/ChangingRoomWall.png");
}

div.seaSide {
}

div.sea {
    height: 30px;
    width: 100%;
    background-color: #82c9e1;
}

div.sand {
    height: 50px;
    width: 100%;
    background-color: #dce06c;
}

div.prom {
    height: 90px;
    width: 100%;
    background-color: #a7ac93;
}

div.carpet {
    position: absolute;
    top: 340px;
    height: 45px;
    width: 100%;
    background-color: #808080;
    z-index: 5;
}

div.aberavonProm {
    height: 145px;
    width: 100%;
    background-color: #555;
}

div.audience {
    position: absolute;
    top: 480px;
    height: 200px;
    left: 0;
    width: 100%;
    background-image: url("images/Audience.png");
    background-repeat: repeat;
    z-index: 9;
}

div.tree {
    position: absolute;
    top: 0;
    height: 623px;
    width: 800px;
    background-image: url("images/Tree.png");
    background-repeat: no-repeat;
}

div.sportsCentre {
    position: absolute;
    top: 0;
    width: 510px;
    height: 372px;
    background-image: url("images/SportsCentre.png");
    background-repeat: no-repeat;
    top: 190px;
}

div.kite {
    position: absolute;
    width: 337px;
    height: 577px;
    background-image: url("images/kite.png");
    background-repeat: no-repeat;
    z-index: 3;
}

div.fence {
    position: absolute;
    background-image: url("images/Fence.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 160px;
    z-index: 4;
}

div.railing {
    position: absolute;
    background-image: url("images/Railing.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 115px;
    top: 200px;
    z-index: 2;
}

div.aberavonRailing {
    background-image: url("images/AberavonFence.png");
    background-repeat: repeat-x;
    height: 118px;
    top: 180px;
}

div.floodLight {
    position: absolute;
    background-image: url("images/FloodLight.png");
    background-repeat: no-repeat;
    background-position-x: 200px;
    width: 100%;
    height: 455px;
    z-index: 3;
}


div.grassFar {
    position: absolute;
    top: 435px;
    height: 30px;
    left: 0;
    width: 100%;
    background-image: url("images/GrassFar.png");
    background-repeat: repeat-x;
    z-index: 4;
}

div.grassClose {
    position: absolute;
    top: 450px;
    height: 30px;
    left: 0;
    width: 100%;
    background-image: url("images/GrassClose.png");
    background-repeat: repeat-x;
    z-index: 5;
}

div.track {
    position: absolute;
    top: 435px;
    height: 45px;
    left: 0;
    width: 100%;
    background-image: url("images/track.png");
    background-repeat: repeat-x;
    z-index: 5;
}

div.foreground {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
}

div.closeup {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

div.chairman {
    position: absolute;
    top: 330px;
    left: 800px;
    width: 80px;
    height: 145px;
    z-index: 6;
}

div.chairman img {
	height: 100%;	
}

div.headCoach {
    position: absolute;
    top: 340px;
    left: 800px;
    width: 80px;
    height: 145px;
    z-index: 6;
}

div.headCoach img {
	height: 100%;	
}

div.changingRoomCharacter {
    position: absolute;
    top: 330px;
    left: 300px;
    width: 61px;
    height: 145px;
    z-index: 6;
}

div.changingRoomCharacter2 img {
	height: 100%;	
}

div.changingRoomCharacter2 {
    position: absolute;
    top: 330px;
    left: 600px;
    width: 50px;
    height: 145px;
    z-index: 6;
}

div.changingRoomCharacter img {
	height: 100%;	
}


div.presenter {
	position: absolute;
    top: 265px;
    left: 850px;
	background-image: url("images/people/Presenter.png");
    width: 370px;
    height: 210px;
    z-index: 6;
}

div.bookcase {
	position: absolute;
    top: 300px;
    left: 500px;
	background-image: url("images/bookcase.png");
    width: 180px;
    height: 160px;
    z-index: 6;
}

div.clock {
	position: absolute;
    top: 265px;
    left: 300px;
	background-image: url("images/clock.png");
    width: 215px;
    height: 150px;
    z-index: 6;
}

div.clothes {
    position: absolute;
    top: 330px;
    left: 800px;
    background-image: url("images/clothes.png");
    width: 464px;
    height: 160px;
    z-index: 6;
}

div.santas {
	position: absolute;
    top: 300px;
    left: 600px;
	background-image: url("images/santas.png");
    width: 342px;
    height: 160px;
    z-index: 6;
}

form.registrationForm legend {
	color: #f3d809;
	font-weight: bold;
	margin-bottom: 10px;
}

form.registrationForm fieldset {
	border: solid 3px #f3d809;
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
}

form.registrationForm label {
	display: block;
	float: left;
	clear: left;
	font-size: 0.8em;
	line-height: 0.8em;
	margin-bottom: 2px;
}

form.registrationForm input[type="text"] {
	display: block;
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 100%;
}

form.registrationForm input[type="checkbox"] {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

form.registrationForm label.checkBoxLabel {
	float: left;
	margin-bottom: 10px;
	display: block;
	width: 85%;
	line-height: 1.2em;
	clear: none;
}

form.registrationForm select {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

form.registrationForm .terms {
	font-size: 0.8em;
	line-height: 1em;	
}

form.registrationForm .button {
	padding: 20px;
	background-color: #555;
	text-align: right;
}

div.tables {
    position: absolute;
    top: 390px;
    left: 200px;
    background-image: url("images/TablesCommittee.png");
    width: 650px;
    height: 179px;
    z-index: 6;
}

div.icon {
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 8;
}

div.quoteIcon {
	background-image: url("images/IconQuoteOff.png");	
}

div.quoteIcon:hover, div.quoteIcon.highlight {
	background-image: url("images/IconQuoteOn.png");	
}

div.questionIcon {
	background-image: url("images/IconQuestionOff.png");	
}

div.questionIcon:hover, div.questionIcon.highlight {
	background-image: url("images/IconQuestionOn.png");	
}

div.chairmanIcon {
    top: 310px;
    left: 770px;
}

div.headCoachIcon {
    top: 310px;
    left: 880px;
}

div.presenterIcon {
	top: 250px;
	left: 820px;
}

div.historyIcon {
	top: 240px;
	left: 480px;
}

div.aboutIcon {
	top: 280px;
	left: 640px;
}

div.clockIcon {
	top: 280px;
	left: 490px;
}

div.kitIcon {
	top: 320px;
	left: 760px;
}

div.committee1Icon {
	top: 0px;
	left: 0px;
}

div.committee2Icon {
	top: -10px;
	left: 440px;
}

div.committee3Icon {
	top: -30px;
	left: 510px;
}

div.committee4Icon {
	top: 0px;
	left: 190px;
}

div.committee5Icon {
	top: -20px;
	left: 630px;
}

div.committee6Icon {
	top: 30px;
	left: 120px;
}

div.committee7Icon {
	top: 20px;
	left: 350px;
}

div.committee8Icon {
	top: 0px;
	left: 40px;
}

div.paySantaIcon {
	top: 450px;
	left: 550px;
}

div.santaSponsorsIcon {
	top: 450px;
	left: 550px;
}

div.fiveKDetailIcon {
	top: 450px;
	left: 550px;
}

div.earth {
    position: absolute;
    top: 480px;
    height: 200px;
    left: 0;
    width: 100%;
    background-image: url("images/Earth.png");
    background-repeat: repeat;
    z-index: 9;
}

div.navigation {
    position: absolute;
    z-index: 10;
    top: 520px;
    left: 50px;
    width: 100%;
    height: 50px;
}

div.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.navigation li {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    height: 40px;
}

div.navigation li a {
    display: block;
    height: 40px;
    text-decoration: none;
}

div.navigation li span {
    color: #663;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
	width: 100px;
    display: block;
    padding: 0 0 0 15px;
    float: left;
    background-image: url("images/NavPage.png");
	background-repeat: no-repeat;
	background-position: left;
}

div.navigation li.current span {
    background-image: url("images/NavPageCurrent.png");
    color: #000;
}

div.navigation li.link:hover span {
    background-image: url("images/navpagehover.png");
}

div.pageNavigation { 
}

div.pageNavigation div.next {
    position: absolute;
    top: 200px;  
    z-index: 20;
    right: 50px;
    width: 60px;
    height: 60px;
}


div.pageNavigation div.previous {
    position: absolute;
    top: 200px;  
    z-index: 20;
    left: 50px;
    width: 60px;
    height: 60px;
}

div.pageNavigation a {
    display: block;
    width: 60px;
    height: 60px;
}

div.pageNavigation div.next {
    background-image: url("images/NavRight.png");
}

div.pageNavigation div.next:hover {
    background-image: url("images/NavRightHover.png");
}

div.pageNavigation div.previous {
    background-image: url("images/NavLeft.png");
}

div.pageNavigation div.previous:hover {
    background-image: url("images/NavLeftHover.png");
}

div.pageNavigation span {
    display: none;
}

div.logo {
    position: absolute;
    top: 20px;
    left: 50px;
    height: 116px;
    width: 200px;
    z-index: 7;
}

div.logo img {
	width: 200px;
	height: 116px;
}

div.content {
    position: absolute;
    top: 20px;
    left: 300px;
    width: 370px;
    z-index: 20;
    line-height: 1.4em;
    color: #666;
}

div.contentBody {
}

div.content div.aboutPage {
    color: #444;
}

div.content div.timesPage {
    color: #ccc;
}

div.content div.timesPage h2 {
    color: #f3d809;
}

div.content div.committeePage {
    color: #fff;
}

div.content div.committeePage h2 {
    color: #844;
}

div.content div.merchandisePage {
	color: #000;
}

h1 {
	display: none;
}

h2 {
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #822;
}

h3 {
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #822;
}

div.popup {
    position: absolute;
    top: 150px;
    left: 250px;
    width: 500px;
    margin: 0;
    padding: 30px;
    background-color: rgba(255,255,255,0.5);
    color: #444;
    z-index: 30;
    border-radius: 30px;
    display: none;
}

div.aboutPopup, div.historyPopup {
	width: 600px;
}

div.popupContainer {
	padding: 20px;
	background-color: #fff;
}

div.popupInnerContainer {
	padding-right: 20px;
}

div.popupContents {
    position: relative;
	padding: 0;
    background-color: #fff;
	max-height: 400px;
	overflow: hidden;		
    line-height: 1.4em;	
}

div.popupContents img.portrait {
	width: 100px;
	height: 100px;
	float: right;
	display: block;
	padding: 20px 0 20px 20px;
}

div.popupContents img.landscape {
	width: 440px;
	display: block;
	padding: 20px 0 20px 0;
}

div.popup .close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: solid 10px rgba(255,255,255, 0.5);
    cursor: pointer;
	z-index: 31;
}

div.popup .close span {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 30px;
    background-color: #fff;
    font-size: 30px;
    color: #666;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

div.popup .close:hover {
    border-color: rgba(255,255,255,0.3);
}

div.popup .close:hover span {
    color: #000;
}

div.blackout {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 30;
    display: none;
}

#copyright {
	display: none;
}

.event .description {
	display: none;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
