﻿
body
{
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    font-size: .8em;
    margin: 0 auto;
    padding: 0;
    background-color: #faf5ea;
}

/*-------------------------------------------------------------------------------Global*/

/* Telerik Dropdown used input control */
input[type="text"]
{
    border: 1px solid #B8B8B8 !important;
    padding: 2px;
}
input[type="password"]
{
    border: solid 1px #B8B8B8 !important;
    padding: 2px;
}
select
{
    border: solid 1px #B8B8B8 !important;
    padding: 2px;
}

input[type="submit"]
{
}
input[type="submit"]:hover
{
}
input[type="submit"]:active
{
}
input[type="radio"]
{
}

div.wait, .wait
{
    border-style: none;
    background-image: url(101_loading.gif);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}



ul.row
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
li.row
{
    padding-bottom: 0.2em;
    padding-left: 10px;
    padding-right: 0px;
}
li.row_deep
{
    padding-bottom: 0.2em;
    padding-left: 30px;
    padding-right: 0px;
}
li.row_top
{
    padding-bottom: 0.2em;
    padding-left: 10px;
    padding-right: 0px;
    vertical-align: text-top;
}

li.thinrow
{
    /* todo */
    padding-left: 10px;
    padding-right: 0px;
}
li.grouprow
{
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    padding-left: 10px;
    padding-right: 0px;
}



img.adobe_download, .adobe_download
{
    border-style: none;
    background-image: url(adobe_pdf_logo.png);
    height: 48px;
    width: 48px;
    position:static
}

img.adobe_get, .adobe_get
{
    border-style: none;
    background-image: url(10-1265-GetAcrobat-Icon.png);
    height: 91px;
    width: 214px;
    position:static
    
}

