/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
body {
	background-image: url(../images/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-size: 7pt;
	color: #666666;
}

#navigation{
	margin: 0;
	padding: 0;
}
#navigation ul{
	margin: 0;
	padding: 0;
	list-bullet-style: none;
}
#navigation ul li{
	margin: 0;
	padding: 0;
}

/* Form styles */
#bookingForm {
	position: absolute;
	left: 190px;
	top: 177px;
	width: 500px;
}

table.Content {
	height: 100%;
	width: 100%;
}
.menuContent {
	vertical-align: top;
	width: 1%;
}
.mainContent {
	vertical-align: top;
	width: 99%;
	padding-right: 10px;
	padding-bottom: 10px;
}
.header {
	background-color: #DB995F;
	background-position: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu01 {
	font-size: 13px;
	background-color: #DB995F;
	color: #FFFFFF;
	width: 150px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 10px;
}
.menu01:hover {
	color: #D2232A;
	background-color: #EFD0B5;
}
.menu02 {
	font-size: 13px;
	background-color: #E8BC95;
	color: #FFFFFF;
	width: 150px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 10px;
	text-indent: 20px;
}
.menu02:hover {
	color: #D2232A;
	background-color: #EFD0B5;
}
.menuSelected {
	font-size: 13px;
	color: #D2232A;
	background-color: #E8BC95;
	width: 150px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 10px;
}
.menu02Selected {
	font-size: 13px;
	color: #D2232A;
	background-color: #E8BC95;
	width: 150px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 10px;
	text-indent: 20px;
}
.HomeText {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	width: 626px;
	padding-left: 30px;
	padding-top: 10px;
}
a {
	color: #D2232A;
	text-decoration: none;
}
a:hover {
	color: #DB995F;
	text-decoration: underline;
}
li {
	padding-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: D2232A;
	padding: 10px;
	width: 150px;
}
.tariff {
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2232A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D2232A;
	border-right-color: #D2232A;
	border-left-color: #D2232A;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	color: #993399;
}
.quote {
	width: 626px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.tariffTitle {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #DB995F;
}
.tariffDate {
	font-family: Arial, Helvetica, sans-serif;
}
.tariffBooked {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #993399;
	color: #FFFFFF;
	border: 1px solid #D2232A;
}

/* Form styles */

/* Form CSS */


form {
    margin: 0 0 20px 0;
    padding: 0;
	background-color: #FFFFFF;
	width: 500px;
}

form div table  {
	margin: 0px;
	padding: 0px;
}
form div table tr {
	margin: 0px;
	padding: 0px;
}
form div table tr td {
	padding: 5px;
	margin: 0px;
}
form div table td.heading {
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #777777;
	background-color: #D69A68;
}
form div table tr td.label {
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
form div table tr td.field {
	width: 300px;
	text-align: baseline;
}
form div table tr td.important {
	border: 1px dotted #D69A68;
	background-color: #eeeeee;
	padding: 10px;
}

form fieldset {
    clear: both;
    float: left;
    margin: 10px 0;
	border: 2px solid #D69A68;
	width: 550px;
}
form fieldset.hidden {
    border: 0;
}
form fieldset legend {
	padding: 4px;
	border: 2px solid #D69A68;
	white-space: normal;
	font-weight: bold;
	font-size: 10px;
}
form fieldset ol {
    margin: 0;
    padding: 0;
	list-style: none;
}
form fieldset li {
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}
form label {
    margin: 0 0 0 5px;
}

form label.element {
    display: block;
    float: left;
    width: 200px;
    padding: 0;
    margin: 10px 0 10px 0;
    font-weight: bold;
	font-size: 10px;
    text-align: right;
}
form input, form textarea, form select {
	padding: 3px;
	border: 1px solid #999;
}
form input, form textarea, form select {
    width: auto;
}
form input{
}
form textarea {
    overflow: auto;
	width: 300px;
}
form br {
    clear: left;
}
form div.element {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}
form li.reqnote {
    font-size: 80%; 
    margin: 5px 0 0 10px;
}
form span.error, form span.required {
    color: red;
}
form div.error {
    border: 1px dotted #D69A68;
    padding: 5px;
	background-color: #eee;
}
.flashing {
	color: #FF0000;
	text-decoration: blink;
}
