/* pmpStructure
******************************************/
.contentData {
    padding: 30px 0 0;
}

.pmpHolder {
    padding: 0 5px 0 13px;
    overflow: hidden;
    //_zoom: 1;
}

.pmpCalculatorColumn {
    float: right;
    padding: 0;
    width: 270px;
}

.pmpCenterPrep,
.pmpOnlinePrep,
.pmpLivePrep {
    float: left;
    margin: 0 5px 5px 0 !important;
}

.pmpWide .pmpOnlinePrep {
    float: right;
}

.pmpInquery {
    float: left;
}

.pmpFormContent .rich-calendar-button {
    display: inline;
}

.pmpFormContent .rich-calendar-input {
    width: 85px !important;
}

.pmpRetreat {
    float: left;
}

.pmpCenterPrep .pmpBoxContent,
.pmpLivePrep .pmpBoxContent {
    min-height: 200px;
    //_height: 200px;
}

.pmpMainContent {
    float: left;
    overflow: hidden;
    width: 670px;
    //zoom: 1;
}

.pmpTogglePanelHandler {
    background: url('/assets/images/icon/icon_collapce.gif') 5px 50% no-repeat;
    color: #422A80;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 .5em;
    padding: 6px 0 6px 30px;
}

.pmpTogglePanel {
    zoom: 1;
}

.pmpTogglePanelContainer {
    background: url('/assets/images/pmp/bg-panel.gif') 0 0 repeat-x;
    border-top: 1px solid #E6E6E6;
    margin: 0 0 15px;
}

.pmpTogglePanelCollapsed .pmpTogglePanelHandler {
    background: url('/assets/images/icon/icon_expand.gif') 5px 50% no-repeat;
}

.pmpTogglePanelCollapsed .pmpTogglePanel {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

/* pmpBox
******************************************/
.pmpBox {
    background: url('/assets/images/pmp/box-background.gif') #FFFFFF 0 0 no-repeat;
    color: #6B6B6B;
    font-size: 1.2em;
    line-height: 1.4;
    margin: 0 0 5px;
    position: relative;
    width: 218px;
}

.pmpBoxIn {
    background: url('/assets/images/pmp/box-background.gif') 100% -79px no-repeat;
    padding: 6px 5px 0 6px; /* Shadow width */
    //zoom: 1; /* IEs background issue */
}

.pmpBoxHead {
    padding: 0 10px 0 15px;;
}


    .pmpBoxHead .pmpBoxIcon {
        right: -4px;
        top: 15px;
        position: absolute;
        //_right: 14px;
    }

.pmpBoxContent {
    background: url('/assets/images/pmp/box-background.gif') #FBF9F5 100% -1947px no-repeat;
    padding: 15px 0;
}

.pmpBoxFoot {
    background: url('/assets/images/pmp/box-background.gif') 0 -1930px no-repeat;
    bottom: -1px;
    height: 17px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 218px;
}

    .pmpBoxFoot b {
        background: url('/assets/images/pmp/box-background.gif') 100% -1913px no-repeat;
        display: block;
        height: 17px;
        width: 100%;
    }


/* pmpBox headings
******************************************/
.pmpBox h1, .pmpBox h2, .pmpBox h3, .pmpRetreat h1, .pmpRetreat h2  {
    font-weight: bold;
}

#mainContent .pmpBox h1 {
    color: #0C2676;
    font-size: 1.5em;
    margin: 0;
    padding: 30px 0 5px;
    position: relative;
}

#mainContent .pmpBox h2 {
    color: #422A80;
    font-size: 1.3em;
    margin: 0;
    padding: 0 0 .5em;
}

#mainContent .pmpBox h3 {
    font-size: 1.3em;
    margin: 0;
}

#mainContent .pmpBox p {
    font-size: 1em;
    margin: 0;
    padding: 0 15px .5em;
}

#mainContent .pmpBox strong {
    color: #000000;
}

#mainContent .pmpBoxHead p, #mainContent .pmpBoxContainer p, #mainContent .pmpBoxBundles p, #mainContent .pmpBoxContainer h2, #mainContent .pmpBoxContent h1, #mainContent .pmpBoxContainer .pmpControls li {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.pmpBoxHelp {
    background: url('/assets/images/pmp/box-head-help.gif') 50% 50% no-repeat;
    text-indent: -999em;
    display: inline-block;
    margin: 0 .3em;
    width: 14px;
    //_zoom: 1;
}

