* { /* the following rules make FF and Chrome include border, 
	margin and padding when setting the size of an element.*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background: url(../images/backgrounds/body_bg.png) repeat-x;
	font-family: Verdana, "DejaVu Sans";
	cursor: default; *
	text-align: center;
	/*used to center div in IE, the immediately following div then sets text-align: left;*/
	margin: 0;
}

ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	display: inline;
	padding: 0;
	margin: 0;
}

a img {
	/* disable the borders that FF puts by default on images inside links */
	border: medium none;
}

.fullWidth {
	width: 100%;
}

.textAlignCenter {
	text-align: center;
}

.textAlignRight {
	text-align: right;
}

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.displayNone {
	display: none;
}

.displayBlock {
	display: block;
}

.hidden {
	visibility: hidden;
}

.noBorder {
	border: medium none !important;
}

.whiteSpaceNoWrap {
	white-space: nowrap;
}

.tfLink {
	color: #4EADFD;
}

.tfBoldText {
	font-weight: bold;
}

.tfBox-button-big-text {
	font-size: 14px;
}

.tfBox-button-small-text {
	font-size: 10px;
}

.tfBox-smallText {
	font-size: 10px;
}

.tfBox-standardText {
	font-size: 11px;
}

.tfBox-standardBiggerText {
	font-size: 12px;
}

.tfBox-titleText {
	font-size: 15px;
}

.tfBox-bigText {
	font-size: 23px;
}

.tfBox-standardInputText {
	font-size: 11px;
}

.greyText {
	color: #7A7A7A;
}

.redText {
	color: red;
}

.greenText {
	color: green;
}

a {
	text-decoration: none;
	color: #1B5872;
}

a:hover {
	color: #298Cb6;
}

.tfClickableText {
	color: #1B5872;
	outline: medium none;
}

.tfClickableText-over {
	color: #298Cb6 !important;
}

.tfClickableText-outerHeader-over {
	color: black !important;
}

.tfTextWithTooltip {
	border-bottom: 1px dotted #1B5872;
}

.tfButton {
	cursor: pointer;
	outline: medium none;
}

.tfCheckBox input {
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.displayInline {
	display: inline;
}

.singleLine {
	line-height: 0px;
	height: 1px;
}

.tfCloseButton {
	width: 21px;
	height: 21px;
	background: url(../images/buttons/btn_close.png) no-repeat;
}

/* date text box */
.tfDateTextBox-calendar {
	float: left;
	width: 15px;
	height: 16px;
	background: url(../images/icons/icn_calendar.png);
	margin-top: 1px;
	margin-left: -21px;
}

/* suggest box */
.gwt-SuggestBoxPopup {
	z-index: 221;
}

.gwt-SuggestBoxPopup .item {
	color: #424242;
	cursor: default;
}

.gwt-SuggestBoxPopup .item-selected {
	background: #daf5fe;
}

.gwt-SuggestBoxPopup .suggestPopupContent {
	background: white;
	border: 1px solid #3e6a8d;
}

.gwt-SuggestBoxPopup .suggestPopupContent table {
	font-size: 12px;
}

.gwt-SuggestBoxPopup .suggestPopupTop {
	display: none;
}

.gwt-SuggestBoxPopup .suggestPopupBottom {
	display: none;
}

.gwt-SuggestBoxPopup .item .itemDecorator {
	height: 3px;
	font-size: 0px;
	width: 100%;
	background: url('../images/backgrounds/bg_dots_pattern.png') repeat-x
		left top;
	background-color: white !important;
}

.gwt-SuggestBoxPopup .item .itemDecorator {
	background-color: white !important;
}

.gwt-SuggestBoxPopup .item .decoratedItem {
	height: 25px;
	padding-left: 40px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #2B7DA0;
}

.gwt-SuggestBoxPopup .item .decoratedItem p {
	margin: 0;
	line-height: 25px;
}

.gwt-SuggestBoxPopup .item .tryTheAddressItem {
	background: url('../images/icons/icn_try_address.png') no-repeat 2px
		center;
	margin-right: 15px;
}

.gwt-SuggestBoxPopup .item .tryTheMapItem {
	background: url('../images/icons/icn_try_map.png') no-repeat 2px center;
	margin-right: 15px;
}

/* static pages */
.formError {
	font-weight: bold;
	font-size: 10pt;
	color: red;
}

.static {
	text-align: left;
	font-size: 10pt;
	color: #565656;
}

.static h1 {
	color: #598A9D;
	font-size: 12pt;
	font-weight: bold;
}

.static h2 {
	font-size: 10pt;
}

.static h3 {
	font-size: 10pt;
	color: #6FA8DC;
}

.static p {
	color: #565656;
	font-size: 10pt;
}

.static input {
	color: #565656;
}

.static .checkbox {
	color: #565656;
	font-size: 10pt;
}

.static #recaptcha_widget_div {
	clear: both;
	margin: 15px 0px;
}

.static .partners {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.static .partnerBox {
	float: left;
	width: 300px;
	padding-bottom: 5px;
}

.static .partnerBox h2 {
	color: #1D607A;
}

.static .partnerBox-left {
	margin-right: 20px;
}

.static .partnerBox div {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

/* registration page */
.static .register .headingText-container {
	float: left;
	width: 100%;
	margin: 10px 0px;
}

.static .register .headingText {
	float: left;
}

.static .register .headingText-withLogo {
	width: 395px;
}

.static .register table td {
	text-align: right;
	vertical-align: middle !important;
}

.static .register .tableWithCellPadding td {
	padding-right: 10px !important;
	padding-bottom: 5px !important;
}

.static .register .leftAlign td {
	text-align: left !important;
}

.static .register .leftAlignCell {
	text-align: left !important;
}

.static .register .firstColumn {
	width: 140px;
}

.static .register .inputWithLeftMargin {
	margin-left: 10px;
}

.static .register .tableWithSelect {
	padding-top: 15px;
}

.static .register .linkWithLeftMargin {
	margin-left: 10px;
}

.static .register .contactDetailsTextInput {
	width: 155px;
}

.static .register .companyOrProductDetailsTextInput {
	width: 200px;
}

.static .register .formError {
	margin-bottom: 20px;
}

.static .contactDivPadding {
	margin-bottom: 10px;
}

.static #technicalContactDiv,#businessContactDiv {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	height: 0px;
	width: 100%;
}

.static .solutionPages-titleText {
	font-size: 20px;
	color: #1D607A;
}

.static .solutionPages-standardText {
	color: #565656;
	font-size: 10pt;
}

.static .solutionPages-navigationBar {
	color: #565656;
	padding-top: 13px;
}

.static .solutionPages-mainSection {
	padding-left: 25px;
	padding-right: 25px;
	background: url(../images/solutions/background/bg_main_section.png)
		no-repeat;
}

.static .solutionPages-title {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
}

.static .solutionPages-mainContent {
	padding-top: 20px;
}

.static .solutionPages-about-agentsSuppliersButtons {
	padding-top: 40px;
}

.static .solutionPages-about-agentsSuppliersButton-element {
	float: left;
	height: 87px;
}

.static .solutionPages-about-agentsSuppliersButton-edge {
	width: 62px;
}

.static .solutionPages-about-agentsSuppliersButton-middle {
	background:
		url(../images/solutions/buttons/btn_agents_suppliers_sprite.png)
		repeat-x 0px -174px;
}

.static .solutionPages-about-agentsButton-left {
	background:
		url(../images/solutions/buttons/btn_agents_suppliers_sprite.png)
		no-repeat 0px 0px;
}

.static .solutionPages-about-agentsButton-right {
	background:
		url(../images/solutions/buttons/btn_agents_suppliers_sprite.png)
		no-repeat -62px -87px;
}

.static .solutionPages-about-suppliersButton-left {
	background:
		url(../images/solutions/buttons/btn_agents_suppliers_sprite.png)
		no-repeat 0px -87px;
}

.static .solutionPages-about-suppliersButton-right {
	background:
		url(../images/solutions/buttons/btn_agents_suppliers_sprite.png)
		no-repeat -62px 0px;
}

.static .solutionPages-about-agentsSuppliersButton-text {
	font-size: 16px;
	font-weight: bold;
	color: white;
	margin-top: 30px;
	width: 130px;
}

.static .solutionPages-about-agentsButton-text {
	text-align: right;
}

.static .solutionPages-about-suppliersButton-text {
	text-align: left;
}

.static .solutionPages ul {
	list-style-image: url(../images/solutions/icons/list_arrow.png);
	padding-left: 30px;
}

.static .solutionPages li {
	display: list-item;
	padding-top: 7px;
}

.static .solutionPages-separator {
	width: 560px;
	height: 16px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.static .solutionPages-separator-top {
	background: url(../images/solutions/background/bg_separator_sprite.png)
		no-repeat 0px 0px;
}

.static .solutionPages-separator-bottom {
	background: url(../images/solutions/background/bg_separator_sprite.png)
		no-repeat 0px -16px;
}

.static .solutionPages-agentsSuppliersSubSectionButtonsGrid {
	width: 100%;
	border-collapse: separate;
	border-spacing: 17px; *
	border-collapse: expression('separate', cellSpacing =          
		                                    
		                 '17px');
}

.static .solutionPages-agentsSuppliersSubSectionButtonsGrid td {
	vertical-align: top;
}

.static .solutionPages-agentsSuppliersSubSectionLink {
	float: left;
	width: 163px;
}

.static .solutionPages-agentsSuppliersSubSectionsMenu {
	border-collapse: collapse;
	margin-top: 52px;
	margin-bottom: 30px;
	width: 100%;
}

.static .solutionPages-agentsSuppliersSubSectionsMenu td {
	padding: 5px !important;
	border: 1px solid #D9D9D9;
}

.static .solutionPages-agentsSuppliersSlideshow {
	
}

.static .solutionPages-agentsSuppliersSlideshow img {
	width: 260px;
	height: 207px;
}

.static .solutionPages-agentsSuppliersSlideshowLink {
	font-size: 8pt;
}

.static .solutionPages-search-refer-table {
	width: 510px;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

.static .solutionPages-search-refer-table td {
	border-width: 1px 1px 0 0;
	border-style: solid;
	padding: 4px !important;
}

/* newsletter */
.tfNewsletter {
	font-size: 12px;
}

.tfNewsletter h3 {
	font-size: 14px;
	margin: 0;
}

.tfNewsletter h2 {
	margin: 10px 0;
	font-size: 11px;
	font-weight: normal;
}

.tfNewsletter .tfTextBox-label {
	font-size: 12px;
	margin: 0;
}

.tfNewsletter .tfTextBox-statusMessage {
	padding: 0;
	margin-right: 17px;
	_margin-right: 9px;
}

.tfNewsletter-statusMessage {
	margin: 7px 0;
}

.tfNewsletter input {
	float: left;
	height: 22px;
	margin: 7px 0;
	width: 260px;
}

.tfNewsletter .button {
	margin: 10px 0;
}

/* common to all pages */
#tfCommon-container {
	margin: 0 auto;
	width: 966px; *
	text-align: left;
}

#tfCommon-container-body {
	float: left;
	width: 100%;
	padding: 0 15px;
	background-color: #FFFFFF;
}

#tfContent {
	float: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#tfHomePage-leftColumn {
	float: left;
	width: 621px;
}

#tfHomePage-rightColumn {
	float: right;
	width: 315px;
	padding-left: 15px;
}

/* header styles */
#tfHeader {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 27px;
	padding-right: 1px;
}

#tfHeader img {
	cursor: pointer;
}

.tfHeader-topSection {
	margin-top: -65px;
	margin-right: 10px;
}

