﻿/*  ShoppingCart Widget */

.tripSuccess
{
    border: 1px solid black;
    padding: 2px;
    background: #8CCE8C;
}
.tripError
{
    border: 1px solid black;
    padding: 2px;
    background: #FFBFC6;
}

/*--------------------*/
/*  Search Widget */

.amenity
{
    width: 110px;
    font-size: 8px;
}
.carCodes
{
    width: 85px;
}

.transfer_left_all
{
    background: url(images/transfer_left_all.png) no-repeat left top;
    border-width: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.transfer_right_all
{
    background: url(images/transfer_right_all.png) no-repeat left top;
    border-width: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.transfer_left
{
    background: url(images/transfer_left.png) no-repeat left top;
    border-width: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.transfer_right
{
    background: url(images/transfer_right.png) no-repeat left top;
    border-width: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.searchBoxCaption
{
    display: none;
}

/*-----------------------------------------*/

/* Header Widget  */

#tabs a
{
    float: none;
}

.vacationTab
{
    display: none;
}
/* End IE5-Mac hack */

#tabs a:hover
{
    color: black;
    text-decoration: underline;
}

#tabs .current
{
    background-image: url(images/tabLeft_selected.gif);
}

#tabs .current a
{
    background-image: url(images/tabRight_selected.gif);
    color: #333;
    padding-bottom: 5px;
}

.subTab
{
    background: url(images/toplink_bg.gif) repeat-x;
    border-bottom: #95bbcd solid 1px;
    height: 20px;
    padding: 6px 10px 5px 10px;
    margin-top: -1px;
    margin-left: 10px;
}

#tabs
{
    float: left;
    width: 100%;
    background: #fff url(images/tabBase.gif) repeat-x bottom;
    line-height: normal;
}

#tabs ul
{
    margin: 0;
    padding: 0 10px 0 50px;
    list-style: none;
}

#tabs li
{
    float: left;
    background: url(images/tabLeft.gif) no-repeat left top;
    margin: 0;
    padding: 0 3px 0 4px;
}

#tabs a
{
    float: left;
    display: block;
    background: url(images/tabRight.gif) no-repeat right top;
    padding: 5px 12px 4px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.department
{
    /*float: left;*/
    position: absolute;
    left: 0px;
    width: 195px;
    height: 57px;
    background: url(images/departments.gif) no-repeat left center;
}

/*--------------------*/

/* Authentication Status Widget   */

#authStatusWidget
{
    width: 100%;
    margin-bottom: 16px;
}

.authLinks
{
    padding: 5px;
    width: 350px;
    float: right;
}
.dealerInfo
{
    padding: 10px 0px 0px 35px;
}
.dealerType
{
    color: #666666;
    font: italic 10px Arial, Helvetica, sans-serif;
}
.dealerName
{
    font: 16px Impact, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #000000;
}
.dealerHdr
{
    font: italic 16px Impact, Arial, Helvetica,sans-serif;
    letter-spacing: 1px;
    color: #000099;
    display: inline-block;
}
.cartImgStyle
{
    margin-top: -5px;
}
.userLinks div, .guestLinks div
{
    /*text-align:left;*/
}
.lnkSec
{
    float: right;
}
.welUserMsg
{
    margin-top: 5px;
}

/*------------------------*/


/* Login widget */

#loginV2Content
{
    width: 315px;
}
#divForgotPassword
{
    background: #FFF;
    display: none;
    position: absolute;
    margin-left: 100px;
}
.login_box
{
    width: 300px;
    margin: 0 0 15px 0;
}

.forgot_password_box
{
    width: 360px;
}

.forgot_password_box .submit
{
    margin-left: 50px;
}

.multipleUsers
{
    margin: -200px 0 0 250px;
    position: absolute;
    display: none;
}

/* -------------------------- */

/* Registration widget */

#registerV2Content
{
    width: 350px;
    padding-left: 15px;
}

.register_box
{
    width: 360px;
    border: 1px solid #a6a6a6;
    background: #FFF;
}

.registerHeader
{
    background: #8eb4e3;
    padding: 4px;
    font-weight: bold;
}

input[type="text"].textbox_code
{
    width: 40px;
}
input[type="text"].textbox_number
{
    width: 80px;
}
/* -------------------------------- */

/* Trips Filter Widget */

#tripsFolderV2Content
{
    width: 250px;
}

input[type="text"].textbox_date
{
    width: 80px;
}

/*---------------------------------*/
/* --------   User Account Widget  ---- */

.accLink
{
    background: #E6F0F8;
    border: solid 1px #96B9CD;
    border-top: none;
    width: 150px;
    padding: 7px 5px;
}
.accLink a
{
    color: #000;
}

.accActiveLink
{
    font-weight: bold;
    background: url(images/arrow_right.gif) no-repeat right center;
    padding-right: 10px;
}
.lbl_text
{
    color: #404040;
    float: right;
    font-weight: normal;
    padding: 2px 6px 0 0;
}
.acc_lbl
{
    color: #404040;
    text-align: right;
    font-weight: normal;
    padding: 2px 6px 0 0;
    float: left;
    width: 90px;
    height: 20px;
}

.acc_data
{
    float: left;
    width: 100px;
    height: 20px;
    margin-bottom: 5px;
}

.box .acc_data input[type="text"], .box .acc_data input[type="password"]
{
    width: 140px;
    margin-top: 5px;
    height: 17px;
}

.acc_hor_spacer
{
    float: left;
    width: 70px;
    min-height: 1px;
}

#divGInfo, #divFop, #divAPrefs, #divHPrefs, #divCPrefs, #divVPrefs, #divCPass
{
    width: 700px;
}

.bdrBottom
{
    border-bottom: 1px dotted #BDBEC0;
    margin: 0 0 5px;
}

/*-------------------------------------*/
/*  Trips Widget V2 */

#tripsWidgetV2
{
    width: 770px;
}

.details_box
{
    line-height: 16px;
}

.prod_divider
{
    border-top: 1px solid #93B1D3;
}

.pagingClass
{
    margin: 5px;
}
/*--------------------------------------*/

/* Trip Folder */

.bgBlue
{
    background: url(images/HeaderRepeat.png) repeat-x left;
    color: #FFFFFF;
    padding-top: 10px;
}


.bgBlue a
{
    color: #FFFFFF;
}

.bgBlue strong
{
    color: #ffffff;
    font-size: 13px;
}

#divTripInfo .bgBlue
{
    background: url(images/.png) repeat-x left;
    color: #000000;
    padding-top: 10px;
}

#divTripInfo strong
{
    color: #000000;
}

.bgBlue span
{
    color: #ffffff;
    font-size: 13px;
}

.MiddlePanel div
{
    font-size: 12px;
}

.input
{
    border: #325082 solid 1px;
    font-size: 10px;
    width: 145px;
    padding: 0;
    margin: 0;
}

/*  Preferred Customer Widget */

.success_msg
{
    background: #DFEFFC none repeat scroll 0 0;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #A6A6A6;
}
.success_msg div, .success_msg span
{
    font-weight: bold;
    text-align: center;
}

#prefCustReg
{
    margin: 0 auto;
}
.pref_benefits div
{
    margin-bottom: 8px;
}
.progress_holder
{
    background: #DFEFFC none repeat scroll 0 0;
    border: 1px solid #A6A6A6;
    width: 720px;
}

.status_dis_message
{
    background: #FFFFFF none repeat scroll 0 0;
    float: left;
    height: 19px;
    padding: 10px 5px 5px;
}
.progress_add_holder
{
    float: left;
    padding-left: 30px;
}
.progress_num_holder
{
    float: left;
    padding: 4px;
    width: 152px;
}

.pro_holder
{
    color: #DFEFFC;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    margin-left: 15px;
    padding: 2px 3px 3px;
    text-align: center;
    width: 23px;
}

.pro_holder_black
{
    background: transparent url(images/process_blk.gif) no-repeat scroll center center;
}
.progress_txt
{
    float: left;
    padding: 5px;
}

.progress_num_holder_active
{
    float: left;
    padding: 4px;
    width: 170px;
}
.pro_holder_blue
{
    background: transparent url(images/process_blu.gif) no-repeat scroll center center;
}
.progress_txt_act
{
    color: #56A3E2;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.pro_holder_gray
{
    background: transparent url(images/process_gry.gif) no-repeat scroll center center;
}

.progress_txt_inact
{
    color: #A6A6A6;
    float: left;
    padding: 5px;
}

/* Links to other sections  */

div.linkBox
{
    width: 173px;
    background: #EEE;
}

.flightLinkImg
{
    background: url(images/WNCFlight.jpg) no-repeat center center;
    width: 173px;
    height: 66px;
    border: 0px;
    cursor: pointer;
}
.hotelLinkImg
{
    background: url(images/WNCHotel.jpg) no-repeat center center;
    width: 173px;
    height: 66px;
    border: 0px;
    cursor: pointer;
}
.carLinkImg
{
    background: url(images/WNCCar.jpg) no-repeat center center;
    width: 173px;
    height: 66px;
    border: 0px;
    cursor: pointer;
}
.activityLinkImg
{
    background: url(images/WNCActivity.jpg) no-repeat center center;
    width: 173px;
    height: 66px;
    border: 0px;
    cursor: pointer;
}
.blue_arrow_right
{
    background: url(images/blue_arrow_right.gif) no-repeat left center;
    border: 0px;
    cursor: pointer;
    width: 11px;
    height: 12px;
    float: left;
    margin: 0px 7px;
}
a.wncLink
{
    color: Blue;
    text-decoration: none;
    float: left;
}

/*----------------------------*/

/*  Great Escapes  */

#greatEscapesContent
{
    width: 380px;
}
#GETabContent
{
    margin-top: -1px;
}
.highlightThumb
{
    width: 355px;
    border: 1px double #5983A3;
    color: #000000;
    background: #EDF7FF;
    height: 40px;
    margin: 3px 0px;
    padding: 2px 0px;
}
.delightThumb
{
    width: 355px;
    border: 1px double #8C9195;
    color: #000000;
    background: #B9C6D7;
    height: 40px;
    margin: 3px 0px;
    padding: 2px 0px;
}


.GEImage
{
    text-align: center;
    background: #FFF;
    padding: 7px;
}

/*----------------------------*/

/* Seat Selection */

.seatInstr
{
    font-size: xx-small;
}

.seatSelectionDiv
{
    float: left;
    width: 120px;
    text-align: center;
}
divPsngrList
{
    margin-left: 10px;
}

/*--------------*/

/* Messaging widget */

#messagingWidget
{
    width: 1003px;
    margin: 2px auto 3px;
}

#messagingWidget #divStatus
{
    padding: 5px 5px 5px 30px;
    border: 1px solid #9AB1C8;
    border-right: 2px solid #9AB1C8;
    border-bottom: 2px solid #9AB1C8;
}

#divStatus.success
{
    border: 1px solid blue;
    color: Green;
    background: #D4FFD4 url(images/success_medium.gif) no-repeat 5px center;
}
#divStatus.error, .errorMsg
{
    border: 1px solid blue;
    color: Red;
    background: #FFD4D4 url(images/error_medium.gif) no-repeat 5px center;
}
.errorMsg
{
    padding: 2px 2px 2px 30px;
}

/*---------------------*/

/*   Footer widget */

.FooterLogo
{
    background: transparent url(images/poweredByRovia.png) no-repeat top center;
    width: 92px;
    height: 33px;
    border: none;
    margin: 5px auto;
}
.roviafooterlogo
{
    background: url(images/poweredbyrovia.png) no-repeat 0 0;
    width: 92px;
    height: 33px;
    margin: 0 auto;
}

.sfooter
{
    padding: 0;
    border-top: #aca899 solid 0px;
    background: url(images/foot.gif) top repeat-x;
    min-height: 175px;
}
.sfooter p
{
    margin: 0;
    padding: 5px 0;
}

/*------------------*/

/* Splash Page Style START */


#divSplashContent
{
    text-align: center;
    width: 890px;
    margin: 0px 0 0 60px;
    font-family: Century Gothic, Verdana, Arial;
    padding: 0px;
}

#divSplashContent .divSplashPageSeparator
{
    background: transparent url(images/DT/Gradient.PNG) no-repeat 0px 0px;
    height: 3px;
    width: 807px;
    display: block;
    text-align: left;
}

#divSplashContent .HeaderLabel
{
    color: #0037ff;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 30px;
}

#divSplashContent .ShortDecription
{
    color: #0f3beb;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 20px;
}

#divSplashContent .Fare
{
    color: #a11819;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 50px;
}

#divSplashContent .FareDisplay
{
    color: #a11819;
    text-transform: uppercase;
}

#divSplashContent .fareText
{
    color: Black;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 15px;
}

#divSplashContent .agentnames
{
    color: #a11819;
    margin: 0 0 30px 0;
    font-size: 15px;
}

#divSplashContent .txtInfo
{
    color: #464646;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 13px;
}

#divSplashContent .txtAgentInfo
{
    color: #464646;
    margin: 5px 0 30px 0;
    font-size: 15px;
}

#divSplashContent .policies
{
    color: #2c2c2c;
    font-family: Century Gothic, Verdana , Arial;
    font-size: 13px;
}

#divSplashContent .SectionHeader
{
    color: #344ff5;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

#divSplashContent .packageDecription
{
    color: #344ff5;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

#divSplashContent .SectionHeaderDescription
{
    color: #a5a5a5;
    font-weight: bolder;
    font-size: 15px;
}

#divSections li
{
    font-size: 15px;
    font-weight: normal;
    font-family: Century Gothic, Verdana , Arial;
}

#divSections ul
{
    list-style-type: disc;
    margin-left: 15px;
}

#divSections span
{
    font-size: 15px;
    font-family: Century Gothic, Verdana , Arial;
    font-variant: normal;
}
#divSections div
{
    font-size: 15px;
    font-family: Century Gothic, Verdana , Arial;
    margin: 0;
    padding: 0;
    text-align:left;
}

#divSplashContent .packageDecription1
{
    color: #344ff5;
    font-weight: bold;
    font-size: 12px;
}
.SplashPageFooter
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(images/btm-curve-1.gif) no-repeat scroll center bottom;
    float: left;
    padding: 0;
    width: 1020px;
    height: 40px;
}

#divSplashContent .packageDecription2
{
    color: #344ff5;
    font-weight: bold;
    font-size: 15px;
}

.policiesLogo
{
    float: left;
    background: transparent url(images/DT/bullet2.gif) no-repeat 0px 5px;
    width: 15px;
    height: 15px;
}

#divPolicies span
{
    font-size: 13px;
    font-weight: bold;
    font-family: Century Gothic, Verdana , Arial;
}

.BookThisTripBtn
{
    background: transparent url(images/DT/BookThisTrip.jpg) no-repeat 0px 0px;
    width: 199px;
    height: 38px;
    cursor: pointer;
    border: none;
}

.SignUpNow
{
    background: transparent url(images/DT/signup_btn.PNG) no-repeat 0px 0px;
    width: 199px;
    height: 58px;
    cursor: pointer;
    border: none;
}

.DTLogo
{
    background: transparent url(images/DT/DTLogo.png) no-repeat top center;
    width: 864px;
    height: 175px;
    border: none;
    margin: -10px 0 -130px 0;
    position: relative;
}
.DTLogoSpacer
{
    width: 1px;
    height: 90px;
}

.DTListWidget, .DTListWidget
{
    margin: 0 auto;
    width: 1020px;
}

#divSplashContent .roundedLeftTopShadow, #divSplashContent .roundedRightTopShadow
{
    height: 12px;
}
#divSplashContent .roundedTopBorderStrip
{
    width: 919px;
    margin-top: 0px;
    background-position: top;
}
#divSplashContent .topBorderDiv
{
    text-align: left;
    vertical-align: bottom;
    margin-top: 10px;
    float: left;
    padding-left: 20px;
    width: 100%;
}

#divSplashContent .divRoundedLeftStrip
{
    width: 1005px;
    text-align: center;
    padding-left: 15px;
}

#divSplashContent .roundedLeftBottomCorner
{
    width: 4px;
}
#divSplashContent .roundedBottomStrip
{
    width: 1000px;
    margin-top: 0px;
    padding-top: 0px;
    background-position: top;
}
#divSplashContent .roundedRightBottomCorner
{
    width: 5px;
}

#dreamtripInfoTextContainer
{
    margin: 0 auto;
    height: 50px;
    width: 900px;
    margin-top: -135px;
    z-index: 300px;
    position: absolute;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    color: #56782e;
    font-weight: normal;
    text-align:center;
}

.dreamtripbigText
{
    font-size: 45px;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
.dreamtripsmallText
{
    font-size: 28px;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
.priceContainer
{
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 40px;
    text-align: center;
    color: #990000;
    padding-top: 25px;
}
#perPersonStatement
{
    text-align: center;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #56782e;
}

#insuranceInfo
{
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    line-height: 13px;
}
#insuranceInfo a
{
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
#insuranceInfo a:visited
{
    text-decoration: none;
    color: #990000;
}
#insuranceInfo a:hover
{
    text-decoration: underline;
    color: #0000CC;
}
#insuranceInfo a:active
{
    text-decoration: none;
    color: #990000;
}
#agentInfo
{
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#agentInfo a
{
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
#agentInfo a:visited
{
    text-decoration: none;
    color: #990000;
}
#agentInfo a:hover
{
    text-decoration: underline;
    color: #0000CC;
}
#agentInfo a:active
{
    text-decoration: none;
    color: #990000;
}
.agentName
{
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0.1ems;
    color: #990000;
}
#buttonsContainer
{
    margin: 0 auto;
    margin-top: 15px;
    width: 380px;
}
.signupQuestion
{
    margin-left: -220px;
}
.signupQuestion span
{
    color: #56782e;
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    text-transform: uppercase;
}
.signupNowButton
{
    width: 154px;
    height: 48px;
    float: left;
    text-indent: -9999px;
    margin-right: 25px;
}

.signupNowButton a:hover
{
    background-position: 0 -48px;
    cursor: pointer;
}
.signupNowButton a:active, #nav a.selected
{
    background-position: 0 -48px;
    cursor: pointer;
}
.bookThisTripButton
{
    width: 154px;
    height: 48px;
    float: left;
}

.bookThisTripButton a:hover
{
    background-position: 0 -48px;
}
.bookThisTripButton a:active, #nav a.selected
{
    background-position: 0 -48px;
}
.splashPageLoginButton
{
    width: 154px;
    height: 48px;
    float: left;
}

.splashPageLoginButton a:hover
{
    background-position: 0 -48px;
}
.splashPageLoginButton a:active, #nav a.selected
{
    background-position: 0 -48px;
}
.detailsTitle
{
    margin: 0 auto;
    width: 806px;
    margin-top: 10px;
    clear: both;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #56782e;
    font-weight: bold;
}
.detailsTitle span
{
    font-weight: bold;
}

.titlesBottomBorder
{
    margin: 0 auto;
    background-color: #56782e;
    background-image: url(images/DT/splashPageTitlesBottomBorder.png);
    width: 806px;
    height: 2px;
}
#policiesText
{
    float: left;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: bold;
    color: #666666;
    width: 800px;
}
/*
.normalSection ul
{
    list-style-type: circle;
    list-style-position: inside;
}
.normalSection li
{
    background: url(images/DT/bullet2.gif) no-repeat -1px 4px; /* use image position to align to text */
/*}*/

/* Splash Page Style END */

/* DT Header    */
.btnClose
{
    background: url(images/closeButton.png) no-repeat 0 0;
    width: 75px;
    height: 25px;
    float: right;
}


#dtHeaderMenu .menuOption
{
}

.spoDt
{
}

.newTripType
{
}





/*--------------------------------*/
/* DTDetailed Listing widget  */

#DTHeaderText
{
    text-align: center;
}
hr.gray
{
    color: #CCC;
}

#DTDetailedListingWidget .divRoundedLeftStrip
{
    width: 924px;
    text-align: center;
    padding-left: 15px;
}
#DTDetailedListingWidget .divRoundedRightStrip
{
    padding-right: 15px;
}

#DTDetailedListingWidget .divider_top
{
    background: url(images/DT/divider_top.jpg) no-repeat center center;
}
#DTDetailedListingWidget .divider_bottom
{
    background: url(images/DT/divider_bottom.jpg) no-repeat center center;
}
 .DTErrorMsg
{
    padding: 5px;
    color: #F00;
    font-weight: bold;
    background: #FFCFCF;
    border: 2px solid #FF4F4F;
    margin-right: 15px;
    font-size: 15px;
}

 .DTErrorMsg span
{
    color: green;
    font-size: 15px;
    font-weight: bold;
}

/*----------------------------------*/

/* DTlist Style */

.DTListWidget, .DTListWidget
{
    margin: 0 auto;
    width: 980px;
}

.DTListWidget .roundedLeftTopShadow, #DTHeaderWidget .roundedRightTopShadow
{
    height: 12px;
}
.DTListWidget .roundedTopBorderStrip
{
    width: 919px;
    margin-top: 0px;
    background-position: top;
}
.DTListWidget .topBorderDiv
{
    text-align: left;
    vertical-align: bottom;
    margin-top: 10px;
    float: left;
    padding-left: 20px;
    width: 100%;
}

.DTListWidget .divRoundedLeftStrip
{
    width: 1005px;
    text-align: center;
    padding-left: 15px;
}


.DTListWidget .DTErrorMsg
{
    padding: 5px;
    color: #F00;
    font-weight: bold;
    background: #FFCFCF;
    border: 2px solid #FF4F4F;
    margin-right: 15px;
    font-size: 15px;
}

.DTListWidget .DTErrorMsg span
{
    color: green;
    font-size: 15px;
    font-weight: bold;
}


.DividerBottomImg
{
    background: transparent url(images/DT/divider_bottom.jpg) no-repeat 0px 0px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 850px;
    height: 22px;
    margin: 0 auto;
}

.hrWidth
{
    margin: 0 auto;
    width: 900px;
    color: #CCC;
    height: 1px;
}


.DivWidth
{
    border: medium none;
    width: 900px;
}

.FloatLeft
{
    float: left;
}

.FloatRight
{
    float: right;
}

.divGetaways
{
    margin: 0 auto;
    text-align: center;
    width: 920px;
}

.divDtBanner
{
    margin-top: 35px;
}

.DTFontStyle
{
    font-size: 12px;
    color: black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.DTListWidget .topImage
{
    background: url(images/DT/top.jpg) no-repeat 0 0;
    height: 50px;
    width: 1024px;
}
.DTListWidget .bottomImage
{
    background: url(images/DT/bottom.jpg) no-repeat 1px 0;
    height: 50px;
    width: 1024px;
}
.DTListWidget .leftImage
{
    background: url(images/DT/lside.jpg) repeat-y 1px 0;
    float: left;
    height: 50px;
    width: 25px;
}
.DTListWidget .rightImage
{
    background: url(images/DT/rside.jpg) repeat-y right;
    float: right;
    height: 50px;
    width: 25px;
}
.DTListWidget .mainContent
{
    float: left;
}


.DTListWidget .roundedLeftBottomCorner
{
    width: 4px;
}
.DTListWidget .roundedBottomStrip
{
    width: 1000px;
    margin-top: 0px;
    padding-top: 0px;
    background-position: top;
}
.DTListWidget .roundedRightBottomCorner
{
    width: 5px;
}

.DTListWidget .pagingLink
{
    border: 1px solid #AAAADD;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
a.pagingLink
{
    color: #000099;
}
a:hover.pagingLink
{
    color: #000 !important;
    border: 1px solid #000099;
}

.DTListWidget .pagingLinkCurrent
{
    border: 1px solid #000099;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
    background: #000099;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.DTListWidget a.pagingLinkCurrent
{
    color: #FFF;
    font-weight: bold;
}

.DTListWidget .pagingLinkInactive
{
    border: 1px solid gray;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
    color: #CCC;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.DTListWidget .bottomPaging
{
    margin: 0 auto;
    text-align: center;
}

/* DTlist Style End */

/*sorting div style*/
#divSortingPaging
{
    margin-left: 20px;
}
/*sorting div style end*/

/* DT Faqs */

#DTFaqsWidget
{
    text-align: left;
    margin: 0 auto;
    width: 941px;
}
#DTFaqsWidget .divRoundedLeftStrip
{
    width: 924px;
}
#DTFaqsWidget .divRoundedLeftStrip
{
    width: 924px;
    text-align: center;
    padding-left: 15px;
}

#DTFaqsWidget .roundedLeftBottomCorner
{
    width: 4px;
}
#DTFaqsWidget .roundedBottomStrip
{
    width: 920px;
    margin-top: 0px;
    padding-top: 0px;
    background-position: top;
}
#DTFaqsWidget .roundedRightBottomCorner
{
    width: 5px;
}

.quesans
{
    border: 1px solid #CCC;
    padding: 5px;
    margin: 0 15px 0px 0;
}
.quesans a, .answer fieldset, .answer legend, .answer div, .showAll, .hideAll
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
}

#DTFaqsWidget .focus
{
    background: #F0F0F0;
}
.question
{
    cursor: pointer;
}
.question a
{
    text-decoration: none;
    color: Blue;
}
.answer fieldset
{
    width: 98%;
    padding: 5px;
}

.answer legend
{
    font-weight: bold;
}

.showAll, .hideAll
{
    cursor: pointer;
    float: left;
    padding: 0 5px;
}
.showAll
{
    background: url(images/plus.gif) no-repeat left;
    padding: 2px 0 0 13px;
    height: 13px;
}
.hideAll
{
    background: url(images/minus.gif) no-repeat left;
    padding: 2px 0 0 13px;
    height: 13px;
}
/*---------*/

/* DTDetailed Listing widget  */

#DTDetailedListingWidget
{
    margin: 0 auto;
    width: 980px;
}

#DTHeaderText
{
    text-align: center;
}
hr.gray
{
    color: #CCC;
}

#DTDetailedListingWidget .divRoundedLeftStrip
{
    width: 1005px;
    text-align: center;
    padding-left: 15px;
}
#DTDetailedListingWidget .divRoundedRightStrip
{
    padding-right: 15px;
}

#DTDetailedListingWidget .divider_top
{
    background: url(images/DT/divider_top.jpg) no-repeat center center;
    width: 913px;
    height: 22px;
    margin-bottom: 10px;
}
#DTDetailedListingWidget .divider_bottom
{
    background: url(images/DT/divider_bottom.jpg) no-repeat center center;
    width: 913px;
    height: 22px;
}


.divider_top
{
    background: url(images/DT/divider_top.jpg) no-repeat center center;
    width: 913px;
    height: 22px;
    margin-bottom: 10px;
}
.divider_bottom
{
    background: url(images/DT/divider_bottom.jpg) no-repeat center center;
    width: 913px;
    height: 22px;
}

#priceInfo .roundedTopBorderStrip
{
    width: 160px;
    margin-top: 0px;
    background-position: top;
}

#priceInfo .roundedBottomStrip
{
    width: 160px;
    margin-top: 0px;
    background-position: bottom;
}

#priceInfo .divRoundedLeftStrip
{
    width: 150px;
    text-align: center;
    height: 200px;
}

#priceInfo .divRoundedRightStrip
{
    width: 150px;
    text-align: center;
    height: 200px;
}

#priceInfo .roundedRightTopShadow
{
    background-image: url(images/NewCurvedBox/top_right_shadow.png);
    background-repeat: no-repeat;
    float: left;
    height: 10px;
    width: 5px;
}

#priceInfo .roundedLeftTopShadow
{
    background-image: url(images/NewCurvedBox/top_left_shadow.png);
    background-repeat: no-repeat;
    float: left;
    height: 10px;
    width: 5px;
}

#divResortInfo .disclaimer_title
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 0;
    text-align: left;
}

.hiddenPriceDisclaimer
{
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    color: #990000;
    padding-top: 15px;
}

#divResortInfo
{
    height: auto;
}

#divResortInfo .ShowCase
{
    width: 210px;
    height: 210px;
    border: outset 5px gray;
    float: left;
}

.detailedListing
{
    width: 980px;
    height: auto;
    margin-left: 10px;
}

.GradientBorder
{
    background: transparent url(images/DT/gradient_border.jpg) no-repeat 0px 0px;
    width: 400px;
    height: 3px;
    float: left;
}

#divResortInfo .divdescription
{
    width: 470px;
    margin-left: 10px;
}


.divPriceInfo
{
    margin-left: 5px;
    width: 200px;
    height: 200px;
}

#divResortInfo .MainDescription
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 8px 0 2px;
    text-align: left;
}

#divResortInfo .title
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding: 2px 0 0;
    text-align: left;
}

.floatLeft
{
    float: left;
}

#priceInfo .FareInfo
{
    color: #006600;
    font-family: Impact,Verdana,Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-style: italic;
    text-align: center;
}

#priceInfo .Fare_Disclaimer
{
    color: #990000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8px;
    font-weight: bold;
    padding: 2px 0;
    text-align: center;
    text-transform: uppercase;
}





.hg_about
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
    text-align: center;
}

.redHighlight
{
    color: rgb(153, 0, 0);
    font-weight: bold;
}

#priceInfo ver_spacer_20
{
    height: 30px;
}

#priceInfo .perdisclaimer
{
    color: #990000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8px;
    font-weight: bold;
    padding: 2px 0;
    text-align: center;
    text-transform: uppercase;
}

#DTDetailedListingWidget .roundedLeftBottomCorner
{
    width: 4px;
}
#DTDetailedListingWidget .roundedBottomStrip
{
    width: 1000px;
    margin-top: 0px;
    padding-top: 0px;
    background-position: top;
}
#DTDetailedListingWidget .roundedRightBottomCorner
{
    width: 5px;
}

#DTDetailedListingWidget .pagingLink
{
    border: 1px solid blue;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
}
#DTDetailedListingWidget .pagingLinkCurrent
{
    border: 1px solid #37387F;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
    background: #CFD0FF;
}

#DTDetailedListingWidget .pagingLinkInactive
{
    border: 1px solid gray;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
    color: #CCC;
}

#DTDetailedListingWidget .bottomPaging
{
    margin: 0 auto;
    text-align: center;
}


.DTDetailedListingPaging .pagingLink
{
    border: 1px solid blue;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
}
.DTDetailedListingPaging .pagingLinkCurrent
{
    border: 1px solid #37387F;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
    background: #CFD0FF;
}

.DTDetailedListingPaging .pagingLinkInactive
{
    border: 1px solid gray;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
    color: #CCC;
}




.DTDetailedListingPaging .bottomPaging
{
    margin: 0 auto;
    text-align: center;
}


/*----------------------------------*/

/* DtPrice Widget Css Starts */

#DTPriceWidget
{
    width: 980px;
    margin: 10px;
}

.pricingContent
{
    margin: 0 0 0 25px;
}

.priceBox
{
    border: #b9c6d7 solid 1px;
    background: #e6f0f8;
    width: 800px;
    height: 400px;
    padding: 10px;
}

#DTPriceWidget .stitle
{
    color: #325082;
    font-weight: bold;
    font-size: 12px;
}
#DTPriceWidget .stitlenormal
{
    color: #325082;
    font-weight: normal;
    font-size: 12px;
}

.astitle
{
    color: #325082;
    font-weight: bold;
    font-size: 12px;
}
#DTPriceWidget .flashContainer
{
    width: 880px;
    font-weight: bold;
    font-size: 12px;
    height: 260px;
    margin-top: 10px;
}

#DTPriceWidget .divDateInfo
{
    width: 120px;
    font-size: 12px;
    float: left;
}

#DTPriceWidget .divTravelDates
{
    width: 260px;
    font-size: 12px;
    float: left;
}

#DTPriceWidget .errorMsg
{
    border: 1px solid blue;
    color: Red;
    background: #FFD4D4 url(images/error_medium.gif) no-repeat 5px center;
}

#DTPriceWidget .divPaxInfo
{
    width: 300px;
    font-size: 11px;
    float: left;
}

#DTPriceWidget .paxHeader
{
    width: 100px;
    font-size: 12px;
    float: left;
}

#DTPriceWidget .divRepriceBtn
{
    margin-top: 20px;
    float: left;
    width: 80px;
}


/*----------------------------------*/



/*dtlisting*/
#divDTListing
{
    margin: 0;
    padding: 0;
    font-family: Futura, Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    font-style: normal;
}
.divDTListingspan
{
    font-family: Futura, Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    color: #222;
    font-style: normal;
    margin-left: 5px;
}

.list_wrap
{
    border-left: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    width: 950px;
    margin: 0 auto;
}
.list_wrap span
{
    color: #3f7ca9;
}


.dtListHeader
{
    background: url(images/bg.gif) repeat-x;
    color: #fff;
    text-transform: uppercase;
    height: 20px;
    margin: 0;
    padding: 0;
    font-family: Futura, Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: white;
    font-style: normal;
    text-align: left;
    padding-left: 10px;
}
.col1
{
    width: 360px;
}
.col2
{
    width: 140px;
}

.overlay_arrow
{
    background: url(images/pop-arrow.png) no-repeat left;
    top: 50px;
    width: 369px;
    padding-left: 9px;
}
.overlay_wrap
{
    padding: 10px;
    background: #5b5b5b;
    width: 350px;
    color: #fff;
}
.overlayImage
{
    float: left;
    height: 131px;
    width: 131px;
    border: 1px solid #c4c4c4;
    margin-right: 10px;
}
.overlay_wrap img
{
    border: 1px solid #c4c4c4;
    margin-right: 10px;
}
.overlay_wrap h1
{
    padding: 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}
.overlay_wrap p
{
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
}
.overlay_wrap p a
{
    color: #fff;
    text-decoration: underline;
}

img a
{
    border: none;
}
.boxArrowUp
{
    background: url(images/whitearrowup.png) no-repeat;
    height: 4px;
    width: 7px;
}

.boxArrowDown
{
    background: url(images/whitedownarrow.png) no-repeat;
    height: 4px;
    width: 7px;
}
.DTListingPaging .pagingLink
{
    border: 1px solid blue;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.list_wrap .headerLink
{
    font-family: Futura, Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    color: white;
    font-style: normal;
}
.DTListingPaging .pagingLinkCurrent
{
    border: 1px solid #37387F;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
    background: #000099;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.DTListingPaging a.pagingLinkCurrent
{
    color: #FFF;
    font-weight: bold;
}
.DTListingPaging .pagingLinkInactive
{
    border: 1px solid gray;
    padding: 2px 7px;
    margin: 0 3px;
    text-decoration: none;
    color: #CCC;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

/*dtlistign end*/


/*image gallery css*/
.galleryWrapper
{
    width:850px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 10px;
    margin-left:50px;
}

.galleryItems
{
    display: block;
    margin: 0;
    list-style: none;
    
}

.galleryItems li
{
    display: inline;
    float: left;
    padding: 0 4px;
}

.galleryItems li img
{
    border: 1px solid #777;
    width: 100px;
    height: 100px;
}

.galleryItems a
{
    display: block;
    text-decoration: none;
}

.galleryItems a:hover img
{
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#jquery-overlay
{
    z-index: 90;
    left: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
}
#jquery-lightbox
{
    z-index: 100;
    left: 0px;
    width: 100%;
    line-height: 0;
    position: absolute;
    top: 0px;
    text-align: center;
}
#jquery-lightbox A IMG
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
#lightbox-container-image-box
{
    margin: 0px auto;
    width: 250px;
    position: relative;
    height: 250px;
    background-color: #fff;
}
#lightbox-container-image
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#lightbox-loading
{
    left: 0%;
    width: 100%;
    line-height: 0;
    position: absolute;
    top: 40%;
    height: 25%;
    text-align: center;
}
#lightbox-nav
{
    z-index: 10;
    left: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
}
#lightbox-container-image-box > #lightbox-nav
{
    left: 0px;
}
#lightbox-nav A
{
    outline: none;
}
#lightbox-nav-btnPrev
{
    display: block;
    width: 49%;
    zoom: 1;
    height: 100%;
}
#lightbox-nav-btnNext
{
    display: block;
    width: 49%;
    zoom: 1;
    height: 100%;
}
#lightbox-nav-btnPrev
{
    left: 0px;
    float: left;
}
#lightbox-nav-btnNext
{
    right: 0px;
    float: right;
}
#lightbox-container-image-data-box
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    margin: 0px auto;
    font: 10px/1.4em Verdana, Helvetica, sans-serif;
    overflow: auto;
    width: 100%;
    padding-top: 0px;
    background-color: #fff;
}
#lightbox-container-image-data
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    color: #666;
    padding-top: 0px;
}
#lightbox-container-image-data #lightbox-image-details
{
    float: left;
    width: 70%;
    text-align: left;
}
#lightbox-image-details-caption
{
    font-weight: bold;
}
#lightbox-image-details-currentNumber
{
    clear: left;
    display: block;
    padding-bottom: 1em;
}
#lightbox-secNav-btnClose
{
    float: right;
    padding-bottom: 0.7em;
    width: 66px;
}

/*image gallery css end*/


.paxConfirmBox
{
    position: absolute;
    z-index: 2000;
    width: 600px;    
	border: #afc7df solid 1px;
	background: #ecf0fa;
}