.pmpRemove {
    color: #7860B2 !important;
    float: right;
    font-size: 11px;
    font-weight: normal;
    padding-top: 1px;
    text-decoration: none;
}

    h2 .pmpRemove {
        padding-top: 3px;
    }

.pmpControls {
    list-style: none outside;
    padding: 0;
    margin: 0 0 .5em;
}

    .pmpControls li {
        padding: 4px 10px 5px;
    }

    .pmpControls li .rightSided {
        float: right;
    }

    .pmpControls li.selected {
        background: #F6EFD6;
    }

        .pmpControls li label {
            color: #000000;
            display: inline-block;
            width: 60px;
            //_zoom: 1;
        }

        .pmpControls li .price {
            display: inline-block;
            width: 42px;
            //_zoom: 1;
        }

        .pmpControls li.error {
            background: url("../images/icon/icon_alert_small.gif") #F6F0D7 180px 5px no-repeat;
            border: 1px solid #B49551;
            padding: 4px 9px 5px;
            position: relative;
            z-index: 5;
        }

        .pmpControls li .errorMsg {
            display: none;
        }

        .pmpControls li.error .errorMsg {
            background: #F6F0D7;
            border: 1px solid #B49551;
            border-top: none;
            display: block;
            left: -1px;
            padding: 10px;
            position: absolute;
            top: 28px;
            width: 185px;
        }

        .pmpHolder .price {
            color: #5F5F5F;
            font-weight: normal;
        }

        .newPrice {
            color: #972219 !important;
            font-weight: bold !important;
        }

        .oldPrice {
            text-decoration: line-through;
        }

        .pmpControlsLn li label {
            padding-right: 5px;
        }

        .pmpControlsLn li label, .pmpControls li .price {
            width: auto;
        }


.pmpHousing {
    background: url('/assets/images/pmp/box-icons-housing.gif') #F1E9CC 10px 6px no-repeat;
    border: 1px solid #858481;
    margin: 0 5px 5px;
    padding: 7px 10px 10px 45px;
}

.pmpLine {
    border-top: 1px solid #BCBBBE;
    height: 1px;
    overflow: hidden;
    margin: 5px 15px 10px;
}

.pmpBoxContainer {
    padding: 0 15px 15px;
}

.pmpBoxBonus {
    background: #F6EFD6;
    padding: 5px 15px;
}

    #mainContent .pmpBoxBonus h3, #mainContent h3.pmpBonus {
        color: #972219;
        font-size: 1.2em;
    }


/* pmpRetreatBox
******************************************/

.pmpRetreat {
    background: url('/assets/images/pmp/pmp-fl.jpg') left top no-repeat;
    height: 62px;
    line-height: 62px;
    margin: 0 0 10px;
    width: 442px;
}

    .pmpRetreat h1 {
        color: #0C2676;
        font-size: 1.8em;
        line-height: 61px;
        margin: 0;
        padding: 0 0 0 65px;
    }

        .pmpRetreat h1 span {
            color: #6B6B6B;
            font-size: .7em;
            font-weight: normal;
        }

            .pmpRetreat h1 span a {
                color: #387AA4;
            }

/* pmpBoxBundles
******************************************/
.pmpBoxBundles {
    background: url('/assets/images/pmp/box-background.gif') #FFFFFF 0 -79px no-repeat;
    position: relative;
    margin: -10px 0 0;
    width: 270px;
}

    .pmpBoxBundles .pmpBoxIn {
        background: url('/assets/images/pmp/box-background.gif') 100% -158px no-repeat;
        padding: 0 3px 6px 4px;
    }

        .pmpBoxBundles .pmpBoxHead {
            background: url('/assets/images/pmp/bundles-background.jpg') #7561AC 0 100% repeat-x;
            color: #FFFFFF;
            height: 36px;
            line-height: 36px;
            position: relative;
        }

        .pmpBoxBundles .pmpBoxContent {
            margin: 0 2px 0 2px;
            padding: 15px;
        }

        .pmpBoxBundles .pmpBoxFoot {
            width: 270px;
        }

        #mainContent .pmpBoxBundles p {
            font-size: 1.1em;
            line-height: 1.7em;
        }

            #mainContent .pmpBoxBundles .pmpBoxHead h3 {
                color: #FFFFFF;
                line-height: 36px;
            }