.tfHeader-topSection-link-withSeparator {
	background: url(../images/backgrounds/bg_dotted_separator_header.png)
		no-repeat left;
}

.tfHeader-bottomSection {
	width: 100%;
}

.tfHeader-bottomSection-linksContainer {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.tfHeader-bottomSection-links-edge {
	width: 43px;
	height: 39px;
}

.tfHeader-bottomSection-links-edge-left {
	background:
		url(../images/backgrounds/bg_header_bottom_section_sprite.png)
		no-repeat 0px 0px;
}

.tfHeader-bottomSection-links-edge-right {
	background:
		url(../images/backgrounds/bg_header_bottom_section_sprite.png)
		no-repeat 0px -39px;
}

.tfHeader-bottomSection-links {
	background:
		url(../images/backgrounds/bg_header_bottom_section_sprite.png)
		repeat-x 0px -78px;
	width: 849px;
	height: 39px;
}

.tfHeader-bottomSection-links li {
	border-right: 1px solid #F3F3F3;
	float: left;
	padding: 0 !important;
}

.tfHeader-bottomSection-links a {
	float: left;
	padding: 13px 15px;
	line-height: 13px;
}

.tfHeader-links li {
	padding-left: 9px;
	padding-right: 5px;
}

.tfHeader-links a {
	text-decoration: none;
}

.tfHeader-links .linkWithLeftBorder {
	border-left: 1px solid #F3F3F3;
}

.tfHeader-links .tfTwitterFacebookLink {
	float: right !important;
}

.tfHeader-links .tfTwitterFacebookLink a {
	padding: 12px 10px 10px !important;
}

/* footer styles */
#tfFooter {
	float: left;
	margin-top: 35px;
	margin-bottom: 20px;
	color: #5C5C5C;
}

.tfFooter-links-grid-container {
	float: left;
	width: 100%;
	padding: 10px;
	line-height: 17px;
}

.tfFooter-links-grid {
	float: left;
	margin-right: 10px;
	border-collapse: collapse;
	line-height: inherit;
}

.tfFooter-links-grid td {
	width: 150px;
}

.tfFooter-address {
	padding-left: 25px;
}

