﻿.hidden { display: none; }
.noDisplay { display: none; }
.clear { clear: both; }
.error { color: Red; }
.bold { font-weight: bold; }
.noBorder { border: 0px; }
.noBorder td { border: 0px; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

img { border: 0px; }

.searchField .destSearch { width: 190px; background: #fff url('../Images/search.gif'); background-position: right; background-repeat: no-repeat; font-size: 18px; }
.searchField .dateSearch { width: 90px; background: #fff url('../Images/DatePicker.gif'); background-position: right; background-repeat: no-repeat; font: normal bold 11px arial; padding: 3px 0px; cursor: pointer; margin-right: 8px; }
.searchField .searchButton { margin-top: 15px; width: 120px; background-color: #485C5A; color: #fff; font-weight: bold; }

.currencySelector { text-align: right; }
.currencySelector span { cursor: pointer; color:#009CCA; font-weight:bold }
.currencyDisplay { color:#000; font-size:13px }

.table100 {border:0px}
.table100 td {border:0px; padding-right:3px !important; margin:0px}
.bookingButton2 {
     background-color: green;
	 color:#FFF;
     border-style: outset;
     border-width: 2px;
     border-radius: 10px;
     border-color: beige;
     font: bold 14px;
     min-width: 10em;
     padding: 6px;
 }