.pmpBoxCalculator {
    margin: 0;
}

.pmpBoxCalculator,
.pmpBoxCalculator .pmpBoxFoot {
    /*width: 270px;*/
}

    .pmpBoxCalculator .pmpBoxIn {
        padding-bottom: 2px;
    }

    .pmpBoxCalculator .pmpBoxContent {
        padding-bottom: 13px !important;
    }


.pmpCurrentPrice {
    color: #0C2676;
    line-height: 2.3em;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 19px;
    //_zoom: 1;
}

    .pmpCurrentPrice span {
        font-size: 2em;
        float: right;
        line-height: .8em;
    }


.pmpBoxHead .pmpPager {
    visibility: hidden;
    line-height: 1em;
    font-size: 1.2em;
    list-style: none outside;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 15px;
}

    .pmpBoxHead .pmpPager li {
        float: left;
        padding: 0 3px;
    }

        .pmpBoxHead .pmpPager li a {
            color: #FFFFFF;
            text-decoration: none;
        }

        .pmpBoxHead .pmpPager li a.selected {
            font-weight: bold;
        }

        .pmpBoxHead .pmpPager li.pmpFirst a, .pmpBoxHead .pmpPager li.pmpLast a {
            background: url('/assets/images/pmp/box-pager-left.gif') 0 0 no-repeat;
            display: block;
            height: 12px;
            width: 8px;
        }

        .pmpBoxHead .pmpPager li.pmpLast a {
            background: url('/assets/images/pmp/box-pager-right.gif') 0 0 no-repeat;
        }


.pmpFix {
    overflow: hidden;
    //_zoom: 1;
}

/* pmpCalculator
******************************************/
.pmpBoxCalculator .pmpBoxContent {
    padding: 6px 0 0;
    //zoom: 1;
}

#mainContent .pmpBoxCalculator p {
    color: #000000;
    line-height: 1.1em;
    padding: 5px 13px 13px;
}

#mainContent .pmpBoxCalculator h3 {
    font-size: 1.2em;
    padding: 0 13px;
}

#mainContent .pmpBoxCalculator h3.pmpBonus {
    font-size: 13px !important;
    padding: 0;
}

#mainContent .pmpBoxCalculator h3.pmpNationalBonus {
    padding: 6px 13px;
    text-align: left;
}

    #mainContent .pmpBoxCalculator h3.pmpNationalBonus .discount {
        float: right;
    }

    #mainContent .pmpBoxCalculator h3.pmpNationalBonus .discountMessage {
        display: block;
        margin: 0 50px 0 0;
    }

#mainContent .pmpCalculatorAdd h3 {
    font-size: 1.1em;
}

.pmpBoxCalculator h3 {
    color: #0C2676;
}

.pmpBoxCalculator .pmpLine {
    border-color: #85818B;
    margin: 0 13px;
}

.pmpCalculatorDetails .pmpLine {
    /*padding-bottom: 25px;*/
}

.pmpCalculatorAdd {
    padding: 6px;
}

.pmpCalculatorDetails {
    background: #E9E3F3;
    margin: 0 6px 6px;
    padding: 3px 0 10px;
}

    .pmpCalculatorDetails .pmpArrd {
        background: url('/assets/images/pmp/calc-arrow.gif') left center no-repeat;
        margin: 14px 0 0 !important;
    }

    .pmpBoxCalculator h3 .price {
        color: #666;
        float: right;
        font-weight: normal;
        padding: .2em 0 0 .4em;
        font-size: .8em;
    }

    .pmpCalculatorAdd h3 .price{
        padding-top: .1em;
        font-size: .9em;
    }

.pmpCalculatorResults {
    background: #F6EFD6;
    padding: 19px;
}

.pmpCalculatorResults .pmpBonus {
    margin: 0 0 5px !important;
}

#mainContent .pmpCalculatorResults .pmpFix {
    padding: 1em 0 0;
}

    .pmpCalculatorResults .pmpFix .btn {
        font-size: 1.3em;
        line-height: 1.4em;
        margin: 0 0 0 40px;
    }

