/*
 * Author: David J. Bradshaw
 * Date: 2004-02-02
 */
/*
 * Who: Lucian Ciufudean
 * Date: 2006-07-07
 * What: All text in some colored boxes must be black, added selectors of the form 
 * .box<color> .spashBoxContent {
 *	color:black;
 * }
 * 
 * Links in some colored boxes must be red, not white as normal. Added selectors of the form
 * .boxPink .spashBoxContent a:link,
 * .boxPink .spashBoxContent a:active,
 * .boxPink .spashBoxContent a:visited,
 * .boxPink .spashBoxContent a:hover
 * {
 * 	color:#cc0000;
 * }
 * 
 * The consistent solution would have been to use spashBoxContentBlack instead of spashBoxContent 
 * for those colored boxes, but this would have implied modifying 200 tridion JSPs for every site region.
 */

body
{
	margin: 4px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	background-color: #E4E4E4;
	font-size:100%;
}

td, th
{
	font-size:100%;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px 0px 0px 0px;
}

abbr
{
	border-style:none;
}

form
{
	display:inline;
}

img, table
{
	border: none 0px white;
	margin: 0px 0px 0px 0px;
}

.imgBottom
{
                vertical-align:bottom; 
}

h1
{
        font-size:14px;
        font-family: Tahoma;
}

h2
{
	font-size:.8em;
}

h3, h4
{
	font-size:1.2em;
}

ul
{
	margin-top:10px;
	margin-bottom:12px;
}

caption
{
	text-align:left;
	color:White;
	padding: 2px 4px 3px 2px;
	border-width:0px;
	border-style:solid;
}

sup
{
	font-size:0.85em;
}

textarea
{
	font-size:1em;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	padding:2px;
}

select.raise
{
	position:relative;
	top:-6px;
	/* \*/
	top:-2px;
	/* */
}

select.raise2
{
	position:relative;
	top:-3px;
	/* \*/
	top:-4px;
	/* */
}

input.raise2
{
	position:relative;
	top:3px;
	/* \*/
	top:5px;
	/* */
}

#pageBorder
{
	text-align:center;
}

