body {
	font-family: Arial, serif;
	font-size: 10.5px;
	line-height: 1.7em;
	padding: 5px;
	margin: 0;
	color: #373737;
}

.heading {
  font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
}

.subheading {
  font-weight: bold;
  font-size: 1.4em;
	line-height: 1.2em;
}

p {
	margin: .5em 0 1em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #4274B9;
}
a:hover {  
	text-decoration: underline; 
	color: #E29C9B;
}
table.data thead td, table.data thead th { font-weight: bold; text-align: left; }
table.data tbody td {
  border-top: 1px solid #ccc;
}
table.data tr td {
  background-color: #edd;
}
table.data tr.alt td {
  background-color: #eee;
}
table.data tr:hover td {
  background-color: #ccc;
}

h1 {
  font-size: 1.6em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0.2em 0;
}

h3, li.title {
  font-size: 1.2em;
	text-transform: uppercase;
	font-size: 0.9em;
}
 
p, ul, ol {
	padding:0 0 10px 0;
}
 
ul {
	margin-left: 10px;
	padding-left: 10px;
}
ul, ol, li {
	list-style-type: disc !important;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
  margin: 2px;
  font:1em arial, helvetica, sans-serif;
}

input, textarea {
  border: 1px #ddd solid;
  background-color: #eee;
}

form.form input {
  width: 300px;
}

input.submit {
  padding: 1px 6px;
  border: #000 solid 1px;
  background: #ccc;
}

textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
color: #555;
}

div.form-row {
  padding: 2px;
  clear: left;
}

div.form-row label {
  display: block;
  width: 200px;	
  margin-right: 10px;
  text-align: right;
  float: left;
}

div.form-row span {
  margin-left: 70px;
  display: block;
}

div#bookings label {
  width: 85px !important;
}

.form_error
{
  padding-left: 85px;
  color: #d8732f;
}

/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrapper {
  width: 990px;
  margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.relative      { position: relative; }