body {
	margin: 0;
	padding: 0;
	background-color: #e5e5e5;
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 100%; /** For IE */
	font-family: arial, helvetica, sans-serif;
	text-align: center; /* for IE */
}

html>body {
	font-size: 16px; /** IE can’t read this */
}

/*body,input,textarea,th,td,select {
	font-family: "Bitstream Vera Sans", Verdana, Helvetica;
}*/
h1,h2,h3,h4,h5,h6 {
	
}

.feedback {
	color: red;
}

div#page {
	margin: 0;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

.header {
	margin: 0;
	background-image: url( images/header.png );
	background-repeat: no-repeat;
	background-position: left top;
	height: 122px;
	width: 900px;
	font-family: Arial, Verdana;
}

.header_large {
	margin: 0;
	background-image: url( images/header_large.png );
	background-repeat: no-repeat;
	background-position: left top;
	height: 147px;
	width: 900px;
	font-family: Arial, Verdana;
}


div#header table {
	width: 100%;
	padding: 0px;
	border: none;
}

div#header td,div#header tr {
	margin: 0;
	padding: 0;
	border: none;
}

div#header td {
	width: 50%;
}

#header_top {
	
}

#header_bottom {
	margin-top: 8px;
}

#header_top #login {
	margin-top: 50px;
	text-align: right;
}

#login p {
	margin: 0;
	padding: 0;
	padding-right: 28px;
	color: white;
	font-size: 0.8em;
}

#header_bottom #menu1 {
	padding-left: 20px;
}

#header_bottom #menu2 {
	padding-right: 20px;
}

.menu {
	color: white;
	font-size: 0.8em;
}

.menu ul {
	padding: 0;
	margin: 0;
}

.menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu a,.menu em {
	margin: 0;
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
}

.menu em {
	display: block;
	font-style: normal;
	border-bottom: 2px solid #ffff00;
}

#menu1 {
	
}

#menu1 li {
	float: left;
}

#menu1 a,#menu1 em {
	
}

#menu2 a,#menu2 em {
	
}

#menu2 li {
	float: right;
}

#menu3 {
	padding-left: 55px;
	padding-top: 10px;
}

#menu3 li {
	float: left;
}

.menu .last,.menu .last em {
	border: none !important;
}

a {
	color: #ec9300;
	text-decoration: none;
}

a:link,a:visited {
	
}

a:hover,a:active {
	color: orange;
}

#header a {
	color: white;
	text-decoration: none;
}

#header a:link,#header a:visited {
	
}

#header a:hover,#header a:active {
	color: orange;
}

div#main {
	width: 900px;
}

div#footer {
	clear: both;
	padding: 0;
	margin: 0;
	text-align: right;
	margin-right: 16px;
}

#footer a {
	color: grey;
	font-size: 11px;
}

#footer p {
	margin: 0;
	padding: 0;
	color: grey;
	font-size: 11px;
}

div#main_frame {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 10px;
	border: 1px solid grey;
	background-color: white;
}

div#content {
	padding: 5px;
}

div#content table.fullwidth {
	width: 856px;
}

div#content th {
	font-size: 0.8em;
	background-color: orange;
}

div#content td {
	font-size: 0.8em;
	text-align: left;
}

div#content td.paid {
	background-color: #006600;
	color: white;
}

div#content td.paidWaitingList {
	background-color: #A9C7A5;
	color: white;
}

div#content td.notPaidWaitingList {
	background-color: #D6A9A4;
	color: white;
}

div#content td.notPaid {
	background-color: #990000;
	color: white;
}

div#content h2 {
	font-weight: normal;
	font-size: 1.2em;
	color: black;
	margin: 0;
	paddig: 0;
	margin-bottom: 6px;
	margin-top: 6px;
	border-bottom: 1px dotted orange;
}

div.selections {
	border-bottom: 1px solid grey;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div.pager {
	border-bottom: 1px solid grey;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

label,input,select,textarea,.labelhelp {
	margin: 0;
}

.select_label {
	font-size: 0.8em;
}

input,select,textarea {
	border: 1px solid grey;
	font-size: 0.8em;
}

.formError {
	color: red;
}

div.guestbook_entry {
	border: 1px dashed orange;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

div#content div.guestbook_entry h2 {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	border: none;
}


div.news_entry {
	border: 1px dashed orange;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

div#content div.news_entry h2 {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	border: none;
}

.date {
	margin: 0;
	font-family: monospace;
	font-size: 0.9em;
	font-style: italic;
}

.important {
	font-weight: bold;
	color: red;
}