#pageContainer
{
	width:760px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#mainTable
{
	border: solid 4px white; 
}

.bold
{	
	font-weight:bold;
}

.auralOnly
{
	position:absolute;
 	left:0px;
 	top:-2500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}

.ieMacOnly
{
	/* \*/
	position: absolute;
	visibility: hidden;
	z-index: -1;
	height:0px;
	/* */
}

#colLeft /*Class extended below */
{
	color:White;
	font-size:70%;
	border-left-width: 1px;
	border-right-width: 4px;
}

#colLeft div div div
{
}

#colRight /*Class extended below */
{
	border-right-width: 1px;
	border-left: 4px;
	background-color:White;
}

#mainContent
{
              padding-right: 0px;
              width:561px;
              border-left-width: 0px;
              border-right-width: 0px;
}

#mainContent, #colLeft, #colRight
{
	vertical-align:top;
	text-align: left;
}

.searchInput 
{
	color: #530153;
	font-size: 0.8em;
}

#mainContent, #colRight, #colLeft, .borderBottomRight, .borderBottom
{
	border-style: solid;
	border-color: white;
}

#mainContent, #colRight, #colLeft
{
	border-top-width: 0px;
	border-bottom-width: 4px;
}

.borderBottomRight, .borderBottom, .borderBottomLeft, .borderRight
{
	border-width:0px;
}

.borderBottomRight, .borderBottom, .borderBottomLeft
{
	border-bottom-width: 3px;
}

.borderBottomRight, .borderRight
{
	border-right-width:4px;
}

.borderBottomLeft
{
	border-left-width: 4px;
}
.centerTable
{
	border-left: none 0px white;
	width:100%;
}

.boxContainer .centerTable
{
	_width:99%;
}

.boxOutsideIndent .centerTable
{
	_width:97%;
}

.centerTable tr td,
.centerTable tr th
{
	vertical-align:top;
	text-align:left;
}

.centerTable tr td a
{
	color:#cc0000;
}

.centerTable TR TD .boxLinkTitle A,
.centerTable TR TD .boxTitle A
{
    COLOR: white;
}

.centerTableFixed
{
	width: 416px;
	border-collapse: collapse;	
}

.centerTableFixed tr td, .centerTableFixed tr th
{
	text-align: left;
	vertical-align: top;
}

a.popupLink,
a.popupLinkSM
{
	white-space:nowrap;
}

a.popupLink img,
a.popupLinkSM img
{
	position:relative;
	border-left:solid 8px white;
}

a.popupLink img
{
  top:-5px;
  /* \*/
  top:-2px;
  /* */
  border-left:solid 8px white;
}

a.popupLink img.smallBorder
{
  top:-5px;
  /* \*/
  top:-2px;
  /* */
  border-left:solid 2px white;
}


a.popupLinkGrey img
{
  top:-2px;
  position:relative;
  border-left:solid 8px #E4E4E4;
  background-color: #E4E4E4;
}

a.popupLinkSM img
{
	top:-2px;
	/* \*/
	top:-0px;
	/* */
}

.defaultSelect
{
	width: 110px;
}

.verticalPadding
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.tableCopy tr td, .tableCopy tr th
{
	font-size: 70%;
}

.tableCopy tr td select
{
	font-size: 1em;
}

.inputTable tr td,
.inputTable tr th
{
	padding-top: 4px;
}

.inputDiv input,
.inputDiv select,
.inputDiv textarea
{
	margin-bottom: 4px;
}

.radioFix,
.checkFix
{
	margin-bottom: 9px;
}

.radioFix input,
.checkFix input
{
	margin-bottom: 0px;
	position:relative;
	_top:1px
}

.radioFix input
{
	top:1px;
}

.ulFix ul,
ul.ulFix
{
	position:relative;
	left:25px;
	padding-right:25px;
}

.errorMessage
{
	color: #CC0000;
}

.buttonPos
{
	margin: 4px 6px 0px 2px;
	float: right;
}

.buttonPosCenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fieldPos
{
	width: 404px;
}

.normal
{
	font-weight:normal;
}

h3 .normal
{
	font-size:.8em;
}

.flyClubText
{
	font-weight: bold;
	font-style: italic;
}

.u
{
	text-decoration:underline;
}

.copyWhite, .copyWhite a
{
	color:white;
}

.copyBlack, .copyBlack a
{
	color:black;
}

.copyGrey
{
	color:#999999;
}

.borderPurple
{
	border-color:#660066;
}

.borderDarkGrey
{
	border-color:#999999;
}

.borderGrey
{
	border-color:#e4e4e4;
}

.borderWhite
{
	border-color:white;
}

.boxDarkPurple, .boxPurple	
{
	background-color:#660066;
}
/*
.boxBlue
{
	background-color:#26418d;
}
*/
.boxGreyWithMinHeight
{
	background-color:#e4e4e4;
    min-height: 100px;
}
.boxGrey
{
	background-color:#e4e4e4;
}

.boxGrey2
{
	background-color:#cccccc;
}

.boxDarkGrey
{
	background-color:#999999;
}

.boxDarkGrey h2 {
	color:black;
}

.boxDarkGrey .spashBoxContent {
	color:black;
}

.boxDarkGrey .spashBoxContent a:link,
.boxDarkGrey .spashBoxContent a:active,
.boxDarkGrey .spashBoxContent a:visited,
.boxDarkGrey .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxWhite
{
	background-color:white;
}

.boxLightBlue
{
	background-color:#69C0E2;
}

.boxLightBlue h2 {
             color:black;
}

.boxLightBlue .spashBoxContent {
	color:black;
}

.boxLightBlue .spashBoxContent a:link,
.boxLightBlue .spashBoxContent a:active,
.boxLightBlue .spashBoxContent a:visited,
.boxLightBlue .spashBoxContent a:hover
{
	color:#cc0000;
}   

.boxLightPurple
{
	background-color:#990099;
}

.boxSand
{
	background-color:#D2A471;
}

.boxSand h2 {
             color:black;
}

.boxSand .spashBoxContent {
	color:black;
}

.boxSand .spashBoxContent a:link,
.boxSand .spashBoxContent a:active,
.boxSand .spashBoxContent a:visited,
.boxSand .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxDarkSeaGreen
{
	background-color:#8CAA8B;
}

.boxDarkKhaki
{
	background-color:#D8C86E;
}

.boxDarkKhaki h2 {
             color:black;
}

.boxDarkKhaki .spashBoxContent {
	color:black;
}

.boxDarkKhaki .spashBoxContent a:link,
.boxDarkKhaki .spashBoxContent a:active,
.boxDarkKhaki .spashBoxContent a:visited,
.boxDarkKhaki .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxPink
{
	background-color:#CE8995;
}

.boxPink h2 {
             color:black;
}

.boxPink .spashBoxContent {
	color:black;
}

.boxPink .spashBoxContent a:link,
.boxPink .spashBoxContent a:active,
.boxPink .spashBoxContent a:visited,
.boxPink .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxWeather
{
	background-color:#ffcc00;
}

.boxLimeGreen
{
	background-color:#66cc00;
}

.boxLimeGreen h2 {
             color:black;
}

.boxLimeGreen .spashBoxContent {
	color:black;
}

.boxLimeGreen .spashBoxContent a:link,
.boxLimeGreen .spashBoxContent a:active,
.boxLimeGreen .spashBoxContent a:visited,
.boxLimeGreen .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxRed
{
	background-color:#CC0000;
}

.boxMaroon
{
	background-color:#660000;
}

.boxOrange
{
	background-color:#FF9900;
}

.boxOrange h2 {
             color:black;
}

.boxOrange .spashBoxContent {
	color:black;
}

.boxOrange .spashBoxContent a:link,
.boxOrange .spashBoxContent a:active,
.boxOrange .spashBoxContent a:visited,
.boxOrange .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxBlue
{
	background-color:#3366FF;
}

.boxDarkRed
{
	background-color:#660000;
}

#header, #subHeader /*Class extended below */
{
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-style: solid;
	border-color: White;
	width:100%;
}

#header 
{
	background-color:#CC0000;
	vertical-align:middle;
}

#subHeader
{
	background-color:#660066;
	vertical-align:middle;
	white-space:nowrap;
}

#subHeader>div[align="right"] 
{
	float:right;
	width:35%;
}

#location
{
             height:1.4em;
}

#breadcrumbs,
#location form table tr td
{
	font-size:70%;
	color:white;
	vertical-align:middle;
}

#location form table tr td
{
	white-space: nowrap;
}

#headerLeft 
{
             text-align:left;
             float:left;
}

#breadcrumbs
{
             padding-left:18px;
             padding-right:15px;
             text-align:left;
             width:60%;
             float:left;
}

#breadcrumbs, #changeCountry
{
	padding-top: .5em;
	padding-bottom: .5em;
	white-space:nowrap;
}

#breadcrumbs a
{
	color:White;
}

#location table
{
	display:inline;
}

#headerRight
{
             text-align:right;
             vertical-align:middle;
}

#location
{
             padding-right:18px;
             text-align:right;
             vertical-align:middle;
}

#location form table tr td select, 
#location form table tr td input
{
	font-size:80%;
	margin: 2px 0px 0px 4px;
	vertical-align:middle;
}

#location form table tr td select
{
	position:relative;
	top:2px;
/* IE:Mac Hack \*/
	position:static;
	top:0px;
/* */
}

#searchBox
{
	background-color:#CCCCCC;
	margin: 5px 0px 0px 0px;
	padding: 4px 5px 4px 8px;
	color:Black;
	height:5em;
}

#searchField
{
	border: solid 1px black;
	margin: 0px 4px 4px 0px;
	width: 9.8em;
	font-size:1em;
}

.boxContainer
{
	border-style:solid;
	border-width:2px;
	margin-bottom: 3px;
}

.boxMarginRight
{
	margin-right:4px;
}

.boxForm form input,
.boxForm form select,
.boxForm tr td form input,
.boxForm tr td form select
{
	margin-bottom: 4px;
	font-size:1em;
}

.boxPanelLeftImg
{
	margin: 0px 10px 4px 0px;
	float:left;
}

.boxPanelLeftImgInner
{
	margin: 0px 8px 0px 0px;
	float:left;
}

.boxPanelLeftImgInnerLessPad{
	margin: 0px 4px 0px 0px;
	float: left;
}

.boxHR
{
	padding-bottom:5px;
	border-bottom: solid 2px #660066;
	margin-bottom:10px;
	_width:100%;
}

.boxRight
{
	width:183px;
}

.boxHeader,
.boxTitle
{
	color:White;
	padding: 2px 4px 3px 4px;
	border-width:0px;
	border-style:solid;
}

.boxTitleFixedHeight
{
	height: 16px;
}

.boxTitle img,
.boxContainer .boxHeader img
{
	margin-top:2px;
	margin-left: 2px;
}

.boxFooter
{
	padding: 2px 4px 1px 4px;
}

.boxFooter a
{
	color:white;
}

.boxShortcuts
{
	border: solid 4px white;
}

.boxOutsideIndent
{
	margin-top:8px;
	margin-bottom:4px;
}

.boxOutsideIndent
{
	padding-left:6px;
	padding-right:6px;
}

.boxContent,
.boxContainer .boxOutsideIndent
{
	background-color:White;
	padding: 4px 4px 4px 0px;
	border-left: solid 4px white;
}

/* this class has to go here or it doesn't work for some reason only know to IE */
.ieBgFix 
{
	background-color:White;
    _background: url(null) fixed no-repeat; /* fix for IE render bug */
}

.boxContentWithPic
{
	background-color:White;
	padding: 4px 4px 0px 0px;
}

.boxContent select
{
	font-size: 1em;
}

.boxOutsideIndent select,
.boxOutsideIndent input,
.boxContent select,
.boxContent input
{
	font-size:1em;
}

.boxCopy,
.boxTableCopy tr td,
.boxTableCopy tr th 
{
	font-size:70%;
}

.boxTableIndent tr td,
.boxTableIndent tr th
{
	padding-left:7px;
}

boxSelectBox
{
	position:relative;
	top: -3px;
	margin: 2px 4px 4px 0px;
}

boxSelectImg
{
	position:relative;
	top: 2px;
}

.boxSearchList tr td a,
.boxSearchList tr td a:link,
.boxSearchList tr td a:visited,
.boxSearchList tr td a:hover,
.boxSearchList tr td a:active,
.boxContent a,
.boxContent a:link,
.boxContent a:visited,
.boxContent a:hover,
.boxContent a:active,
.boxOutsideIndent a,
.boxOutsideIndent a:link,
.boxOutsideIndent a:visited,
.boxOutsideIndent a:hover,
.boxOutsideIndent a:active,
.boxLink,
.boxLink a:link,
.boxLink a:visited,
.boxLink a:hover,
.boxLink a:active
{
	color:#cc0000;
}

/* This is a hack for winIE The '_' is important */
.boxFlightsList
{
	width:100%;
	_width:97%
}

.boxFlightsList tr td,
.boxFlightsList tr th
{
	vertical-align:top;
	text-align:left;
}

.boxFlightsList .dayOfWeek
{
	text-align:center;
}

.boxHSmall,
.boxHLarge,
.boxHFix
{
	/* \*/
	overflow: auto;
	/* */
}

.boxHSmall
{
	height:103px;
}

.boxHLarge
{
	height:235px;
}
 
.boxContainer .boxHSmall
{
	height:101px;
}
 
.boxContainer .boxHLarge
{
	height:227px;
}
 
/* This is a hack for winIE The '_' is important */
.box100
{
	width:100%;
	_width:99%;
}

.boxLinkTitle
{
	color:White;
	padding: 2px 4px 3px 4px;
	border-width:0px;
	border-style:solid;
}

.boxLinkTitle a
{
	color: white;
	text-decoration: none;		
}

/* This fixes a height scaling bug in Win IE 6/7. The '_' is important
*/
.boxIEFix
{
		 /* \*/
		 _width:100%;
      /* */
      min-width: 0;
}

.noshow 
{
      visibility: hidden;
}

#footer
{
	color: White;
	text-decoration:none;
	white-space:nowrap;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: White;
	width:100%;
	background-color:#CC0000;
}

#footerDestination
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	background-color:#ffffff;	
	font-size: .7em;
}