.tfHeader-bottomContent {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

/* class used for boxes with bottom padding */
.boxWithBottomPadding {
	padding-bottom: 20px;
}

.boxWithBottomMargin {
	margin-bottom: 15px;
}

/* search box */ /* search box : home page specific */
.tfSearchBoxHomePage {
	float: left;
	width: 100%;
}

.tfSearchBoxBase-homePage {
	width: 100%;
	float: left;
	margin: 15px 0px;
}

.tfSearchBoxHomePage .tfLocationBox-textBox {
	width: 286px;
	clear: both;
}

.tfSearchBoxHomePage .tfSearchBoxBase-dates .tfSearchBoxBase-textBox {
	width: 143px;
}

.tfSearchBoxHomePage .tfSearchBoxBase-dates select {
	width: 133px;
}

.tfSearchBoxBase-numberOfPassengers-homePage {
	width: 40%;
}

.tfSearchBoxHomePage .tfSearchBoxBase-nonStopOnly {
	float: right;
	padding-top: 5px;
}

/* search box: results page specific */
.tfSearchBoxResultsPage {
	padding: 0;
}

/* search box: common to both home page and results page */
.tfSearchBoxBase-text {
	color: #0C4160;
}

.tfSearchBoxBase-titleText {
	float: left;
	color: white;
	padding-left: 10px;
	padding-bottom: 5px;
}

.tfSearchBoxBase-bigText {
	font-size: 18px;
}

.tfSearchBoxBase input {
	/* set color to black to override color set in class static */
	color: black;
	margin: 0;
}

.tfSearchBoxBase-numberOfPassengers {
	float: left;
	margin-top: 10px;
}

.tfSearchBoxBase-numberOfPassengers td {
	padding: 0;
	margin: 0;
}

.tfSearchBoxBase-numberOfPassengers select {
	padding: 0;
	margin: 0;
}

.tfSearchBoxBase .inputWithHint {
	color: #7A7A7A;
}

.tfSearchBoxBase label {
	/* set color to black to override color set in class static */
	color: black;
	margin-left: 5px;
	vertical-align: baseline;
}

.tfSearchBoxBase table {
	border-collapse: collapse;
}

.tfSearchBoxBase select {
	width: 53px;
}

.tfTextBox-statusMessage {
	float: right;
	font-size: 10px;
	color: red;
}

.tfTextBox-label {
	color: black;
	font-size: 8pt;
	margin-bottom: 6px;
}

.tfTextBox-bottomlabel {
	color: #696986;
	font-size: 8pt;
}

.tfTextBox-label-error {
	color: #ff0000;
	font-size: 8pt;
	margin-bottom: 6px;
	font-weight: bold;
}

.tfLocationBox-textBox {
	height: 22px;
	line-height: 16px;
}

.tfSearchBoxBase-otherOptions {
	float: left;
	padding-top: 10px;
	padding-bottom: 6px;
}

.tfLocationBox-additionalInfoContainer {
	padding-top: 6px;
	height: 13px;
}

.tfLocationBox-showOnMap {
	float: right;
}

.tfLocationBox-hintText {
	float: right;
	font-style: italic;
}

.tfSearchBoxBase-searchButton {
	float: right;
	margin-top: 12px !important;
}

/* slide show box */
.slideShowBox-container {
	float: left;
	padding-top: 8px;
	padding-bottom: 5px; *
	padding-bottom: 0px;
	color: #4EADFD;
	width: 100%;
}

.slideShowBox-title {
	padding-left: 10px;
}

.slideShowBox-image-container {
	padding-top: 2px;
	padding-bottom: 2px;
	height: 190px;
	border-bottom: 1px solid #ECEBE7;
}

.slideShowBox-image-container img {
	float: left; *
	float: none;
	height: 184px;
	width: 548px;
}

.slideShowBox-text-container {
	width: 271px;
	height: 182px;
	margin-top: -183px;
	border-collapse: collapse;
}

.slideShowBox-text-container td {
	vertical-align: middle !important;
	padding: 7px !important;
	color: #444C53;
	line-height: 15px;
}

.slideShowBox-text-container-floatLeft {
	float: left;
	margin-left: 7px;
}

.slideShowBox-text-container-floatRight {
	float: right;
	margin-right: 7px;
}

.slideShowBox-butttonsGrid-container {
	padding-top: 11px;
	padding-bottom: 4px; *
	padding-bottom: 9px;
	text-align: center;
}

.slideShowBox-butttonsGrid {
	margin: auto;
}

.slideShowBox-button {
	background: url(../images/buttons/btn_slideshow_sprite.png) no-repeat
		0px 0px;
	height: 11px;
	width: 11px;
}

.slideShowBox-button-clicked {
	background: url(../images/buttons/btn_slideshow_sprite.png) no-repeat
		-11px 0px;
}

.slideShowBox-quote {
	width: 14px;
	height: 11px;
}

.slideShowBox-quote-opening {
	margin-bottom: 5px;
	background: url(../images/backgrounds/bg_slideshow_quote_sprite.png) 0px
		0px no-repeat;
}

.slideShowBox-quote-closing {
	margin-top: 5px;
	background: url(../images/backgrounds/bg_slideshow_quote_sprite.png)
		-14px 0px no-repeat;
}

/* cheap flights box */
.cheapFlightsBox-linksContainer {
	line-height: 20px;
}

.cheapFlightsBox-content {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.tfBox-title {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

.tfBox-title-brownBackground {
	color: #3E3A20;
}

.tfBox-title-nonBrownBackground {
	color: #444C53;
}

.tfBox-title-blueBorder {
	border-bottom: 1px solid #CCD9DD;
}

.tfBox-title-greyBorder {
	border-bottom: 1px solid #ECEBE7;
}

.tfBox-text-brownBackground {
	color: #46453F;
}

/* about box */
.aboutBox-text {
	padding-top: 16px;
}

/* Travelfusion blog box */
#tfBlogBox .tfHomePageBox-title a {
	border-bottom: 1px dotted;
}

.tfBlog-container {
	float: left;
	padding: 7px;
}

.tfBlog-content-credit {
	padding-top: 3px;
	text-align: center;
}

.tfBlog-readMoreLink {
	padding-top: 10px;
	font-weight: bold;
}

.tfBlog-imageContainer {
	float: left;
	width: 190px;
	clear: all;
	margin-right: 20px;
}

.tfBlog-postContainer {
	float: left;
	width: 370px;
}

/* rss boxes */
.tfRssBox-container {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.tfRssBox-content td {
	vertical-align: middle !important;
}

.tfTodaysHandpickedDeals {
	
}

.tfTodaysHandpickedDeals-content {
	width: 100%;
}

.tfTodaysHandpickedDeals-content td {
	vertical-align: middle !important;
}

/* twitter box */
#tfTwitterBox {
	float: left;
	padding-top: 30px;
}

.tfTwitterBox-bird {
	float: right;
	width: 113px;
	height: 65px;
	background: url(../images/images/twitter_bird.png) no-repeat;
	margin-right: -5px;
	margin-top: -35px;
	position: relative;
}

.tfTwitterBox-content {
	clear: both;
	width: 100%;
}

.tfTwitterBox-content td {
	vertical-align: middle !important;
}

/* box with rounded corners */
.boxWithRoundedCorners-topAndBottom {
	float: left;
	position: relative;
	height: 12px;
	font-size: 0px;
}

.boxWithRoundedCorners-bottom {
	margin-top: -6px;
}

.boxWithRoundedCorners-middle {
	position: relative;
	float: left;
	font-size: 0px;
	margin-top: -6px;
	z-index: 1;
}

.boxWithRoundedCorners-middle-singleColor {
	padding-left: 6px;
	padding-right: 6px;
}

.boxWithRoundedCorners-middle-twoColors {
	padding-left: 2px;
	padding-right: 2px;
}

.boxWithRoundedCorners-topAndBottom-middle {
	float: left;
	height: 12px;
	position: relative;
}

.boxWithRoundedCorners-corner {
	float: left;
	width: 12px;
	height: 12px;
	position: relative;
}

/** Box with rounded corners themes **/ /* brown theme */
.boxWithRoundedCorners-background-brown {
	background-color: #F5F4EE;
}

.boxWithRoundedCorners-topLeftCorner-brown {
	background: url(../images/boxes/box_brown_sprite.png) no-repeat 0px 0px;
}

.boxWithRoundedCorners-topRightCorner-brown {
	background: url(../images/boxes/box_brown_sprite.png) -12px 0px
		no-repeat;
}

.boxWithRoundedCorners-bottomLeftCorner-brown {
	background: url(../images/boxes/box_brown_sprite.png) no-repeat 0px
		-12px;
}

.boxWithRoundedCorners-bottomRightCorner-brown {
	background: url(../images/boxes/box_brown_sprite.png) no-repeat -12px
		-12px;
}

/* border brown theme */
.boxWithRoundedCorners-background-border-brown {
	background-color: #FFFFFF;
}

.boxWithRoundedCorners-middle-border-brown {
	border-left: 4px solid #ECEBE6;
	border-right: 4px solid #ECEBE6;
}

.boxWithRoundedCorners-topMiddle-border-brown {
	border-top: 4px solid #ECEBE6;
}

.boxWithRoundedCorners-bottomMiddle-border-brown {
	border-bottom: 4px solid #ECEBE6;
}

.boxWithRoundedCorners-topLeftCorner-border-brown {
	background: url(../images/boxes/box_border_brown_sprite.png) no-repeat
		0px 0px;
}

.boxWithRoundedCorners-topRightCorner-border-brown {
	background: url(../images/boxes/box_border_brown_sprite.png) no-repeat
		-12px 0px;
}

.boxWithRoundedCorners-bottomLeftCorner-border-brown {
	background: url(../images/boxes/box_border_brown_sprite.png) no-repeat
		0px -12px;
}

.boxWithRoundedCorners-bottomRightCorner-border-brown {
	background: url(../images/boxes/box_border_brown_sprite.png) no-repeat
		-12px -12px;
}

/* white theme */
.boxWithRoundedCorners-background-white {
	background-color: #FFFFFF;
}

.boxWithRoundedCorners-topLeftCorner-white {
	background: url(../images/boxes/box_white_sprite.png) no-repeat 0px 0px;
}

.boxWithRoundedCorners-topRightCorner-white {
	background: url(../images/boxes/box_white_sprite.png) no-repeat -12px
		0px;
}

.boxWithRoundedCorners-bottomLeftCorner-white {
	background: url(../images/boxes/box_white_sprite.png) no-repeat 0px
		-12px;
}

.boxWithRoundedCorners-bottomRightCorner-white {
	background: url(../images/boxes/box_white_sprite.png) no-repeat -12px
		-12px;
}

/* filter box and results box brown theme */
.boxWithRoundedCorners-background-filter-box-results-box-brown {
	background-color: #EFEDE4;
}

.boxWithRoundedCorners-middle-filter-box-results-box-brown {
	border-left: 2px solid #E3E1D9;
	border-right: 2px solid #E3E1D9;
}

.boxWithRoundedCorners-topMiddle-filter-box-results-box-brown {
	border-top: 2px solid #E3E1D9;
}

.boxWithRoundedCorners-bottomMiddle-filter-box-results-box-brown {
	border-bottom: 2px solid #E3E1D9;
}

.boxWithRoundedCorners-topLeftCorner-filter-box-results-box-brown {
	background: url(../images/boxes/filter_box_results_box_brown_sprite.png)
		no-repeat 0px 0px;
}

.boxWithRoundedCorners-topRightCorner-filter-box-results-box-brown {
	background: url(../images/boxes/filter_box_results_box_brown_sprite.png)
		no-repeat -12px 0px;
}

.boxWithRoundedCorners-bottomLeftCorner-filter-box-results-box-brown {
	background: url(../images/boxes/filter_box_results_box_brown_sprite.png)
		no-repeat 0px -12px;
}

.boxWithRoundedCorners-bottomRightCorner-filter-box-results-box-brown {
	background: url(../images/boxes/filter_box_results_box_brown_sprite.png)
		no-repeat -12px -12px;
}

/* progress box blue theme */
.boxWithRoundedCorners-background-progress-box-blue {
	background-color: #FFFFFF;
}

.boxWithRoundedCorners-middle-progress-box-blue {
	border-left: 4px solid #9BC6DC;
	border-right: 4px solid #9BC6DC;
}

.boxWithRoundedCorners-topMiddle-progress-box-blue {
	border-top: 4px solid #9BC6DC;
}

.boxWithRoundedCorners-bottomMiddle-progress-box-blue {
	border-bottom: 4px solid #9BC6DC;
}

.boxWithRoundedCorners-topLeftCorner-progress-box-blue {
	background: url(../images/boxes/progess_bar_blue_sprite.png) no-repeat
		0px 0px;
}

.boxWithRoundedCorners-topRightCorner-progress-box-blue {
	background: url(../images/boxes/progess_bar_blue_sprite.png) no-repeat
		-12px 0px;
}

.boxWithRoundedCorners-bottomLeftCorner-progress-box-blue {
	background: url(../images/boxes/progess_bar_blue_sprite.png) no-repeat
		0px -12px;
}

.boxWithRoundedCorners-bottomRightCorner-progress-box-blue {
	background: url(../images/boxes/progess_bar_blue_sprite.png) no-repeat
		-12px -12px;
}

/* progress box brown theme */
.boxWithRoundedCorners-background-progress-box-brown {
	background-color: #FFFFFF;
}

.boxWithRoundedCorners-middle-progress-box-brown {
	border-left: 4px solid #CDCBC2;
	border-right: 4px solid #CDCBC2;
}

.boxWithRoundedCorners-topMiddle-progress-box-brown {
	border-top: 4px solid #CDCBC2;
}

.boxWithRoundedCorners-bottomMiddle-progress-box-brown {
	border-bottom: 4px solid #CDCBC2;
}

.boxWithRoundedCorners-topLeftCorner-progress-box-brown {
	background: url(../images/boxes/progress_bar_sprite.png) no-repeat 0px
		0px;
}

.boxWithRoundedCorners-topRightCorner-progress-box-brown {
	background: url(../images/boxes/progress_bar_sprite.png) no-repeat -12px
		0px;
}

.boxWithRoundedCorners-bottomLeftCorner-progress-box-brown {
	background: url(../images/boxes/progress_bar_sprite.png) no-repeat 0px
		-12px;
}

.boxWithRoundedCorners-bottomRightCorner-progress-box-brown {
	background: url(../images/boxes/progress_bar_sprite.png) no-repeat -12px
		-12px;
}

/* shadow box */
.shadowBox {
	border-collapse: collapse;
}

.shadowBox td {
	
}

.shadowBox-edge {
	width: 29px;
	height: 29px;
}

.shadowBox-edge-topLeft {
	background: url(../images/boxes/box_shadow_sprite_part1.png) no-repeat
		0px 0px;
}

.shadowBox-edge-topRight {
	background: url(../images/boxes/box_shadow_sprite_part1.png) no-repeat
		-29px 0px;
}

.shadowBox-topMiddle {
	background: url(../images/boxes/box_shadow_sprite_part2.png) repeat-x
		0px 0px;
	height: 29px;
}

.shadowBox-centerLeft {
	background: url(../images/boxes/box_shadow_sprite_part1.png) repeat-y
		-58px 0px;
	width: 29px;
}

.shadowBox-centerMiddle {
	background-color: white;
}

.shadowBox-centerRight {
	background: url(../images/boxes/box_shadow_sprite_part1.png) repeat-y
		-87px 0px;
	width: 29px;
}

.shadowBox-edge-bottomLeft {
	background: url(../images/boxes/box_shadow_sprite_part1.png) no-repeat
		0px -29px;
}

.shadowBox-edge-bottomRight {
	background: url(../images/boxes/box_shadow_sprite_part1.png) no-repeat
		-29px -29px;
}

.shadowBox-bottomMiddle {
	background: url(../images/boxes/box_shadow_sprite_part2.png) repeat-x
		0px -29px;
	height: 29px;
}

/* progress box */
.progressBox-progressBar {
	
}

.progressBox-progressBar-filling {
	height: 19px;
}

.progressBox-hidePanel {
	position: relative;
	float: right;
	height: 25px;
	margin-top: -25px;
	margin-left: 4px;
	margin-right: 4px;
	width: 100%;
	z-index: 1;
	/* Leading underscore should be IE6 specific but is caught by later versions too. 
	   So initial padding is reset in other versions by using a leading star. */
	_margin-left: 2px;
	_margin-right: 2px; *
	margin-left: 4px; *
	margin-right: 4px;
}

.progressBox-hidePanel-brown {
	background-color: #CDCBC2;
}

.progressBox-hidePanel-blue {
	background-color: #9BC6DC;
}

/* tooltip */
.tfTooltip-container {
	z-index: 2;
}

.tfTooltip {
	position: relative;
	font-weight: bold;
	border-collapse: collapse;
	z-index: 2;
	line-height: 12px;
}

.tfTooltip td {
	padding: 0;
}

.tfTooltip-corner {
	height: 13px;
	width: 13px;
}

.tfTooltip-corner-topLeft {
	background: url(../images/boxes/box_tooltip_sprite_part1.png) no-repeat
		0px 0px;
}

.tfTooltip-topMiddle {
	background: url(../images/boxes/box_tooltip_sprite_part2.png) repeat-x
		0px -13px;
}

.tfTooltip-corner-topRight {
	background: url(../images/boxes/box_tooltip_sprite_part1.png) no-repeat
		-13px 0px;
}

.tfTooltip-centerLeft {
	background: url(../images/boxes/box_tooltip_sprite_part1.png) repeat-y
		-26px 0px;
}

.tfTooltip-centerMiddle {
	background-color: #4EADFD;
	color: white;
	vertical-align: middle;
}

.tfTooltip-centerRight {
	background: url(../images/boxes/box_tooltip_sprite_part1.png) repeat-y
		-39px 0px;
}

.tfTooltip-corner-bottomLeft {
	background: url(../images/boxes/box_tooltip_sprite_part1.png) no-repeat
		0px -13px;
}

.tfTooltip-bottomMiddle {
	background: url(../images/boxes/box_tooltip_sprite_part2.png) repeat-x
		0px -26px;
}

.tfTooltip-arrow {
	background: url(../images/boxes/box_tooltip_sprite_part2.png) no-repeat
		0px 0px;
	height: 13px;
	width: 13px;
}

.tfTooltip-corner-bottomRight {
	background: url(../images/boxes/box_tooltip_sprite_part1.png) no-repeat
		-13px -13px;
}

/* supplier search status box */
.supplierSearchStatusBox-statusIcon {
	margin-top: -50px;
	margin-left: -12px;
	position: relative;
	float: left;
	height: 18px;
	width: 18px;
}

.supplierSearchStatusBox-statusIcon-green {
	background: url(../images/icons/icn_alerts_sprite.png) no-repeat -18px
		0px;
}

.supplierSearchStatusBox-statusIcon-red {
	background: url(../images/icons/icn_alerts_sprite.png) no-repeat 0px 0px;
}

.supplierSearchStatusBox-content {
	margin: auto;
}

.supplierSearchStatusBox-content-green {
	color: #8D8B81;
}

.supplierSearchStatusBox-content-green strong {
	color: #5C5C5C;
}

.supplierSearchStatusBox-content-red {
	color: #F52A0B;
}

.supplierSearchStatusBox-content-container {
	text-align: center;
}

.supplierSearchStatusBox-searchingIcon {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.supplierSearchStatusBox-content-searching {
	font-size: 12px;
	float: left;
}

.supplierSearchStatusBox-content-searching-verticalAlign {
	height: 100%;
}

.supplierSearchStatusBox-content-searching-verticalAlign td {
	vertical-align: middle !important;
}

.supplierSearchStatusBox-container {
	height: 55px;
	display: inline;
	vertical-align: middle;
}

/* searching page */
.tfBox-title-searchingPage {
	padding-left: 26px;
}

.searchingBox-container {
	padding: 20px;
}

.searchingBox-fromTo {
	clear: both;
	font-size: 12px;
	padding-bottom: 13px;
}

.searchingBox-progressBox {
	clear: both;
}

.searchingBox-separator-top {
	clear: both;
	padding-top: 15px;
	border-bottom: 1px solid #CDCBC2;
}

.searchingBox-separator-bottom {
	clear: both;
	padding-bottom: 15px;
	border-top: 1px solid #FFFFFF;
}

.searchingBox-suppliers-container {
	text-align: center;
}

.searchingBox-suppliers {
	clear: both;
	margin: 0 auto; *
	display: inline; *
	zoom: 1;
}

.searchingBox-suppliers-td {
	vertical-align: middle !important;
	padding-left: 7px !important;
	height: 60px;
}

/* filter box */
.tfFilterBox {
	float: left;
	width: 100%;
}

.tfFilterBox-header {
	margin-bottom: 15px;
}

.tfFilterBox-header table {
	border-collapse: collapse;
}

.tfFilterBox-header table td {
	margin-left: 5px;
	padding: 0px;
}

.tfFilterBox-header .tripSummaryCell { *
	width: 520px;
}

.tfFilterBox-header button {
	float: left; *
	margin-left: 5px;
}

.tfFilterBox-header .button-big {
	font-size: 15px;
	padding: 3px 5px;
}

.tfFilterBox-header-summary {
	float: left;
	margin-left: 20px;
	color: #505050;
}

.tfFilterBox-content-column-rightMargin {
	margin-right: 7px;
}

.tfFilterBox-content-column-component {
	margin-top: 7px;
}

.tfFilterBox-component {
	float: left;
	width: 100%;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #DCDAD1;
}

.tfFilterBox-component-tabbed-separator {
	font-weight: normal;
	padding: 0px 5px;
}

.tfFilterBox-component-title {
	float: left;
	width: 100%;
	padding-bottom: 7px; *
	padding-bottom: 0px;
	font-weight: bold;
	color: #505050;
}

.tfFilterBox-component-title-tabbed div {
	float: left;
}

.tfFilterBox-component-title-tabbed .separator {
	font-weight: normal;
	padding: 0px 5px;
}

.tfFilterBox-component-content {
	float: left;
	width: 100%;
}

.tfFilterBox-component-checkbox-radiobutton input {
	float: left;
	margin-top: 5px; *
	margin-top: 0px;
}

.tfFilterBox-component-checkbox-radiobutton label {
	float: left;
	line-height: 21px;
	*line-height: 22px;
	margin-left: 5px;
}

.tfFilterBox-flightsAndTrains {
	padding-bottom: 13px;
	*padding-bottom: 10px;
}

.tfFilterBox-features .tfFilterBox-component-title {
	padding-bottom: 15px;
}

.tfFilterBox-features .tfFilterBox-component-content {
	*line-height: 0;
}

.tfFilterBox-component .features-icon {
	float: left;
	width: 23px;
	height: 23px;
}

.tfFilterBox-component .features-icon-overnight {
	background: url(../images/icons/icn_red_eye_filter.png) no-repeat;
}

.tfFilterBox-component .features-icon-twoBookings {
	background: url(../images/icons/icn_two_bookings_filter.png) no-repeat;
}

.tfFilterBox-component .features-text-overnight {
	margin-bottom: 10px;
	*line-height: 10px;
}

.tfFilterBox-component .features-text-twoBookings {
	margin-bottom: 5px;
	*line-height: 10px;
	*margin-bottom: 1px;
	*margin-top: -8px;
}

.tfFilterBox-component .tfClickableText {
	font-weight: normal;
}

.tfFilterBox-outwardSlider {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	*padding-top: 10px;
}

.tfFilterBox-returnSlider {
	float: left;
	padding-top: 20px;
	padding-bottom: 0px;
}

.tfFilterBox-returnSlider .sliderBox-valueIndication-withTitle {
	*padding-top: 0px;
}

.tfFilterBox-journeyTime { *
	padding-bottom: 0px;
}

.tfFilterBox-journeyTime .tfFilterBox-component-content {
	padding-top: 0px;
	*padding-bottom: 10px;
}

.tfFilterBox-journeyTime  .sliderBox-title {
	color: #505050;
	font-weight: bold;
}

.tfFilterBox-journeyTime .sliderBox-slider {
	clear: both;
	margin-left: 0px;
}

.tfFilterBox-timeRanges {
	padding-bottom: 46px;
	*padding-bottom: 30px;
}

.tfFilterBox-timeRanges-outwardOnly {
	padding-bottom: 60px;
	*padding-bottom: 40px;
}

.sliderBox-valueIndication {
	*line-height: 0;
}

.sliderBox-valueIndication-withTitle {
	clear: both;
	padding-top: 5px;
	*padding-top: 13px;
}

.filterBox-tabPanel {
	float: left;
	width: 100%;
}

.filterBox-tabPanel .gwt-TabPanel {
	float: left;
	width: 100%;
	margin-top: -7px;
	*margin-top: 0px;
}

.filterBox-tabPanel .gwt-TabPanel td {
	margin: 0;
	padding: 0;
}

.filterBox-tabPanel .gwt-TabBarItem {
	font-size: 11px;
	border: 1px solid #DCDAD1;
	color: #0C5562;
	padding: 5px 8px;
	margin-right: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	cursor: pointer;
	/* Below: negative bottom margin + relative positioning makes sure that the TabBarItems cover the TabPanelBottom's top border, 
	which gives a nice effect on the selected tab (see gwt-TabBarItem-selected)*/
	margin-bottom: -1px;
	position: relative;
}

.filterBox-tabPanel .gwt-TabBarItem-selected {
	color: #505050;
	font-weight: bold;
	background-color: #F7F7F7;
	/* have a bottom border of the same colour as the background so that the selected tab visually is seen as 
	part of the same "element" as the content of gwt-TabPanelBottom */
	border-bottom: 1px solid #F7F7F7;
}

.filterBox-tabPanel .gwt-TabPanelBottom {
	font-size: 11px;
	background-color: #F7F7F7;
	border: 1px solid #DCDAD1;
	padding: 0px 7px 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	width: 100%;
}

.filterBox-tabPanel-collapsed .gwt-TabPanelBottom {
	display: none;
}

.filterBox-tabPanel-toggle {
	float: right;
	margin-right: 5px;
	margin-bottom: -16px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.filterBox-tabPanel-collapsedBar {
	float: left;
	width: 100%;
	background-color: #F7F7F7;
	border: 1px solid #DCDAD1;
	height: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* Below: added for IE compatibility */
	font-size: 0;
	line-height: 0;
	*margin-top: -1px;
}

.filterBox-tabPanel .gwt-TabBar {
	padding-left: 7px;
}

/* tab panel */
.tfTabPanel-container {
	margin-top: 5px;
}

.tfTabPanel-label-container-outer {
	position: relative;
	float: left;
	margin-bottom: -2px;
	z-index: 1;
	color: #4EADFD;
}

.tfTabPanel-label-container-outer-selected {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.tfTabPanel-label-container-outer-selected .tfTabPanel-label-container-inner
	{
	border-top: 1px solid #EEEDE8;
	border-left: 1px solid #EEEDE8;
	border-right: 1px solid #EEEDE8;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	color: black;
	background-color: #F5F5F0;
}

.tfTabPanel-label {
	padding: 8px 7px;
	cursor: pointer;
}

.tfTabPanel-label-container-outer-selected .tfTabPanel-label {
	padding: 6px 7px 8px;
	cursor: pointer;
}

.tfTabPanel-content {
	float: left;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-top: 10px;
	border: 1px solid #EEEDE8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F5F5F0;
}

.tfTabPanel-content-firstItemSelected {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
}

.tfTabPanel-content-container {
	clear: both;
	border: 1px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* stop search button */
.stopSearchButton-container {
	padding-top: 15px;
	float: left;
	width: 100%;
	text-align: center;
}

.stopSearchButton {
	display: table;
	margin: 0 auto; *
	display: inline; *
	zoom: 1;
}

/* date picker */
.tfDatePicker {
	color: #4A4A4A;
	float: left;
	cursor: default;
	width: 155px;
	background-color: white;
	margin-bottom: 1px;
}

.tfDatePicker-right {
	margin-left: 20px;
}

.datePickerMonthSelector {
	border-collapse: collapse;
}

.datePickerMonthSelector td {
	padding: 0;
}

.datePickerDays {
	margin: auto;
	text-align: center;
}

.datePickerDayIsFiller,.datePickerDayIsDisabled {
	color: #B7B7B7;
}

.datePickerDayIsWeekend {
	background-color: #F1F0E9 !important;
}

.datePickerDayIsToday {
	color: white;
	font-weight: bold;
	background-color: #777675 !important;
}

.datePickerDayIsValue {
	color: white;
	background-color: #4EADFD !important;
}

.datePickerDayIsHighlighted,.datePickerDayIsSelectedOtherLeg {
	border: 1px solid #4EADFD !important;
}

.datePickerWeekendLabel,.datePickerWeekdayLabel {
	height: 20px;
	width: 22px;
	font-size: 10px;
	background-color: #D3EAFE;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.datePickerDay {
	height: 20px;
	width: 20px;
	font-size: 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: #F6F6F6;
}

.datePickerMonth {
	height: 18px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background: url(../images/backgrounds/bg_datepicker_sprite.png) 0px 0px
		repeat-x;
	text-align: center;
}

/* date picker box */
.tfDualDatePicker {
	z-index: 1;
	background-color: white;
	padding: 2px;
	width: 334px;
}

.tfDualDatePicker-container {
	float: left;
	width: 336px;
	background-color: white;
	border: 1px solid #C1C1C0;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 2px;
}

.tfDualDatePicker-hidePanel {
	position: relative;
	float: left;
	height: 18px;
	background: url(../images/backgrounds/bg_datepicker_sprite.png) 0px 0px
		repeat-x;
}

.tfDualDatePicker-hidePanel-clickable {
	cursor: pointer;
}

.tfDualDatePicker-hidePanel-edge {
	width: 15px;
	color: white;
	font-size: 8px;
	font-weight: bold;
	padding-top: 3px;
}

.tfDualDatePicker-hidePanel-left {
	text-align: right;
	margin-left: -329px; *
	margin-left: -330px;
}

.tfDualDatePicker-hidePanel-right {
	text-align: left;
	margin-left: -28px; *
	margin-left: -29px;
	padding-right: 2px;
}

.tfDualDatePicker-hidePanel-center {
	width: 50px;
	margin-left: -186px;
}

.tfDualDatePicker-footer {
	clear: both;
}

.tfDualDatePicker-footer-oneWay {
	height: 20px;
	width: 330px;
	padding-top: 2px;
	text-align: center;
	background: url(../images/backgrounds/bg_datepicker_sprite.png) 0px
		-18px repeat-x;
	color: white;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #4EADFD;
	cursor: pointer;
}

.tfDualDatePicker-close {
	float: left;
	position: relative;
	margin-left: -15px;
	width: 15px;
	height: 18px;
	background: url(../images/buttons/btn_datepicker_close.png) no-repeat;
}

.tfDualDatePickerResultsPage {
	z-index: 221;
}

/* slider box */
.sliderBox-title {
	float: left;
	margin-right: 5px;
}

.sliderBox-slider {
	margin-left: 8px;
	font-size: 0px;
}

/* slider bar */
.sliderBar-shell {
	margin-top: 10px;
	height: 15px;
	float: left; *
	float: none;
	position: relative;
	overflow: visible !important;
	position: relative;
}

.sliderBar-line {
	height: 6px;
	background-color: #C4C2BA;
	position: absolute;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.sliderBar-knob {
	width: 23px;
	height: 15px;
	z-index: 2;
	cursor: pointer;
	position: absolute;
}

.sliderBar-knob-left {
	background: url(../images/images/slider_handle_sprite.png) no-repeat 0px
		0px;
}

.sliderBar-knob-left-action {
	background: url(../images/images/slider_handle_sprite.png) no-repeat 0px
		-15px;
}

.sliderBar-knob-right {
	background: url(../images/images/slider_handle_sprite.png) no-repeat
		-23px 0px;
}

.sliderBar-knob-right-action {
	background: url(../images/images/slider_handle_sprite.png) no-repeat
		-23px -15px;
}

.sliderBar-knoblink {
	height: 6px;
	background-color: #4EADFD;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.sliderBar-knoblink-sliding {
	background-color: #124966;
}

.sliderBar-label {
	width: 21px;
	font-size: 10px;
	cursor: default;
	font-weight: bold;
	display: none;
}

.sliderBar-tick {
	width: 1px;
	height: 5px;
	background: black;
	top: 5px !important;
}

/* clickable info popup */
.tfClickableInfoPopup {
	z-index: 220;
}

.tfSelectionPanel {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DCDAD1;
	margin-top: 20px;
	padding: 10px;
}

.tfSelectionPanel-title, .tfClickableInfoPopup-title {
	float: left;
	font-weight: bold;
	color: #696969;
}

.tfSelectionPanel-close, .tfClickableInfoPopup-close {
	position: relative;
	float: right;
	margin-right: -22px;
	margin-top: -22px;
}

.tfSelectionPanel-separator, .tfClickableInfoPopup-separator {
	float: left;
	width: 100%;
	margin-top: 6px;
	border-bottom: 1px dotted #838383;
	margin-bottom: 20px;
}

.tfSelectionPanel-operators-all {
	margin-right: 6px;
}

.tfSelectionPanel-content {
	width: 100%;	
}

.tfSelectionPanel-content td {
	vertical-align: top;
	height: 25px;
	padding-bottom: 5px;
	padding-right: 7px;
}

.tfSelectionPanel-only {
	float: right;
	padding-bottom: 2px; *
	padding-bottom: 0px;
}

.tfSelectionPanel-content td label {
	position: relative;
	top: -2px;
}

.tfSelectionPanel-content-cellWithSmallPadding {
	padding-right: 25px !important;
}

.tfSelectionPanel-content-cellWithPadding {
	padding-right: 50px !important;
}

.tfPortsPanel-cityRow {
	padding-bottom: 15px !important;
}

.tfPortsPanel-cityName {
	color: #959595;
	font-weight: bold;
}

/* results page */ /* search and filter */
.tfResults-searchAndFilter {
	loat: left;
}

/* No results box */
.tfNoResultsBox div {
	padding-top: 15px;
}

/* redirect box */
.tfRedirectBox {
	margin: 0 auto;
	padding-top: 50px;
}

.tfRedirectBox-redirectNow {
	margin-right: 11px;
	margin-top: 4px;
}

.tfRedirectBox-progressBox {
	margin: 15px;
	float: left;
}

.tfRedirectBox-info {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.tfRedirectBox-logo {
	padding-bottom: 20px;
	text-align: center;
}

.tfRedirectBox-text1 {
	text-align: center;
	font-size: 10pt;
	margin-top: 10px;
}

.tfRedirectBox-text2 {
	clear: both;
	text-align: center;
	font-size: 12pt;
	margin: 10px;
}

.tfRedirectBox-images {
	text-align: center;
	padding-bottom: 20px;
}

.tfRedirectBox-arrow {
	margin: 0 10px;
	padding-bottom: 5px;
}

.tfRedirectBox-text3 {
	text-align: center;
	font-size: 9pt;
	margin: 5px;
}

.tfRedirectBox-text4 {
	text-align: center;
	clear: both;
	padding-top: 10px;
}

.tfRedirectBox-buttonPanel {
	margin: auto;
	padding: 10px 0;
}

/* more button */
.tfMoreButton {
	width: 100%;
	margin: 20px 0 !important;
}

/* more button replacement */
.moreButtonReplacement {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	margin: 15px 0;
}

.tfBackToTop {
	z-index: 1;
	height: 50px;
	width: 50px;
	background: url(../images/images/back_to_top.png) no-repeat;
	position: fixed; *
	position: absolute;
	top: 20px; *
	top: expression(eval(document.body.scrollTop +          
		                               
		            20) );
	right: 20px;
}

/* social */
#socialDiv {
	position: relative;
	clear: all;
	width: 120px;
	float: left;
}

/* twitter panel */
.twitterDiv {
	font-size: 8pt;
	float: right;
	color: #0c5562;
	padding-top: 12px;
	width: 120px;
}

/* facebook panel */
.facebookDiv {
	clear: all;
	font-size: 8pt;
	float: right;
	color: #0c5562;
	padding-top: 12px;
	width: 120px;
}

.facebookPanel {
	margin-top: 10px;
}

.twitterPanel {
	margin-top: 10px;
}

/* facebook like button */
.facebook_like_home_page {
	height: 40px;
}

.facebook_like_results_page {
	float: right;
	width: 120px;
	margin-top: 10px;
	border-top: 1px #EBEBEB solid;
	padding-top: 10px;
}

/* this removed the image added by facebook */
.FBConnectButton_Simple {
	background-image: none !important;
	margin-left: -20px;
}

.FBConnectButton_Text_Simple {
	text-decoration: none !important;
}

/* maps */
.map-popup {
	z-index: 230; /* should be over glassPanel */
}

.map-panel {
	width: 835px;
}

.map-panel .map-panel-header {
	background: url(../images/boxes/box_map_sprite.png) no-repeat 0px 0px;
	height: 13px;
}

.map-panel .map-panel-header .map-panel-close {
	position: relative;
	float: right;
	z-index: 1;
	background: url(../images/buttons/btn_close.png) no-repeat left top;
	height: 21px;
	width: 21px;
	margin-right: -8px;
	margin-top: -8px;
}

.map-panel .map-panel-body {
	background: url(../images/boxes/box_map_sprite.png) repeat-y -835px 0px;
}

.map-panel .map-panel-body .map {
	width: 808px;
	margin-left: 14px;
}

.map-panel .map-panel-footer {
	background: url(../images/boxes/box_map_sprite.png) no-repeat 0px -13px;
	height: 13px;
}

.map-popup-menu {
	
}

.map-popup-menu-item {
	
}

.gwt-MenuBar {
	cursor: default;
}

.gwt-MenuBar .gwt-MenuItem {
	cursor: default;
}

.gwt-MenuBar .gwt-MenuItem-selected {
	background: #E0EDFE;
}

.gwt-MenuBar-horizontal {
	background: #e3e8f3 url(images/backgrounds/bg_suggest_box_hborder.png)
		repeat-x 0px -2003px;
	border: 1px solid #BBBBBB;
}

.gwt-MenuBar-horizontal .gwt-MenuItem {
	padding: 0px 10px;
	vertical-align: bottom;
	color: #666666;
	font-weight: bold;
}

.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
	width: 1px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-left: 1px solid #888888;
	background: white;
}

.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
	width: 1px;
	height: 1px;
	background: white;
}

.gwt-MenuBar-vertical {
	margin-top: 0px;
	margin-left: 0px;
	background: white;
}

.gwt-MenuBar-vertical table {
	border-collapse: collapse;
}

.gwt-MenuBar-vertical .gwt-MenuItem {
	padding: 4px 14px 4px 1px;
}

.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
	padding: 2px 0px;
}

.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
	height: 1px;
	padding: 0px;
	border: 0px;
	border-top: 1px solid #777777;
	background: #ddddee;
	overflow: hidden;
}

.gwt-MenuBar-vertical .subMenuIcon {
	padding-right: 4px;
}

.gwt-MenuBar-vertical .subMenuIcon-selected {
	background: #E0EDFE;
}

.gwt-MenuBarPopup {
	margin: 0px 0px 0px 3px;
}

.gwt-MenuBarPopup .menuPopupTopCenter {
	background: url(images/backgrounds/bg_suggest_box_hborder.png) 0px -12px
		repeat-x;
}

.gwt-MenuBarPopup .menuPopupBottomCenter {
	background: url(images/backgrounds/bg_suggest_box_hborder.png) 0px -13px
		repeat-x;
	-background: url(images/backgrounds/bg_suggest_box_hborder_ie6.png) 0px
		-13px repeat-x;
}

.gwt-MenuBarPopup .menuPopupMiddleLeft {
	background: url(images/backgrounds/bg_suggest_box_vborder.png) -12px 0px
		repeat-y;
	-background: url(images/backgrounds/bg_suggest_box_vborder_ie6.png)
		-12px 0px repeat-y;
}

.gwt-MenuBarPopup .menuPopupMiddleRight {
	background: url(images/backgrounds/bg_suggest_box_vborder.png) -13px 0px
		repeat-y;
	-background: url(images/backgrounds/bg_suggest_box_vborder_ie6.png)
		-13px 0px repeat-y;
}

.gwt-MenuBarPopup .menuPopupTopLeftInner {
	width: 5px;
	height: 5px;
	zoom: 1;
}

.gwt-MenuBarPopup .menuPopupTopRightInner {
	width: 8px;
	height: 5px;
	zoom: 1;
}

.gwt-MenuBarPopup .menuPopupBottomLeftInner {
	width: 5px;
	height: 8px;
	zoom: 1;
}

.gwt-MenuBarPopup .menuPopupBottomRightInner {
	width: 8px;
	height: 8px;
	zoom: 1;
}

.gwt-MenuBarPopup .menuPopupTopLeft {
	background: url(images/backgrounds/bg_suggest_box_corner.png) no-repeat
		0px -36px;
	-background: url(images/backgrounds/bg_suggest_box_corner_ie6.png)
		no-repeat 0px -36px;
}

.gwt-MenuBarPopup .menuPopupTopRight {
	background: url(images/backgrounds/bg_suggest_box_corner.png) no-repeat
		-5px -36px;
	-background: url(images/backgrounds/bg_suggest_box_corner_ie6.png)
		no-repeat -5px -36px;
}

.gwt-MenuBarPopup .menuPopupBottomLeft {
	background: url(images/backgrounds/bg_suggest_box_corner.png) no-repeat
		0px -41px;
	-background: url(images/backgrounds/bg_suggest_box_corner_ie6.png)
		no-repeat 0px -41px;
}

.gwt-MenuBarPopup .menuPopupBottomRight {
	background: url(images/backgrounds/bg_suggest_box_corner.png) no-repeat
		-5px -41px;
	-background: url(images/backgrounds/bg_suggest_box_corner_ie6.png)
		no-repeat -5px -41px;
}

* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
	width: 5px;
	height: 5px;
	overflow: hidden;
}

* html .gwt-MenuBarPopup .menuPopupTopRightInner {
	width: 8px;
	height: 5px;
	overflow: hidden;
}

* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
	width: 5px;
	height: 8px;
	overflow: hidden;
}

* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
	width: 8px;
	height: 8px;
	overflow: hidden;
}

