/* Stylesheet TA ColorFull */

body {
  background: #fff;
  /*color: #767676;*/
  color: #000;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  padding: 0;
  margin: 0;
  text-align: center;
}

font {
	font-size: 13px;
}
table font {
	font-size: 12px;
}

#wrap {
  margin: 0 auto;
  width: 890px;
  text-align: left;
}

/* Links */

a {
  text-decoration: none;
  color: #06c;
}

a:hover {
  text-decoration: underline;
}

td, th {
  vertical-align: top;
}

/* Images */

img {
  border: none;
}

/* Headlines */
h2 {
  padding: 0 0 14px 0;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 3px solid #D4D4D4;
  color: #767676;
}

#left h2 {
  color: #767676;
  border-bottom: 3px solid #fff;
}

h4 {
  padding: 0;
  margin: 0;
}

.sidebar h4 {
  border-bottom: 2px solid #d4d4d4;
  padding: 3px;
  padding-left: 0;
}

#route h4 {
  color: #06c;
  clear: left;
}

p {
  /*color: #767676;*/
  color: #000;
}

h5 {
  padding: 0;
  margin: 0;
  margin-top: 3px;
  font-size: 12px;
  clear: left;
}

/* Head */

#head ul {
  padding: 0;
  margin: 60px 0 0 0;
  float: right;
  text-align: right;
  list-style: none;
}

#head .address {
  padding: 0;
  margin: 30px 0 0 10px;
  float: left;
  font-size: 12px;
}

#head ul li {
  float: left;
  margin: 0 0 0px 15px;
  padding-left: 15px;
  background: #fff url(/img/star.blue.png) no-repeat;  
  height: 15px;
  line-height: 15px;
}

#head ul li a {
  /*color: #767676;*/
  color: #000;
  font-size: 12px;
}

#head img {
  float: left;
  padding: 30px 0 8px 20px;
}

/* Mainnav */

#mainnav {
  padding: 0 0 2px 0;
  border-top: 3px solid #D4D4D4;
  margin: 0;
  clear: both;
  width: 100%;
  height: 60px;
  background: #06c no-repeat;
}

#mainnav ul {
  /*width: 165px;*/
  background: #fff;
  float: left;
  margin-top: -2px;
  padding: 0;
  border-right: 1px solid #06c;
}

#mainnav ul li {
  border-bottom: 2px solid #EAEAE4;
  list-style: none;
  padding: 0;
  padding-left: 21px;
  padding-right: 8px;
  background: #fff url(/img/bg.cf.nav.png) no-repeat;
  border-left: 1px solid #06c;
  float: left;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}

#mainnav ul li.active {
  border-bottom: 2px solid #DB0006;
}

#mainnav ul li a {
  display: block;
  /*height: 20px;
  //line-height: 20px;
  color: #767676;*/
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}

/* Offers */

#offer #sf {
  padding: 0 2px;
  margin-top: 10px;
}

/* No Offers */

#no-offer {
  margin: 2px 0 0 0;
  height: 100px;
}

#no-offer img {
  padding-top: 3px;
}

#no-offer #sf {
  padding: 0 2px;
}

/* Left */

#left {
  width: 285px;
  float: left;
  margin: 30px 10px 10px 0;
}

#left ul {
  padding: 0;
  margin: 0;
  margin-top: -5px;
}

#left ul li {
  list-style: none;
  margin-right: 0;
  /*background: url(/img/bg.cf.left.png) no-repeat #06c;*/
  padding-left: 0;
  margin-top: 2px;
}

#left ul li:hover, #left ul li.sub:hover, #left ul li.active {
  /*background: url(/img/bg.cf.left.png) no-repeat #DB0006 !important;*/
}

#left ul li.sub {
  list-style: none;
  margin-left: 20px;
  margin-right: 0px;
  /*background: url(/img/bg.cf.left.png) no-repeat #06c;*/
  padding-left: 0px;
  margin-top: 2px;
}

#left ul li a {
  height: 20px;
  display: block;
  line-height: 20px;
  padding-left: 40px;
  background: url(/img/bg.cf.left.png) no-repeat #39f 0px 0px;
  /*background: #39f;*/
  color: #fff;
}

#left ul li a.active {
  background: url(/img/bg.cf.left.png) no-repeat #06c 0px -20px;
  color: #fff;
}


#left ul li a:hover {
  background: url(/img/bg.cf.left.png) no-repeat #06c 0px -20px;
  color: #fff;
  text-decoration: none;
}

a.request, a.request:link, a.request:hover {
  color: #c00 !important;
  font-weight: bold;
}

a.aa {
  background: url(/img/bg.cf.left.png) no-repeat #c00 0px -20px !important;
}

#center {
  float: left;
  width: 286px;
  margin: 30px 10px 10px 2px;
}

.center {
  float: left;
  width: 329px;
  margin: 0 0 10px 2px;
  padding: 0;
}

#content, #error {
  float: right;
  width: 592px;
  margin: 30px 0 10px 2px;
}