.footerLeft, .footerRight /*Class extended below */
{
	padding-top:5px;
	padding-bottom:5px;
	font-size: .7em;
}

.footerLeft
{
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	width:57.5%;
	float:left;
}

.footerRight
{
	padding-right:10px;
	text-align:right;
}

#footer div a
{
	color:White;
	white-space:nowrap;
}

.splashHeader
{
	font-size:.7em;
	width:100%;
}

.splashHeader div
{
	padding: 8px 8px 0px 8px;
}

.splashHeader a
{
	color: black;
}

.splashLeftImg
{
	margin: 0px 10px 0px 0px;
	float:left;
}

.splashHigh
{
	height:40px;
}

.splashHeader select
{
	font-size:1em;
}

.spashBoxContent,
.spashBoxContentBlack
{
	padding: 8px 8px 0px 8px;
}

.spashBoxContent,
.spashBoxContent a:link,
.spashBoxContent a:active,
.spashBoxContent a:visited,
.spashBoxContent a:hover
{
	color:white;
}

.spashBoxContentBlack a:link,
.spashBoxContentBlack a:active,
.spashBoxContentBlack a:visited,
.spashBoxContentBlack a:hover
{
	color:#cc0000;
}

#offersTable
{
 width:99%;
}

div>#offersTable /* win IE hack */
{
 width:100%;
}

