/* Resets*/
	div, body, html, h1, h2, table, th, td, iframe, form, p
	{
		padding: 0px;
		margin: 0px;
		border: 0px;
	}
/*Basic Styles*/
	body
	{
		background-color: black;
		font-family: "Arial" , Arial, Sans-Serif;
		font-size: 12pt;
		color: white;
	}
	div#main > * + *
	{
		margin-top: 15px;
	}
	div#main div.images + *
	{
		margin-top: 0px;
	}
	div#header
	{
		padding: 0.5em;
		text-align: center;
		letter-spacing: 3pt;
	}
	p
	{
		text-align: justify;
	}
	h1
	{
		font-size: 18pt;
		text-transform: uppercase;
	}
	h2
	{
		font-size: 10pt;
		text-transform: lowercase;
	}
	h3
	{
		font-size: 10pt;
		text-transform: uppercase;
		background: transparent url( "/images/bar.png" ) no-repeat left bottom;
		margin-top: 0;
		margin-bottom: 5px;
	}
	a
	{
		text-decoration: none;
		color: orange;
	}
	
	a:visited
	{
		color: #8F4F00;
	}
	em.block
	{
		font-style: normal;
		font-size: 16pt;
		display: block;
		letter-spacing: 1.5pt;
		text-align: center;
	}
	a#enter
	{
		color: white;
		font-size: 14pt;
		text-transform: uppercase;
		text-align: center;
		line-height: 40px;
		margin: 10px -10px 0px -10px;
		display: block;
		background-color: #A0A0A0;
	}
	img
	{
		border: 0px;
		display: block;
		margin: auto;
	}
	.splash
	{
		letter-spacing: 3pt;
		width: 600px !important;
	}

	div#main .longtext
	{
		overflow:visible;
		background-color: #C0C0C0;
		color: #606060;
		font-size:90%;
		margin: 0;
	}
	
	div#main h3 + .longtext
	{
		overflow:auto;
		max-height:500px;
	}
	
	div#main .longtext ol
	{
		margin:0px;
		padding:5px;
		list-style-position: inside;
		font-weight: bold;
	}
	div#main .longtext ol p
	{
		font-weight: normal;
	}
	div#main .longtext ol  ul
	{
		font-weight: normal;
		list-style-position: outside;
		margin-left:2em;
		padding:0px;
	}
	div#main .longtext ol h4
	{
		font-size: 1em;
		margin-top: 0px;
		margin-bottom: 0.5em;
		display: inline-block;
	}
	div#main .longtext  li
	{
		margin:0px;
		padding: 0px;
	}
	div#main .longtext ol li + li
	{
		font-size: 1em;
		margin-top: 2em;
	}
	
	div#main .longtext ol ul li + li
	{
		margin-top: 1em;
	}
/*Float clearing*/
	br.clear
	{
		height: 0;
		clear: both;
		margin:0;
	}
