@charset "utf-8";
/* CSS Document */

#events_introduction {
	margin: 0px;
}
#buttons {
	width: 990px;
	height: 40px;
}
#buttons a:link, #buttons a:visited {
	color: #FFF;
	background-color: #2E4C77;
	text-decoration: none;
}
#buttons a:hover {
	color: #000;
	background-color: #FFFFFF;
}
.return_button {
	float: left;
	width: 250px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
	background-color: #2E4C77;
}

#booking_symbol a:link, #booking_symbol a:visited  {
	padding: 4px;
	background-color: #060;
	height: 50px;
	width: 50px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	display: block;
	background-image: url(images/book_image_ring.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
#booking_symbol a:hover {
	background-image: url(images/book_image_green.gif);
	background-color: #900;
	height: 50px;
	width: 50px;
	display: block;
}
#update_table a:link, #booking_symbol a:visited  {
	margin: 0px;
	padding: 0px;
	background-color: #060;
	height: 50px;
	width: 50px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	display: block;
	background-image: url(images/Update_circle.gif);
}
#update_table a:hover {
	background-image: url(images/Update_solid_circle.gif);
	background-color: #900;
	height: 50px;
	width: 50px;
	display: block;
}

#booking_contents {
	height: 400px;
	width: 690px;
	border: 10px solid #900;
	padding: 10px;
}

#no_booking_contents {
	height: 300px;
	width: 500px;
	border: 10px solid #900;
	padding: 0px;
	font-size: 3em;
	color: #900;
	text-align: center;
}
#admin_contents {
	
}
a img {
	border: none;
}


.no_display {
	visibility: hidden;
}
.payline {
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

#message {
	font-size: 1.5em;
	font-weight: bold;
	color: #F00;
}
#thankyou {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	width: 600px;
}
#client_table {
	width: 800px;
	margin-left: 50px;
}
#client_table tr .delete_booking {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
}
.return {
	text-decoration: none;
	margin-bottom: -15px;
	margin-top: 10px;
}
#contents h3 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.long_box {
	width: 250px;
}
#booking_contents h2 {
	color: #FFF;
	background-color: #900;
}
.red_text {
	font-size: 1.1em;
	font-weight: bold;
	color: #F00;
}