#mainContent .pmpCalculatorResults h3 {
    padding: 0 0 .5em;
}

#mainContent .pmpCalculatorResults p {
    padding: 0 0 .4em;
}

.pmpBoxCalculatorExpanded .pmpCurrentPrice {
    padding: 0;
}

.pmpBoxCalculatorExpanded .pmpBoxFoot {
    background: url('/assets/images/pmp/box-background.gif') 0 -1860px no-repeat;
}

    .pmpBoxCalculatorExpanded .pmpBoxFoot b {
        background: url('/assets/images/pmp/box-background.gif') 100% -1843px no-repeat;
    }


/* Overwrite some DropDowns styles
******************************************/
#mainContent .menuDrop {
    font-size: .8em;
}

#mainContent .pmpOnline .menuDrop .first {
    width: 175px !important;
}

#mainContent .pmpOnline .menuDrop .selects {
    width: 145px !important;
}

#mainContent .pmpOnline .menuDrop .selects li {
    width: 149px !important;
}

/* Misc
******************************************/
.pmpHolder .btn {
    line-height: 1.2em;
}

.pmpHolder .btn strong {
    padding: 0 1.5em 0.3em 1em !important;
}


/* Features popup
******************************************/
.pmpFeature {
    font-size: 1.2em;
    position: absolute;
    width: 210px;
    //_width: 203px;
    //_zoom: 1;
}

.pmpFeatureHead {
    background: url('/assets/images/pmp/pmp-features-head.png') 0 100% no-repeat;
    font-size: 1.1em !important;
    height: 24px;
    line-height: 24px;
    margin: 0 !important;
    padding: 0 0 0 30px;
}

.pmpFeatureContent {
    background: url('/assets/images/pmp/pmp-features-bg.png') 0 0 repeat-y;
    padding: 10px;
    //_zoom: 1;
}

.pmpFeatureFt {
    background: url('/assets/images/pmp/pmp-features-ft.png') 0 0 no-repeat;
    height: 15px;
    overflow: hidden;
    //_height: 8px;
}

.pmpFeatureList {
    margin: 0;
    padding: 0;
}

    .pmpFeatureList li {
        background: url('/assets/images/pmp/chb.gif') 3px 2px no-repeat;
        padding: 0 0 5px 20px;
    }



/* Popular Program
******************************************/
.pmpFeaturesBox,
.pmpFeaturesBox .pmpBoxFoot,
.pmpFeaturesBox .pmpBoxFoot b {
    width: 666px;
}

.pmpPopularProgram table {
    color: #000;
    border-top: 1px solid #CCCCCA;
    margin: 0;
    width: 656px;
}

    .pmpPopularProgram table th {
        color: #6B6B6B;
        font-weight: normal;
        padding: 0 15px 6px;
        vertical-align: middle;
    }

    .pmpPopularProgram table td {
        padding: 5px 0 0;
        vertical-align: middle;
    }

    .pmpPopularProgram table td.item {
        padding: 7px 0 0 15px;
        width: 24%;
    }

    .pmpPopularProgram table td.pri {
        text-align: right;
        padding: 0 15px 0 0;
    }

        .pmpPopularProgram table td .oldPrice,
        .pmpPopularProgram table td .currentPrice {
            display: block;
            text-align: right;
        }

    .pmpPopularProgram table td.plus {
        width: 25px;
    }

        .pmpPopularProgram table td h3 {
            color: #0C2676 !important;
            font-weight: bold;
            margin: 0 !important;
        }


        .pmpPopularProgram table td em {
            color: #999896;
            font-style: normal;
        }

        .pmpPopularProgram table td a {
            color: #422A80;
            font-style: normal;
        }

        .pmpPopularProgram table td .oldPrice {
            color: #999896;
            text-decoration: line-through;
        }

        .pmpPopularProgram table td .currentPrice {
            color: #333;
            clear: both;
            font-weight: bold;
        }


.pmpPopularProgram table.selected,
.pmpPopularProgram table.selected td,
.pmpPopularProgram table.selected th {
    background: #E9E3F3;
}

