
/* Default links */

a:link {
color: #252525;
text-decoration: none;
}
a:visited {
color: #252525;
text-decoration: none;
}
a:hover {
color: #252525;
}
a:active {
color: #252525;
}

/* Default text */

body {
  font-size: 12px;
  font-family: tahoma,arial;
  color:#252525;
  margin: 0 0 0 0;
  background-color: #32517F;
  background-image: url(/images/bg.gif);
  background-repeat: repeat-x;
  background-position: center top;
}


/* ------------MAIN BOOKING SCHEME------------ */

/* Booking Progress Sidebar */

ul.sidebar {
	color:#bbbbbb;
	list-style-type: square;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	margin-left: 10px;
	padding-left: 10px;
}

table.sidebar {
  background-color:#f5f5f5;
  border: 1px solid;
  border-color:#999999;
}

/* Form Combo boxes */

select.black {
  font-family: tahoma,arial;
  font-size: 13px;
  font-weight: normal;
  position:relative;
  height:22px;
}

/* Form Text boxes */

input.black {
  font-family: tahoma,arial;
  font-size: 13px;
  font-weight:normal;
  padding-left:3px;
  height:22px;
}

textarea.black {
  font-family: tahoma,arial;
  font-size: 13px;
  font-weight:normal;
  padding-left:3px;
}

/* Background colour */

table.background {
  background-color:#ffffdd;
}

/* Infoheader - Help box at top of booking pages */

table.infoheader {
  border-width:1px;
  border-style: solid;
  border-color: #999999;
  background-color:#ffffff;
}

td.infoheader {
  line-height: 14pt;
  font-family: tahoma,arial;
  font-size: 8pt;
  font-weight: bold;
}

/* ---------- END MAIN BOOKING SCHEME --------- */







/* Filter out all following when possible */

hr{
color:#6699CC;
}

.pagetitle
{
font-family: tahoma,arial;
font-size: 12px;
font-weight:bold;
color:#434343;
}

.infotext
{
font-family: tahoma,arial;
font-size: 11px;
color:#000000;
}

.menutext{
font-family: tahoma,arial;
font-size: 12px;
font-weight: bold;
margin-left: 5px;
text-decoration: none;
}
.menutext a:link{
color:#FFFFFF;
text-decoration: none;
}
.menutext a:visited{
color:#FFFFFF;
text-decoration: none;
}
.menutext a:hover{
color:#ebebeb;
}

table{
font-size: 12px;
font-family: tahoma,arial;
}

.footertext{
color:#FFFFFF;
font-family: tahoma,arial;
font-size: 11px;
text-decoration: none;
}
.footertext a:link{
color:#FFFFFF;
text-decoration: none;
}
.footertext a:visited{
color:#FFFFFF;
text-decoration: none;
}
.footertext a:hover{
color:#bbbbbb;
}
.bookingstage{
color:#000000;
font-family: tahoma,arial;
font-size: 12px;
text-decoration: none;
}