#offersTable th,
#offersTable td
{
 vertical-align:top;
 font-size:.7em;
 text-align:left;
 padding: 2px 2px 3px 5px;
}

#offersTable tr td a
{
 color:#cc0000;
}

#offersTable div, .offerBox2 div
{
 padding: 8px 8px 0px 8px;
}

.offerRow
{
 font-size:.7em;
 padding-top:3px;
 padding-bottom:4px;
 padding-left:4px;
 padding-right:4px;
}

.offerRow Div
{
 width:96px;
 float:left;
 white-space:nowrap;
}

.offerRow a
{
 color:#cc0000;
 
}

.headerLinkRight 
{
	float: right;
	padding-right: 10px;
	vertical-align: middle;
}

.IEwidth
{
                _width: 210px;
}

.whiteBackground
{
 background-color: #FFFFFF;
}

.maxWidthIEFix
{
_width:750px; /* win IE6 and below hack */
}
html>body .maxWidthIEFix
{ 
*width:750px; /* win IE7 hack */
}
.maxWidthGFIEFix
{
_width:750px; /* win IE6 and below hack */
}
html>body .maxWidthGFIEFix
{ 
*width:720px; /* win IE7 hack */
}

.onlyForIE{
_font-size:70%;
}

.copyWhite, .copyWhite a
{
	color:white;
}

