/************************************
* Element Styles
************************************/
html,body {
	margin: 0;
	padding: 0;
	border: none;
	min-height: 100%;
}

html {
	width: 100%;
}

body {
	font-family: Georgia, sans-serif;
	font-size: medium;
	background-color: transparent;
}

img {
	border-style: none;
}

/************************************
* General Styles
************************************/
.instructions {
	font-weight: bold;
	font-style: italic;
}

a.nounderline {
	text-decoration: none;
}

/************************************
* Content Styles
************************************/
div.maincontent {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-height: 100%;
}

.message {
	font-family: Arial, monospace;
	font-weight: bold;
	font-style: italic;
	color: red;
	background-color: white;
}

/************************************
* Image Styles
************************************/
img.logo {
	width: 20em;
	height: auto;
}

/************************************
* Booking Form Styles
************************************/
div.bookingtitle {
    width: 100%;
}

div.bookingtitle div.text {
    text-align: left;
    float: left;
}

div.bookingtitle div.text p {
    font-size: x-large;
}

div.bookingtitle div.text small {
    font-size: x-small;
}

div.bookingtitle div.logo {
    float: right;
}

div.bookingtitle div.bottom {
    clear: both;
}

table.bookingform {
    border-style: outset;
    border-color: black;
    border-width: thin;
    width: 100%;
}

table.bookingform label.header {
    font-weight: bold;
}

table.bookingform td.instructions {
    text-align: center;
}

span.badge {
    font-weight: bold;
}