#error h2 {
  color: #e5351c;
}

#right {
  float: right;
  width: 295px;
  margin: 30px 0 10px 2px;
}

.right {
  float: right;
  width: 256px;
  margin: 0 0 10px 2px;
}

.doubleLeft {
  width: 39%;
  float: left;
  margin-top: 0;
}

.doubleLeft p {
  margin-top: 0;
}

.doubleRight {
  width: 60%;
  float: right;
}

/* Foot */

#foot {
  text-align: center;
  padding-top: 12px;
  border-top: 1px solid #EAEAE4;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

/* Disable everything that is just for printing */
.print {
  display: none;
}

/* Classes */

.blue {
  color: #06c;
}

/* Homepage News/Reports */

.image {
  width: 110px;
  float: left;
}
.image img, .hotels td img, img.border {
  border: 2px outset #39f;
  /*border: 1px solid #D4D4D4;*/
}

.more {
  clear: both;
  text-align: right;
  padding: 0;
  margin: 0;
}

/* Rate */

.rate {
  border-collapse: collapse;
  clear: both;
  width: 325px;
  margin-top: 5px;
}

table.rate {
  border-bottom: 1px solid #06c !important;
}

.transfer {
  border-collapse: collapse;
  clear: both;
  margin-top: 5px;
}

.transfer .weekday {
  width: 400px;
}

.rate .roomtype {
  white-space: nowrap;
}

.rate .weekday {
  width: 40px;
}

.rate td, .rate th, .transfer td, .transfer th, .carrental_town td, .carrental_town th {
  padding: 2px;
  white-space: nowrap;
  color: #000;
}

.rate .period, .transfer .period {
  border: 1px solid #06c;
  background: #06c;
  color: #fff;
  text-align: center !important;
  font-size: 12px;
  width: 180px;
  font-weight: bold !important;
}

.rate .textCenter, .transfer .textCenter {
  border: 1px solid #06c;
  text-align: center !important;
}

.transfer .textLeft {
  border: 1px solid #06c;
}

.rate .label, .transfer .label {
  border: 1px solid #06c;
}

.rate .even, .transfer .even, .carrental_town .even {
  background: #F5FAFF;
}

.rate .odd .transfer .odd, .carrental_town .odd {
  background: #E1F0FF;
}

.rate .evenGrey, .transfer .evenGrey, .carrental_town .evenGrey, .evenGrey {
  background: #FAFAFA;
  width: 45px;
}

.rate .oddGrey, .transfer .oddGrey, .carrental_town .oddGrey, .oddGrey {
  background: #EDEDED;
  width: 45px;
}

.rate .price, .transfer .price {
  padding-left: 10px;
  padding-right: 10px;
}

.hotels .price, span.price {
  font-size: 120%;
}


/* Vacationrate */

.vacrate {
  border-collapse: collapse;
  width: 150px;
}
s
.vacrate td, .vacrate th {
  padding: 2px;
  white-space: nowrap;
}

.vacrate .evenGrey {
  background: #FAFAFA;
  border: 1px solid #06c;
}

.vacrate .oddGrey {
  background: #EDEDED;
  border: 1px solid #06c;
}

.vacrate .label {
  border: 1px solid #06c;
  background: #06c;
  color: #fff;
}

/* Article */
.desc {
  float: left;
  margin-right: 5px;
  margin-bottom: 15px;
}

p.text {
  margin-left: 265px;
}

.desc img {
  border: 3px outset #39f;
}

.article {
  clear: both;
}

.article .date {
  margin-bottom: 0; 
  padding: 0;
}

.article h3 {
  margin: 0; 
  padding: 0;
}

h3.normal {
	font-weight: normal;
	font-size: 100%;
}

/* General */
.textRight {
  text-align: right !important;
}

.textLeft {
  text-align: left !important;
}

.textCenter {
  text-align: center !important;
}

.teaser {
  border: 3px outset #39f;
}

.caption {
  font-style: italic;
  margin-top: 3px;
  display: block;
}

.clearBoth, .c {
  clear: both;
}

.contact td {
  white-space: nowrap;
  padding: 2px;
}

.shortteaser {
  margin-left: 110px;
}

.noborder {
  border: none !important;
}

.hotel {
  border: 1px solid white;
}

.dottedLine {
  clear: both;
  /*border-bottom: 1px dotted #D4D4D4;*/
}

.hotels {
  clear: both;
  width: 100%;
}

.hotels td {
  width: 25%;
  padding: 2px;
}

.hotels td.dotted {
  /*border-bottom: 1px dotted #D4D4D4;*/
}

#sidebar {
  float: right; 
  margin-left: 10px;
  width: 200px; 
  display: none;
}

.sidebar {
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px double #06c;
}

.sidebar table {
  padding: 0;
  margin: 0;
}

.sidebar table td, .sidebar table th {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
}

.sidebar table td.price {
  white-space: nowrap;
  font-weight: bold;
  text-align: right;
  padding-left: 5px;
}