.copyBlack, .copyBlack a
{
	color:black;
}

.copyGrey
{
	color:#999999;
}

.borderPurple
{
	border-color:#660066;
}

.borderDarkGrey
{
	border-color:#999999;
}

.borderGrey
{
	border-color:#e4e4e4;
}

.borderWhite
{
	border-color:white;
}

.boxDarkPurple, .boxPurple	
{
	background-color:#660066;
}
/*
.boxBlue
{
	background-color:#26418d;
}
*/
.boxGrey
{
	background-color:#e4e4e4;
}

.boxGrey2
{
	background-color:#cccccc;
}

.boxDarkGrey
{
	background-color:#999999;
}

.boxDarkGrey h2 {
	color:black;
}

.boxDarkGrey .spashBoxContent {
	color:black;
}

.boxDarkGrey .spashBoxContent a:link,
.boxDarkGrey .spashBoxContent a:active,
.boxDarkGrey .spashBoxContent a:visited,
.boxDarkGrey .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxWhite
{
	background-color:white;
}

.boxLightBlue
{
	background-color:#69C0E2;
}

.boxLightBlue h2 {
             color:black;
}

.boxLightBlue .spashBoxContent {
	color:black;
}

.boxLightBlue .spashBoxContent a:link,
.boxLightBlue .spashBoxContent a:active,
.boxLightBlue .spashBoxContent a:visited,
.boxLightBlue .spashBoxContent a:hover
{
	color:#cc0000;
}   

