@charset "utf-8";
/* CSS Document */

body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
	}

p {
	font-size:0.8em;
	}
	
h1 {
	font-size: 1.5em;
	}

a:link, a:active, a:visited, a:hover {
	color:#3a3af6;
	}

	
table {
	border-collapse: collapse;
	}

td {
	padding: 1px 5px;
	margin: 0px;
	vertical-align:top;
	}

table#signup tr td {
	text-align:left;
	}
	
table#menu {
	width: 90%;
	}

table#menu tr td a:link, table#menu tr td a:active, table#menu tr td a:visited, table#menu tr td a:hover {
	color: #fff;
	}

table#menu tr td {
	vertical-align: middle;
	text-align:center;
	height:25px;
	font-size:0.8em;
	}
	
table#menu tr td.link {
	background-color: #CB6C18;
	}

table#menu tr td.linksub {
	background-color: #B22115;
	text-align:middle;
	font-size:0.7em;
	}
	
table#menu tr td.logsign {
	background-color: #FA4905;
	}
	
table#menu tr td.blank {
	height: 4px;
	}

td.red {
	background-color: #B22115;
	height: 5px;
	}

td.blankside {
	width: 1%;
	}

ul#topnav {
	margin: 0;
	padding:0;
	}

ul#topnav li {
	display: inline;
	border-left: 2px solid #BB8A09;
	padding:0 3px 0 5px;
	margin:0;
	font-size:0.8em;
	}

table#topnav ul li a:link, table#topnav ul li a:active, table#topnav ul li a:visited, table#topnav ul li a:hover {
	color: #fff;
	}

table#content {
	background-color: #B22115;
	}

td.content {
	background-color: #fff;
	color: #000;
	width:75%;
	}
	
td.content2 {
	background-color: #fff;
	color: #000;
	width:100%;
	}

td.video {
	text-align:center;
	vertical-align: middle;
	width:25%;
	}

#welcome {
	background-color: #000;
	color: #fff;
	text-align:center;
	height:25px;
	}

#weltxt {
	color:#CB6C18;
	}

#welcome a:link, #welcome a:active, #welcome a:visited, #welcome a:hover {
	color: #fff;
	}
	
#title {
	background-color:#B22115;
	color:#fff;
	text-align:center;
	}

td#topnavtd {
	text-align:center;
	background-color:#FA4905;
	vertical-align:middle;
	height:25px;
	}
	
td#topnavtd a:link, td#topnavtd a:active, td#topnavtd a:visited, td#topnavtd a:hover {
	color: #fff;
	}
	
table#userbookings {
	font-size:0.8em;
	}
	
table#events {
	font-size:0.8em;
	width:100%;
	}

td.remove {
	text-align:right;
	font-size:0.8em;
	}
	
td.remove a:link, td.remove a:visited, td.remove a:hover, td.remove a:active{
	text-align:right;
	color:red;
	}

.month {
	text-align: center;
	background-color:#ffdfca;
	}

a img {
  	border:none;
	}
	
#logininputuser {
	padding:206px 0 0 2px;
	margin:0;
	}
	
#logininputpass {
	padding:20px 0 0 2px;
	margin:0;
	}

p.pagination {
	font-size:0.8em;
	text-align:center!important;
	padding-top:10px;
	}

#pscroller1{
	width: 170px;
	height: 450px;
	border: 1px solid white;
	padding: 4px;
	background-color: #CB6C18;
	}
