html { height: 100%; }
body {
	height: 100%; width: 100%;
	background-color: rgb(246,246,246);
	margin: 1px 0px 0px;
	padding: 0px;
}

body, form, input, textarea {
	font-family: Tahoma,Geneva,Arial,sans-serif;
}

img { border: 0px none; }

#page {
	width: 966px;
	margin: 0px auto;
	border: 3px solid rgb(102,102,102);
	border-width: 0px 1px;
	min-height: 100%;
	background-color: rgb(255,70,70);
	position: relative;
}
	* html #page { height: 100%; }

	#page div.topBox {
		width: 100%; height: 2em;
		background-color: rgb(102,102,102);
	}
	#footer {
		width: 966px; height: 1em;
		background-color: rgb(102,102,102);
		position: absolute;
		bottom: 0px;
		clear: both;
	}
		#footer p {
			font-size: 0.7em;
			text-align: center;
			margin: 0px;
		}
			#footer p, #footer p a {
				color: rgb(153,153,153);
			}

h1, h2, h3, h4, p, form label, ul, fieldset.security div {
	/*color: rgb(255,255,0);*/
	color: rgb(255,255,255);
}
	div.content p { color: rgb(0,0,0); }

p, h2, h3, h4 { padding: 0px 25px; }
p a { color: rgb(255,192,0); }

div.legal { font-size: 0.7em; }

ul.horiz {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px; padding: 0px;
}
	ul.horiz li {
		display: block; float: left;
		margin: 0px; padding: 0px;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		text-align: center;
		white-space: nowrap;
		line-height: 200%;
		width: auto;
	}
		ul.horiz li a {
			height: 100%; width: auto;
			position: relative;
			color: rgb(255,255,255);
			padding: 0px 15px;
			font-size: 0.8em;
			text-decoration: none;
			display: block;
		}
			ul.horiz li a:hover {
				background-color: rgb(204,204,0);
				color: rgb(0,0,0);
			}


.clear { clear: both; }

a img {
	border: none;
}

form {
	font-size: 0.8em;
}
form.logon {
	width: 310px;
	margin-left: auto; margin-right: auto;
}
	form fieldset {
		border: rgb(102,102,102) 1px solid;
		clear: both;
		margin: 0px;
		padding: 0px;
	}
		form fieldset legend {
			font-weight: bold;
			line-height: 1.1em;
			margin: 0px;
			padding: 0px 5px;
		}
	form div {
		display: block;
		margin: 2px 0px 0px;
		padding: 1px 3px;
		clear: both;
	}
		form div label {
			display: block;
			float: left;
			margin: 0px;
			padding: 3px 5px;
			text-align: right;
			width: 125px;
		}
		form div input, form div select, form div textarea {
			font-size: 0.9em;
			margin: 0px;
			padding: 1px;
			width: 160px;
		}
		form div input.inputCheckbox, form div input.inputRadio {
			width: auto;
			vertical-align: middle;
			height: 14px; width: 14px;
			border-width: 0px;
			padding: 0px;
			display: inline;
		}

.center {
	text-align: center;
}

div.events {
	width: 425px;

	margin: 0px auto;
}




*html .green .content, *html .green .t, *html .green .b, *html .green .b div {
	background:transparent url(images/box_grn.gif) no-repeat scroll right top;
}
.green .content, .green .t, .green .b, .green .b div {
	background:transparent url(images/box_grn.gif) no-repeat scroll right top;
}

*html .blue .content, *html .blue .t, *html .blue .b, *html .blue .b div {
	background:transparent url(images/box_blu.gif) no-repeat scroll right top;
}
.blue .content, .blue .t, .blue .b, .blue .b div {
	background:transparent url(images/box_blu.gif) no-repeat scroll right top;
}

*html .pink .content, *html .pink .t, *html .pink .b, *html .pink .b div {
	background:transparent url(images/box_pin.gif) no-repeat scroll right top;
}
.pink .content, .pink .t, .pink .b, .pink .b div {
	background:transparent url(images/box_pin.gif) no-repeat scroll right top;
}

*html .orange .content, *html .orange .t, *html .orange .b, *html .orange .b div {
	background:transparent url(images/box_org.gif) no-repeat scroll right top;
}
.orange .content, .orange .t, .orange .b, .orange .b div {
	background:transparent url(images/box_org.gif) no-repeat scroll right top;
}

.dialog {
	margin: 0px auto 5px 16px;
	width: 425px;
	position: relative;
	z-index:1;
}
.dialog .content, .details {
	padding: 10px 0.5em 0px 0px;
	position: relative;
	font-size: 0.9em;
	text-align: center;
}
.dialog .content p {
	margin: 5px 0px 0px;
	padding: 0px;
}
.dialog .t {
	background-position: left top;
	height: 100%;
	left: 0px;
	margin-left: -16px;
	position: absolute;
	top: 0px;
	width: 16px;
}
.dialog .b {
	position: relative;
	width: 100%;
}
.dialog .b, .dialog .b div {
	font-size: 1px;
	height: 16px;
}
.dialog .b {
	background-position: right bottom;
}
.dialog .b div {
	background-position: left bottom;
	margin-left: -16px;
	position: relative;
	width: 16px;
}

.dialog a {
	color: rgb(0,0,240);
}


.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.fCenter, div.venueCenter .fLeft {
	margin: 0px auto;
	float: none;
}

div.venueRow, div.venueCenter {
	margin: 0px auto;
	width: 900px;
	clear: both;
	position: relative;
}

p.moreInfo {
	text-align: right;
	font-size: 0.8em;
}
	p.moreInfo a {
		color: rgb(1255,255,255);
		font-weight: bold;
	}


div.details {
	padding: 0px 30px;
}

div.bookingContainer p { text-align: center; font-size: 0.9em; }

#calendar { text-align: center; }
table.calendar {
    margin: 0px auto;
    vertical-align: top;
}
    table.calendar td {
        vertical-align: top;
    }
    table.month {
        width: 196px;
        table-layout: fixed;
        font-size: 11px;
        line-height: 20px;
        border: 2px solid rgb(255,255,255);
    }


table.calendar td.pink {
	background: url(images/box_pin_s.gif) no-repeat;
}
table.calendar td.green {
	background: url(images/box_grn_s.gif) no-repeat;
}
table.calendar td.orange {
	background: url(images/box_org_s.gif) no-repeat;
}