.pmpPopularProgram table th h4 {
    color: #0C2676;
    font-size: 1em;
    font-weight: bold;
    line-height: 22px;
    text-align: right;
}

.pmpPopularProgram table th a.btn {
    float: right !important;
}

.pmpPopularProgram table th a.btn strong {
    padding: 0 .8em 0.3em .3em !important;
}

.pmpPopularProgram table.selected th h4,
.pmpPopularProgram table.selected th a.btn {
    display: block !important;
}

.pmpPopularProgram table th h4,
.pmpPopularProgram table.selected th a.btn {
    display: none !important;
}

.pmpPopularProgram table td.icon {
    width: 30px;
}

.pmpPopularProgram table.selected td.icon {
    background: url('/assets/images/icon/byc-selected.gif') #E9E3F3 100% 50% no-repeat;
}

.pmpFeaturesBox  .pmpBoxFoot {
    background: url('/assets/images/pmp/box-background.gif') 0 -1894px no-repeat;
    bottom: -3px;
    z-index: 1;
}

    .pmpFeaturesBox  .pmpBoxFoot b {
        background: url('/assets/images/pmp/box-background.gif') 100% -1877px no-repeat;
    }

.pmpFeaturesBox .pmpBoxContent {
    padding: 0;
    position: relative;
    z-index: 2;
}

.pmpTogglePanelContainer {
    background: url('/assets/images/pmp/bg-panel.gif') 0 0 repeat-x;
    border-top: 1px solid #E6E6E6;
    margin: 0 0 15px;
}

/* Features form
******************************************/
.pmpFormBox {
    color: #6B6B6B;
    width: 442px;
}

    .pmpFormBox .pmpBoxFoot {
        width: 442px;
    }

    .pmpFormBox .pmpBoxHead {
        background: url('/assets/images/pmp/box-background.gif') #FBF9F5 100% -1947px no-repeat;
        padding: 15px;
    }


        #mainContent .pmpFormBox .pmpBoxHead h1 {
            font-size: 1.4em;
            padding-right: 45px;
        }

.pmpFormBox fieldset {
    padding: 0 0 10px;
}

.pmpFormBox p {
    clear: both;
    padding: 3px 0 0 !important;
}

.pmpFormBox ul {
    clear: both;
    list-style: none outside;
    min-height: 21px;
    //_height: 21px;
    padding: 2px 0 0;
}

.pmpFormBox ul li {
    margin: 0 10px 0 0;
}

.pmpFormBox ul li.last {
    margin-right: 0;
}

.pmpFormBox ul li.item {
    line-height: 1.8em;
    float: left;
}

.pmpFormBox ul li.menuDropSmall {
    line-height: 1.4em;
}

.pmpFormBox ul li .menuDrop li {
    margin-right: 0;
}

.pmpFormBox ul li .menuDrop {
    padding-top: 0;
    margin-right: 0;
}

.menuDropSmall li {
    line-height: 1.4em;
}

.pmpFormBox ul li.line {
    float: none;
    margin: 0 0 5px;
    width: 366px;
}

    .pmpFormBox ul li.line .pmpFormField {
        width: 360px;
    }

.pmpFormBox ul li.longest {
    width: 260px;
}

    .pmpFormBox ul li.longest .pmpFormField {
        width: 254px;
    }

.pmpFormBox ul li.longer {
    width: 178px;
}

    .pmpFormBox ul li.longer .pmpFormField {
        width: 172px;
    }

.pmpFormBox ul li.shorter {
    width: 95px;
}

    .pmpFormBox ul li.shorter .pmpFormField {
        width: 90px;
    }

.pmpFormBox ul li.shorter {
    width: 95px;
}

    .pmpFormBox ul li.shorter .pmpFormField {
        width: 90px;
    }

.pmpFormBox ul li.shorter {
    width: 95px;
}

    .pmpFormBox ul li.shorter .pmpFormField {
        width: 90px;
    }

.pmpFormBox ul li.shortest {
    width: 80px;
}

    .pmpFormBox ul li.shortest .pmpFormField {
        width: 75px;
    }

.pmpFormBox ul li.rightSided {
    float: right;
    margin: 0 0 0 5px;
}