/* new box styles using CSS for rounded corners */
.tfBox-rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.tfBox-rounded-top {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.tfBox-rounded-topLeft {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

.tfBox-rounded-topRight {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.tfBox-rounded-bottomLeft {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.tfBox-rounded-bottomRight {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

.tfBox-rounded-bottom {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.tfBox-blue {
	border: #5CAADB 1px solid;
}

.tfBox-light-blue-double-border {
	border: #E1EEF8 2px solid;
}

.tfBox-blue-titleText {
	font-weight: bold;
	color: #133F5C;
}

.tfBox-blue-contentText {
	color: black;
}

.tfBox-background-blue {
	background-color: #F1F9FF;
}

.tfBox-orange {
	border: #FF6D00 1px solid;
}

.tfBox-lightBlue {
	border: #4EADFD 1px solid;
}

.tfBox-top-background {
	padding: 10px 15px;
	font-style: bold;
}

.tfBox-top-background-orange {
	background-color: #FF6D00;
}

.tfBox-top-background-blue {
	background-color: #E1EEF8;
}

.tfBox-top-background-lightBlue {
	background-color: #4EADFD;
}

.tfBox-grey-thick {
	border: #D2E1E4 3px solid;
}

/* new homepage styles 27-10-2010  */
.tfBox {
	padding: 2px;
}

.tfBox-inner {
	padding: 0 9px;
}

.tfHomePageBox-title {
	font-size: 14px;
	font-weight: bold;
	padding: 7px 7px 9px;
}

.tfHomePageBox-title-search {
	color: #FFFFFF;
}

.tfHomePageBox-title-lightBlue {
	color: #555555;
}

.tfHomePageBox-title-lightGrey {
	color: #555555;
}

.tfHomePageBox-title-orange {
	color: #FFFFFF;
}

.tfBox-search-outer {
	background-color: #4EADFD;
}

.tfBox-search-inner {
	background-color: #E0F2FF;
}

.tfBox-lightBlue-outer {
	background-color: #E1EEF8;
}

.tfBox-lightBlue-inner {
	background-color: #FFFFFF;
}

.tfBox-lightGrey-outer {
	background-color: #E9E9E9;
}

.tfBox-lightGrey-inner {
	background-color: #FFFFFF;
}

.tfBox-orange-outer {
	background-color: #FF6D00;
}

.tfBox-orange-inner {
	background-color: #FFFFFF;
}

/* END OF new homepage styles 27-10-2010  */ /* around the web box */
.tfAroundTheWeb {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.tfAroundTheWeb-bottomMargin {
	margin-bottom: 9px;
}

.tfAroundTheWeb-title {
	font-size: 16px;
}

.tfAroundTheWeb-content {
	float: left;
	width: 195px;
	margin-left: 10px;
	_margin-left: 5px;
}

.tfAroundTheWeb-mainIcon {
	width: 83px;
	height: 93px;
	margin-left: 5px;
}

.tfAroundTheWeb-icons {
	margin: auto;
}

.tfAroundTheWeb-smallIconsOuterContainer {
	float: left;
	width: 100%;
	text-align: center;
	display: inline;
}

.tfAroundTheWeb-icon {
	width: 32px;
	height: 32px;
	float: left;
}

.tfAroundTheWeb-icon-rightMargin {
	margin-right: 6px;
}

.tfBoxWithHeading-header h3,.tfBoxWithHeading-header h2 {
	margin: 0;
	height: 20px;
}

/* Google AdSense */
.rightColumnAds {
	float: left;
	width: 300px;
}

.sidebarAdsLeft {
	float: left;
	width: 160px;
}

.sidebarAdsRight {
	float: left;
	width: 120px;
	margin-left: 14px;
}

/* Results Page */
.resultsPageMainContent {
	float: left;
	width: 807px;
	position: relative;
}

.resultsPageRightColumn {
	float: left;
	width: 120px;
	margin-left: 8px;
	position: relative;
}

.resultsPageTopAds,resultsPageBottomAds {
	clear: both;
	width: 807px;
}

/* new button styles */
.button {
	font-family: Verdana;
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ *
	display: inline;
	vertical-align: baseline;
	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.button[disabled="disabled"],.button[disabled] {
	cursor: default;
}

.button-big {
	padding: 7px 25px;
	font-size: 14px;
	font-weight: bold;
}

.button-medium {
	padding: 2px 13px;
	font-size: 13px;
}

.button-small {
	padding: 1px 4px;
	font-size: 11px;
}

/* blue */
.blue {
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee),
		to(#0078a5) );
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	filter: progid :                                      
		                DXImageTransform.Microsoft.gradient (
		                 
		  
		       
		                         startColorstr =                           
		                           '#00adee', endColorstr =          
		                             
		              '#0078a5' );
}

.blue:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc),
		to(#00678e) );
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	background: #007ead;
	filter: progid :                                      
		                DXImageTransform.Microsoft.gradient (
		                 
		  
		       
		                         startColorstr =                           
		                           '#0095cc', endColorstr =          
		                             
		              '#00678e' );
}

.blue:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5),
		to(#00adee) );
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	color: #80bed6;
	filter: progid :                                      
		                DXImageTransform.Microsoft.gradient (
		                 
		  
		       
		                         startColorstr =                           
		                           '#0078a5', endColorstr =          
		                             
		              '#00adee' );
}

/* white */
.white {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#ededed) );
	background: -moz-linear-gradient(top, #fff, #ededed);
	color: #606060;
	border: solid 1px #b7b7b7;
	filter: progid :                                      
		                DXImageTransform.Microsoft.gradient (
		                 
		  
		       
		                         startColorstr =                           
		                           '#ffffff', endColorstr =          
		                             
		              '#ededed' );
}

.white:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#dcdcdc) );
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	background: #ededed;
	filter: progid :                                      
		                DXImageTransform.Microsoft.gradient (
		                 
		  
		       
		                         startColorstr =                           
		                           '#ffffff', endColorstr =          
		                             
		              '#dcdcdc' );
}

.white:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed),
		to(#fff) );
	background: -moz-linear-gradient(top, #ededed, #fff);
	color: #999;
	filter: progid :                                      
		                DXImageTransform.Microsoft.gradient (
		                 
		  
		       
		                         startColorstr =                           
		                           '#ededed', endColorstr =          
		                             
		              '#ffffff' );
}

/* orange */
.orange {
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a),
		to(#f47a20) );
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	filter: progid :                                      
		                DXImageTransform.Microsoft.gradient (
		                 
		  
		       
		                         startColorstr =                           
		                           '#faa51a', endColorstr =          
		                             
		              '#f47a20' );
}

.orange:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11),
		to(#f06015) );
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	background: #f47c20;
	filter: progid :                                      
		                DXImageTransform.Microsoft.gradient (
		                 
		  
		       
		                         startColorstr =                           
		                           '#f88e11', endColorstr =          
		                             
		              '#f06015' );
}

.orange:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20),
		to(#faa51a) );
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	color: #fcd3a5;
	filter: progid :                                      
		                DXImageTransform.Microsoft.gradient (
		                 
		  
		       
		                         startColorstr =                           
		                           '#f47a20', endColorstr =          
		                             
		              '#faa51a' );
}

/* black */
.black {
	background: -webkit-gradient(linear, left top, left bottom, from(#666),
		to(#000) );
	background: -moz-linear-gradient(top, #666, #000);
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	filter: progid :                     DXImageTransform.Microsoft.gradient
		( 
		  
		       
		        startColorstr =          
		          '#666666', endColorstr =                     '#000000' );
}

.black:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#444),
		to(#000) );
	background: -moz-linear-gradient(top, #444, #000);
	background: #000;
	filter: progid :                     DXImageTransform.Microsoft.gradient
		( 
		  
		       
		        startColorstr =          
		          '#444444', endColorstr =                     '#000000' );
}

.black:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#000),
		to(#444) );
	background: -moz-linear-gradient(top, #000, #444);
	color: #666;
	filter: progid :                     DXImageTransform.Microsoft.gradient
		( 
		  
		       
		        startColorstr =          
		          '#000000', endColorstr =                     '#666666' );
}

/* email text box */
.tfEmailTextBox {
	height: 45px;
}

/* notifications bar */ /* contains all the notification bars */
.tfNotificationBarsContainer {
	position: fixed; *
	position: absolute;
	left: 50%;
	width: 500px;
	/* margin-left = half of width (negative) */
	margin-left: -250px;
	bottom: 10px; *
	top: expression((                                                   -10 - 
		        
		                        
		               this.offsetHeight +                   
		                               (                    
		     
		                        document.documentElement.clientHeight ?
		        
		                
		                        document.documentElement.clientHeight :
		        
		                 
		                       document.body.clientHeight) +          
		                            
		           (            
		   
		               
		                  ignoreMe =                   
		
		      
		                       document.documentElement.scrollTop ?       
		                  
		                        document.documentElement.scrollTop :         
		                   
		                     document.body.scrollTop ) ) +  
		                       
		                        'px' );
	text-align: center;
	z-index: 2;
}

/* styles for the notification bar itself */
.tfNotificationBar-container-outer {
	margin-top: 15px;
	float: left;
	width: 100%;
	background-color: #EEEEEE;
	padding: 3px;
}

.tfNotificationBar-container-inner {
	position: relative;
	z-index: 2;
	padding: 15px;
	text-align: center;
	float: left;
	width: 100%;
	color: white;
}

.tfNotificationBar-container-inner-darkBlue {
	background-color: #0C5562;
}

.tfNotificationBar-container-inner-orange {
	background-color: #FFA200;
}

.tfNotificationBar-container-inner-grey {
	background-color: #818181;
}

.tfNotificationBar-close {
	float: right;
	margin-left: 15px;
	height: 9px;
	width: 9px;
	background: url(../images/buttons/btn_notifications_close.png) no-repeat;
}

.tfShareByEmailPopupContainer {
	width: 368px;
}

.tfSharingByEmailPopup {
	clear: both;
}

.tfSharingByEmailPopup-label {
	font-size: 11px;
	margin-bottom: 6px;
}

.tfSharingByEmailPopup-input input {
	width: 300px;
	margin-bottom: 10px;
}

.tfSharingByEmailPopup-input {
	width: 300px;
	margin-bottom: 10px;
}

.tfSharingByEmailPopup-errorMessage {
	color: red;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.tfSharingByEmailPopup-sendButton {
	float: right;
}

.tfSharingByEmailPopup-checkbox {
	color: #696986;
	font-size: 8pt;
	margin: -3px;
}

/* recent searches box */
.tfRecentSearches {
	
}

.tfRecentSearches-linkContainer {
	border-bottom: 2px solid #E9E9E9;
	margin: 0 -9px;
	padding: 10px 12px;
	font-size: 11px;
}

.tfRecentSearches-delete {
	float: right;
	height: 9px;
	width: 9px;
	background: url(../images/buttons/btn_recent_search_delete.png)
		no-repeat;
	margin-top: 2px;
	margin-left: 15px;
}

.tfRecentSearches-linkContainer-last {
	border: none;
}

/* price matrices */
.tfRoundTripPriceMatrix,.tfOneWayPriceMatrix {
	border-spacing: 0;
	*border-collapse: collapse;
	table-layout: fixed;
}

.tfRoundTripPriceMatrix {
	width: 100%;
	margin-top: 7px;
}

.tfRoundTripPriceMatrix td,.tfOneWayPriceMatrix td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #D9DAD5;
	border-right: 1px solid #D9DAD5;
	text-align: center;
}

.tfRoundTripPriceMatrix td {
	height: 30px;
}

.tfOneWayPriceMatrix-fullMonth {
	float: left;
	width: 351px;
	_width: 341px;
	margin: 7px 5px 0;
}

.tfOneWayPriceMatrixTab-noArrows .tfOneWayPriceMatrix-fullMonth {
	width: 383px;
	_width: 373px;
}

.tfOneWayPriceMatrix-fullMonth .monthHeader {
	font-weight: bold;
	font-size: 12px;
	color: #505050;
}

.tfOneWayPriceMatrix-fullMonth td {
	height: 35px;
}

.tfRoundTripPriceMatrix td {
	padding: 6px 0px;
	*padding: 5px 0px;
}

.tfRoundTripPriceMatrix .firstRow,.tfOneWayPriceMatrix .firstRow {
	border-top: 1px solid #D9DAD5;
}

.tfRoundTripPriceMatrix .firstColumn,.tfOneWayPriceMatrix .firstColumn {
	border-left: 1px solid #D9DAD5;
}

.tfRoundTripPriceMatrix .sectionHeader {
	color: #505050;
	font-weight: bold;
	padding-top: 6px;
	*padding-top: 8px;
	*padding-bottom: 8px;
}

.tfRoundTripPriceMatrix .dayHeader {
	color: #505050;
	background-color: #F7F7F7;
	white-space: nowrap;
}

.tfRoundTripPriceMatrix .mouseOver,.tfOneWayPriceMatrix .mouseOver {
	background-color: #DDEEFE !important;
}

.tfRoundTripPriceMatrix .currentSearch,.tfOneWayPriceMatrix .currentSearch
	{
	background-color: #4EADFD !important;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

.tfRoundTripPriceMatrix .disclaimer,.tfOneWayPriceMatrix .disclaimer {
	font-size: 11px;
	padding: 2px 10px !important;
	*padding: 1px 10px 0px !important;
	text-align: justify;
}

.tfOneWayPriceMatrix .invalidCell {
	color: #7A7A7A;
}

.tfOneWayPriceMatrix .disclaimer {
	*padding: 3px 5px 2px;
}

.tfRoundTripPriceMatrix .invalidCell {
	background-color: #F7F7F7;
}

.tfOneWayPriceMatrix td {
	padding: 3px 0px;
	*padding: 3px 0px;
}

.tfOneWayPriceMatrix .dayHeader {
	background-color: #F7F7F7;
	color: #505050;
	font-weight: bold;
	padding: 7px 0;
	*padding: 5px 0;
}

.tfOneWayPriceMatrix .emptyCell {
	background-color: #F7F7F7;
}

.tfOneWayPriceMatrix .priceCell {
	background-color: #FFFFFF;
	vertical-align: bottom;
}

.tfOneWayPriceMatrix .dayOfMonthIndication {
	float: right;
	font-size: 10px;
	margin-right: 1px;
	margin-top: -3px;
	padding-bottom: 4px;
	color: #7A7A7A;
}

.tfOneWayPriceMatrix .priceIndication {
	clear: both;
}

.tfOneWayPriceMatrixTab-disclaimer {
	float: left;
	width: 712px;
	_width: 702px;
	background-color: #FFFFFF;
	border: 1px solid #D9DAD5;
	margin: 5px 5px 0;
	padding: 10px 5px;
	text-align: center;
}

.tfOneWayPriceMatrixTab-noArrows .tfOneWayPriceMatrixTab-disclaimer {
	width: 776px;
	_width: 766px;
}


.tfOneWayPriceMatrixTab-arrow {
	float: left;
	width: 30px;
	height: 30px;
	background-color: black;
}

.tfOneWayPriceMatrixTab-arrow-left {
	background:
		url(../images/buttons/btn_price_matrix_tab_arrow_sprite.png)
		no-repeat 0px 0px;
}

.tfOneWayPriceMatrixTab-arrow-left-disabled {
	background:
		url(../images/buttons/btn_price_matrix_tab_arrow_sprite.png)
		no-repeat 0px -30px;
}

.tfOneWayPriceMatrixTab-arrow-right {
	background:
		url(../images/buttons/btn_price_matrix_tab_arrow_sprite.png)
		no-repeat -30px 0px;
}

.tfOneWayPriceMatrixTab-arrow-right-disabled {
	background:
		url(../images/buttons/btn_price_matrix_tab_arrow_sprite.png)
		no-repeat -30px -30px;
}

/* Price trends container */
#priceTrends-container,.priceTrends-selectionDetails-container {
	overflow: hidden;
	width: 599px;
}

.priceTrends-searchPanel {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}

.priceTrends-searchPanel div {
	float: left;
	margin-right: 7px;
}

.priceTrends-searchPanel input {
	width: 205px;
}

.priceTrends-searchPanel button {
	float: right;
	margin-top: -3px;
}

.priceTrends-selectionDetails div {
	float: left;
}

.priceTrends-selectionDetails button {
	float: right;
	margin-top: 10px;
}

.priceTrends-selectionDetails-container {
	padding: 10px 60px;
	border-top: 1px dotted #C8C8C8;
	border-bottom: 1px dotted #C8C8C8;
}

.priceTrends-selectionDetails-price {
	color: #2A5367;
	font-weight: bold;
	font-size: 33px;
	margin-right: 20px;
}

.priceTrends-selectionDetails-other {
	width: 215px;
	margin-top: 5px;
}

.priceTrends-disclaimer {
	clear: both;
	font-size: 9px;
	text-align: center;
	padding: 10px;
}.resultPanel {
	float: left;
	width: 100%;
	padding: 7px 0px;
}

.resultPanel-oneWay {
	padding: 7px 4px !important;
}

.resultPanel .redText {
	color: #E51D1D;
	font-weight: bold;
}

.resultPanel-mouseOver {
	background-color: #F0F8FE;
}

.resultPanel-collapsed {
	border-top: 1px dotted #CDCDCD;
}

.resultPanel-expanded {
	padding-bottom: 4px;
	border: 1px solid #DCDAD1;
	background-color: #F7F7F7;
	margin-left: -1px; *
	margin-left: 0px;
	margin-bottom: -1px;
}

.resultPanel-content-header {
	background-color: #FFFFFF;
	border: 1px solid #DCDAD1;
	border-bottom: none;
	float: left;
	padding: 10px 15px;
	width: 100%;
	float: left
}

/* dates header */
.firstHeader {
	float: left;
	width: 100%;
	padding: 13px 0 10px;
	text-align: center;
}

.dateHeader {
	float: left;
}

.dateHeader-outward-oneWay {
	margin-left: 219px;
}

.dateHeader-outward-roundTrip {
	margin-left: 97px;
}

.dateHeader-return {
	margin-left: 18px;
}

.dateHeader-labelAndDate {
	width: 250px;
	font-weight: bold;
}

.dateHeader-dayButton {
	width: 14px;
	height: 15px;
	cursor: pointer;
}

.dateHeader-dayButton-next {
	background: url("../images/buttons/btn_arrow_sprite.png") no-repeat
		-14px 0px;
}

.dateHeader-dayButton-prev {
	background: url("../images/buttons/btn_arrow_sprite.png") no-repeat 0px
		0px;
}

.dateHeader-dayButton-next-disabled {
	background: url("../images/buttons/btn_arrow_sprite.png") no-repeat
		-14px -15px;
	cursor: default;
}

.dateHeader-dayButton-prev-disabled {
	background: url("../images/buttons/btn_arrow_sprite.png") 0px -15px;
	cursor: default;
}

/* results container table header */
.secondHeader {
	float: left;
	width: 100%;
	border-top: 1px dotted #CDCDCD;
	padding: 10px 0;
}

.tfResultsContainerHeader {
	clear: both;
	padding: 0 5px;
}

.tfResultsContainerHeader td {
	vertical-align: middle !important;
	padding: 0;
}

.currencySelector-listBox {
	float: left;
	height: 20px;
	width: 100px;
}

.currencySelector-listBox-roundTrip {
	margin-left: 26px;
}

.resultsContainerHeaderDepart {
	width: 90px;
}

.resultsContainerHeaderArrive {
	width: 89px;
}

.resultsContainerHeaderStops {
	width: 89px;
}

.resultsContainerHeaderFlightNumber {
	width: 320px;
}

.pricePlaceHolder-oneWay {
	width: 90px;
}

.pricePlaceHolder-roundTrip {
	width: 117px;
}

.selectButtonPlaceHolder {
	width: 74px; *
	width: 80px;
}

.operatorPlaceHolder {
	width: 28px;
}

.tfResultPrice {
	color: #000000;
	margin-top: -2px;
	font-size: 17px;
	font-weight: bold;
	width: 85px;
}

.tfResultPrice-prefix {
	display: inline;
}

.tfResultPrice-value {
	display: inline;
}

.tfResultPrice-suffix {
	display: inline;
}

.tfResultHeader {
	float: left;
	width: 100%;
	font-size: 14px;
}

.tfResultHeader .selectButton {
	margin-right: 15px;
	margin-top: -1px;
	width: 50px;
}

.tfResultHeader td {
	vertical-align: middle !important;
}

.tfResultHeader .operatorImageContainer {
	border: medium none;
	margin-right: 13px;
}

.tfResultHeader .operatorImageContainer img {
	width: 15px;
	height: 15px;
}

.tfResultHeader .airportCode {
	font-weight: bold;
	width: 37px;
}

.tfResultHeader .timeIndication {
	margin-right: 10px;
}

.tfResultHeader .numberOfStops {
	width: 10px;
	font-weight: bold;
}

.tfResultHeader .tripDuration {
	width: 80px;
}

.tfResultHeader .tripNumber {
	width: 235px;
}

.tfResultHeader-roundTrip {
	width: 100%;
}

.tfResultHeader-roundTrip .twoBookings {
	position: relative;
	float: left;
	width: 23px;
	height: 25px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: -6px;
	margin-top: -3px;
}

.tfResultHeader-roundTrip .twoBookings-icon {
	background: url("../images/icons/icn_two_bookings.png") no-repeat;
}

/* Result Rows Content */
.tfResultPanel-content {
	float: left;
}

.tfResultPanel-content-inner {
	float: left;
	width: 100%;
	padding: 4px 7px;
}

.tripDetails-dateLabel {
	float: left;
	font-weight: bold;
	color: black;
	padding-right: 5px;
	font-weight: bold;
}

.tripDetails-panelContent {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DCDAD1;
}

.tripDetails-roundTrip {
	width: 392px;
}

/* Booking Panel */
.tfBookingPanel {
	text-align: center;
	margin: 9px 0px;
}

.tfBookingPanel-roundTrip-twoBookings {
	width: 392px;
}

.tfBookingPanel-roundTrip-single .vendorOptionContainer {
	margin: 0;
}

.tfBookingPanel-vendorOption-container {
	
}

.tfBookingPanel-otherVendors-container {
	margin: 0 10px;
}

.tfBookingPanel-vendorOption {
	border: solid 1px #DADADA;
	background-color: #FFFFFF;
}

.tfBookingPanel-vendorOption-big {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 50px;
	padding: 16px 16px 10px;
}

.tfBookingPanel-vendorOption-big td {
	vertical-align: middle !important;
}

.tfBookingPanel-vendorOption-small {
	border-top: medium none;
	height: 35px;
	padding: 7px 6px;
}

.tfBookingPanel-vendorOption-small td {
	vertical-align: middle !important;
}

.tfBookingPanel-vendorOption-small button {
	margin-right: 10px; *
	margin-right: 3px;
	margin-top: -2px;
}

.tfBookingPanel-moreVendorsPanel {
	margin: 0px 20px;
	padding: 5px 0px;
	text-align: center;
	border-bottom: solid 1px #DADADA;
	border-left: solid 1px #DADADA;
	border-right: solid 1px #DADADA;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	font-size: 8pt;
	color: #4EADFD;
	background-color: #FFFFFF;
}

.tfBookingPanel-vendorOption-price {
	display: inline;
	text-align: left;
	float: left;
}

.tfBookingPanel-vendorOption-price-big {
	margin-top: -2px;
	width: 85px;
}

.tfBookingPanel-vendorOption-price-small {
	width: 78px;
}

.tfBookingPanel-vendorOption-bookButton-big {
	padding: 7px 15px; *
	padding: 7px 5px;
	margin-top: -10px;
	margin-right: -7px;
}

.tfBookingPanel-vendorOption-bookButton-small {
	padding: 2px 3px;
}

.tfBookingPanel-vendorLabel {
	font-size: 8pt;
	color: black;
	display: inline;
	float: left;
	margin-top: 3px;
}

.tfBookingPanel-vendorLabel-small {
	width: 110px;
	overflow: hidden;
}

.tfBookingPanel-supplierLogo {
	float: left;
	margin-top: -2px;
	margin-right: 20px;
}

.tfToolsMenuOpen {
	background: url("../images/icons/icn_tools_open.png") no-repeat 0px 0px;
	width: 31px;
	height: 15px;
	margin-top: 3px;
}

.tfToolsMenuClosed {
	background: url("../images/icons/icn_tools_closed.png") no-repeat 0px
		0px;
	width: 31px;
	height: 15px;
	margin-top: 3px;
}

.tfToolsPopup {
	margin-top: 2px;
}

.overnightIndication-icon {
	float: left;
	background: url("../images/icons/icn_red_eye.png") no-repeat 0px 0px;
	width: 23px;
	height: 20px;
	margin-top: -4px;
	margin-right: 5px;
}

.stopOverIndication-icon {
	float: left;
	background: url("../images/icons/icn_tf_luggage.png") no-repeat 0px 0px;
	width: 17px;
	height: 23px;
	margin-right: 8px;
}

.tripDetails-panelContent-roundTrip .stopOverIndication-text {
	width: 327px;
}

.tripDetails-infoContainer {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #D9D9D9;
}

.tripDetails-topBorder {
	border-top: 1px dotted #D9D9D9;
}

.tripDetails-noBottomBorder {
	border-bottom: none !important;
}

.tripDetails-oneWay .tripDetails-infoContainer {
	padding: 10px 21px;
}

.tripDetails-roundTrip .tripDetails-infoContainer {
	padding: 10px 15px;
}

.operatorIcon {
	float: left;
	margin-left: 15px;
}

.tripDetails-oneWay .departure-arrival-info {
	width: 369px;
}

.tripDetails-roundTrip .departure-arrival-info {
	width: 177px;
}

.legDetails-title {
	font-weight: bold;
	color: #000000;
}

/* shared result */
#tfSharedResults {
	clear: both;
	padding-top: 10px;
}

#tfSharedResults .resultPanel {
	clear: both;
	border: 1px dotted #73C0FD !important;
	border-left: 0px !important;
	border-right: 0px !important;
	background-color: #F2F9FF;
}

#tfSharedResults .resultPanel-expanded {
	margin-left: 0px;
}

.tfSharedResults-highlight {
	background-color: #F2F9FF;
}

.tfSharedResultsLabel {
	font-size: 10pt;
	color: #5B5B5B;
	margin-bottom: 10px;
}

.tfSharedResultsLabelText {
	margin-left: 8px;
}

/* liked result */
#tfLikedResultsContainer {
	border-top: 1px dotted #EA9889 !important;
}

#tfLikedResults {
	clear: both;
	padding-top: 10px;
}

#tfLikedResults .resultPanel {
	clear: both;
	border-bottom: 1px dotted #EA9889 !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	background-color: #FCF5F4;	
}

#tfLikedResults .resultPanel-expanded {
	border:1px solid #EA9889 !important;
	margin-bottom:1px;
	margin-left:0;
	margin-top:-1px;
}

.tfLikedResults-highlight {
	background-color: #F2F9FF;
}

.tfLikedResultsLabel {
	font-size: 10pt;
	color: #5B5B5B;
	margin-bottom: 10px;
}

.tfLikedResultsLabelText {
	margin-left: 8px;
}

/* Tools Menu */
.tfToolsMenu {
	border: 1px #878A8B solid;
}

.tfToolsMenu .likeItem {
	background: url("../images/icons/icn_heart.png") no-repeat 6px 9px;
	border-bottom: 1px #878A8B dotted;
}

.tfToolsMenu .unlikeItem {
	background: url("../images/icons/icn_heart_grey.png") no-repeat 6px 9px;
	border-bottom: 1px #878A8B dotted;
}

.tfToolsMenu .emailItem {
	background: url("../images/icons/icn_mail.png") no-repeat 6px 11px;
}

.tfToolsMenu .gwt-MenuItem {
	font-size: 8pt;
	color: #0C5562;
	padding-left: 25px;
	height: 31px;
}

/*
.tfToolsMenu .gwt-MenuItem-selected {
	background: none repeat scroll 0 0 #E0EDFE !important;
}
*/
.gwt-DialogBox .Caption {

}
.gwt-DialogBox .dialogContent {
}

.gwt-DialogBox .dialogMiddleCenter {
  padding: 3px;
}
.gwt-DialogBox .dialogBottomCenter {
  background: url(images/hborder.png) repeat-x 0px -4px;
  -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
}
.gwt-DialogBox .dialogMiddleLeft {
  background: url(images/vborder.png) repeat-y;
}
.gwt-DialogBox .dialogMiddleRight {
  background: url(images/vborder.png) repeat-y -4px 0px;
  -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
}
.gwt-DialogBox .dialogTopLeftInner {
  width: 5px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
  width: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopLeft {
  background: url(images/corner.png) no-repeat -13px 0px;
  -background: url(images/corner_ie6.png) no-repeat -13px 0px;
}
.gwt-DialogBox .dialogTopRight {
  background: url(images/corner.png) no-repeat -18px 0px;
  -background: url(images/corner_ie6.png) no-repeat -18px 0px;
}
.gwt-DialogBox .dialogBottomLeft {
  background: url(images/corner.png) no-repeat 0px -15px;
  -background: url(images/corner_ie6.png) no-repeat 0px -15px;
}
.gwt-DialogBox .dialogBottomRight {
  background: url(images/corner.png) no-repeat -5px -15px;
  -background: url(images/corner_ie6.png) no-repeat -5px -15px;
}

.dialog {
	background-color:#ebf2fb;
	width: 430px;
	height: 200px;
	z-index: 221;
	position: absolute; 
	border: 3px solid #02749A;
}

.dialogPanel {
	text-align: center;
	color: #02749A;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold; 
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica;
}

.dialogLabel {
	cursor: hand;
}

.dialogButtonContainer {
	left: 110px;
	position: absolute;
	margin-top: 28px !important;
}

.dialogButton {
	width: 200px;
}

.dialogClose {
	position: relative; 
	top: 90px; 	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;		
	color: #ffa200;
}

.glassPanel {
	background-color: #000000;
	z-index: 220;
	position: absolute;
	width: 100%;
	height: 100%;	
	opacity:0.4;
	filter:alpha(opacity=40);
}
.uiTestPage {
	position: absolute;
	top: 40%;
	left: 40%;
	width: 200px;
	height: 200px;
	z-index: 50001;
	background: yellow;
	border: 1px solid blue;
	padding: 10px;
}

.debug-resultsManagerInfo {
	position: absolute;
	top: 30%;
	left: 90%;
	color: blue;
	background: yellow;
	border: 1px solid blue;
	z-index: 50001;
	padding: 2px;
}

.debug-logPanel {
	position: absolute;
	top: 5%;
	left: 30%;
	color: blue;
	background: yellow;
	border: 1px solid blue;
	z-index: 50001;
	padding: 2px;
}

.debug-connectionProfiles {
	position: absolute;
	top: 5%;
	left: 80%;
	color: blue;
	background: yellow;
	border: 1px solid blue;
	z-index: 50001;
	padding: 2px;
}

.debug-routerSummary {
	position: absolute;
	top: 5%;
	left: 1%;
	color: blue;
	background: yellow;
	border: 1px solid blue;
	z-index: 50001;
	padding: 2px;
}

.debug-tryFlagPanel {
	position: absolute;
	top: 80%;
	left: 80%;
	color: blue;
	background: yellow;
	border: 1px solid blue;
	z-index: 50001;
	padding: 2px;
}

/* Last Change: 2010-03-05 17:55:28 */

#tfFlightFinder {
	float: left;
}

#tfFlightFinderBox {
}

#tfFlightFinderBox .greyText {
	color: #565656;
}

#tfFlightFinderBox .tfVisible {
	display: block !important;
}

