@charset "utf-8";

/* Generic built-in styles */

.vr
{
	width: 0px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	float: left;
	display: inline-block;
	border-left-width: 1px;
	border-left-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}

.vrbase
{
	position: fixed;
	bottom: 0px;
	left: 10px;
	width: 0px;
	height: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	float: left;
	display: inline;
	border-left-width: 2px;
	border-left-color: #DF9C00;
	margin: 0px;
	padding: 0px;
}

a.LinkButton {
  border-style: solid;
  border-width : 1px 1px 1px 1px;
    background: lightblue; 
  text-decoration : none;
  padding : 4px;
  border-color : #000000
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	padding-left: 10px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 5px;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2, h3, h4 {
	margin-top: 8px;
	margin-bottom: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 210%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 130%;
}

a img {
	border: none;
}

img {
	-moz-box-shadow: 2px 2px 4px 1px #555;
	-webkit-box-shadow: 2px 2px 4px 1px #555;
	box-shadow: 2px 2px 4px 1px #555;
}

img.noshadow {
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

img.ticket {
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: bottom;
	display: inline-block;
}

img.ticket:hover {
	background-color: transparent;
}

img.button {
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: -2px;
}

.page .icon {
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	vertical-align: sub;
}

.flushleft {
	margin-left: 0px;
	padding-left: 0px;
}

a:link {
	color: #414958;
	text-decoration: none;
}

a:visited {
	color: #99FF33;
	text-decoration: underline;
}

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #000;
}

.container {
	width: 100%;
	min-width: 600px;
	background-color: #FBFDFB;
	float: none;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	line-height: 1.4;
}

.container .page {
	width: 100%;
	top: 134px;
	position: absolute;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%,
rgba(255,255,255,1) 57%, rgba(206,202,190,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)),
color-stop(100%,rgba(206,202,190,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1)
0%,rgba(255,255,255,1) 57%,rgba(206,202,190,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1)
0%,rgba(255,255,255,1) 57%,rgba(206,202,190,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1)
0%,rgba(255,255,255,1) 57%,rgba(206,202,190,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1)
0%,rgba(255,255,255,1) 57%,rgba(206,202,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#ffffff', endColorstr='#cecabe',GradientType=0 );
	z-index: -1;
	padding-top: 10px;
}

.container .page .topbkgd {
/*	height: 150px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background: rgb(233,234,232);
	background: -moz-linear-gradient(top,  rgba(233,234,232,1) 0%,
rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%,rgba(233,234,232,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(233,234,232,1)
0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(233,234,232,1)
0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(233,234,232,1)
0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(233,234,232,1)
0%,rgba(255,255,255,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#e9eae8', endColorstr='#ffffff',GradientType=0 );
	z-index: -1;*/
}

.container .title-image {
	position: absolute;
	top: 4px;
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .5;
	right: 100px;
}

.container .banner {
	margin-left: -2px;
	color: #FFFFFF;
	background-color: #927B38;
	height: 30px;
	width: 800px;
	padding-top: 6px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 2px;
}

.container .banner2 {
	margin-left: -2px;
	color: #FFFFFF;
	background-color: #990000;
	height: 40px;
	width: 600px;
	padding-top: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.container .panel {
	width: 600px;
}

.container .bkgd-title {
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	left: 220px;
	top: 10px;
}

.container .bkgd-graphic {
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	left: 0px;
	top: 4px;
	opacity: 0.7;
}

.container .wide_photo img {
	margin-top: 50px;
	margin-left: 20px;
}

.header {
	background-color: #FFFFFF;
	font-size: x-large;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 100px;
	background-image: url(images/Waves.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

.header .title {
	width: 800px;
	position: absolute;
	left: 130px;
	padding: 0px;
	margin: 0px;
	top: 5px;
}

.header .city {
	font-size: 63%;
	width: 800px;
	position: absolute;
	color: #999999;
	margin-top: 65px;
	margin-left: 520px;
}

.header .URL {
	font-size: 45%;
	width: 400px;
	position: absolute;
	color: #80806A;
	margin-top: 70px;
	margin-left: 10px;
}

.header .image_right {
	position: absolute;
	right: 10px;
	top: 9px;
	opacity: 0.6;
}

.header .hdr_sidebar {
	height: 94px;
	width: 200px;
	float: left;
	clear: both;
	background-image: url(images/sidebar_bkgd.jpg);
	z-index: 99;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	opacity: .7;
}

.header .hdr_message {
	font-size: 65%;
	width: 800px;
	position: absolute;
	color: #5F5F5F;
	margin-top: 25px;
	margin-left: 20px;
}

.navbar {
	min-width: 1050px;
	background-color: #EA933D;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	padding-bottom: 6px;
	margin-top: -6px;
	padding-top: 0px;
}

.navbar ul.nav ul {
	list-style-type: none;
}

ul.nav li {
  float:left;
  position:relative;
}

.nav li a .menu.item hr {
	visibility: hidden;
	margin-top: 8px;
	margin-bottom: 4px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC6600;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.nav li:hover a .menu.item hr {
	visibility: visible;
}

ul.nav {
	list-style: none;
	border-left: 1px;
	text-align: left;
	float: left;
}

ul.nav li ul {
  position: absolute;
  z-index: 100;
  visibility: hidden;
}

ul.nav li:hover ul {
  visibility:visible;
}

ul.nav li:hover ul li a {
	background: #ccc;
	color: #000;
	text-align: left;
	display: block;
	width: 7em;
	height: auto;
	list-style-type: none;
	top: 2.1em;
	position: relative;
	left: .5em;
	padding-left: 0.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

ul.nav li:hover ul li a:hover {
  background: #aaa;
  color:#000;
}

ul.nav a, ul.nav a:visited {
	display: block;
	text-decoration: none;
	color: #FFF;
	float: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 15px;
	border-right-color: #C30;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-bottom-style: none;
	border-bottom-color: #066;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFCC00;
	font-weight: normal;
}

/* Secondary navigation bar, for Programme only */

.subnavbarspace {
	min-width: 1050px;
	background-color: #E7D5AB;
	height: 10px;
}

.subnavbar {
	min-width: 1050px;
	background-color: #9D853C;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	margin-bottom: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
}

.subnavbar ul {
	margin-top: -8px;
	list-style-type: none;
	float: left;
	clear: both;
}

.subnavbar ul.nav ul {
	list-style-type: none;
}

.sidebar {
	height: 100%;
	width: 200px;
	float: left;
	clear: both;
	background-image: url(images/sidebar_bkgd.jpg);
	z-index: 99;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.sidebar hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	opacity: 0.5;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sidebar .specialtitle {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 25px;
	color: #513D13;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}

.sidebar .pagetitle {
	font-size: 170%;
	color: #C00;
	padding-bottom: 5px;
}

.sidebar h2 {
	margin-left: 6px;
	padding: 0px;
	margin-right: 5px;
	margin-top: 10px;
	color: #6F5748;
	letter-spacing: .75px;
	font-size: 150%;
}

.sidebar h3 {
	margin-left: 6px;
	padding: 0px;
	margin-right: 5px;
	margin-top: 5px;
	color: #404040;
}

.sidebar h3 a {
	color: #019E38;
}

.sidebar p {
	color: #000;
	padding-left: 10px;
	padding-right: 8px;
	margin-right: 4px;
	margin-left: 0px;
	font-size: 90%;
}

.sidebar a {
	color: #009349;
	font-weight: bold;
}

.sidebar a:hover, .sidebar a:active, .sidebar a:focus {
	color: #FFFFCC;
	font-weight: bold;
}

.sidebar ul li {
	background-color: #FEFEFE;
	list-style-type: none;
	font-weight: bold;
	color: #523D2E;
	width: 175px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
}

.sidebar ul li:hover, .sidebar ul li:active, .sidebar li:focus {
	background-color: #EEFFCC;
	margin-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #899403;
	padding-left: 6px;
	color: #000;
}

.sidebar .festival.list {
	margin-top: 360px;
}

.sidebar .centered {
	margin-top: 15px;
	margin-left: 12px;
	float: left;
}

.sidebar .ButtonArea {
	position: fixed;
	left: 0px;
	bottom: 80px;
}

.sidebar .Button {
	font-size: 110%;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #CF0;
	font-weight: bold;
	font-variant: normal;
	width: 160px;
	text-align: center;
	margin-left: 10px;
	box-shadow: 2px 2px 2px 1px #9B8D75;
	color: #00C;
}

.sidebar .Button2 {
	font-size: 110%;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #FFDE5B;
	font-weight: bold;
	font-variant: normal;
	width: 160px;
	text-align: center;
	margin-left: 10px;
	box-shadow: 2px 2px 2px 1px #9B8D75;
	color: #00C;
}

.sidebar .Button:hover, .sidebar .Button:active, .sidebar .Button:focus {
	color: #FFF;
	background-color: #936;
}

.content {
	width: 80%;
	float: left;
	z-index: -2;
	margin-left: 200px;
}

.content hr {
	margin-top: 15px;
	margin-bottom: -3px;
	border-top-width: 1px;
	border-top-color: #A26A02;
	border-right-color: #A26A02;
	border-bottom-color: #A26A02;
	border-left-color: #A26A02;
	opacity: 0.5;
	border-top-style: inset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content h1, h2, h3, h4 {
	color: darkblue;
	z-index: 9;
}

.content .pageheader {
	width: 700px;
	padding-left: 50px;
}

.content .pagetitle {
	color: #e63;
}

.content p {
	color: #000;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-left: 5px;
	z-index: 9;
}

.content .attention {
	font-weight: bold;
	color: #F00;
}

.content ul, .content ol {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 5px;
}

.content a {
	color: #0000CC;
	text-decoration: none;
	margin-top: 10px;
}

.content a:hover, .content a:active, .content a:focus {
	color: #145100;
	background-color: #FFFFBB;
	padding-top: 2px;
	padding-bottom: 2px;
}

.content .straddle {
	margin-left: 20px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 999;
	position: relative;
}

.content .next {
	margin-left: 15px;
	width: auto;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content .map {
	margin-top: 20px;
	margin-left: 25px;
	box-shadow: 5px 5px 3px #999;
	border: 1px solid #667;
	width: 600px;
}

.container link {
	color: #8000FF;
}

.content table {
	margin-left: 15px;
	background-color: #E9E9E9;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #647973;
	border-right-color: #647973;
	border-bottom-color: #647973;
	border-left-color: #647973;
}

.content .ButtonArea {
	position: fixed;
	top: 145px;
	right: 20px;
}

.content .Button {
	font-size: 110%;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #96d1f8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #0C6;
}

.content .gallery {
	width: 1200px;
	margin-left: 20px;
}

.content .gallery img {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline-block;
	layout-grid: 5;
}

.content .gallery .img {
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.content .gallery .desc {
	font-weight: bold;
	width: 300px;
	font-size: 110%;
	text-align: left;
	padding-left: 15px;
}

.content .photobar {
	width: 45%;
	position: absolute;
	top: 175px;
	right: 160px;
	left: 610px;
	display: inline-block;
}

.content .photobar img {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: inline-block;
	layout-grid: 5;
}

.content .photobar .img {
	height: 150px;
	width: 160px;
	float: left;
}

.content .photobar .desc {
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}


/* Footer */

.footer {
	background-color: #50584E;
	font-size: 10px;
	height: 50px;
	width: 100%;
	padding-bottom: 10px;
	bottom: 0px;
	left: 0px;
	float: left;
}

.footer p {
	color: #FFF;
	margin: 0px;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.footer .copyright {
	position: relative;
	height: 60px;
	width: 260px;
	float: left;
}

.footer .credits {
	height: 60px;
	float: left;
}

.footer .footernav {
	height: 60px;
	padding-left: 0px;
	padding-right: 20px;
	float: left;
}

.footer .credits p a {
	color: #FFC;
}

.footer .donate {
	clear: both;
	float: right;
	margin-top: -60px;
}

.footer ul {
	float: left;
	font-size: 13px;
	color: #FFF;
	margin-top: 12px;
	height: 20px;
	z-index: 99;
	letter-spacing: .5px;
	font-weight: normal;
}

.footer ul li {
	display: inline;
	float: left;
	color: #FFF;
	padding-right: 6px;
	padding-left: 6px;
	height: 20px;
}

.footer ul li a {
	color: #FFF;
}

.footer ul li a:hover {
	color: #FF6262;
}

.Button a {
	color: #fff;
}

.Button a:hover {
	color: #555;
}

.Button:hover {
	border-top-color: #a2d613;
	background: #a2d613;
}


/* Common styles */

.PhotoTop {
	right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: right;
}

.PhotoMiddle {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	margin-left: 20px;
}

.PhotoBottom {
	bottom: 0px;
	right: 0px;
	margin-top: 50px;
	text-align: right;
}

#plain-table
{
	text-align: left;
	border-collapse: collapse;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

#box-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-left: 20px;
}

#box-table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
	background-color: #E4E4E4;
}

#box-table td
{
	padding: 8px;
	border-bottom: 2px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
	background-color: #E5E5E5;
}

#box-table tr:hover td
{
	color: #039;
	background-color: #F2F1D0;
}

.OverlayGraphic {
	position: fixed;
	top: 160px;
	right: 20px;
	opacity: 0.8;
	z-index: 9;
}

.OverlayGraphic2 {
	opacity: 0.8;
	z-index: 9;
	clear: both;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
}

.OverlayGraphic3 {
	opacity: 0.8;
	z-index: 9;
	clear: both;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
}

.site_table {
	padding: 0px;
	float: left;
	height: 165px;
	width: 220px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	-moz-box-shadow: 2px 2px 4px 1px #555;
	-webkit-box-shadow: 2px 2px 4px 1px #555;
	box-shadow: 2px 2px 4px 1px #555;
}

/* Forms: */

form {
	margin-left: 0px;
	padding-top: 7px;
}

form .total {
	color: #FFFFFF;
	margin-bottom: 20px;
	background-color: #000044;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-top: 20px;
	width: 80%;
    
}


form #name {
	width: 20em;
}

form #firstname {
	width: 12em;
	text-align: left;
}

form #lastname {
	width: 12em;
	text-align: left;
}

form #address1 {
	width: 20em;
}

form #address2 {
	width: 8em;
}

form #postal {
	width: 6em;
}

form #email {
	width: 15em;
	text-align: left;
}

form #phone {
	width: 12em;
	text-align: left;
}

form #order1, #order2, #order3, #order4, #order5, #order6, #order7, #order8, #order9 {
	width: 4em;
	background-color: #eeeeee;
}

form .note {
	width: 60em;
	text-align: left;
	color: #AC2D02;
}

form p {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}

form label
{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.8em;
	display: block;
	color: #003399;
}

form input {
	background-color: #E9E7E0;
	text-align: right;
	/* width:6em; */
}

form input:active, form input:hover, form input:focus {
	background-color: #FFF;
}

form .Event
{
	font-size: 110%;
	color: black;
	margin-top: 6px;
    margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: -8px;
	width: 98%;
	background-color: #F08000;
}

form .PassEvent  
{
	font-size: 110%;
	color: #101010;
	margin-top: 6px;
    margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: -8px;
	width: 98%;
	background-color: #BA9C74;
}

form .OnlineEvent
{
	font-size: 110%;
	color: black;
	margin-top: 6px;
    margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: -8px;
	width: 98%;
	background-color: #DABC94;
}

form .OnlineNonFNEvent
{
	font-size: 110%;
	color: white;
	margin-top: 6px;
    margin-bottom: 2px;
	background-color: #228822;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: -8px;
	width: 98%;
}

form .SpecialEvent
{
	font-size: 110%;
	color: white;
	margin-top: 6px;
    margin-bottom: 2px;
	background-color: #119911;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: -8px;
	width: 98%;
}

form .TitleEvent
{
	font-size: 120%;
	color: darkblue;
	margin-top: 8px;
    margin-bottom: 2px;
	background-color: transparent;
    padding-top: 2px;
	padding-bottom: 2px;
	margin-left: -16px;
	width: 100%;
}

form .PastEvent
{
	font-size: 100%;
	color: #888;
	margin-top: 6px;
    margin-bottom: 2px;
	background-color: #875A48;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: -8px;
	width: 98%;
}

form .NonFNEvent
{
	font-size: 110%;
	color: #FFC;
	margin-top: 6px;
    margin-bottom: 2px;
	background-color: #115511;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-left: -8px;
	width: 98%;
}

.submit input
{
	margin-top: 1.5em;
	margin-left: 4em;
	background-color: #FEDF96;
	font-size: 110%;
	font-weight: bold;
	color: #530000;
	height: 2.2em;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-radius: 6px;
}

fieldset
{
	margin-left: 20px;
	border: 1px none #781351;
	width: 50em;
	padding-right: 20px;
	background-color: #DDDED1;
	background-image: url(images/seamlesstexture24_1200.jpg);
	background-repeat: repeat;
	box-shadow: 3px 3px 3px #999;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

legend
{
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
}

div.fixed {
  position: fixed;
  top: 400;
  right: 0;
  width: 100px;
  border: 3px solid #73AD21;
  background-color: antiquewhite;
  text-align: center;
}