h2
{
    font-size: 1.2em;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

a:link, a:visited, a:active
{
    text-decoration: none;
    white-space: nowrap;
}
a:hover
{
    text-decoration: underline;
    white-space: nowrap;
}



/*-------------------------------------------------------------------------------Landing*/
body.landing
{
    background-color: #853D1D;
}
div.landing_frame
{
    height: 564px;
    width: 900px;
    margin-top: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

div.landing_image_container
{
}


div.landing_content
{
    float: left;
    top: 140px;
    left: 0px;
    position: relative;
    width: 220px;
    z-index: 1000 !important;
}
div.landing_certificateactivate_container
{
    clear: both;
    float: left;
    top: 0px;
    left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    width: 230px;
}
div.landing_loginview_container
{
    clear: both;
    float: left;
    top: 0px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 230px;
}

div.landing_divider
{
    clear: both;
    float: left;
    padding: 0 0 0 0;
    width: 195px;
    height: 15px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 10px;
    margin-right: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #fff;
}

span.landing_menutitle, .landing_menutitle
{
    color: #fff;
    font-weight: bold;
}
span.landing_prompt, .landing_prompt
{
    color: #fff;
}
a.landing_menuitem
{
    color: #fff;
}

ul.landing
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
li.landing
{
    padding-bottom: 0.5em;
    padding-left: 10px;
    padding-right: 0px;
}
span.landing_errormessage
{
    color: #fff !important;
}


/*-------------------------------------------------------------------------------Registration Master*/
body.registration
{
    background-color: #faf5ea;
}
div.registration_header_container
{
    background-image: url('101_Header_Fill.png');
    background-repeat: repeat-x;
    height: 141px;
}
div.registration_header_image
{
    background-image: url('101_Header.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 151px;
    width: 850px;
}
div.registration_header_menu
{
    top: -141px;
    position: relative;
}
div.registration_content
{
    top: 0px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
span.registration_title, .registration_header_menu
{
    color: #fff;
}

a.registration_menuitem, .registration_menuitem
{
    color: #fff;
}

/*-------------------------------------------------------------------------------Member Master*/
body.member
{
    background-color: #faf5ea;
}
div.member_header_container
{
    background-image: url('101_Header_Fill.png');
    background-repeat: repeat-x;
    height: 141px;
}
div.member_header_image
{
    background-image: url('101_Header.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 151px;
    width: 850px;
}
div.member_header_menu
{
    top: -141px;
    position: relative;
}
div.member_content
{
    top: 0px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
span.member_title, .member_header_menu
{
    color: #fff;
}

a.member_menuitem, .member_menuitem
{
    color: #fff;
}


/*--------------------------------------------------------------------------------Validation*/
.validationSummary
{
    font-weight: normal;
    font-style: normal;
    color: Red;
}
.validationSummaryDynamic
{
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------------------------Form*/
.form_group_prompt
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    white-space: normal;
}
.form_prompt_required
{
    color: #444444;
    white-space: nowrap;
    float: right;
    margin-right: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #2979D9;
    padding-right: 5px;
}

.form_prompt
{
    color: #444444;
    white-space: nowrap;
    float: right;
    margin-right: 2px;
    border-right-style: none;
    border-right-width: 2px;
    padding-right: 5px;
}


.form_prompt_left
{
    font-weight: bold;
    color: #444444;
    white-space: nowrap;
    float: left;
    margin-right: 2px;
    border-right-style: none;
    border-right-width: 2px;
    padding-right: 5px;
}


.form_prompt_none
{
    font-weight: bold;
    color: #444444;
    white-space: nowrap;
    margin-right: 2px;
    border-right-style: none;
    border-right-width: 2px;
    padding-right: 5px;
}

.form_radiobutton_left
{
    font-weight: bold;
    color: #444444;
    white-space: nowrap;
    float: left;
    margin-right: 2px;
    border-right-style: none;
    border-right-width: 2px;
    padding-right: 5px;
}


.form_prompt_spacer_10
{
    margin-left: 10px;
}
.form_prompt_spacer_2
{
    margin-left: 2px;
}

div.spacer_10b
{
    padding-bottom: 10px;
}


A.command
{
    color: #03c;
    text-decoration: none;
}
/*--------------------------------------------------------------------------------Separators*/

.grid_data_left_small
{
    font-weight: bold;
    font-size: 11px;
    color: #444444;
    white-space: nowrap;
    float: left;
    margin-right: 2px;
    border-right-style: none;
    border-right-width: 2px;
    padding-right: 5px;
}

.grid_prompt_small
{
    font-weight: normal;
    font-size: 11px;
    color: #444444;
    white-space: nowrap;
    float: right;
    margin-right: 2px;
    border-right-style: none;
    border-right-width: 2px;
    padding-right: 5px;
}

.grid_prompt_Xlarge
{
    font: bold 1.3em "Segoe UI" , Tahoma, Verdana, Arial;
    color: #444444;
}
.grid_prompt_large
{
    font: bold 1.1em "Segoe UI" , Tahoma, Verdana, Arial;
    color: #444444;
}
.grid_prompt_normal
{
    font: bold 1.0em "Segoe UI" , Tahoma, Verdana, Arial;
    color: #444444;
}

/*--------------------------------------------------------------------------------Invoice Default*/
span.invoice_prompt_bold
{
    font-size: 0.9em;
    font-weight: bold;
    white-space: nowrap;
    color: #333333;
}

span.invoice_information
{
    font-size: 0.9em;
    font-weight: bold;
    white-space: normal;
    font-style:italic;
    color: #333333;
}

span.invoice_prompt_data
{
    font-size: 0.9em;
    white-space: nowrap;
    color: #333333;
    line-height: 1.4em;
}

span.invoice_prompt_data_normal
{
    font-size: 0.9em;
    white-space: normal;
    color: #333333;
    line-height: 1.4em;
}

div.invoice_group_content
{
    padding: 5px 10px 5px 10px;
}

div.invoice_divider_thin
{
    padding: 0 0 0 0;
    width: 100%;
    height: 0px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

div.invoice_divider_vertical, td.invoice_divider_vertical
{
    margin: 0px 0px 0px 0px;
    background: #CCCCCC;
    height: 100%;
    width: 1px;
}
div.invoice_divider
{
    width: 100%;
    height: 5px;
    border-top-color: #CCCCCC;
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
}

div.invoice_divider_dashed
{
    width: 100%;
    height: 1px;
    border-top-color: #000000;
    border-top-width: 1px;
    border-top-style: dashed;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}

div.invoice_divider_thin
{
    padding: 0 0 0 0;
    width: 100%;
    height: 0px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

div.invoice_divider_bottom
{
    padding: 0 0 0 0;
    width: 100%;
    height: 15px;
    margin-top: 5px;
    margin-right: 0;
    margin-left: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}


/*--------------------------------------------------------------------------------Grid Default*/
grid_default_override_row_tall
{
    background-color: White !important;
}
.grid_default_override_row_tall
{
    background-color: White !important;
    height: 40px !important;
}

.grid_default_override_cell
{
    border-bottom-color: #dedede !important;
    border-right-color: #dedede !important;
    border-right-width: 1px !important;
    border-right-style: solid !important;
}
.grid_default_override_header
{
    background-color: #E6E6E6 !important;
    border-bottom-color: #BDBDBD !important;
    border-left-color: #BDBDBD !important;
}
.grid_default_override_grid
{
    border-color: #BDBDBD !important;
}

.grid_default_override_grid_withfooter
{
    border-width: 1px !important;
    border-style: solid solid none solid !important;
    border-color: #BDBDBD !important;
}


.grid_default_override_pager
{
    background-color: #E6E6E6 !important;
}
.grid_default_override_nestedtemplatecell
{
    border-bottom-color: #dedede !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    padding: 10px 10px 10px 10px !important;
}

table.grid_default_header
{
    height: 25px;
}
div.grid_default_header
{
    padding: 5px 10px;
    background-color: #666666 !important;
    border: 1px solid #666666 !important;
    color: #FFFFFF !important;
}

table.grid_default_header_1
{
    height: 25px;
}
div.grid_default_header_1
{
    padding: 0px 2px 0px 10px;
    background-color: #666666 !important;
    border: 1px solid #666666 !important;
    color: #FFFFFF !important;
}



span.grid_default_header
{
    font-size: 0.9em;
    color: White;
    font-weight: bold;
    white-space: nowrap;
}

div.grid_default_footer
{
    padding: 5px;
    background-color: #E6E6E6;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #BDBDBD;
    border-bottom-color: #BDBDBD;
    border-left-color: #BDBDBD;
}

a.grid_footer_default_action:link, a.grid_footer_default_action:visited, a.grid_footer_default_action:active
{
    font-size: 0.9em;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
}
a.grid_footer_default_action:hover
{
    font-size: 0.9em;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: underline;
}



/*--------------------------------------------------------------------------------Separators*/

div.separator_h
{
    margin: 10px 0px 1px 0px;
    background: #78A22F;
    width: 100%;
    height: 1px;
}
div.separator_h_thin
{
    margin: 1px 0px 1px 0px;
    background: #78A22F;
    width: 100%;
    height: 1px;
}

/*--------------------------------------------------------------------------------Footer*/
div.footer
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    font-size: 0.7em;
    text-align: center;
    color: #000;
}

/*--------------------------------------------------------------------------------Advertisement*/

div.advertisement_box
{
    background-color: White;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

a.advertisement
{
    color: #03c;
}

span.advertisement_title
{
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
}


/*--------------------------------------------------------------------------------instructions_box*/

div.instructions_box
{
    background-color: White;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

span.instructions
{
    font-size: small;
    font-style: normal;
}


/*--------------------------------------------------------------------------------Registration Form*/

span.registration_required
{
    color: #444444;
    white-space: nowrap;
    margin-right: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #2979D9;
    padding-right: 5px;
    width: 150px;
    text-align: right;
    display: inline-block;
}
span.registration
{
    color: #444444;
    white-space: nowrap;
    margin-right: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: Transparent;
    padding-right: 5px;
    width: 150px;
    text-align: right;
    display: inline-block;
}

span.registration_group
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}



/*--------------------------------------------------------------------------------Planning Form*/

span.planningform_required
{
    color: #444444;
    white-space: nowrap;
    margin-right: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #2979D9;
    padding-right: 5px;
    width: 150px;
    text-align: right;
    display: inline-block;
}
span.planningform
{
    color: #444444;
    white-space: nowrap;
    margin-right: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: Transparent;
    padding-right: 5px;
    width: 150px;
    text-align: right;
    display: inline-block;
}

span.planningform_group
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

/*--------------------------------------------------------------------------------Vacation Details*/

span.vacationdetails
{
    color: #444444;
    white-space: nowrap;
    padding-right: 5px;
    width: 100px;
    text-align: left;
    display: inline-block;
}


/*--------------------------------------------------------------------------------Planning Form*/

span.specialofferregistration_required
{
    color: #444444;
    white-space: nowrap;
    margin-right: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #2979D9;
    padding-right: 5px;
    width: 150px;
    text-align: right;
    display: inline-block;
}
span.specialofferregistration
{
    color: #444444;
    white-space: nowrap;
    margin-right: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: Transparent;
    padding-right: 5px;
    width: 150px;
    text-align: right;
    display: inline-block;
}

span.specialofferregistration_group
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}


/*--------------------------------------------------------------------------------FAQ*/


/* RadTree override */
.rtIn
{
    background-color: #ffffff !important;
    color: #000000 !important;
    text-decoration: none !important;
}


/*--------------------------------------------------------------------------------checkout_box*/

div.checkout_box
{
    background-color: White;
    border: 1px solid #d9d9d9;
    padding: 0px;
}

.checkout_description_left
{
    font-weight: bold;
    font-size: small;
    color: #444444;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 5px;
}


.checkout_separator_header
{
    font-size: small;
    color: #444444;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 10px;
}

.checkout_amount
{
    font-weight: bold;
    font-size: small;
    color: #444444;
    white-space: nowrap;
    padding-right: 10px;
}

div.checkout_separator_h
{
    margin: 5px 0px 1px 0px;
    background: #FAF5EA;
    width: 100%;
    height: 1px;
}

div.checkout_spacer
{
    margin: 5px 0px 1px 0px;
    width: 100%;
    height: 1px;
}

/*--------------------------------------------------------------------------------TYP*/

.typ_cruise_color
{
    color: #68732B;
}

.typ_nowboarding_color
{
    color: #38378B;
}

.typ_yourresortweek_color
{
    color: #712220;
}

.typ_mexicangetaway_color
{
    color: #957A1E;
}

.typ_ticketstoparadise_color
{
    color: #A95C23;
}

/*--------------------------------------------------------------------------------specials*/

span.specialoffer_shortdescription
{
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    font-size: .8em;
    color: #084D88;
}

span.specialoffer_title
{
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #880304;
    font-weight: bold;
    font-variant: normal;
    font-variant: small-caps;
    white-space: nowrap;
    letter-spacing: -1px;
}
span.specialoffer_subtitle
{
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #4A4E5D;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: -1px;
}
a.specialoffer_moreinformation
{
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    font-size: .8em;
    color: #084D88;
}

span.specialoffer_retailprice
{
}
span.specialoffer_minus
{
}
span.specialoffer_perceivedvalue
{
}
span.specialoffer_equals
{
}
span.specialoffer_yourprice
{
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #880304;
    font-weight: bold;
    font-variant: normal;
    font-variant: small-caps;
    white-space: nowrap;
    letter-spacing: -1px;
}

.specialoffer_nothanks_button
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(09-1007-Simplicity_Offer_NoThanks.png) no-repeat scroll 0 0 !important;
    display: block;
    height: 41px;
    line-height: 41px;
    text-align: center;
    width: 99px;
    text-decoration: none;
}

a.specialoffer_upgradenow
{
    font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #fff !important;
    font-variant: small-caps;
    font-weight: bold;
}

div.specialoffer_itemTemplate
{
    text-align: center;
    padding: 20px;
    border: solid 1px #dddddd !important;
}

.specialoffer_purchase
{
    -moz-background-clip: border !important;
    -moz-background-inline-policy: continuous !important;
    -moz-background-origin: padding !important;
    background: transparent url(09-1007-Simplicity_Offer_Shell_Button.png) no-repeat scroll 0 0 !important;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.0em;
    height: 41px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    width: 99px;
    color: white;
}

.specialoffer_nothanks
{
    -moz-background-clip: border !important;
    -moz-background-inline-policy: continuous !important;
    -moz-background-origin: padding !important;
    background: transparent url(09-1007-Simplicity_Offer_Shell_Button.png) no-repeat scroll 0 0 !important;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.0em;
    height: 41px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    width: 99px;
    color: white;
}


/*--------------------------------------------------------------------------------Login */

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

a.certificates_action_link:link, a.certificates_action_link:visited, a.certificates_action_link:active
{
    font-family: Arial ,Sans-Serif !important;
    color: #6C96CA !important;
    font-size: 1.0em !important;
    white-space: nowrap !important;
    padding: 0px 5px 0px 0px !important;
    margin-left: 5px !important;
}

img.certificates_action_link
{
    padding: 0px 5px 0px 0px;
}

/*--------------------------------------------------------------------------------Change Password / Login */

label.changepassword, span.changepassword
{
    color: #444444;
    white-space: nowrap;
    margin-right: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: Transparent;
    padding-right: 5px;
    padding-top: 5px;
    display: inline-block;
}
label.logininformation, span.logininformation
{
    color: #444444;
    white-space: nowrap;
    margin-right: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: Transparent;
    padding-right: 5px;
    padding-top: 5px;
    display: inline-block;
}

/*--------------------------------------------------------------------------------Other */

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label.inline
{
    display: inline;
}


legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}
