body/* CSS Document */
  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* sthis centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #eeeeee;
	background-color: #ffffff;
	background-repeat:repeat;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
}

.menu {
    display:none;
	/*background-image: url(/images/menu-background.png);
	background-repeat: no-repeat;*/
	height: 31px;
	width: 960px;
	background-position: center top;
}

.header {
    display:none;
	background-image:url(/images/header-outside-colour.jpg);
	padding: 0px;
	margin: 0px;
	background-repeat:no-repeat;
	background-position:center top;
	height: 250px;
} 

.container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}

.googlemap {
	color: #000066;
	left: auto;
}

.input {
}



.footer {
	display:none;
	background-color:#FFFFFF;
	padding: 0px;
	width: 100%;
	background-image: url(/images/footer-background-curtain.jpg);
	background-repeat: repeat-x;
	height: 211px;
	margin: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	visibility: hidden;
}

	
.footer A:link {text-decoration: none;
	color:#FFFFFF;
}

.footer A:visited {text-decoration: none;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#eeeeee;}
		
.footer A:active {text-decoration: none;
		color:#FFFFFF;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-weight:400;}
		
.footer A:hover {
	text-decoration: underline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

#container h1 {
	font-family: Tahoma;
	font-size: 18px;
	word-spacing: 0em;
	margin: 0px;
	padding: 0px;
}
.eventtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9D9D;
	width: 200px;
}
.dates {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.datesfield {
	font-size: 14px;
	text-align: center;
}

.tabletitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}
.tabletext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 200px;
	border: 2px outset #0000CC;
	text-align: left;
	vertical-align: top;
}
.tabletextarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 200px;
	width: 400px;
	border: 2px outset #0033CC;
}
.jump {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.img-border {
	    border: 1px solid #4C3C1B;
	    padding: 5px;
	    background-color: #EFEECB;
}

input.button
{
   font-size:16px;
   font-family:Verdana,sans-serif;
   height:26px;
   background-color:#779999;
   background-image:url(http://www.proserpineentertainment.com.au/images/back03.gif);
   border-style:solid;
   border-color:#555555;
   border-width:1px;
}
.table-border-top-left {
	background-image:url(/images/blue-bar-top-left.gif);

}

.table-border-top-middle {
	background-repeat:repeat-x;
	background-image:url(/images/bar-top2.png);
}

.table-border-top-right {
	background-image:url(/images/blue-bar-top-right.gif);
}

.table-border-leftright {
	border-left:5px #1100FC solid;
	border-right:5px #1100FC solid;
}

.table-border-bottom-left {
	background-image:url(/images/blue-bar-bottom-left.gif);
}

.table-border-bottom-right {
	background-image:url(/images/blue-bar-bottom-right.gif);
}

.table-border-bottom-middle {
	background-image:url(/images/blue-bar-bottom.gif);
}

form {
   display:none;
}

.guide-title {
	padding-top:5px;
	vertical-align:middle;
	width:450px;
	height:25px;
	text-align:center;
	font-size:16px;
	color:#FFFF99;
}

.guide-description {
   text-align:left;
   font-size:14px;
   font-family:Verdana;
}

.guide-date {
	text-align:center;
	color:#005555;
}

.guide-title-print {
	display:inline;
	font-size:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.guide-clicktosee {
	display:none;
}

.FontLowColor {
  display:none;
}

P { display:none;}

.footer-table { display:none;}
.print-button {
	display: none;
}