.pmpFormField {
    color: #6B6B6B;
    border: 1px solid #DEDEDF;
    font-size: 1em;
    font-family: Arial, sans-serif;
    padding: 1px 2px;
    min-width: 100px !important;
    width: 95%;
}

.pmpFormArea {
    width: 360px;
}

.pmpHl {
    color: #000;
}

.pmpFormBox p.requiredNote {
    padding: 1em 0 !important;
    font-size: .9em !important;
}

.requiredSign {
    color: #B00;
    font-style: normal;
}

.allSelectionsRemove {
    background: url('/assets/images/pmp/removeAll.png');
    height: 25px;
    position: absolute;
    top: -25px;
    right: 3px;
    width: 138px;
}

.clearSelections {
    background: url('/assets/images/pmp/clear.gif');
    height: 25px;
    position: absolute;
    top: -25px;
    right: 3px;
    width: 51px;
}

.revizeSelections {
    background: url('/assets/images/pmp/revize.gif');
    height: 25px;
    position: absolute;
    top: -25px;
    right: 54px;
    width: 57px;
}



/* Retreat form
******************************************/
.retreatForm {
    background: none !important;
    min-width: 400px !important;
    padding: 0 50px !important;
    width: auto !important;
}

.retreatForm .pmpBoxHead,
.retreatForm .pmpBoxIn,
.retreatForm .pmpFormBox,
.retreatForm #content,
.retreatForm #mainContent,
.retreatForm #wrapper,
.retreatForm #mainContentWrap {
    background: none !important;
}

.pmpImgForm {
    padding: 0 0 30px;
}

.pmpImgForm td {
    vertical-align: middle;
}

.pmpText {
    background: url('/assets/images/bg/bg_input_text.gif') #fff 0 0 repeat-x;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #444;
    font: normal 12px/15px Arial, sans-serif;
    padding: 4px;
    width: 182px;
}

.errors {
    color: #AA373A;
    display: block;
}

.errors .pmpText {
    border-color: #831D1F;
}

textarea.pmpText {
    height: 100px;
}

.pmpTextMrg {
    margin: 0 0 5px;
}

.pmpTextLng {
    width: 285px;
}

.pmpTextFull {
    width: 385px;
}

.pmpImgForm fieldset {
    position: relative;
    z-index: 2;
}

.pmpImgForm fieldset.calendar {
    z-index: 3;
}

.pmpImgForm label {
    color: #222;
    display: block;
    margin: 3px 0;
}

.horizontal .pmpText {
    width: 70px;
}

.horizontal select.pmpText {
    width: 175px;
}

.horizontal label {
    width: 60px;
}

.horizontal2 .pmpText {
    width: 150px;
}

.horizontal2 .pmpLongText {
    width: 280px;
}

.horizontal2 label {
    width: 100px;
}

.horizontal3 .pmpText {
    width: 135px;
}

.horizontal3 label {
    width: 240px;
}

.radios td {
    padding: 5px 10px 0;
    text-align: center;
}

.radios td input {
    margin: 0;
}

.radios td label {
    color: #777;
    display: inline;
    margin: 0;
    padding: 0 0 0 2px;
    text-align: center;
    width: auto;
}


.pmpImgForm .submit {
    margin: 0 0 0 310px;
    width: 80px;
}

.pmpImgForm .rich-calendar-button {
    display: inline;
}

.pmpImgForm .rich-calendar-input {
    background: url('/assets/images/bg/bg_input_text.gif') #fff 0 0 repeat-x;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #444;
    font: normal 12px/15px Arial, sans-serif;
    padding: 4px;
    width: 115px;
}

.pmpImgForm .rich-calendar-cell {
    text-align: center;
}

.pmpImgForm .rich-calendar-holly,
.pmpImgForm .rich-calendar-boundary-dates {
    color: #B8ADD1;
}

.pmpImgForm .rich-calendar-popup,
.pmpImgForm .rich-calendar-popup * {
    font-size: 1em !important;
}