#tfFlightFinderBox h3 {
	color: #555555;
	font-size: 14px;
	margin: 0;
}

#tfFlightFinderBox .tfFlightFinderBox-titleAndLabelsContainer {
	float: right;
	margin-top: -23px;
}

#tfFlightFinderBox .tfTabPanel-label-container-outer-selected .tfTabPanel-label-container-inner {
	color: #1B5872;
	font-weight: bold;
}


#tfFlightFinderBox .tfFlightFinderBox-flightsFromLabel {
	position: relative;
	padding-right: 10px;
}

#tfFlightFinderBox .tfTabPanel-container {
	display: inline-block;
	margin-top: 0px;
	width: 100%;
}

#tfFlightFinderBox .tfTabPanel-label-container-outer-selected {
	border: none;
}

#tfFlightFinderBox .tfTabPanel-label-container-outer {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 0 7px;
	border-right: solid 1px #000000;
	display: block;
}

#tfFlightFinderBox .tfTabPanel-label {
}

#tfFlightFinderBox .tfTabPanel-label-container-outer-selected .tfTabPanel-label {
	text-decoration: underline;
}

#tfFlightFinderBox .tfTabPanel-label-container-outer-first {
	padding: 0 7px 0 0;
}

#tfFlightFinderBox .tfTabPanel-label-container-outer-last {
	padding: 0 0 0 7px;
	border-right: none !important;
}