.sidebar table th {
  text-align: left;
}

.sidebar td small {
  display: inline;
}

.sidebar small {
  margin-top: 5px;
  display: block;
}

.floatLeft {
  float: left;
  width: 48%;
}

.floatRight {
  float: right;
  width: 48%;
}

.catImage p {
  margin-bottom: 5px;
}

.catImage .desc {
  margin-top: 0;
}

.sidebar p.image {
  float: none;
}

.route-image {
  float: left;
  padding-right: 10px;
}

#vacRate {
  clear: both;
}

#vacRate .cell {
  width: 200px;
  float: left;
}

#vacRate p {
  padding: 0;
  margin: 0;
}

#vacRate table {
  /*border-bottom: 1px dotted #d4d4d4;*/
  margin-bottom: 5px;
  margin-top: 5px;
  width: auto;
}

#vacRate table th {
  font-weight: normal;
  text-align: left;  
  width: 200px;
}

#vacRate table td.value {
  font-weight: bold;
  text-align: right;
  width: 100px;
}

.fontNormal {
  font-weight: normal;
}

.description {
  /* margin-left: 110px; */
}

/* overLib */

#overDiv {
  position: absolute; 
  visibility: hidden; 
  z-index: 1000;
}

.no-margin {
  margin-top: 0;
}

.flex, .carrental, .mhprice {
  border-collapse: collapse;
}

.oneway {
  border-collapse: collapse;
}

.oneway th, .flex th, .carrental th, .mhprice th {
  text-align: left;
  background: #06c;
  color: #fff;
  padding: 2px 5px;
  border: 1px solid #ccc;
}

.flex th, .flex td {
  width: 30px;
  text-align: center;
}

.oneway td, .flex td {
  padding: 2px 5px;
  text-align: center;
  border: 1px solid #ccc;
}

.carrental td, .mhprice td, .mhprice th {
  text-align: center;
  border: 1px solid #ccc;
}

.mhprice th.nowrap {
	white-space: nowrap;
}

.mhprice td {
  width: 80px;
}

.carrental th, .carrental td {
  font-size: 10px;
}

.oneway td.empty {
  background: #06c;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
	}
	
kbd {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  margin
  -bottom: 2px;
}

.alamo {
  font-weight: bold;
  color: #000080;
}

.avis {
  font-weight: bold;
  color: #f00;
}

td.avis, td.alamo {
  font-weight: normal;
}

.carrental_town th {
  border: 1px solid #06c;
  background: #06c;
  color: #fff;
  text-align: left;
}

.carrental_town {
  width: 100%;
}

.crrate {
  font-size: 12px;
  border-collapse: collapse;
}

.crrate tr.evenGrey td, .crrate tr.oddGrey td {
  border: 1px solid #06c;
  white-space: nowrap;
}

.red {
  color: #f00;
}

.traveldate {
  white-space: nowrap;
}

.bold {
  font-weight: bold;
}

label.label, span.label {
  display: block; 
  float: left;
  width: 150px;
}

textarea {
  width: 100%;
  border: 1px solid #06c;
}

input, select {
  border: 1px solid #06c;
}

fieldset {
  /*border: 1px dotted #D4D4D4;*/
}

legend {
  font-weight: bold;
}

.mandatory {
  color: #800;
  font-weight: bold;
}

.error {
  color: #e5351c;
  font-weight: bold;
}

.book {
  padding-top: 10px;
  padding-bottom: 10px;
}

.permnav {
  padding-top: 10px !important;
}


/* Definition List */
dt {
	font-weight: bold;
    vertical-align: top;
	width: 150px;
	display: block;
	float: left;
	line-height: 15px;
}

dd {
    vertical-align: top;
	margin-left: 150px;
	line-height: 15px;
}

/* Canada */

#content .canada .image img, #content .canada  .hotels td img, #content .canada img.border {
  border: 2px outset #e1000c;
}

#content .canada a {
	color: #e1000f;
}

#content .canada table.rate {
  border-bottom: 1px solid #e1000c !important;
}

#content .canada .rate .period, #content .canada .transfer .period {
  border: 1px solid #e1000c;
  background: #e1000c;
}

#content .canada .rate .textCenter, #content .canada .transfer .textCenter {
  border: 1px solid #e1000c;
}

#content .canada .transfer .textLeft {
  border: 1px solid #e1000c;
}

#content .canada .rate .label, #content .canada .transfer .label {
  border: 1px solid #e1000c;
}

.flagimg {
	float: right;
	margin-top: -10px;
}

#ehoi {
	width: 120%;
	border: none;
	height: 600px;
}

#field_email_repeat, #field_email {
	display: none;
}
#email_repeat, #occupation {
	display: block;
}
		.large {
			font-size: 150%;
		}

.vacation-extra {
	border-collapse: collapse;
}

.vacation-extra td {
	padding: 2px;
	border: 1px solid #06c;
}

.vacation-extra-period {
	width: 338px;
}
.vacation-extra-rate {
	width: 62px;
}