/*Main Layout*/
	div#wrapper
	{
		background-color: #A0A0A0;
		margin: 10px auto 10px auto;
		padding: 10px;
		width: 90%;
		max-width: 700px;
		min-width: 600px;
	}
	div#main
	{
		background-color: #606060;
		padding: 10px;
		padding-top: 20px;
	}

	div#nav
	{
		margin: 10px -5px 0 0;
		height: 35px;
	}
	div#nav a
	{
		display: block;
		background-color: #808080;
		line-height: 30px;
		padding: 0 10px 0px 10px;
		margin: 0px 5px 5px 0px;
		text-transform: uppercase;
		float: left;
		color: white;
	}
	div#nav a#current
	{
		background-color: #606060;
		margin-bottom: 0px;
		height: 35px;
	}
	div#main:after
	{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/*Image sidebar*/
	div.images
	{
		float: right;
		width: 320px;
		background-color: #808080;
		margin-left: 10px;
		margin-left: 10px;
	}
	div.images.right
	{
		float:left;
		margin-left: 0px;
		margin-right: 10px;
	}
	div.small, div.large
	{
		overflow: hidden;
		margin: 5px;
		background-color: #C0C0C0;
		float: left;
		position:relative;
		
		font-size: 0px;
		text-align: center;
	}
	div.small
	{
		width: 150px;
		height: 150px;
		line-height: 150px;
		cursor:hand;
	}
	div.images div img
	{
		vertical-align: middle;
		max-width: 100%;
		max-height: 100%;
		display: inline;
	}
	div.images div div.caption
	{
		text-transform: lowercase;
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-color: #C0C0C0;
		opacity: 0.8;
		font-size: 9pt;
		line-height: 1em;
		color: #606060;
		padding: 2.5px;
	}
	div.images div.dynamic
	{
		line-height: inherit;
		font-size: inherit;
	}
	div.images div.dynamic img
	{
		vertical-align: inherit;
		max-width: none;
		max-height: none;
		display: block;
	}
	div.large
	{
		width: 310px;
		line-height: 310px;
		height: 310px;
	}
	div.large div.caption
	{
		font-size: 12pt;
	}


/*Forms*/
	form ol
	{
		list-style: none;
		padding: 0px;
		margin: 0 auto 0 auto;
	}
	form ol li
	{
		margin: 0;
		padding: 0px;
		margin-bottom: 5px;
		word-spacing: -1em;
	}
	form ol li *
	{
		word-spacing: normal;
	}
	form ol input, form ol textarea, form ol label, form ol div
	{
		display:inline-block;
		vertical-align: middle;
	}
	form ol input, form ol textarea, form ol button
	{
		width:20em;
	}
	form ol .disabled
	{
		color:#A0A0A0;
	}
	form ol label
	{
		text-align:right;
		width:9.5em; 
		vertical-align: middle;
		margin:0px;
		padding:0px;
		margin-right:0.5em;
	}
	form em
	{
		color: orange;
	}
	form ol div
	{
		margin-left:0.5em;
	}
	form ol div.error
	{
		color: orange;
		font-size: 75%;
	}
	input, textarea, button
	{
		border: 1px solid #A0A0A0;
		padding: 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		font-size: 12pt;
		
		background-color: #C0C0C0;
		font: inherit;
	}

/*Calendar*/
	div#calendar
	{
		text-align: center;
	}
	.ui-datepicker
	{
		background-color: #000000;
	}
	
	.ui-datepicker-inline
	{
		width: auto ! important;
	}
	
	.ui-datepicker td *
	{
		height:100%;
	}
	.ui-datepicker-header 
	{
		background: #C0C0C0 !important;
		border: 1px solid black !important;
	}
	.peak *
	{
		background-color: #FF8080;
		border-color: #FF0000;
		color: #C00000;
	}
	.high *
	{
		background-color: #FFFF80;
		border-color:#FFFF00;
		color: #C0C000;
	}
	.mid *
	{
		background-color: #80FF80;
		border-color:#00FF00;
		color: #00C000;
	}
	.low *
	{
		background-color: #8080FF;
		border-color:#0000FF;
		color: #0000C0;
	}
	.tbc *
	{
		background-color: #C0C0C0;
		border-color:#A0A0A0;
		color: #606060;
	}
	
	.peak div,.high div, .mid div, .low div
	{
		width:20px;
		height:20px;
		border-width: 1px;
		border-style: solid;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*
	.peak.booked *
	{
		background-color: #402020;
		border-color:#400000;
		color: #200000;
	}
	.high.booked *
	{

		background-color: #404020;
		border-color:#404000;
		color: #696969;
	}
	.mid.booked *
	{
		background-color: #204020;
		border-color:#004000;
		color: #696969;
	}
	.low.booked *
	{
		background-color: #696969;
		border-color:#000040;
		color: #696969;
	}
	.tbc*/
	
	.booked *
	{
		background-color: #404040;
		border-color:#303030;
		color: #696969;
	}
	
/*Tables*/
	table
	{
		border-collapse: collapse;
		border-spacing: 0;
	}
	table.vertical tr
	{
		margin-top: 0px;
	}
	table.vertical *+tr
	{
		margin-top: 15px;
	}
	table.vertical td
	{
		vertical-align: top;
	}
	table.vertical th
	{
		white-space: nowrap;
		vertical-align: top;
		text-align: right;
		padding-right: 0.5em;
	}
	table.data
	{
		background-color: #808080;
	}
	table.data tr.header
	{
		background-color: #A0A0A0;
	}
	table.data td,table.data th
	{
		padding:2.5px
	}
	table.data td.date
	{
		width: 10em;
	}
	table.data td input
	{
		width: 100%;
	}
	table.data td.options
	{
		width: 5em;
		text-align:center;
		word-spacing:-1em;
	}
	table.data button
	{
		display: inline-block;
		font-size: 90%;
		padding: 0;
		margin: 0.25em;
		height: 1.5em;
		line-height: 1.5em;
	}
	table.data button.edit
	{
		border: 1px solid #804000;
		color: #804000;
		background-color: #FF8000;
		width:3em;
	}
	table.data button.delete
	{
		border: 1px solid #800000;
		color: #800000;
		background-color: #FF0000;
		width:1.5em;
	}
	table.data button.add
	{
		border: 1px solid #008000;
		color: #008000;
		background-color: #00FF00;
		width:1.5em;
	}
	table.data tr.readonly input
	{
		border: none;
		background-color: transparent;
	}
	table.data tr.deleting 
	{
		background-color: #FF0000;
		border: 1px solid #800000;
	}
	table.data tr.deleting button.delete
	{
		border: 1px solid #800000;
		color: #FF0000;
		background-color: #800000;
	}
	table.data tr.editing
	{
		background-color: #FF8000;
		border: 1px solid #804000;
	}
	table.data tr.editing button.edit
	{
		border: 1px solid #FF8000;
		color: #FF8000;
		background-color: #804000;
	}