#tfFlightFinderBox .tfTabPanel-label-container-outer .tfTabPanel-label-container-inner {
	border: none;
	background: none;
}

#tfFlightFinderBox .tfTabPanel-label-container-outer-selected .tfTabPanel-label-container-inner {
	border: none;
	background: none;
}

#tfFlightFinderBox .tfTabPanel-label-container-outer .tfTabPanel-label {
	padding: 0;
}

#tfFlightFinderBox .tfTabPanel-content-container {
	border: 0;
}

#tfFlightFinderBox .tfTabPanel-content  {
	border: none;
	background: none;
	padding: 0;
	width: 100%;
}

#tfFlightFinderBox .tfTabPanel-content > table {
	width: 100%;
}

#tfFlightFinderBox .tfRoutes {
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	height: 140px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#tfFlightFinderBox .tfRoutes-route {
	width: 133px;
}

#tfFlightFinderBox .tfRoutes-link {
	max-width: 75px;
}

#tfFlightFinderBox .tfRoutes-first {
	margin-left: 0px;
	float: left !important;
}

#tfFlightFinderBox .tfRoutes tr {
	border: none;
}

#tfFlightFinderBox .tfRoutes td {
	padding: 0px;
	border: none;
}

#tfFlightFinderBox .tfDisclaimer {
	display: inline-block;
	padding: 5px 0 0 0;
	color: #565656;
	line-height: 12px;
	height: 26px;
	font-family: "Helvetica", "Trebuchet MS", "Arial", "Freesans";
	overflow: hidden;
	border-top: 1px dashed #B6C9D2;
	letter-spacing: 0.5px;
	width: 100%;
}