.changeProgramm {
    font-size: 1.2em;
    line-height: 20px;
}

    .changeProgramm .btnGray span {
        padding-top: 2px !important;
    }

    .changeProgramm div.label {
        color: #555;
        float: left;
        margin: 0 5px 0 0;
    }

    .changeProgramm .btnGray strong {
        line-height: 16px;
        padding-bottom: 3px !important;
    }

    .changeProgramm .menuDrop {
        float: left;
        margin: 0 5px 0 0;
        width: 150px !important;
    }

    .changeProgramm div.menuDrop {
        color: #888;
        font-size: 1em !important;
        font-weight: bold;
    }

        .changeProgramm .menuDrop .first {
            width: 150px !important;
        }

            .changeProgramm .menuDrop .first a {
                font-weight: bold;
            }

        .changeProgramm .menuDrop .selects {
            width: 126px !important;
        }

        .changeProgramm .menuDrop .selects li {
            width: 130px !important;
        }

.pmpErrorMessage {
    background: url("/images/icon/icon_alert_small.gif") #F6F0D7 170px 5px no-repeat;
    border: 1px solid #B49551;
    display: block;
    margin: 5px;
    padding: 4px 25px 5px;
    z-index: 5;
}

select.styled {
    /*visibility: hidden;*/
}

.pmpBoxContainer select {
    font-size: 1em;
    width: 170px;
}

#container #wrapper #changeProgramLocationOverlay.overlay label {
    color: #555 !important;
    display: inline !important;
}

#locationForm {
    position: relative;
    z-index: 2;
}

#searchForm {
    position: relative;
    z-index: 1;
}

.pmpComplete {
    background: url("/assets/images/pmp/pmp-complete.gif") #519732 no-repeat;
    color: #FFF !important;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 1em;
    font-weight: bold;
    margin: 10px 0 0 15px;
    padding: 0 0 0 38px;
    text-decoration: none;
    width: 156px;
}

.pmpComplete:hover {
    text-decoration: none !important;
}

.pmpCompleteDisabled {
    background: url("/assets/images/pmp/pmp-complete-disabled.gif") #CEC7AD no-repeat;
    cursor: default;
}

.pmpClassDetails {
    color: #222;
    padding: 3px 12px;
}

.pmpClassDetailsToggler {
    color: #7C7294 !important;
    font-size: .9em;
    padding: 0 0 0 13px;
}

.pmpClassDetailsMore {
    padding: 3px 0;
    font-size: 11px;
}

.pmpProductItemExpanded .pmpClassDetailsClose {
    display: inline;
}

table.pmpControls {
    width: 100%;
}

    table.pmpControls td {
        padding: 3px 5px;
    }

    table.pmpControlsLn td {
        padding: 3px 0;
    }

    table.pmpControls td.selected {
        background: #F6EFD6;
    }

        table.pmpControls td input {
            float: left;
            display: block;
        }

        table.pmpControls td label {
            display: block;
            padding: 0 0 0 25px;
        }

table.pmpControls td .price {
    padding: 0 4px 0 0;
    white-space: nowrap;
}

table.pmpControls td {
    visibility: hidden;
}

.pmpTogglePanelContainer .menuDrop {
    visibility: hidden;
}

#content {
    margin-right: .9em;
}

#container .wrapperNew {
    margin: 0 !important;
}

.mainContentTop {
    margin-right: 0 !important;
    padding: 20px 20px 75px !important;
}

.mainContentTop .tabs {
}

#courseList {
    border-top: none !important;
}

.confirmDialog {
    font-size: 1.2em;
    top: 50% !important;
    left: 50% !important;
    margin: -100px 0 0 -200px !important;
    position: fixed !important;
    width: 400px;
    z-index: 200;
}

    .confirmDialog .btn {
        font-size: 1.1em;
        margin: 0 10px 0 0;
    }

        .confirmDialog .btn strong {
            padding: 0.1em 0.7em 0.4em 0.3em !important;
        }

    .confirmDialog .confirmDialogText {
        margin: 0 0 15px;
    }

    .confirmDialog .content {
        padding: 15px !important;
    }


.pmpBoxContent select {
    //_width: 175px;
}

.userTypeSelection td {
    border: none !important;
    padding: .3em 0 .3em .7em !important;
}

#mainContent #widgetListing table.common #scheduleDetail {
    width: 535px;
}

.calendar-cell-disabled {
    color: #AA9DC8 !important;
}

.pmpOnlinePrep .menuDrop .first,
.pmpOnlinePrep .menuDrop .selects {
    width: 175px !important;
}

