html{
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 100%;
	margin: 0;
 text-align: left !important;
}

img{
	border: 0px;
}

a{
	color: #208EFF;
}

a:hover{
	text-decoration: none;
}

.red{
 color: red;
}

.debugConsole{
 height: 400px;
 width: 500px;
 margin: 0 auto;
 display: block;
}

.tabActive, .tabInactive{
	-moz-user-select: none;
}

select.full{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	padding: 2px 1px;
}

select.small{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-width: 50px;
	padding: 1px;
}

input.inputs{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
}

input.inputsSmall{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 124px;
}

body > #mainContainer{
	height: auto;
	min-height: 100%;
}

#mainContainer{
	width: 940px;
	height: 100%;
	margin: 0 auto;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	padding: 0 25px 0 25px;
}

#header{
	height: 131px;
	position: relative;
}

#logo{
	position: absolute;
	left: 0px;
	top: 18px;
}

#awards, #flags{
	float: right;
	margin: 18px 0 0 0;
}

#flags{
	width: 120px;
	margin-left: 35px;
}

#flags img{
	margin: 0 4px 10px 0;
}

#navigation{
	height: 30px;
	width: 100%;
	background-color: #666666;
	position: absolute;
	bottom: 0px;
}

#navigation ul{
	padding: 0;
	margin: 0;
	display: inline;
}

#navigation ul li{
  list-style: none;
  height: 30px;
  float: left;
}

#navigation ul li a{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 20px 8px 20px;
  line-height: 30px;
}

#navigation ul li a:hover{
	background-image: url(images/navActive.gif);
	background-repeat: repeat-x;
}

#footeraph{
	font-size: 10px;
	padding-bottom: 10px;
}

#footer{
	font-size: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

#footerLinks{
	text-align: center;
	line-height: 150%;
	padding: 10px;
}

#footerCopy{
	border-top: 1px solid #666666;
	margin-top: 40px;
	padding-top: 10px;
}

#footerCopy a{
	color: #666666;
	text-decoration: none;
}

#footerCopy a:hover{
	text-decoration: underline;
}

#copyText{
	padding-top: 20px;
}

#addThis{
	float: right;
}

#content{
	margin-top: 40px;
}

.clear{
	clear: both;
	height: 0px;
}

#searchContainer{
	background-image: url(images/searchBackBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 201px;
	margin-left: -3px;
	position: relative;
	margin-top: -28px;
}

#searchContainerContent{
	background-image: url(images/searchBackTop.gif);
	background-repeat: no-repeat;
	padding: 13px;
	margin-top: -3px;
}

#searchContainerTabs{
	background-color: #ffffff;
	background-image: url(images/searchTabsBack.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 28px;
}

#searchContainer .tabActive, #searchContainer .tabInactive{
	width: 96px;
	height: 28px;
	float: left;
	line-height: 28px;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

#searchContainer .tabActive{
	background-image: url(images/searchTabActive.gif);
	background-repeat: no-repeat;
	color: #1A8EFF;
}

#searchContainer .tabInactive{
	background-image: url(images/searchTabInactive.gif);
	background-repeat: no-repeat;
	color: #ffffff;
}

#searchContainer label{
	display: block;
	color: #333333;
	margin-bottom: 3px;
}

#searchContainer div.left{
	width: 49%;
	float: left;
}


#searchContainer div.right{
	width: 49%;
	float: right;
}

#searchContainer div.innerLeft{
	width: 49%;
	float: left;
}


#searchContainer div.innerRight{
	width: 49%;
	float: right;
}


#searchContainer div.tiny{
	font-size: 10px;
	padding-top: 3px;
}

#searchContainer div.searchSep{
	border-bottom: 1px solid #9d9d9d;
	margin: 10px 0 10px 0;
}

#searchContainer div.searchRow{
	margin-bottom: 7px;
}

.floatParent{
	overflow: hidden;
	height: auto;
}

#transferMonth, #returnMonth{
	width: 60px;
}

.blueButton{
	background-image: url(images/blueButton.gif);
	background-repeat: repeat-x;
	height: 30px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.redButton{
    background-image: url(images/redButton.gif);
    background-repeat: repeat-x;
    height: 30px;
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.greyButton{
	background-image: url(images/greyButton.gif);
	background-repeat: repeat-x;
	height: 30px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.blueButtonSmall{
	background-image: url(images/blueButtonSmall.gif);
	background-repeat: repeat-x;
	height: 23px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

#searchButtons{
	text-align: right;
	padding-top: 10px;
	clear: both;
}

.formContainer{
	background-color: #EAEAEA;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

.formContainer h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1992FF;
	margin: 0 0 5px 0;
}

.formContainer p.nomargin{
	margin: 0;
}

.formContainer label{
	display: block;
	color: #333333;
	margin-bottom: 3px;
}

.floatLeft{
	width: 49%;
	float:left;
}

.floatRight{
	width: 49%;
	float:right;
}

.strong{
	font-weight: bold;
}

#transferDetails{
	margin: 10px 0 10px 0;
	background-color: #eaeaea;
}

#transferDetails tr th{
	text-align: left;
	color: #FFFFFF;
	background-image: url(images/resultsTableHead.gif);
	background-repeat: repeat-x;
	height: 30px;
}

#transferDetails tr td{
	padding: 20px 0 20px 0;
}