#tfFlightFinderBox .tfRoutes-route, #tfFlightFinderBox .tfRoutes-date, #tfFlightFinderBox .tfRoutes-link {
	border: none;
	height: 16px;
	padding: 0px;
	margin: 0px;
	font-size: 12px !important;
}

#tfFlightFinderBox .tfRoutes-date {
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
}
#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td {
	padding: 4px;
	text-align: center;
	height: 35px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #DCDAD1;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafClickable
	{
	cursor: pointer;
	text-decoration: underline;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafClickable:hover
	{
	background-color: #4F8FFF !important;
	color: #FFFFFF !important;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafCurrentSearch
	{
	color: #FF0000 !important;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafLevel-1 {
	background: #AFBFFF !important;
	color: #FFFFFF !important;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafLevel-2 {
	background: #8FAFFF !important;
	color: #FFFFFF !important;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafLevel-3 {
	background: #6F9FFF !important;
	color: #FFFFFF !important;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafLevel-4 {
	background: #4F8FFF !important;
	color: #FFFFFF !important;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafOutwardDate,#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafReturnDate
	{
	height: 20px;
	padding-top: 3px;
	background-color: #F1F0E9;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafOutwardBar,#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafReturnBar
	{
	font-weight: bold;
	color: #505050;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafOutwardBar div
	{
	background: none;
	line-height: 12px;
	font-size: 12px;
	height: auto !important;
}

#tfFindAlternativeFlightsBox .tfAlternativeFlightsMatrix td.fafReturnBar div
	{
	line-height: 12px;
	font-size: 12px;
	background: none;
}