
/* 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: arial,tahoma;
  background-color: #32517F;
  color:#252525;
  background-image: url(/images/bg.gif);
  background-repeat: repeat-x;
  background-position: center top;
  margin: 0 0 0 0;
}


select{
  height:22px;
}


table {
  font-size: 12px;
  font-family: arial, tahoma;
  color:#252525;
}


table.background {
  background-color:#ffffff;
}





/* Blue Header - Large Width*/
tr.blueheader_large {
  background: url(/images/tables/large_blue.gif);
  color: #ffffff;
}

tr.blueheader_large td {
  height: 30px;
  width: 590px;
  font-size: 14px;
  font-family: arial,tahoma;
  font-weight: bold;
}

/* Blue Header - Large Width*/
tr.blueheader_med {
  background: url(/images/tables/med_blue.gif);
  color: #ffffff;
}

tr.blueheader_med td {
  height: 30px;
  width: 402px;
  font-size: 14px;
  font-family: arial,tahoma;
  font-weight: bold;
}

/* Blue Table - Full Width*/
tr.blueheader_full {
  background: url(/images/tables/full_blue.gif);
  color: #ffffff;
}

tr.blueheader_full td {
  height: 30px;
  width: 768px;
  font-size: 14px;
  font-family: arial,tahoma;
  font-weight: bold;
}



/* Infobox */
tr.infobox_large {
  background: url(/images/tables/large_top.gif);
}

tr.infobox_large td {
  height: 8px;
  width: 590px;
  font-size: 10px;
  font-family: arial,tahoma;
  font-weight: bold;
}




tr.infobox_full {
  background: url(/images/tables/full_top.gif);
}

tr.infobox_full td {
  height: 8px;
  width: 778px;
  font-size: 10px;
  font-family: arial,tahoma;
  font-weight: bold;
}


/* Generic Grey Large Width footer */
tr.footer_large_grey {
  height: 8px;
  background: url(/images/tables/large_bottom_grey.gif); 
}

/* Generic Yellow Large Width footer */
table.footer_large_yellow {
  height: 8px;
  background: url(/images/tables/large_bottom_yellow.gif);
  width: 590px; 
}

/* Generic Yellow Medium Width footer */
table.footer_med_yellow {
  height: 8px;
  background: url(/images/tables/med_bottom_yellow.gif);
  width: 402px; 
}

table.backbox_yellow {
  border-left: 1px solid #DDD21D;
  border-right: 1px solid #DDD21D;
  background: #FFFFE3;
  width: 590px;
}

table.backbox_yellow_med {
  border-left: 1px solid #DDD21D;
  border-right: 1px solid #DDD21D;
  background: #FFFFE3;
  width: 402px;
}

/* Generic Full Width footer */
tr.footer_full {
  height: 8px;
  background: url(/images/tables/full_bottom.gif); 
}



/* ------------MAIN BOOKING SCHEME------------ */

/* Booking Progress Sidebar */

ul.sidebar {
	color:#bbbbbb;
	list-style-type: square;
	font-family: arial,tahoma;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 10px;
	padding-left: 10px;
}

table.sidebar {
  background-color:#ffffff;
  border: 2px solid;
  border-color:#000000;
}



/* Infoheader - Help box at top of booking pages */

table.infoheader {
  border-width:2px;
  border-style: solid;
  border-color: #000033;
  background-color:#ffffff;
}

td.infoheader {
  line-height: 14pt;
  font-family: arial,tahoma;
  font-size: 8pt;
  font-weight: bold;
}

/* ---------- END MAIN BOOKING SCHEME --------- */







/* Filter out all following when possible */

hr{
color:#6699CC;
}

.pagetitle
{
font-family: arial,tahoma;
font-size: 12px;
font-weight:bold;
color:#434343;
}

.infotext
{
font-family: arial,tahoma;
font-size: 11px;
color:#000000;
}

.menutext{
font-family: arial,tahoma;
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;
}



.footertext{
color:#FFFFFF;
font-family: arial,tahoma;
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: arial,tahoma;
font-size: 12px;
text-decoration: none;
}