﻿body
{
	margin: 0;
	background-color: #333333;
	font-size: 12px;
	font-family: Arial;
}

header, footer, section { display: block; overflow: hidden; clear: both; }

.page
{
	width: 946px;
	margin: 0 auto;
}

.headerAndContent
{
	background: white;
	border: solid 6px white;
}

.banner
{
	display: block;
}

h1,h2,h3,b,strong
{
	color: #40627B;
	font-weight: bold;
}

h1
{
	background-color: #40627B;
	color: #ffffff;
	font-size: 20px;
	padding: 3px 10px 3px 10px;
	margin: 0px 0px 15px 0px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

.nav
{
	font-size: 14px;
	color: #40627b;
	height: 39px;
}

.nav ul
{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.nav li
{
	float: left;
	height: 39px;
}

.nav a
{
	display: block;
	color: #40627b;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	line-height: 38px;
	outline: none;
}

.selectedNav a
, .nav a:hover
{
	text-decoration: underline;
}

.nav li ul
{
	position: absolute;
	left: -9999px;
	width: 200px;
	margin: -5px 0px 0px 10px;
	clear: left;
	background-color: #ffffff;
	border: solid 1px #EFEFEF;
}

.nav li ul li
{
	width: 200px;
	height: auto;
}

.nav li ul li a
{
	font-weight: normal;
	font-size: 12px;
	height: auto;
	line-height: normal;
}

.nav li:hover ul
, .nav li.over ul
{
	left: auto;
	min-height: 0px; /* This, combined with the extra height from earlier fixes an IE7 bug */
}

.ValidationSummary ul
{
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
.ValidationSummary li
{
	color: Red;
	list-style: none none;
	padding: 1px 0px 1px 18px;
	background: url("../images/error.gif") no-repeat left 1px;
}
.clear
{
	clear: both;
	height: 0px;
}

.modalBackground
{
	background-color: Gray;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.search
{
	color: #ffffff;
	background-color: #40627B;
	margin-bottom: 6px;
	padding-bottom: 1px;
}

.search h2
{
	margin: 0px;
	height: 61px;
	background: url("../images/l-nav-lodging-search-header.jpg") no-repeat left top;
	text-indent: -9999px;
	font-size: 18px;
	border-bottom: solid 6px #ffffff;
}

.search ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.search li
{
	list-style: none;
}

.search a
{
	color: White;
	text-decoration: none;
}

.search a:hover
{
	text-decoration: underline;
}

.search p
{
	margin: 10px;
}

.search input
{
	border: solid 1px #black;
	width: 210px;
}

.search label
{
	display: block;
}

p.submitSearch
{
	text-align: right;
}

.submitSearch img
{
	cursor: pointer;
}

p.searchTitle
{
	margin-bottom: 8px;
	font-size: 12px;
}

input.date
{
	background: white url(/images/icon_Calendar.gif) no-repeat scroll 67px 2px;
	border: 1px solid #99B3D0;
	height: 16px;
	padding: 2px 1px 1px 2px;
}

.leftMainContent
{
	width: 236px;
	float: left;
}

.bodyContent
{
	float: right;
	width: 690px;
}

.tagLine
{
	background-color: #e8e8e8;
	color: #40627B;
	font-weight: bold;
	padding: 6px;
	height: 49px;
	margin-bottom: 6px;
}

.tagLine p
{
	text-align: center;
	font-size: 24px;
	margin: 0px 0px 2px 0px;
}

.tagLine ul
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.tagLine li
{
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 20px;
	background: url("../images/bullet.gif") no-repeat left 50%;
}

.requestAssistance
{
	color: #40627B;
	background-color: #E8E8E8;
	padding-bottom: 10px;
	margin-bottom: 6px;
}

.requestAssistance h2
{
	background: url("../images/l-nav-contact-header.jpg") no-repeat left top;
	height: 21px;
	font-size: 14px;	
	margin: 0px 0px 7px 0px;
	position: relative;
	padding-top:40px;
	padding-left:10px;
}

.requestAssistance p
{
	margin: 5px 10px 5px 10px;
}

.requestAssistance input
{
	border: solid 1px #99b3d0;
}

.requestAssistance label
{
	display: block;
	font-size: 10px;
	color: #868686;
}

.requestAssistance .checkIn, .requestAssistance .checkOut
{
	font-size: 10px;
	color: #868686;
	float: left;
	display: inline; /* To fix an IE6 double margin bug */
	width: 95px;
}

.requestAssistance .checkIn
{
	margin-right: 10px;
}

.requestAssistance .checkIn input, .requestAssistance .checkOut input
{
	width: 90px;
	background-position: 75px 2px;
}

.requestAssistance h1
{
	color: #6c6f70;
	margin-bottom: 0;
}

.requestAssistance input.text
{
	width: 210px;
}

.requestAssistance .requiredField
{
	font-size: 10px;
	padding-right: 2px;
	padding-top: 4px;
	text-align: right;
	clear: both;
}

.featuredProperties
{
	background-color: #e8e8e8;
	width: 100%;
	margin-bottom: 6px;
}

.featuredProperties th
{
	background-color: #40627B;
	color: #ffffff;
	vertical-align: middle;
	padding: 5px;
	width: 50%;
}

.featuredProperties .titleCell
{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

.featuredProperties .linkCell
{
	text-align: right;
}

.featuredProperties table
{
	margin: 8px;
}

.featuredProperties a
{
	color: #ffffff;
}

.featuredProperties .featuredProperty
{
	background-color: #ffffff;
	border: solid 1px #40627B;
}

a img
{
	border: 0 none;
	border-collapse: collapse;
}

.featuredRentals
{
}

.featuredRentals div
{
	float: left;
	display: inline; /* to fix a double margin bug in IE6 */
	width: 323px;
	background-color: #ffffff;
	border: solid 1px #909090;
	margin: 10px;
	height: 88px;
}

.featuredRentals .featuredProperty
{
}

.favoriteRentals
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.favoriteRentals .featuredProperty
{
	border: solid 2px #7D9AB8;
}

.featuredProperty
{
	display: block;
}
.featuredImage
{
	padding: 5px;
}
.featuredImage img
{
	border: solid 1px #868686;
	height: 70px;
}
.featuredDetails
{
	padding: 8px 5px 2px 0px;
	color: #6c6f70;
	white-space: normal;
	font-size: 10px;
	width: 100%;
}
.featuredDetails p
{
	margin: 0px;
}
.featuredDetails strong
{
	font-size: 12px;
}
.featuredPrice
{
	padding: 0px 5px 8px 0px;
	color: #f47b2b;
	white-space: nowrap;
	vertical-align: bottom;
	font-size: 10px;
	line-height: 9px;
	width: 100%;
}
.featuredPrice strong
{
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.featuredSelect
{
	padding: 0px 8px 10px 0px;
	vertical-align: bottom;
	text-align: right;
	width: 100%;
}

.viewSelectProperty
{
	background-image: url(../images/button-view.gif);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 63px;
}

.mainContent
{
	color: #40627B;
	background-color: #E8E8E8;
	padding-bottom: 10px;
}

.mainContent p
, .mainContent h2
, .mainContent h3
, .mainContent h4
, .mainContent table
{
	margin-left: 10px;
	margin-right: 10px;
}

.emailSignup
{
	background-color: #40627B;
	padding-bottom: 10px;
}

.emailSignup h2
{
	background: url("../images/l-nav-email-specials-header.jpg") no-repeat left top;
	text-indent: -9999px;
	height: 61px;
	font-size: 18px;
	color: #6c6f70;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom: solid 6px #ffffff;
}

.emailSignup p
{
	font-size: 11px;
	color: #ffffff;
	margin: 10px;
}

.emailSignup strong
{
	color: #ffffff;
}

.emailSignup .requiredField
{
	font-size: 10px;
	color: #ffffff;
	clear: both;
	padding-right: 2px;
	padding-top: 4px;
	text-align: right;
	clear: both;
}

.emailSignup label
{
	font-size: 10px;
	color: #ffffff;
}

.emailSignup .privacyPolicy
{
	float: left;
	font-size: 10px;
}

.emailSignup .privacyPolicy a
{
	text-decoration: underline;
	color: #868686;
}

.emailSignup input.text
{
	width: 210px;
}

.emailSignup .signupSubmit
{
	float: right;
	margin-top: 12px;
}

.footer
{
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	padding-top:7px;
}

.footer .copyright
{
	color: #ffffff;
	padding-bottom:10px;
}

.footer a
{
	color: #ffffff;
	text-decoration: none;
}

.footer .navLink
{
	font-weight:bold;
	padding-right:7px;
	padding-left:7px;
}

.SpecialProperty, .LastSpecialProperty {width: 330px; border: solid 1px #99b3d0; float: left; background-color: #ffffff;}
.SpecialProperty {margin: 5px 10px 0px 10px;}
.LastSpecialProperty {margin: 5px 0px 0px 0px;}
.SpecialImage {padding: 8px 8px 12px 8px; width: 1%;}
.SpecialImage img {border: solid 1px #868686;}
.SpecialDetails {padding: 8px 8px 0px 0px; color: #425e85; white-space: normal; font-size: 10px; vertical-align: top;}
.SpecialDetails p {margin: 0px;}
.SpecialDetails strong {font-size: 12px;}
.SpecialSelect {padding: 0px 8px 8px 8px; color: #f47b2b; font-size: 11px; height: 40px;}
.SpecialSelect strong {display: block; float: left; width: 150px;}
.SpecialSelect .view
{
	display: block;
	background: url("../images/button-view.gif") no-repeat left top;
	height: 23px;
	width: 63px;
	text-indent: -9999px;
	outline: none;
	margin-left: auto;
	margin-right: 0px;
}

.footerTravelSpecialist { font-weight: bold; font-size: 13px; }
.footerPhoneNumber { color: #FFF; font-weight: bold; font-size: 20px; }

.calendarTravelSpecialist { font-weight: bold; font-size: 12px; letter-spacing: 1px; }
.calendarPhoneNum { font-weight: bold; font-size: 20px; letter-spacing: 1px; margin: 0; padding: 0; }

.calendarPhoneContainer { float: right; color: #F47B2B; position: relative; top: -2px; text-align: right; margin: 0; padding: 0; }

/**** Min Night Modal ****/
div.minNightModal { background-color: White; border: solid 1px #99b3cf; width: 400px; height: 230px; padding: 12px; }
div.minNightModal p.closeWindowContainer { margin: -4px 4px 4px; float: right; }
div.minNightModal div { color: #425e85; padding: 12px; clear: both; }
div.minNightModal div h2 { color: #425e85; font-size: 18px; font-weight: normal; font-style: italic; margin-top: 0; }
div.minNightModal div p span { color: #f47b2b; font-weight: bold; }

/**** Cart Styles ****/
nav.site {display: none; }

.checkout.items
{
    margin: 2px 0 0;
    overflow: hidden;
}
    .checkout.items article.col1
    {
        padding: 0;
        width: 715px;
    }
    .checkout.items article.col3
    {
        height: auto;
        padding: 20px 0 0;
        position:relative;
        text-align: right;
        width: auto;
        float: right;
    }

section.cart_section 
{
    margin-bottom: 10px;
}
    section.cart_section header
    {
        background: #607f9b;
        color: #fff;
        height: 25px;
        padding: 5px 10px;
    }
    section.cart_section article
    {
        display: block;
        float: left;
    }
        section.cart_section article span.discount, section.total_section div.total_box span.discount
        {
            color: #e7002b;
        }
        section.cart_section article.col1
        {
            padding: 0 15px 0 0;
            width: 385px;
        }
            section.cart_section article.col1 span.title 
            {
                font-size: 12px;
                display:block;
            }
            section.cart_section article.col1 div.details 
            {
                font-weight: bold;
                margin: 10px 0 0 20px;
            }
                section.cart_section article.col1 span.date 
                {
                    color: #607f9b;
                }
        section.cart_section article.col2
        {
            width: 200px;
        }
        section.cart_section article.col3
        {
            height: 118px;
            padding: 0 10px 0 0;
            position:relative;
            text-align: right;
            width: 160px;
        }
            section.cart_section article.col3 div.total_box, section.total_section div.total_box 
            {
                background: #f0f5f9;
                bottom: 0;
                padding: 5px;
                position: absolute;
                right: 0;
                width: 269px;
            }
                section.cart_section article.col3 div.total_box span.title, section.total_section div.total_box span.title
                {
                    font-size: 12px;
                    float: left;
                    text-align: right;
                    width: 156px;
                }
                section.cart_section article.col3 div.total_box span.amount, section.total_section div.total_box span.amount
                {
                    display: block;
                    font-size: 12px;
                    float: left;
                    text-align: right;
                    width: 105px;
                }
                .bold 
                {
                    font-weight: bold;
                }
        section.total_section 
        {
            position: relative;
            height: 45px;
            margin-bottom: 10px;
        }
section span.heading 
{
    float: left;
    font-size: 20px;
}
section span.section_total 
{
    float: right;
    font-weight: bold;
    margin: 2px 20px 0 0;
}
    section span.section_total b 
    {
        font-size: 16px;
    }
section div.items
{
    border: 5px solid #ccc9b8;
    padding: 8px 10px;
    overflow: auto;
    text-align: left;
    width: 910px;
}
    section div.items div.cart_image
    {
        float: left;
        margin-right: 5px;
        width: 130px;
    }
        section div.items div.cart_image a.remove_item
        {
            background: url(../images/cart/btn_remove_item.png) no-repeat;
            display: block;
            height: 20px;
            margin-left: 5px;
            margin: 10px 5px 20px 0;
            overflow: hidden;
            text-indent: -99999px;
            width: 113px;
        }
section.cartSummary
{
    overflow: auto;
    width: 940px;   
}
    section.cartSummary article { display: block; overflow: hidden; clear: both; }
    section.cartSummary a img
    {
        float: left;   
    }
    section.cartSummary section.costSummary 
    {
        border: 5px solid #ccc9b8;
        clear: none;
        float: left;
        margin-left: 5px;
        padding: 18px 0;
        width: 388px;
    }
        section.cartSummary section.costSummary article.money_section 
        {
            
        }
            section.cartSummary section.costSummary article.money_section div.discount
            {
                color: #e7002b;
                padding: 40px 0 0 0;
            }
            section.cartSummary section.costSummary article.money_section span.title 
            {
                display: block;
                float: left;
                text-align: right;
                width: 217px;
            }
            section.cartSummary section.costSummary article.money_section span.amount, section.cartSummary section.costSummary article.money_section span.discount 
            {
                display: block;
                float: left;
                text-align: right;
                padding-right: 50px;
                width: 95px;
            }
        section.cartSummary section.costSummary article.vacation_total
        {
            border: 1px dotted #000000;
            border-left: 0;
            border-right: 0;
            color: #666666;
            font-size: 20px;
            margin: 5px 0;
            padding: 5px 0;
        }
            section.cartSummary section.costSummary article.vacation_total span.title
            {
                color: #a8501b;
                font-family: Times New Roman;
                font-size: 32px;
                margin-left: 25px;
            }
        section.cartSummary section.costSummary a.checkout_btn 
        {
            background: url(../images/cart/btn_checkout.png) no-repeat;
            display: block;
            height: 50px;
            margin: 10px auto;
            text-indent: -9999px;
            width: 180px;
        }
        
fieldset 
{
    border: 0;
    float: left;
}
    fieldset label 
    {
        display: block;
    }
    fieldset.destinations 
    {
        width: 150px;
    }
    fieldset.resorts 
    {
        width: 205px;
    }
        fieldset.resorts select
        {
            width: 200px;
        }
    fieldset.start 
    {
        width: 90px;
    }
        fieldset.start input
        {
            width: 75px;
        }
    fieldset.numDays 
    {
        width: 105px;
    }
        fieldset.numDays select
        {
            width: 100px;
        }

.findLiftTicketButton 
{
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 13px;
}

.findLiftTicketNoResultsText 
{
    margin-top:100px;
    margin-bottom:100px;
    font-weight:bold;
}

section.liftTickets header 
{
    height: 35px;
    padding: 8px 10px 5px;
}
    section.liftTickets section header 
    {
        background-color: #ccc9b8;
        height: 16px;
        margin-top: 10px;
        padding: 5px 10px;
    }
    section.liftTickets article.ticketSection 
    {
        border: 5px solid #ccc9b8;
        display: block;
        padding: 10px 18px;
        overflow: auto;
        text-align: right;
    }

section.divider 
{
    background: url(/images/liftticket_line.jpg) no-repeat;
    height: 15px;
    margin-top: 10px;
    width: 761px;
}
div.feedbackAreaDiv 
{
    background: #fff99d;
}
    div.feedbackAreaDiv ul.feedbackArea 
    {
        color: #000000;
        font-size: 11px;
        list-style: none;
        padding: 4px 0 4px 10px;
    }
        div.feedbackAreaDiv ul.feedbackArea li 
        {
             list-style: none;
        }

nav.site div#CartLinkLI 
{
    position: absolute;
    top: -2px;
    right: 0;
}
    nav.site dev#CartLinkLI section.cartlink 
    {
        background: url(../images/cart/bg_top_cart.png) no-repeat;
        height: 33px;
        width: 266px;
    }
        nav.site dev#CartLinkLI section.cartlink a 
        {
            background: transparent;
            font-size: 11px;
            font-family: Sans-Serif;
            float: left;
            margin: 6px 0 0 5px;
            padding: 0;
        }
        nav.site dev#CartLinkLI section.cartlink a:hover 
        {
            background: transparent;
        }
        nav.site dev#CartLinkLI section.cartlink div.cart_total 
        {
            color: #fff;
            float: right;
            font-weight: bold;
            margin: 9px 15px 0 0;
        }
div.pageTitle
{
	background-color: #40627B;
	color: #ffffff;
	font-size: 20px;
	padding: 3px 10px 3px 10px;
	margin: 0px 0px 15px 0px;
}
div.pageTitle a.cartContinueShopping 
{
    color: #fff;
    font-size: 11px;
    float: right;
    margin: 7px 10px 0 0;
}

/**** Lift Ticket Search Styles ****/
section.lift_section 
{
    margin-bottom: 10px;
    width: 761px;
}
    section.lift_section article { display: block; overflow: hidden; clear: both; }
    section.lift_section header
    {
        background: #607f9b;
        color: #fff;
        padding: 15px 10px;
    }
        section.lift_section section
        {
            border: 5px solid #ccc9b8;
            margin-top: 10px;
        }
         
            section.lift_section section header 
            {
                background: #ccc9b8;
                color: #000;
                font-size: 18px;
                padding: 1px 10px;
            }
                section.lift_section section header span.descSmall
                {
                    color: #5C5C5C;
                    font-size: 11px;
                    font-weight: normal;
                    display:block;
                }
            section.lift_section section article.ticketSection 
            {
                margin: 11px 18px;
                width: inherit;
            }
                section.lift_section section article.ticketSection table
                {
                    width:100%;
                }
                section.lift_section section article.ticketSection th 
                {
                    padding:0 10px;
                }
                section.lift_section section article.ticketSection td
                {
                    color: #666666;
                    font-size: 14px;
                    padding: 10px;
                }
                section.lift_section section article.ticketSection td.qty
                {
                    text-align: left;
                    width: 100px;
                }
                section.lift_section section article.ticketSection td.days
                {
                    text-align: left;
                    width: 100px;
                }
                section.lift_section section article.ticketSection td.desc
                {
                    width: 250px;
                }
                    section.lift_section section article.ticketSection td.desc span.descSmall
                    {
                        color: #A9A9A9;
                        font-size: 11px;
                        font-weight: normal;
                    }
                section.lift_section section article.ticketSection td.perDay
                {  
                    text-align: right;
                    width: 125px;
                }      
                section.lift_section section article.ticketSection td.total
                {  
                    font-weight: bold;
                    text-align: right;
                    width: 125px;
                }                
                a.btn_add_to_cart
                {
                    background: url(/images/cart/btn_add_to_cart.png) no-repeat;
                    display: block;
                    height: 25px;
                    text-indent: -9999px;
                    width: 90px;
                }
                
/* This prevents the modal dialogs from showing up BEHIND other content */
ui-dialog {	z-index:10001 !important; }


/* Passenger Information
**************************/
div.passengers
{
}
    div.passengers div.instructions
    {
        font-size: 14px;
        padding: 0 40px 40px 40px;
    }
    div.passengers section header
    {
        font-weight: bold;
        font-size: 18px;
        margin: 0 0 10px 50px;
    }
    div.passengers fieldset
    {
        clear: both;
        margin-left: 125px;
    }
        div.passengers fieldset div.passengerName,div.passengers fieldset div.passengerPreference, div.passengers fieldset div.passengerDetail
        {
            clear: left;
        }
        div.passengers fieldset p
        {
            float: left;
            clear: none;
            white-space: nowrap;
        }
            div.passengers fieldset div.passengerName p
            {
                margin-left: 18px;
            }
        div.passengers fieldset div.passengerDetail
        {
            border: 1px solid black;
            background: #ccc;
        }
            div.passengers fieldset div.passengerDetail p
            {
                margin-left: 28px;
            }
        div.passengers fieldset label
        {
            width: auto;
            padding-top: 3px;
            text-align: left;
        }
        div.passengers fieldset select
        {
            position: relative;
            top: -2px;
        }
    div.passengers .actions
    {
        padding: 0 0 40px 100px;
    }
        div.passengers .actions a
        {
            margin-left: 10px;
        }
        
        
        
.segments 
{
    width: 770px; 
    float: right; 
}
table.flightSegmentTable  
{
    margin-bottom: 2px; 
    width: 100%; 
    background-color: #E4F1F9; 
}
    table.flightSegmentTable th 
    { 
        padding: 5px;  
        background-color: #1282BF; 
        color: #FFF; 
        font-weight: bold; 
        text-align: left;
    }
    table.flightSegmentTable td 
    {
        padding: 5px;  
        width: 29%;
    }
        table.flightSegmentTable td.airlineImage
        {
            width: 6%;
            vertical-align: middle;
        }
        table.flightSegmentTable td.flightNumber, table.flightSegmentTable td.airlineName, table.flightSegmentTable td.flightTime
        {
            width: 18%;
        }
        table.flightSegmentTable td.flightNumber, table.flightSegmentTable td.flightTime
        {
            font-weight: bold;
        }
        table.flightSegmentTable td.flightTime
        {
            text-align: right;
        }
    table.flightSegmentTable tr.departureDetails 
    {
        border-top: 1px solid #1282BF;
    }

section.cart_section .flightsSummary { float: right; background-color: #EFF4F8; padding: 5px 10px 5px 20px; width: 25%; margin: 10px 3px 10px 0px; }
.flightsSummary table { width: 100%; }
.flightsSummary table td { text-align: right; vertical-align: bottom; }
.flightsSummary td.itemDescription { width: 60%; }
.flightsSummary td.itemValue { width: 40%; }

.air-legal { margin-bottom: 10px; }
.flight-specific { text-align: right; }
