/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jFlowPrev
, .jFlowNext
, .jFlowControl
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
    float: left;
}

div.carouselPages span.jFlowPrev { padding-right: 5px; padding-left: 3px; margin: 0 1px 0 3px; }
div.carouselPages span.jFlowNext { padding-right: 3px; padding-left: 5px; }
div.carouselPages span.jFlowPrev span.arrow { float: left; height: 15px; padding-left: 4px; padding-right: 4px; text-indent: -9999px; }
div.carouselPages span.jFlowNext span.arrow { float: left; height: 15px; padding-left: 4px; padding-right: 4px; text-indent: -9999px; }
div.carouselPages span.jFlowControl { padding-right: 1px; padding-left: 1px; margin-right: 1px; }
div.carouselPages span.jFlowControl span.page { padding: 0 4px; }

div.carouselPages span.jFlowPrev span.arrow { background: url(../images/buttons/carousel_nav_btn.png) no-repeat 0px center; }
div.carouselPages span.jFlowNext span.arrow { background: url(../images/buttons/carousel_nav_btn.png) no-repeat -8px center; }

div.carouselPages span.jFlowPrev { background-color: #F7F5EB; }
div.carouselPages span.jFlowPrev:hover { background-color: #ccc9b8; }

div.carouselPages span.jFlowNext { background-color: #F7F5EB; }
div.carouselPages span.jFlowNext:hover { background-color: #ccc9b8; }

div.carouselPages span.jFlowControl { background-color: #F7F5EB; }
div.carouselPages span.jFlowControl:hover, div.carouselPages span.current { background-color: #ccc9b8; }

div.featuredPropertiesControlContainer div.carouselPages span.jFlowPrev { background-color: White; }
div.featuredPropertiesControlContainer div.carouselPages span.jFlowPrev:hover { background-color: #b8b8b8; }

div.featuredPropertiesControlContainer div.carouselPages span.jFlowNext { background-color: White; }
div.featuredPropertiesControlContainer div.carouselPages span.jFlowNext:hover { background-color: #b8b8b8; }

div.featuredPropertiesControlContainer div.carouselPages span.jFlowControl { background-color: White; }
div.featuredPropertiesControlContainer div.carouselPages span.jFlowControl:hover, div.featuredPropertiesControlContainer div.carouselPages span.current { background-color: #b8b8b8; }

div.travelGuideFeaturedPropertiesControlContainer div.carouselPages span.jFlowPrev { background-color: White; }
div.travelGuideFeaturedPropertiesControlContainer div.carouselPages span.jFlowPrev:hover { background-color: #b8b8b8; }

div.travelGuideFeaturedPropertiesControlContainer div.carouselPages span.jFlowNext { background-color: White; }
div.travelGuideFeaturedPropertiesControlContainer div.carouselPages span.jFlowNext:hover { background-color: #b8b8b8; }

div.travelGuideFeaturedPropertiesControlContainer div.carouselPages span.jFlowControl { background-color: White; }
div.travelGuideFeaturedPropertiesControlContainer div.carouselPages span.jFlowControl:hover, div.travelGuideFeaturedPropertiesControlContainer div.carouselPages span.current { background-color: #b8b8b8; }

/**** home.aspx ****/
/******** [Header] Destination Favorite ********/
div.destinationFav .propertyCard { width: 390px; height: 180px; }

div.destinationFav div.bedBathPrice span.price, div.destinationFav div.bedBathPrice span.wasPrice { font-size: 14px; }
div.destinationFav div.bedBathPrice span.price strong { font-size: 22px; }
div.destinationFav div.bedBathPrice span.wasPrice strong { font-size: 16px; }

div.destinationFav .jcarousel-container-horizontal { position: absolute; top: 44px; width: 390px; padding: 0px 5px 10px 5px; }
div.destinationFav .jcarousel-clip-horizontal { width: 390px; height: 180px; position: relative; }
div.destinationFav .jcarousel-item { width: 390px; height: 180px; }
div.destinationFav .jcarousel-item-horizontal { margin-right: 10px; }

div.destinationFav div.carouselPages { position: absolute; bottom: 5px; right: 5px; }

div.destinationFav ul.featuredPropertiesCarousel { margin: 0; padding: 0; zoom: 1; } /* zoom 1 fixes an IE6 bug */

/******** [Below Content] Featured Properties ********/
div.featuredPropertiesControlContainer { padding: 10px 20px 30px; width: 940px; position: relative; left: -20px; }
div.featuredPropertiesControlContainer span.featuredPropertiesTitle { font-size: 28px; font-family: Georgia; padding-bottom: 5px; float: left; }
div.featuredPropertiesControlContainer a.featuredPropertiesOtherProperties { text-decoration: none; padding-top: 10px; float: right; }

div.featuredPropertiesControlContainer .propertyCard .titleLocation { width: 280px; }

div.featuredPropertiesControlContainer div.carouselPages span.jFlowControl { padding: 2px 1px 1px 1px; margin-right: 1px; font-family: Arial; font-size: 12px; font-weight: bold; cursor: pointer; position: relative; top: -1px; }

div.featuredPropertiesControlContainer .propertyCard { width: 300px; height: 180px; margin: 25px 5px 5px 5px; }
div.featuredPropertiesControlContainer .propertyCard div.bedBathPrice span.wasPrice { display: block; height: 20px; margin-top: 8px; }

div.featuredPropertiesControlContainer div.bedBathPrice span.price strong { font-size: 16px; }
div.featuredPropertiesControlContainer div.bedBathPrice span.wasPrice strong { font-size: 16px; }

div.featuredPropertiesControlContainer .jcarousel-container-horizontal { width: 310px; }
div.featuredPropertiesControlContainer .jcarousel-clip-horizontal { width: 940px; height: 210px; }
div.featuredPropertiesControlContainer .jcarousel-item { width: 310px; height: 210px; }
div.featuredPropertiesControlContainer .jcarousel-item-horizontal { margin-right: 5px; }

div.featuredPropertiesControlContainer div.carouselPages { position: relative; top: 5px; float: right; }

div.featuredPropertiesControlContainer ul.featuredPropertiesCarousel { margin: 0; padding: 0; zoom: 1; } /* zoom 1 fixes an IE6 bug */

/******** travel-guide/guided-search.aspx ********/
div.travelGuideFeaturedPropertiesControlContainer { padding: 10px 5px 30px 5px; width: 750px; }
div.travelGuideFeaturedPropertiesControlContainer span.featuredPropertiesTitle { font-size: 21px; font-family: Georgia; padding-bottom: 5px; float: left; }
div.travelGuideFeaturedPropertiesControlContainer a.featuredPropertiesOtherProperties { text-decoration: none; padding-top: 10px; float: right; }

div.travelGuideFeaturedPropertiesControlContainer div.carouselPages span.jFlowControl { padding: 2px 1px 1px 1px; margin-right: 1px; font-family: Arial; font-size: 12px; font-weight: bold; cursor: pointer; position: relative; top: -1px; }

div.travelGuideFeaturedPropertiesControlContainer .propertyCard { width: 362px; height: 180px; margin: 25px 5px 5px 5px; }

div.travelGuideFeaturedPropertiesControlContainer div.bedBathPrice span.price strong { font-size: 22px; }
div.travelGuideFeaturedPropertiesControlContainer div.bedBathPrice span.wasPrice strong { font-size: 16px; }

div.travelGuideFeaturedPropertiesControlContainer .jcarousel-container-horizontal { width: 372px; clear: both; }
div.travelGuideFeaturedPropertiesControlContainer .jcarousel-clip-horizontal { width: 750px; height: 210px; }
div.travelGuideFeaturedPropertiesControlContainer .jcarousel-item { width: 372px; height: 210px; }
div.travelGuideFeaturedPropertiesControlContainer .jcarousel-item-horizontal { margin-right: 5px; }

div.travelGuideFeaturedPropertiesControlContainer div.carouselPages { position: relative; top: 5px; float: right; }

div.travelGuideFeaturedPropertiesControlContainer ul.featuredPropertiesCarousel { margin: 0; padding: 0; zoom: 1; } /* zoom 1 fixes an IE6 bug */

.propertyCard { background-color: White; }

.destinationFav .jcarousel-item-placeholder { background: #fff; color: #000; }

div.featuredPropertiesControlContainer { background-color: #f2f7f9; }
div.featuredPropertiesControlContainer .jcarousel-item-horizontal { background-color: #dae5e5; }

div.travelGuideFeaturedPropertiesControlContainer { background-color: #f2f7f9; }
div.travelGuideFeaturedPropertiesControlContainer .jcarousel-item-horizontal { background-color: #dae5e5; }

.propertyCard { position: relative; }
.propertyCard .titleLocation { width: 370px; height: 60px; padding: 10px 0 0 10px; }
.propertyCard div.titleLocation strong { padding-top: 3px; display: block; }
.propertyCard div.titleLocation a { font-family: Georgia; font-size: 16px; text-decoration: none; display: block; }

.propertyCard div.bedBathPrice { font-weight: bold; text-align: right; margin: 0 10px 0 0; }
.propertyCard div.bedBathPrice span.from, div.VacationPackageProperties div.bedBathPrice span.perNight { display: block; font-weight: normal; }

.propertyCard div.bedBathPrice span.price { display: block; font-weight: normal; }
.propertyCard div.bedBathPrice span.price strong { font-size: 18px; }

.propertyCard div.bedBathPrice span.wasPrice { display: block; font-weight: normal; height: 18px; margin-top: 5px; }
.propertyCard div.bedBathPrice span.wasPrice strong { text-decoration: line-through; }
.propertyCard div.bedBathPrice span.wasPrice label { display: block; }

.propertyCard div.propertyImage { position: absolute; left: 10px; bottom: 10px; }

.propertyCard div.viewDetailsBtn { position: absolute; right: 10px; bottom: 10px; }

.propertyCard div.specialDescription { display: none; }

.propertyCard div.carouselPages { position: absolute; bottom: 5px; right: 5px; }

.propertyCard a.propertyImage { float: left; clear: both; }

/**** Gallery Display ****/
div.galleryPropertyCard { width: 236px; height: 358px; float: left; margin: 0 4px 4px 0; padding: 5px; }
div.galleryPropertyCard span.proximity { display: block; font-size: 14px; font-weight: bold; margin: 0 0 2px; height: 18px; }
div.galleryPropertyCard span.promotion { display: block; font-size: 16px; width: 140px; position: absolute; margin: 29px 0 0 -3px; text-align: center; }
div.galleryPropertyCard a.destinationName { font-size: 18px; display: block; padding-bottom: 2px; }
div.galleryPropertyCard table { height: 338px; }
div.galleryPropertyCard td strong a { font-size: 16px; }
div.galleryPropertyCard td div.content { padding: 10px; }
div.galleryPropertyCard td a.button { float: right; margin-top: 26px; }
div.galleryPropertyCard td span.wasPrice { display: block; }
div.galleryPropertyCard td span.wasPrice strong { font-weight: bold; text-decoration: line-through; }
div.galleryPropertyCard td span.price strong { font-size: 18px; font-weight: bold; display: block; }

/**** MLP ****/
div.properties table.resultsTable .propertyCard { width: 298px; height: 210px; background-color: White; border: solid 1px #f7f5eb; }
div.properties table.resultsTable .propertyCard .titleLocation { width: 280px !important; padding: 10px 0 0 10px; }
div.properties table.resultsTable .propertyCard .titleLocation a { font-size: 16px; }
div.properties table.resultsTable .propertyCard div.bedBathPrice span.wasPrice { display: block; font-weight: normal; height: 18px; margin-top: 35px; }

/**** Landing Pages ****/
div.targetedLandingContainer { width: 940px; padding: 20px; position: relative; left: -20px; }
div.targetedLandingContainer td { vertical-align: top; border: solid 5px; padding: 0px; }

div.targetedLandingContainer .propertyCard { width: 298px; height: 200px; border: solid 5px; }
div.targetedLandingContainer .propertyCard div.specialDescription { width: 70%; height: 22px; margin: 5px 9px 0 0; display: block !important; background-color: #a7521a; border-right: solid 2px; border-bottom: solid 2px; border-color: #e6e0d0; }
div.targetedLandingContainer .propertyCard div.specialDescription span { color: White; font-size: 18px; font-weight: bold; margin: 0 0 0 10px; display: block; }

div.targetedLandingContainer .propertyCard .titleLocation { width: 280px !important; padding: 3px 0 0 10px; }

/**** DEFAULT COLORS ****/
div.targetedLandingContainer { background-color: #E6E0D0; }
div.targetedLandingContainer span.promotion { color: White; background-color: #a7521a; border-right: solid 2px #ccc9b8; border-bottom: solid 2px #ccc9b8; }
div.targetedLandingContainer .propertyCard { border-color: #FAF6EA; }
div.targetedLandingContainer .propertyCard div.specialDescription { display: none !important }
div.targetedLandingContainer table { background-color: White; border-color: #FAF6EA; }
div.targetedLandingContainer td { border-color: #E6E0D0; }
div.targetedLandingContainer span.jFlowControl a.current { text-decoration: underline; }
.propertyCard div.specialDescription { color: #a7521a; }

/* Gallery Display
******************************/
div.galleryPropertyCard { background-color: #ccc9b8; }
div.galleryPropertyCard span.promotion { color: White; background-color: #a7521a; border-right: solid 2px #ccc9b8; border-bottom: solid 2px #ccc9b8; }
div.galleryPropertyCard table { background-color: White; }

section.content { margin-right: 20px; width: 520px; padding-bottom: 20px; }
section.content h2 { font-family: Georgia; font-size: 30px; font-weight: normal; padding: 0 0 20px 0; }

div.homeArrow { background: url(../images/homepage_arrow.png) no-repeat; width: 138px; height: 29px; position: relative; top: 10px; }

div.siteDescriptionContainer { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 1; }
div.siteDescription { width: 940px; padding-top: 40px; padding-bottom: 40px; font-size: 13px; margin: 0 auto; }
div.siteDescription h1 { font-family: Georgia; font-size: 20px; }

div.destinationFav { width: 400px; height: 250px; position: absolute; top: 60px; right: 20px; z-index: 100; }
div.destinationFav span.title { color: White; background: url(../images/destination_fav_badge.png) no-repeat 333px 0; font-family: Georgia; display: block; font-size: 28px; padding: 21px 0 8px 10px; position: absolute; top: -16px; width: 390px; }

.carouselTitle { font-family: Arial; font-size: 12px; font-weight: bold; }

div.quickSearch { padding: 10px; width: 240px; float: left; }
div.quickSearch p.title { font-family: Georgia; font-size: 24px; padding: 0 0 10px 0; margin: 0; }
div.quickSearch div.dateSelect { font-family: Arial; font-weight: bold; padding: 15px 0; }
div.quickSearch .btnAdjust { float: right; }
div.quickSearch h3 { font-family: Georgia; font-size: 24px; font-weight: normal; padding: 0 !important; }

div.findOutMore { padding: 10px 10px 10px 20px; width: 230px; height: 120px; float: left; }
div.findOutMore p.title { font-family: Georgia; font-size: 18px; padding: 0; margin: 0; }
div.findOutMore p.details { font-family: Arial; font-size: 12px; padding: 6px 0 7px; margin: 0; }
div.findOutMore div.planButton { float: right; }

div.planAhead { padding: 20px 0 0; }
div.planAhead div.thingsToDo { padding-left: 40px; float: left; }
div.planAhead div.thingsToDo span p { width: 200px; }
div.planAhead div.thingsToDo span p a { display: block; }
div.planAhead div.planAheadPhoto { float: right; }
div.planAhead div.planAheadPhoto a { font-size: 12px; float: right; }
div.planAhead h2.categories { font-size: 18px; padding: 0 !important; }
div.planAhead a { font-size: 14px; text-decoration: none; }
div.planAhead ul { padding: 2px 0 0; margin: 0; }
div.planAhead li { padding-bottom: 1px; list-style-type: none; }

p.locationInformation { width: 520px; font-family: Georgia; font-size: 21px; }

section.rightControlContainer { width: 390px; padding: 5px; float: left; clear: none; }
section.rightControlContainer a { float: right; margin-top: 5px; text-decoration: none; }
section.rightControlContainer h2 {  font-size: 30px; padding: 10px 0 2px 5px; margin: 0; clear: both; }
section.rightControlContainer div.control { width: 360px; padding: 15px; }

div.siteServices { width: 100%; margin: 0 auto; position: relative; margin-left: -20px; padding: 40px 20px; }
div.siteServices td { width: 272px; padding: 0 20px 0 20px; vertical-align: top; }
div.siteServices span.service { font-family: Georgia; font-size: 28px; }
div.siteServices p.serviceDesc { margin: 0; padding: 5px 0 0; height: 60px; }
div.siteServices div.serviceViewDetails { float: right; padding-top: 10px; }

span.propertyPrice { font-size: 12px; font-weight: normal; }
span.propertyPrice span { display: block; }
span.propertyPrice strong { display: block; font-size: 18px; }

div.homepageLocationDescription { height: 361px; }




div.singleColumnContent { padding: 0 20px !important; margin-top: -10px; }

div.bannerLrg { height: 240px !important; }

div.rentalSearch { background-color: #e7f1f5; padding: 20px; width: 480px; overflow: hidden; }
div.rentalSearch h3 { color: #a7521a; font-size: 24px; clear: both; }
div.rentalSearch input { float: left; margin-right: 10px; }
div.rentalSearch ul { float: left; overflow: hidden; margin: 5px 0 0; padding: 0; }
div.rentalSearch ul.column { margin-left: 78px; }
div.rentalSearch li { list-style-type: none; margin: 2px; }
div.rentalSearch li a { font-size: 14px; }
div.rentalSearch div.stayDates { overflow: hidden; margin-top: 5px; }
div.rentalSearch div.stayDates div.searchDatesButton { margin-left: 10px; float: left; }

p.formError { color: Red; font-size: 10px; }

.leadForm { position: relative; }
.homeLeadFormThankYou { color: White; background: url(../images/bg_home_leadform.png) repeat; height: 100%; position: absolute; top: 0; left: 0; }
.homeLeadFormThankYou div { padding: 35px 45px 0; }
.homeLeadFormThankYou h4 { font-family: Georgia; font-size: 40px; font-weight: normal; margin: 0; }
.homeLeadFormThankYou p span { font-size: 16px; }
.homeLeadFormThankYou p strong { font-size: 13px; }
.homeLeadFormThankYou img { margin:  180px 0 0 20px; }

section.content { border-bottom: solid 1px #CDC7A8; }


/* Header
******************************/
div.destinationFav { background-color: #79451f; }
.carouselTitle { color: #E5E1CF; }
/* End */


/* Quick Search & Work with a Destination Expert
******************************/
div.quickSearch { background-color: #F7F5EB; }
div.quickSearch h3 { color: #a7521a; }
div.quickSearch .title { color: #a7521a; }
div.quickSearch .dateSelect { color: #666666; }

div.findOutMore .title { color: #a7521a; }
/* End */


/* Location Information
******************************/
p.locationInformation { color: #b8cbcc; }
/* End */


/* Right Column
******************************/
section.rightControlContainer { background-color: #e5e1cf; }
section.rightControlContainer h2 { color: #666666; }
section.rightControlContainer div.control { background-color: White; }
/* End */


/* Site Services
******************************/
div.siteServices { background-color: #f7f5eb; }
div.siteServices td.serviceSection { border-right: solid 1px #ccc6a6; }
div.siteServices span.service { color: #a7521a; }
/* End */


/* Site Description
******************************/
div.siteDescriptionContainer { background-color: White; }
/* End */

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=0&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=052f57&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=60&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(/images/jquery/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(/images/jquery/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(/images/jquery/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(/images/jquery/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(/images/jquery/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(/images/jquery/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/images/jquery/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/images/jquery/ui-icons_469bdd_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/images/jquery/ui-icons_469bdd_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/images/jquery/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/jquery/ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/jquery/ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/jquery/ui-icons_f9bd01_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/jquery/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/jquery/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; }
.ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; }
.ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; }
.ui-corner-top { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; }
.ui-corner-right {  -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; }
.ui-corner-left { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; }
.ui-corner-all { -moz-border-radius: 0; -webkit-border-radius: 0; }

/* Overlays */
.ui-widget-overlay { background: #052f57 url(/images/jquery/ui-bg_flat_0_052f57_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/images/jquery/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index:2000; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; width: 300px; }
.ui-dialog .ui-dialog-titlebar { display:none;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.validatorCallout
{
    background-color: #fcc;
    color: #900;
    padding: 5px;
    margin: -5px 0 0 10px;
    position: relative;
}
.validatorCalloutPointer
{
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fcc;
    border-left: 0;
}
.validationErrorInput
{
    background-color: #fcc;
}
.validationErrorLabel
{
    color: #900;
}

div.localInformation { padding: 0 0 8px 0; }
div.localInformation span.locationTitleFirst, div.localInformation span.locationTitle { font-family: Georgia; font-size: 21px; }
div.localInformation span.locationTitle { padding-top: 6px; display: block; }
div.localInformation span.locationDate { font-size: 12px; font-weight: bold; padding-right: 2px; }
div.localInformation p { padding: 0 0 5px 0; margin: 0; }
div.localInformation { border-bottom: solid 1px #d9d5c3; }
div.localInformation span.locationTitleFirst, div.localInformation span.locationTitle { color: #a7521a; }
p.snowReportResort { margin: 0; padding: 0 0 5px 0; }
p.snowReportResort label { font-size: 12px; font-weight: bold; padding-bottom: 10px; display: block; float: left; }
p.snowReportResort select { float: right; }

p.snowReportLocation { font-size: 12px; margin: 0; padding: 0 0 5px 0; }

div.snowReportDetails { width: 40%; float: left; }
div.snowReportDetails span { font-size: 12px; display: block; }
div.snowReportDetails span.depth { color: #a7521a; padding: 10px 0 5px 0; font-weight: bold; }
div.snowReportDetails span.runsTrails { color: #a7521a; padding: 30px 0 5px 0; font-weight: bold; }

div.snowReportCurrentWeather { width: 59%; font-size: 12px; float: right; }
div.snowReportCurrentWeather b { color: #a7521a; float:right; width: 140px; text-align:center; }
div.snowReportCurrentWeather div { float: right; width: 107px; text-align:center; }
div.snowReportCurrentWeather span { display: block; float: right; width: 140px; text-align:center; }
div.snowReportCurrentWeather span.temperature { color: #a7521a; font-size: 40px; display: block; float: right;}
div.snowReportCurrentWeather span.currentWeather { display: block; float: right; }


.weather
{
    background-image: url("../images/WeatherIcons.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    width: 106px;
    text-indent: -9999px;
}

.sunny
{
    background-position: left top;
}

.partlyCloudy
{
    background-position: -106px 0px;
}

.cloudy
{
    background-position: -212px 0px;
}

.rain
{
    background-position: -318px 0px;
}

.mixedPrecip
{
    background-position: -106px -80px;
}

.lightSnow
{
    background-position: -212px -80px;
}

.snow
{
    background-position: -318px -80px;
}

.weatherUnknown
{
}



div.SnowReport { width: 275px; padding: 5px; float: right; margin-top: 5px; }
div.SnowReport h3 { font-size: 18px; font-weight: normal; padding-bottom: 5px; }
div.SnowReport div { padding: 5px; }
div.SnowReport div p { margin: 0; padding: 0; }
div.SnowReport div p label { font-weight: bold;  }
div.SnowReport ul { margin: 0; padding: 0; }
div.SnowReport li { padding: 2px 0 2px 0; list-style-type: none; }
div.SnowReport li b { font-weight: bold;  }
div.SnowReport li span { font-weight: bold; }
div.SnowReport li span.weatherCondition, div.SnowReport li span.weatherTemp { font-weight: normal; }
div.SnowReport span.snowReportTitle { font-family: Georgia; font-size: 24px; display: block; margin: 2px 0 4px; }

div.SnowReport ul.resortsSnowReport { padding: 10px; }

div.SnowReport section h2 { margin-bottom: 3px; }

div.SnowReport { background-color: #f7f5eb; }
div.SnowReport h3 { color: #666666;  }
div.SnowReport div { background-color: White; }
div.SnowReport li span { color: #a7521a; }
div.SnowReport li span.weatherCondition, div.SnowReport li span.weatherTemp { color: #666666; }

div.SnowReport ul.resortsSnowReport { background-color: White; }

div.SnowReport section h2 { color: #666666; }

div.leadForm { padding: 15px; font-family: Arial; }
div.leadForm section { clear: none; }
div.leadForm input { font-family: Arial; }

section.leadForm header { background-color: Transparent; height: auto; padding: 0px; }
section.leadForm header h2 { font-size: 26px; }
section.leadForm header h3 { margin-top: 15px; color: #666666; }

p.intro { margin: 0px 0px 10px 0px; width: 550px; }

section.personalInfo { float: left; }

section.tripDetail { padding-left: 35px; float: left; }
section.tripDetail p { margin: 10px 0px 10px 0px; }
section.tripDetail table { margin-bottom: 10px; }

section.leadForm section h2 { font-size: 16px; clear: both; }
section.leadForm section.footer { border-top: solid 1px #ccc5a3; background-color: #e5e1cf; padding: 10px; position: relative; clear: both; zoom: 1; /* Fixes an IE6 bug */ }
section.leadForm section.footer p { margin: 0px; }

p.tripDetail { float: left; padding: 0 5px 0 10px; }

section.leadForm p.errorContainer { padding-top: 10px; width: 250px; }

p.firstInputField { margin-top:35px; }

section.leadForm section.footer .submitButton { position: absolute; right: 15px; top: 11px; float: right; } /* Float right fixes an IE6 bug */
section.footer span.required { color: #F00; }

.bookingLeadFormThankYou { position: absolute; background-color: white; text-align: center; padding: 20px 50px; top: 0; left: -5px; }
.modalOverride .bookingLeadFormThankYou  { position: absolute; background-color: white; text-align: center; padding: 20px 73px; top: 18px; left: -5px; }
html, body { width: 100%; margin: 0; padding: 0; text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
img { border: none; }
img.calendarImg { padding-right: 5px; float: left; }
table { border-collapse: collapse; border: none; border-spacing: 0; }
td { vertical-align: top; margin: 0; padding: 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a.internal { color: #666666; }
hr { color: #dad6c4; background-color: #dad6c4; height: 1px; margin-bottom: 20px; border: none; clear: both; }

header, footer, section { display: block; overflow: hidden; clear: both; }

nav.site { display: block; padding: 0 18px 0 20px; }
nav.site ul { list-style-type: none; padding: 0; margin: 0; height: 45px; }
nav.site li { float: left; height: 100%; }
nav.site li a { font-family: Georgia; font-size: 20px; text-decoration: none; float: left; padding: 10px 12px 10px 12px; text-decoration: none; }

nav.site ul ul { list-style-type: none; padding: 0; margin: 0; clear: both; z-index: 10; position: relative; height: auto; zoom: 1; } /* The zoom 1 fixes an IE7 bug */
nav.site ul ul li { display: block; clear: both; float:none; height: auto; }
nav.site ul ul li a { font-family: Georgia; text-decoration: none; font-size: 16px !important; width: 127px; padding: 5px 0 5px 12px; text-decoration: none; }

/**** Header & Non-Header Styles ****/
h1, h2, h3, h4 { font-family: Georgia; font-weight: normal; margin: 0; padding: 0; }
h1 { font-size: 30px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }

h1.pageTitle { font-size: 48px; padding: 5px 0 0 20px; }

/**** General Use Styles ****/
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; display: block; margin: 0; padding: 0; width: 0; height: 0; }

.divider { border-bottom: solid 1px #e6e1ce; }

div.gap10 { height: 10px; clear: both; }
div.gap20 { height: 20px; clear: both; }

/**** Single Column Styles ****/
div.singleColumnContent { padding: 20px 20px 0 20px; height: 100%; }

/**** Multi Column Styles ****/
div.leftNav { width: 160px; padding: 20px 0 20px 20px; float: left; }
div.leftNav hr { margin: 20px 0; }
div.multiColumnContent { width: 760px; height: 100%; padding: 20px; float: right; }

div.leftNavDivider { clear: both; padding-bottom: 20px; margin-bottom: 20px; }

/**** Common Between Layout (Single/Multi Column) Styles ****/
div.container { position: relative; top: 0; }
div.content { width: 980px; margin: 0 auto; padding: 0; position: relative; }

a.logo { background: url(images/logo.png) no-repeat 0 50%; width: 600px; height: 110px; position: absolute; left: 20px; }

div.pageHeader { position: relative; height: 80px; }
div.pageHeader div { background: url(images/header_phone_spot.png) no-repeat; width: 270px; color: White; position: absolute; right: 20px; font-size: 24px; font-weight: bold; text-align: center; }
div.pageHeader div span { display: block; }
div.pageHeader a { margin: 6px 0 0 20px; float: left; }

div.bannerLrg { height: 255px; position: relative; background: url(images/banner_lrg.jpg) no-repeat; }
div.bannerSml { height: 110px; background: url(images/banner_sml.jpg) no-repeat; }
div.pageTitle { font-family: Georgia; font-size: 40px; padding: 12px 0 12px 20px; }

span.checkInOut { font-weight: bold; font-size: 12px; display: block; }

img.calendarSmlIcon { padding-right: 4px; float: left; cursor: pointer; }

footer div { margin: 0 auto; width: 940px; padding: 20px 0 6px 0; }
footer table { width: 100%; }
footer td.logo { border-bottom: solid 1px White; vertical-align: bottom; }
footer td.logo span { color: White; text-align: left; font-family: Georgia; font-size: 18px; }
footer td.logo img { float: right; }

footer ul { width: 575px; list-style: none; padding: 0; margin: 24px 0 0 0; }
footer li { list-style-type: none; float: left; width: 160px; height: 26px; }
footer li.secondCol { width: 255px; }
footer li a { font-weight: bold; text-decoration: none; font-size: 14px; }

footer p.security span { width: 113px; height: 60px; float: left; text-indent: -9999px; background: url(images/icons/footer_icons.png) no-repeat; }
footer p.security span.verisign { background-position: left 0; cursor: pointer; margin-right: 5px; }
footer p.security span.bbbOnline { background-position: left -120px; cursor: pointer; margin-right: 5px; }
footer p.security span.vrma { background-position: left -60px;}

footer p.copyright { margin-top: 22px; font-size: 14px; }

/**** Site wide validation summary styles ****/
.ValidationSummary ul { margin:5px 0; padding:0; }
.ValidationSummary li { background:transparent url(../images/error.gif) no-repeat scroll left 1px; color:Red; list-style-image:none; list-style-position:outside; list-style-type:none; padding:1px 0 1px 18px; }
.ValidationSummary li.info { background-image:url(../images/info.gif); color:#868686; }

/**** Site wide modal styles ****/
div.closeModal { position: absolute; top: 0; right: 0; z-index: 1000; }
div.closeModal a { color: #9abdc1; text-decoration: none; }
div.closeModal a span { position: relative; top: -7px; }

/**** Min Night Modal ****/
div.minNightModal { border: solid 1px #99b3cf; width: 400px; height: 200px; padding: 12px; }
div.minNightModal p.closeWindowContainer { margin: -4px 4px 4px; float: right; }
div.minNightModal div { padding: 12px; clear: both; }
div.minNightModal div h2 { color: #a7521a; font-size: 18px; font-weight: normal; }
div.minNightModal div p span { color: #f47b2b; font-weight: bold; }

/**** travel-guide common styles ****/
div.travelGuide { width: 455px; min-height: 240px; padding: 0 20px 20px 0; float: left; clear: left; }
div.travelGuide header p { margin-bottom: 0; }
div.travelGuide h2 { margin-bottom: 10px; padding-top: 20px; }
div.travelGuide p { margin: 0 0 10px; padding: 0; }
div.travelGuide p.activityLink { text-align: right; }
div.travelGuide ul { margin: 0 0 10px 15px; padding: 0; }
div.travelGuide ul.activitiesList { margin: 0 0 10px 160px; padding: 0; }
div.travelGuide div.imageFrame { margin: 0 10px 5px 0; }
div.travelGuide table { width: 100%; }

div.travelGuideResortsDivider { border-bottom: solid 1px #dad6c4; margin-bottom: 20px; }

/**** travel-guide/activities common styles ****/
div.activities section { padding: 10px 0 0; }
div.activities table { clear: both; width: 100%; }
div.activities td { vertical-align: top; padding-right: 10px; width: 50%; }
div.activities td ul { margin: 10px 0 0 15px; padding: 0; }
div.activities td p { margin: 0 0 10px; }
div.activities div.imageFrame { margin-top: 10px; }

/**** localevents style ****/
div.localEvents section { margin-top: 30px; }
div.localEvents section p { margin: 5px 0; }

/**** lodging/guided-search.aspx ****/
div.lodgingMap { padding: 5px; }
div.lodgingMap span { font-family: Georgia; font-size: 30px; display: block; padding: 5px 0 5px 5px; }

div.lodgingLeadForm { border-style: solid; border-width: 0px 5px 5px 5px; position: relative; }
div.lodgingLeadForm section.leadForm div.leadForm { padding: 0; }
div.lodgingLeadForm section.leadForm div.leadForm .personalInfo h2 { padding-left: 15px; }
div.lodgingLeadForm section.leadForm div.leadForm p { padding-left: 15px; }
div.lodgingLeadForm section.leadForm div.leadForm .tripDetail p { padding-left: 0px; }
div.lodgingLeadForm section.leadForm header h2 { font-size: 26px; font-family: Georgia; position: relative; top: 10px; padding: 0 0 10px 15px; display: block; }
div.lodgingLeadForm section.leadForm header h3 { margin: 5px 0 0; padding: 15px 0 0 15px; }

div.lodgingLeadForm section.leadForm section.footer { padding: 0 15px 15px !important; border: none !important; position: relative; }
div.lodgingLeadForm section.leadForm section.footer a { text-decoration: none; }
div.lodgingLeadForm section.leadForm section.footer .button { position: absolute; right: 15px; top: 4px; }

/**** about/guided-search.aspx ****/
div.aboutUs { padding: 0 20px; }
div.aboutUs span.sectionTitle { font-size: 26px; font-family: Georgia; display: block; padding-top: 10px; }
div.aboutUs ol, div.aboutUs ul { margin: 10px 0; padding: 0 0 0 20px; }
div.aboutUs li { font-weight: bold; }
div.aboutUs li span { font-weight: normal; }

/**** Privacy Policy, Terms, etc. ****/
div.PlainContent { padding: 0 20px; }
div.PlainContent span.sectionTitle, div.plainContentModal span.sectionTitle { font-size: 14px; font-family: Georgia; display: block; padding-top: 10px; }
div.PlainContent a, div.plainContentModal a { text-decoration: none; }

div.plainContentModal { overflow: auto; width: 940px; height: 555px; position: relative; bottom: -25px; padding: 0 20px 20px; }

/**** travel-deals/guided-search.aspx ****/
img.promoBanner { display: block; }

div.dealsVacationServices { width: 940px; padding: 20px; position: relative; top: -20px; left: -20px; }
div.dealsVacationServices h2.vacationServicesTitle { font-size: 30px; margin: 0; padding: 5px 0; }
div.dealsVacationServices div.vacationServicesContainer { padding: 0 5px 5px; }
div.dealsVacationServices div.vacationServicesContainer div.imagesContainer { margin: 0; padding: 20px 40px; clear: both; }
div.dealsVacationServices div.vacationServicesContainer div.imagesContainer table { width: 849px; margin: 0 auto; }
div.dealsVacationServices div.vacationServicesContainer div.imagesContainer td { padding-left: 30px; }

div.MorePackages { position: relative; top: -20px; left: -20px; width: 980px; }
div.MorePackages h2.morePackagesTitle { font-size: 48px; padding: 5px 0 5px 20px; }
div.MorePackages div.morePackagesLeftNav { width: 160px; padding: 20px 0 20px 20px; float: left; clear: left; }
div.MorePackages div.morePackagesContent { width: 760px; height: 100%; padding: 20px; float: right; clear: right; }

div.MorePackages div.morePackagesContent h3 { font-size: 30px; }
div.MorePackages div.morePackagesContent span.content { display: block; padding: 20px 0; }
div.MorePackages div.morePackagesContent td { padding-bottom: 20px; }

div.MorePackages div.morePackagesContent div.contactUs { float: right; clear: right; text-align: right; }
div.MorePackages div.morePackagesContent div.contactUs div.contactMeButton { float: right; clear: right; }
div.MorePackages div.morePackagesContent div.contactUs p { font-family: Georgia; font-size: 20px; }
div.MorePackages div.morePackagesContent div.contactUs p span.morePackagesPhone { font-family: 20px; }

div.MorePackages div.morePackagesContent div.packagesDetails { float: left; padding: 0 5px 5px; width: 190px; }
div.MorePackages div.morePackagesContent div.packagesDetails a { text-decoration: none; display: block; }

/**** error.aspx & page-not-found.aspx ****/
div.errorNotFound { width: 900px; margin: 0 auto; }
div.errorNotFound p { position: relative; bottom: 250px; left: 458px; }
div.errorNotFound a { text-decoration: none; }

/**** InsuranceInformation.aspx ****/
div.insuranceInformation { padding: 20px; }
div.insuranceInformation div.insuranceContent { overflow: auto; width: 960px; height: 550px; margin-top: 10px; }

/**** /vacation-services ****/
div.vacationServices span.service, div.services td div span { font-family: Georgia; font-size: 18px; display: block; }
div.vacationServices p, div.services p { margin-top: 5px; }
div.vacationServices p label, div.services p label { font-size: 13px; font-weight: bold; }
div.vacationServices a, div.services a { float: right; }

div.vacationServices table, div.services table { width: 100%; }
div.vacationServices td, div.services td { padding: 10px 0; }

div.services td img { float: left; }
div.services td div { width: 580px; margin-left: 10px; float: left; }
div.services td div ul { padding: 0 0 0 10px; margin: 10px 0 0; }

div.carouselPages { float: right; }

/* Homepage column lead form
******************************/
section.rightControlContainer div.leadForm { background-color: White; }
section.rightControlContainer div.leadForm h3 { color: #666666; }
section.rightControlContainer div.leadForm p { margin: 6px 0; clear: both; overflow: hidden; }
section.rightControlContainer div.leadForm table { width: 340px; margin: 0 auto; }
section.rightControlContainer div.leadForm td { padding-right: 6px; vertical-align: middle; }
section.rightControlContainer div.leadForm .checkin, section.rightControlContainer div.leadForm .checkout { margin-right: 10px; float: left; }
section.rightControlContainer div.leadForm span.required { font-size: 10px; }
section.rightControlContainer div.leadForm input, section.rightControlContainer div.leadForm textarea { margin-top: 2px; }



div.pageHeader span { color: White; font-size: 28px; font-weight: bold; margin: 22px 20px 0 0; float: right; }

nav.site ul { height: 35px !important; }
nav.site ul a { font-size: 18px !important; padding: 7px 14px !important; }
nav.site ul ul li a { width: 102px !important; }


.leftColumnContactInfo { overflow: hidden; clear: both; }
.leftColumnContactInfo h4 { color: #a7521a; font-size: 20px; margin: 0; padding: 0; }
.leftColumnContactInfo img { float: left; }
.leftColumnContactInfo p { margin: 6px 0 0; padding: 0; overflow: hidden; }
.leftColumnContactInfo p a { font-size: 14px; }
.leftColumnContactInfo p a:hover { text-decoration: none; }
.leftColumnContactInfo p strong { font-size: 14px; }

/* Site wide styles
******************************/
html, body  { background: #f7f5eb url(images/background.png) repeat-x; color: #666666; }
a { color: #2e6799; }

nav.site li:hover a, nav.site li a:hover { background-color: #dae5e5; }
nav.site li.current a { color: White; background-color: #79451f; }
nav.site ul ul li a, nav.site li.current ul li a, nav.site li:hover ul li a { color: #666666; background-color: #e5e1cf; }
nav.site ul ul li:hover a, nav.site ul ul li a:hover { color: #a7521a; background-color: #e5e1cf; }

h1, h2 { color: #a7521a; }
h3 { color: #2e6799; }

h1.pageTitle { color: White; }

div.pageHeader { background-color: #79451f; }
div.pageTitle { background-color: #79451f; color: White; }
div.content { background-color: White; }

footer { background-color: #b8cbcc; }
footer div.footerDivider { border-bottom: solid 1px #fff; }
footer p.logo span { color: White; }
footer li a { color: White; }
footer p.copyright { color: White; }
/* End */


/* lodging/guided-search
******************************/
div.lodgingMap { background-color: #79451f; }
div.lodgingMap span { color: White; }

div.lodgingLeadForm { border-color: #b8cbcc; }
div.lodgingLeadForm header { background-color: #b8cbcc; }
div.lodgingLeadForm section.leadForm div.leadForm { background-color: White; }
div.lodgingLeadForm section.leadForm header h2 { color: #666666; }
div.lodgingLeadForm section.leadForm header h3 { background-color: White; }

div.lodgingLeadForm section.leadForm section.footer { background-color: White !important; }
/* End */


/* about/guided-search.aspx
******************************/
div.aboutUs span.sectionTitle { color: #a7521a; }
/* End */


/* Privacy Policy, Terms, etc.
******************************/
div.PlainContent span.sectionTitle, div.plainContentModal span.sectionTitle { color: #a7521a; }
/* End */


/* travel-deals/guided-search.aspx
******************************/
div.dealsVacationServices { background-color: #f3f7fa; }
div.dealsVacationServices h2.vacationServicesTitle { color: #666666; }
div.dealsVacationServices div.vacationServicesContainer { background-color: #dbe5e6; }
div.dealsVacationServices div.vacationServicesContainer div.imagesContainer { background-color: White; }

div.MorePackages h2.morePackagesTitle { color: White; background-color: #79451f; }

div.MorePackages div.morePackagesContent h3 { color: #a7521a; }

div.MorePackages div.morePackagesContent div.contactUs p { color: #a7521a; }
div.MorePackages div.morePackagesContent div.contactUs p span.morePackagesPhone { color: #666666; }
/* End */


/* /vacation-services
******************************/
div.vacationServices span.service { color: #a7521a; }
/* End */


/* Property prices
******************************/
span.propertyPrice strong, span.price strong { color: #a7521a; }
/* End */

a.button, a.button span, a.buttonLight, a.buttonLight span, a.shortListButton, a.shortListButton span, a.shortListButtonLight, a.shortListButtonLight span,
a.buttonLarge, a.buttonLarge span, a.buttonDisabled, a.buttonDisabled span, a.buttonLargeDisabled, a.buttonLargeDisabled span, a.bookNowDisabled, 
a.bookNowDisabled span, a.bookNowButtonTest, a.bookNowButtonTest span {
    background: url(../images/sprite_button.png) no-repeat; outline: none; cursor: pointer; text-decoration: none;
}

/* Button Attributes
********************/
a.button, a.buttonLight, a.shortListButton, a.shortListButtonLight, a.buttonDisabled, a.buttonLarge, a.buttonLargeDisabled {
    float: left;
}

a.bookNowButtonTest { float: right; }

a.button, a.buttonLight, a.buttonDisabled { display: block; padding: 5px 0 5px 10px; }
a.button span, a.buttonLight span, a.buttonDisabled span { font-size: 13px; padding: 5px 10px 0 0; }

a.buttonLarge, a.buttonLargeDisabled { padding: 8px 0 8px 10px; }
a.buttonLarge span, a.buttonLargeDisabled span { font-size: 14px; padding: 8px 10px 8px 0; }

a.shortListButton, a.shortListButtonLight { display: block; padding: 5px 0 5px 6px; }
a.shortListButton span, a.shortListButtonLight span { font-size: 12px; padding: 5px 6px 5px 0; }

a.shortListButton { float: right; }
a.shortListButtonLight { float: left; }

a.button, a.shortListButton, a.buttonLight, a.shortListButtonLight, a.buttonLarge, a.optionButton { color: #315D6B; }
a.buttonDisabled, a.buttonLargeDisabled, a.bookNowDisabled { color: #c2cfd3; }

a.bookNowButtonTest { padding: 6px 0 7px 14px; }
a.bookNowButtonTest span { color: White; font-size: 18px; padding: 6px 14px 6px 0; }

/* Background Positioning
******************************/
a.button, a.shortListButton { background-position: 0 0; }
a.button span, a.shortListButton span { background-position: right -35px !important; }

a.buttonLight, a.shortListButtonLight { background-position: 0 -70px !important; }
a.buttonLight span, a.shortListButtonLight span { background-position: right -105px !important; }

a.buttonDisabled, a.bookNowDisabled { background-position: 0 -140px !important; }
a.buttonDisabled span, a.bookNowDisabled span { background-position: right -175px !important; }

a.buttonLarge { background-position: 0 -210px !important; }
a.buttonLarge span { background-position: right -255px !important; }

a.buttonLargeDisabled { background-position: 0 -300px !important; }
a.buttonLargeDisabled span { background-position: right -345px !important; }

a.bookNowButtonTest { background-position: 0 -390px; }
a.bookNowButtonTest span { background-position: right -435px; }

div.imageFrame, div.featuredDestinationCarousel div.imageFrame { margin-right: 5px; float: left; overflow: hidden; clear: left; }
div.imageFrame img { display: block; padding: 5px; }
div.imageFrameSml { margin: 4px; float: left; }
div.imageFrameSml img { display: block; padding: 2px; }
div.imageFrameLrg { margin-right: 5px; float: left; clear: left; }
div.imageFrameLrg img { display: block; padding: 8px; }

div.imageFrame, div.imageFrameSml, div.imageFrameLrg, div.featuredDestinationCarousel div.imageFrame { background-color: White; border-right: solid 1px #eee; border-bottom: solid 1px #ccc; border-left: solid 1px #eee; }
div.imageFrame img, div.imageFrameSml img, div.imageFrameLrg img, div.featuredDestinationCarousel div.imageFrame div { border-top: solid 1px #eee; border-right: solid 1px #ccc; border-bottom: solid 1px #999; border-left: solid 1px #ccc; }

div.featuredDestinationCarousel div.imageFrame { margin-bottom: 10px; }