.boxLightPurple
{
	background-color:#990099;
}

.boxSand
{
	background-color:#D2A471;
}

.boxSand h2 {
             color:black;
}

.boxSand .spashBoxContent {
	color:black;
}

.boxSand .spashBoxContent a:link,
.boxSand .spashBoxContent a:active,
.boxSand .spashBoxContent a:visited,
.boxSand .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxDarkSeaGreen
{
	background-color:#8CAA8B;
}

.boxDarkKhaki
{
	background-color:#D8C86E;
}

.boxDarkKhaki h2 {
             color:black;
}

.boxDarkKhaki .spashBoxContent {
	color:black;
}

.boxDarkKhaki .spashBoxContent a:link,
.boxDarkKhaki .spashBoxContent a:active,
.boxDarkKhaki .spashBoxContent a:visited,
.boxDarkKhaki .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxPink
{
	background-color:#CE8995;
}

.boxPink h2 {
             color:black;
}

.boxPink .spashBoxContent {
	color:black;
}

.boxPink .spashBoxContent a:link,
.boxPink .spashBoxContent a:active,
.boxPink .spashBoxContent a:visited,
.boxPink .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxWeather
{
	background-color:#ffcc00;
}

.boxLimeGreen
{
	background-color:#66cc00;
}

.boxLimeGreen h2 {
             color:black;
}

.boxLimeGreen .spashBoxContent {
	color:black;
}

.boxLimeGreen .spashBoxContent a:link,
.boxLimeGreen .spashBoxContent a:active,
.boxLimeGreen .spashBoxContent a:visited,
.boxLimeGreen .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxRed
{
	background-color:#CC0000;
}

.boxMaroon
{
	background-color:#660000;
}

.boxOrange
{
	background-color:#FF9900;
}

.boxOrange h2 {
             color:black;
}

.boxOrange .spashBoxContent {
	color:black;
}

.boxOrange .spashBoxContent a:link,
.boxOrange .spashBoxContent a:active,
.boxOrange .spashBoxContent a:visited,
.boxOrange .spashBoxContent a:hover
{
	color:#cc0000;
}

.boxBlue
{
	background-color:#3366FF;
}

.boxDarkRed
{
	background-color:#660000;
}

#header, #subHeader /*Class extended below */
{
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-style: solid;
	border-color: White;
	width:100%;
}

#header 
{
	background-color:#CC0000;
	vertical-align:middle;
}

#subHeader
{
	background-color:#660066;
	vertical-align:middle;
	white-space:nowrap;
}


#subHeader>div[align="right"] 
{
	float:right;
	width:35%;
}

#location
{
             height:1.4em;
}

#breadcrumbs,
#location form table tr td
{
	font-size:70%;
	color:white;
	vertical-align:middle;
}

#location form table tr td
{
	white-space: nowrap;
}

#headerLeft 
{
             text-align:left;
             float:left;
}

#breadcrumbs
{
             padding-left:18px;
             padding-right:15px;
             text-align:left;
             width:60%;
             float:left;
}

#breadcrumbs, #changeCountry
{
	padding-top: .5em;
	padding-bottom: .5em;
	white-space:nowrap;
}

#breadcrumbs a
{
	color:White;
}

#location table
{
	display:inline;
}

#headerRight
{
             text-align:right;
             vertical-align:middle;
}

#location
{
             padding-right:18px;
             text-align:right;
             vertical-align:middle;
}

#location form table tr td select, 
#location form table tr td input
{
	font-size:80%;
	margin: 2px 0px 0px 4px;
	vertical-align:middle;
}