#transferDetails tr td.price{
	font-weight: bold;
	color: #1C92FF;
	font-size: 14px;
}

.errorMessage{
	display: block;
	padding: 5px;
	background-color: #AE0000;
 color: white;
	border: 1px solid #585858;
 font-weight: bold;

}

.warnMessage{
    display: block;
    padding: 2px;
    background-color: #AE0000;
 color: white;
    border: 1px solid #585858;
 font-weight: bold;
}

.message{
	padding: 5px;
	background-color: #ffffd9;
	border: 1px solid #d3d3d3;
	font-weight: bold;
	display: block;
}

#breadcrumbs{
	position: absolute;
	top: -25px;
}

#lightboxOverlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-color: black;
}

/* Hopper Offers and Top Shuttle Destinations */

#hoppaOffers{
	background-image: url(images/offersBackBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 500px;
	margin-left: -3px;
	position: relative;
	margin-top: 7px;
}

#hoppaOffersContent{
	background-image: url(images/offersBackTop.gif);
	background-repeat: no-repeat;
	padding: 13px;
	margin-top: -3px;
	text-align: center;
}

#hoppaOffersContent img{
	border: 0;
	margin-right: 3px;
}

#hoppaOffersTabs{
	background-color: #ffffff;
	background-image: url(images/offersTabsBack.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 28px;
}

#hoppaOffers .tabActive, #hoppaOffers .tabInactive{
	width: 96px;
	height: 28px;
	float: left;
	line-height: 28px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

#hoppaOffers .tabActive{
	background-image: url(images/searchTabActive.gif);
	background-repeat: no-repeat;
	color: #1A8EFF;
}

#hoppaOffers .tabInactive{
	background-image: url(images/searchTabInactive.gif);
	background-repeat: no-repeat;
	color: #ffffff;
}

#hoppaOffers h2{
	display: block;
	height: 25px;
	width: 125px;
	background-image: url(images/hoppaOffers.gif);
	background-repeat: no-repeat;
	margin: 0;
	position: absolute;
	right: -14px;
	top: -3px;
	z-index: 1;
}

#hoppaOffers h2 span{
	position: absolute;
	left: -9999px;
}

#topShuttleDestinations h2{
	display: block;
	height: 26px;
	width: 208px;
	background-image: url(images/topTransferDestinations.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}

#topShuttleDestinations h2 span{
	position: absolute;
	left: -9999px;
}

#topShuttleDestinations ul{
	margin: 0;
	padding: 0;
}

#topShuttleDestinations li{
	list-style: none;
	height: 18px;
}

#topShuttleDestinations li span{
	float: right;
}

#topShuttleDestinations li a{
	float: left;
}

p {
	text-align: justify;
}

#welcomeMessage {
  font-size: 16px;
  font-weight: bold;
}

#itinerary{
    border-color: #EAEAEA;
    border-style: solid;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

#itinerary h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1992FF;
    margin: 0 0 5px 0;
}

#itinerary p.nomargin{
    margin: 0;
}

#itinerary label{
    display: block;
    color: #333333;
    margin-bottom: 3px;
}

#inf{
    text-align:center;  
}

#bookDetails{
    margin: 10px 0 10px 0;
    background-color: #eaeaea;

}

#bookDetails tr th{
    text-align: center;
    padding:10px;
    color: #FFFFFF;
    background-image: url(images/resultsTableHead.gif);
    background-repeat: repeat-x;
    height: 10px;
}

#bookDetails tr td{
    padding: 10px 10px 3px 10px;
}

#bookDetails tr td.price{
    font-weight: bold;
    color: #1C92FF;
    font-size: 14px;
    text-align: center;
}



/* Top Ski Destinations List on Ski page*/

#topSkiDestinations h2{
	display: block;
	height: 26px;
	width: 208px;
	background-image: url(images/topSkiDestinations.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}

#topSkiDestinations h2 span{
	position: absolute;
	left: -9999px;
}

#topSkiDestinations ul{
	margin: 0;
	padding: 0;
}

#topSkiDestinations li{
	list-style: none;
	list-style-type: none;
	height: 20px;
}

#topSkiDestinations li span{
	float: right;
}

#topSkiDestinations li a{
	float: left;
}

#ret {
 display:none;  
}

.break {
    background-image: url(images/searchBreakLine.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 175px;    
}