.pmpOnlinePrep .menuDrop .first {
    background: transparent url(/assets/images/icon/icon_arrow_selectB.gif) 100% 0 no-repeat !important;
    cursor: pointer;
    height: 28px !important;
    line-height: 28px !important;
}

.pmpOnlinePrep .menuDrop .active {
    background: transparent url(/assets/images/icon/icon_arrow_selectB.gif) 100% 100% no-repeat !important;
}

.pmpOnlinePrep select.styled {
    visibility: hidden;
}

.pmpOnlinePrep .menuDrop .first a,
.pmpOnlinePrep .menuDrop .selects a {
    font-size: 12px !important;
    color: #555;
}

.pmpOnlinePrep .menuDrop .first a {
    background: url(/assets/images/bg/bg_dropMenu.gif) 0 0 no-repeat !important;
    height: 28px !important;
    margin: 0 25px 0 0 !important;
    overflow: hidden;
    padding: 0 0 0 5px !important;
}

    .pmpOnlinePrep .menuDrop .selects {
        background: #F6F6F6 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

        .pmpOnlinePrep .menuDrop .selects ul {
            background: #F6F6F6 !important;
            border: 1px solid #CCCCCC;
            border-top: none;
            max-height: 160px;
            overflow: auto;
            padding: 0 !important;
            margin: 0 !important;
        }

            .pmpOnlinePrep .menuDrop .selects ul li {
                top: auto !important;
                width: auto !important;
            }

.pmpOnlinePrep .openToTop .menuDrop .selects {
    top: auto;
    bottom: 60px;
}

.mainContentTop .widgetHelpWrapper {
    font-size: 13px !important;
    position: absolute !important;
    top: 17px;
    right: 40px;
    width: 150px;
}

.mainContentTop #widgetHelp {
    font-size: 13px !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
}

    .mainContentTop .widgetHelpWrapper h3 {
        color: #0C457F !important;
        font-size: 14px !important;
        font-weight: bold;
        margin: 0 0 5px;
    }

    .mainContentTop .widgetHelpWrapper p {
        color: #555 !important;
        font-size: 12px !important;
    }

    .mainContentTop .widgetHelpWrapper #overlayHelp {
        left: -15px !important;
        position: absolute;
        top: -15px !important;
        width: 160px !important;
    }

        .mainContentTop .widgetHelpWrapper #overlayHelp .content {
            background: #fff !important;
            padding: 8px 8px 5px !important;
        }

            .mainContentTop .widgetHelpWrapper #overlayHelp .content h3 {
                margin: 0 0 3px !important;
            }

            .mainContentTop .widgetHelpWrapper #overlayHelp .content h4 {
                font-size: 12px !important;
                margin: 0 0 3px !important;
            }

            .mainContentTop .widgetHelpWrapper #overlayHelp ul li {
                border: none !important;
                font-size: 11px !important;
                padding: 2px !important;
            }

            .mainContentTop .widgetHelpWrapper #overlayHelp ul li a {
                height: auto !important;
            }

.startDateHelp {
    float: left;
    font-size: 12px;
    padding: 2px 0 0 15px;
}

.bycOnlineDate .startDateHelpCall {
    clear: both;
    padding: 3px 0 0;
}

.bycOnlineDate .startDateHelp {
    float: none;
    padding: 0;
}

#startDateHelpWidget {
    left: 80px !important;
    top: 40px !important;
    width: 500px;
}

#startDateHelpWidget.hidden {
    left: -9999px !important;
    top: -9999px !important;
}

    #startDateHelpWidget .close {
        padding: 2px 0 0 !important;
    }

    #startDateHelpWidget .content {
        font-size: 12px !important;
        line-height: 1.5 !important;
        padding: 15px !important;
    }

        #startDateHelpWidget .content h1 {
            color: #422A80;
            font-size: 14px;
            font-weight: bold;
            padding: 0 20px 10px;
        }

        #startDateHelpWidget .content ul {
            list-style: circle outside;
            margin: 0 0 0 20px;
        }

.ie6alert {
    font-size: 13px;
    line-height: 1.6;
    padding: 0 30px 0 0;
}

.ie6alertWidget {
    width: 400px;
}

#overlay{
    //_height: 3000px;
}