#location form table tr td select
{
	position:relative;
	top:2px;
/* IE:Mac Hack \*/
	position:static;
	top:0px;
/* */
}

#searchBox
{
	background-color:#CCCCCC;
	margin: 5px 0px 0px 0px;
	padding: 4px 5px 4px 8px;
	color:Black;
	height:5em;
}

#searchField
{
	border: solid 1px black;
	margin: 0px 4px 4px 0px;
	width: 9.8em;
	font-size:1em;
}

.boxContainer
{
	border-style:solid;
	border-width:2px;
	margin-bottom: 3px;
}

.boxMarginRight
{
	margin-right:4px;
}

.boxForm form input,
.boxForm form select,
.boxForm tr td form input,
.boxForm tr td form select
{
	margin-bottom: 4px;
	font-size:1em;
}

.boxPanelLeftImg
{
	margin: 0px 10px 4px 0px;
	float:left;
}

.boxPanelLeftImgInner
{
	margin: 0px 8px 0px 0px;
	float:left;
}

.boxHR
{
	padding-bottom:5px;
	border-bottom: solid 2px #660066;
	margin-bottom:10px;
	_width:100%;
}

.boxRight
{
	width:183px;
}

.boxHeader,
.boxTitle
{
	color:White;
	padding: 2px 4px 3px 4px;
	border-width:0px;
	border-style:solid;
}

.boxTitleFixedHeight
{
	height: 16px;
}

.boxTitle img,
.boxContainer .boxHeader img
{
	margin-top:2px;
	margin-left: 2px;
}

.boxFooter
{
	padding: 2px 4px 1px 4px;
}

.boxFooter a
{
	color:white;
}

.boxShortcuts
{
	border: solid 4px white;
}

.boxOutsideIndent
{
	margin-top:8px;
	margin-bottom:4px;
}

.boxOutsideIndent
{
	padding-left:6px;
	padding-right:6px;
}

.boxContent,
.boxContainer .boxOutsideIndent
{
	background-color:White;
	padding: 4px 4px 4px 0px;
	border-left: solid 4px white;
}

/* this class has to go here or it doesn't work for some reason only know to IE */
.ieBgFix 
{
	background-color:White;
    _background: url(null) fixed no-repeat; /* fix for IE render bug */
}

.boxContentWithPic
{
	background-color:White;
	padding: 4px 4px 0px 0px;
}

.boxContent select
{
	font-size: 1em;
}

.boxOutsideIndent select,
.boxOutsideIndent input,
.boxContent select,
.boxContent input
{
	font-size:1em;
}

.boxCopy,
.boxTableCopy tr td,
.boxTableCopy tr th 
{
	font-size:70%;
}

.boxTableIndent tr td,
.boxTableIndent tr th
{
	padding-left:7px;
}

boxSelectBox
{
	position:relative;
	top: -3px;
	margin: 2px 4px 4px 0px;
}

boxSelectImg
{
	position:relative;
	top: 2px;
}

.boxSearchList tr td a,
.boxSearchList tr td a:link,
.boxSearchList tr td a:visited,
.boxSearchList tr td a:hover,
.boxSearchList tr td a:active,
.boxContent a,
.boxContent a:link,
.boxContent a:visited,
.boxContent a:hover,
.boxContent a:active,
.boxOutsideIndent a,
.boxOutsideIndent a:link,
.boxOutsideIndent a:visited,
.boxOutsideIndent a:hover,
.boxOutsideIndent a:active,
.boxLink,
.boxLink a:link,
.boxLink a:visited,
.boxLink a:hover,
.boxLink a:active
{
	color:#cc0000;
}

/* This is a hack for winIE The '_' is important */
.boxFlightsList
{
	width:100%;
	_width:97%
}

.boxFlightsList tr td,
.boxFlightsList tr th
{
	vertical-align:top;
	text-align:left;
}

.boxFlightsList .dayOfWeek
{
	text-align:center;
}

.boxHSmall,
.boxHLarge,
.boxHFix
{
	/* \*/
	overflow: auto;
	/* */
}

.boxHSmall
{
	height:103px;
}

.boxHLarge
{
	height:235px;
}
 
.boxContainer .boxHSmall
{
	height:101px;
}
 
.boxContainer .boxHLarge
{
	height:227px;
}
 
/* This is a hack for winIE The '_' is important */
.box100
{
	width:100%;
	_width:99%;
}

.boxLinkTitle
{
	color:White;
	padding: 2px 4px 3px 4px;
	border-width:0px;
	border-style:solid;
}

.boxLinkTitle a
{
	color: white;
	text-decoration: none;		
}

/* This fixes a height scaling bug in Win IE 6/7. The '_' is important
*/
.boxIEFix
{
		 /* \*/
		 _width:100%;
      /* */
      min-width: 0;
}

.noshow 
{
      visibility: hidden;
}

#footer
{
	color: White;
	text-decoration:none;
	white-space:nowrap;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: White;
	width:100%;
	background-color:#CC0000;
}

#footerDestination
{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	background-color:#ffffff;	
	font-size: .7em;
}

.footerLeft, .footerRight /*Class extended below */
{
	padding-top:5px;
	padding-bottom:5px;
	font-size: .7em;
}

.footerLeft
{
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	width:57.5%;
	float:left;
}

.footerRight
{
	padding-right:10px;
	text-align:right;
}

#footer div a
{
	color:White;
	white-space:nowrap;
}

.splashHeader
{
	font-size:.7em;
	width:100%;
}

.splashHeader div
{
	padding: 8px 8px 0px 8px;
}

.splashHeader a
{
	color: black;
}

.splashLeftImg
{
	margin: 0px 10px 0px 0px;
	float:left;
}

.splashHigh
{
	height:40px;
}

.splashHeader select
{
	font-size:1em;
}

.spashBoxContent,
.spashBoxContentBlack
{
	padding: 8px 8px 0px 8px;
}
.padding20 {
    _height: 100px;
    padding: 20px 20px 0px 20px;
}
.spashBoxContent,
.spashBoxContent a:link,
.spashBoxContent a:active,
.spashBoxContent a:visited,
.spashBoxContent a:hover
{
	color:white;
}

.spashBoxContentBlack a:link,
.spashBoxContentBlack a:active,
.spashBoxContentBlack a:visited,
.spashBoxContentBlack a:hover
{
	color:#cc0000;
}

#offersTable
{
 width:99%;
}

div>#offersTable /* win IE hack */
{
 width:100%;
}

#offersTable th,
#offersTable td
{
 vertical-align:top;
 font-size:.7em;
 text-align:left;
 padding: 2px 2px 3px 5px;
}

#offersTable tr td a
{
 color:#cc0000;
}

#offersTable div, .offerBox2 div
{
 padding: 8px 8px 0px 8px;
}

.offerRow
{
 font-size:.7em;
 padding-top:3px;
 padding-bottom:4px;
 padding-left:4px;
 padding-right:4px;
}

.offerRow Div
{
 width:96px;
 float:left;
 white-space:nowrap;
}

.offerRow a
{
 color:#cc0000;
 
}

.headerLinkRight 
{
	float: right;
	padding-right: 10px;
	vertical-align: middle;
}

.IEwidth
{
                _width: 210px;
}

.whiteBackground
{
 background-color: #FFFFFF;
}

.maxWidthIEFix
{
_width:750px; /* win IE6 and below hack */
}
html>body .maxWidthIEFix
{ 
*width:750px; /* win IE7 hack */
}
.maxWidthGFIEFix
{
_width:750px; /* win IE6 and below hack */
}
html>body .maxWidthGFIEFix
{ 
*width:720px; /* win IE7 hack */
}


.onlyForIE{
_font-size:70%;
}

.block{
  display:block;
}

.rightWithBackground{
  background-color:#ffc;
  float:right;
  width:180px;
}

.button{
  margin-left:15px; 
  padding-top:5px;	
}

.mainBookingFrame .greyframe-multi table.errorsSection {
 *width:530px;
 _width:524px;
}

.mainBookingFrame .stopover .boxOutsideIndent table.errorsSection {
  font-size: 1.4em;
  width: 550px;
}


