/** Medpa template styles **/
html {
    background: url('/assets/images/medpa/body.jpg') #3F5771 0 0 repeat-x;
}

body {
    background: url('/assets/images/medpa/head2.jpg') 50% 0 no-repeat !important;
    padding: 1px 0 0;
    min-width: 1000px;
    _width: expression((document.body.clientWidth) < 1000? "1000px": "auto");
}

a, a:visited,
.comlexFeaturedPrograms a,
.comlexFeaturedPrograms a:visited,
.buyOptions a,
.buyOptions a:visited {
    color: #3B1274;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    font-size: 1em;
}

select {
    font-size: 12px;
}

.btnGreen {
    text-decoration: none !important;
}

    .btnGreen strong {
        padding: 0 1em 0.3em .5em !important;
    }

#content {
    background: #402F6D url(/assets/images/nav/medpa-main.gif) repeat-x scroll 0 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

#container {
    background: url('/assets/images/bg/bg_medpa_container_left2.png') 0 0 repeat-y;
    padding: 0 0 0 7px;
    margin: 100px auto 0;
    position: relative;
    width: 967px;
}

#container #wrapper {
    background: url('/assets/images/bg/bg_medpa_container_right2.png') 100% 0 repeat-y;
    margin: 0;
    padding: 0 7px 0 0;
}

#mainContent {
    background: #FFF;
    float: right;
    height: auto !important;
    min-height: 500px;
    margin: 10px 0 0;
    padding: 0 !important;
    width: 780px !important;
}

#mainContentWrap {
    padding: 0 !important;
    position: relative;
}

#header {
    background: none !important;
    height: 100px;
    left: 0;
    padding: 0;
    position: absolute;
    top: -100px;
    width: 960px;
    z-index: 3;
}

#footer {
    background: url('/assets/images/bg/bg_medpa_container_bottom2.png') 50% 0 no-repeat;
    color: #FFF;
    padding: 5px 0 15px;
    position: relative;
    width: 960px;
}

#footer a {
    color: #FFF !important;
}
#footer #footerTop {
	display:none;
}
#footer #footerBtm {
	padding: 10px 0;
}

/** Template misc **/
.content_head {
    background: none;
    margin: 0 !important;
}

.navBar {
    width: 180px;
    z-index: 2;
}

.shadow_overlay {
    background: url(/assets/images/bg/bg_medpa_container_left.png) 0 0 repeat-y;
    margin: 10px 0 -10px;
    left: 175px;
    position: absolute;
    width: 5px;
    z-index: 3;
}

/** Navigation **/
ul.contentLinks {
    border: none;
    min-height: 200px;
    padding: 30px 0 20px;
    //_heigth: 200px;
}

    ul.contentLinks li {
        border-top: 1px solid #7A6AA6;
    }

    .contentLinks li:first-child {
        border-top: none;
    }

    ul.contentLinks li.active {
        background: #7A6AA6;
    }


        ul.contentLinks li a.closeFolderLev1,
        ul.contentLinks li a.closeFolderLev1:hover,
        ul.contentLinks li a.closeFolderLev1:active,
        ul.contentLinks li a.fileLev1,
        ul.contentLinks li a.fileLev1:hover,
        ul.contentLinks li a.fileLev1:active,
        ul.contentLinks li a.openFolderLev1,
        ul.contentLinks li a.openFolderLev1:hover,
        ul.contentLinks li a.openFolderLev1:active {
            background: url('/assets/images/icon/icon_arrow_right_nav.gif') 15px 50% no-repeat !important;
            border: none;
            color: #FFF;
            padding: 8px 5px 6px 30px;
            font: bold 14px/18px 'Arial', sans-serif;
        }

        ul.contentLinks li a.openFolderLev1,
        ul.contentLinks li a.openFolderLev1:hover,
        ul.contentLinks li a.openFolderLev1:active {
            background: url('/assets/images/icon/icon_arrow_down_nav.gif') 15px 50% no-repeat !important;
        }

    ul.level2 {
        background: none;
        border-top: none;
        overflow: hidden;
    }

        ul.level2 li {
            border-top: none;
        }

            ul.level2 li a.fileLev2 {
                color: #FFFFFF;
                padding-left: 40px;
                font: bold 12px/16px 'Arial', sans-serif;
            }

            ul.level2 li a.fileLev2:active,
            ul.level2 li a.fileLev2:hover,
            ul.level2 li.active a.fileLev2 {
                background: none;
                color: #FFFFFF;
            }

            ul.level2 li.active a.fileLev2 {
                background: #ACB4BD;
                color: #395168;
            }



/** Top navigation **/
#header #navUtility {
    background: none;
    padding: 1px 0 0;
    margin: 0 0 5px;
}

    #header #navUtility ul li {
        border-color: #1E0576;
        color: #1E0576;
        line-height: 1.1 !important;
    }

    #header #navUtility a {
        color: #1E0576;
    }

    #header #navUtility li#myCart a {
        background: url('/assets/images/icon/icon_cart_header_blue.gif') 0 0 no-repeat;
        color: #1E0576;
    }

/** Header misc **/
#header .colA {
    padding: 25px 0 0 15px;
    position: static;
}

#header .colB {
    position: static;
}

    #header .colB .colBBtm {
        margin: 0;
    }

    #header .colB #globalSearch {
        width: 22.7em;
    }

#header input.text {
    background: #FFF !important;
    padding-left: .2em !important;
}

/** Articles Navigation **/
.content_head .tabs ul {
    background: url('/assets/images/nav/medpa-shadow.gif') #7C889A 0 100% repeat-x;
    font-size: 1.1em;
    font-weight: bold;
}

    .content_head .tabs ul li {
        background: url('/assets/images/nav/medpa-top-separator.gif') 100% 0 no-repeat;
        float: left;
        padding: 0 1px 0 0;
    }

        .content_head .tabs ul li a,
        .content_head .tabs ul li a:hover,
        .content_head .tabs ul li a:active {
            color: #FFF;
            display: block;
            float: left;
            height: 23px;
            line-height: 21px;
            padding: 0 20px;
            text-decoration: none;
        }


    .content_head .tabs ul li.active a {
        background: url('/assets/images/nav/medpa-shadow-selected.gif') #ACB4BD 0 100% repeat-x;
    }

        .content_head .tabs ul li.active a,
        .content_head .tabs ul li.active a:hover,
        .content_head .tabs ul li.active a:active {
            color: #395168;
        }



/**  For article headers that contains image **/
.plainTeaser {
}

/**  Comlex, QBank, etc overview headers **/

.internalOverview,
.comlexOverview,
.qbankProgram,
.ourProgram {
    position: relative;
    min-height: 200px;
}

.details-links-wrap {
    height: 100%;
    top: 0;
    right: 40px;
    position: absolute;
}

    .details-links-wrap table {
        height: 100%;
    }

        .details-links-wrap table td {
            vertical-align: middle;
        }

.details-links-wrap .details-links {
    background: url('/assets/images/medpa/blob-corners.png') -8px -8px no-repeat;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    font-size: 12px;
    position: relative;
    width: 270px;
}

.details-links-wrap .details-links ul,
.details-links-wrap .details-links h3 {
    margin-left: 25px;
    margin-right: 25px;
}

.details-links-tc,
.details-links-bc {
    background: url('/assets/images/medpa/blob-corners.png') -8px 0 no-repeat;
    height: 8px;
    font-size: 1px;
    position: relative;
    margin: 0 9px;
}

.details-links-tc {
    top: -8px;
}

.details-links-bc {
    background-position: -8px 100%;
    bottom: -8px;
}

    .details-links-tc b,
    .details-links-tc i,
    .details-links-bc b,
    .details-links-bc i {
        background: url('/assets/images/medpa/blob-corners.png') 0 0 no-repeat;
        display: block;
        height: 8px;
        position: absolute;
        top: 0;
        width: 10px;
    }

    .details-links-tc b,
    .details-links-bc b {
        left: -10px;
    }

    .details-links-bc i,
    .details-links-tc i {
        background-position: 100% 0;
        right: -10px;
    }

    .details-links-bc b {
        background-position: 0 100%;
    }

    .details-links-bc i {
        background-position: 100% 100%;
    }


.details-text {
    top: 65px;
    position: absolute;
    left: 45px;
    width: 735px;
}

    .ourProgram h1 {
        color: #422A80;
        font-size: 38px;
        margin: 0 315px 5px 0;
    }

    .ourProgram h2 {
        color: #4F4F4F !important;
        font-size: 17px !important;
        margin: 0 315px 5px 0 !important;
    }

    .qbankProgram .details-links-wrap {
        right: 80px;
    }

    .qbankProgram .details-links {
        width: 230px;
    }


    .comlexOverview .details-text {
        left: 20px;
        top: 53px;
    }

        .comlexOverview .details-text h1 {
            color: #422A80;
            font-size: 32px;
            margin: 0 315px 5px 0;
        }

    .internalOverview .details-text {
        left: 45px;
        top: 45px;
    }

        .internalOverview .details-text h1 {
            color: #422A80;
            font-size: 26px;
            margin: 0 315px 15px 0;
        }

        .internalOverview .details-text h2 {
            color: #4F4F4F !important;
            font-size: 15px !important;
            margin: 0 315px 5px 0 !important;
        }


/** Details links block **/
.details-links h3 {
    font-size: 19px;
    margin: 0 0 10px;
}

    .details-links h3 em {
        color: #422A80;
        font-style: normal;
    }

    .details-links ul {
        padding: 0 0 0 2px;
    }

        .details-links ul li {
            background: url('/assets/images/icon/icon_cal_arrow_right.gif') 0 50% no-repeat;
            padding: 4px 0 4px 20px;
            zoom: 1;
        }

            .details-links ul li a {
                color: #422A80;
                text-decoration: none;
            }

            .details-links ul li a:hover {
                text-decoration: underline;
            }


    .details-links ul.two-columns-list {
        overflow: hidden;
    }

        .details-links ul.two-columns-list li {
            float: left;
            width: 40%;
        }


/** Featured programs **/
.mainContentInclude {
    font-size: 12px;
    float: left;
    padding: 20px 30px;
    width: 460px;
}

.featuredPrograms {
}

    .featuredPrograms h1 {
        color: #3B1274;
        display: block;
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        margin: 0 0 15px;
        overflow: hidden;
    }

        .featuredPrograms h1 span {
            float: left;
            padding: 0 15px 0 0;
        }

            .featuredPrograms h1 span strong {
                padding: 0 15px 0 0;
            }

        .featuredPrograms h1 a strong {
            color: #3B1274 !important;
            line-height: 22px;
            font-size: 14px;
            font-weight: normal;
            padding: 0 1em 0.3em .5em !important;
        }

.featuredPrograms #googleMapDiv {
    top: 80px !important;
    z-index: 201 !important;
}

.featuredPrograms table.featuredProgramsList {
    border-collapse: collapse;
    width: 425px;
}

    .featuredPrograms table.featuredProgramsList td {
        border-bottom: 1px solid #ABABAB;
        border-top: 1px solid #ABABAB;
        color: #0F136A;
        font-weight: bold;
        padding: 8px 4px;
    }

    .featuredPrograms table.featuredProgramsList td.name {
        width: 70px;
    }

        .featuredPrograms table.featuredProgramsList td.name span {
            color: #333;
            display: block;
            font-weight: normal;
        }

    .featuredPrograms table.featuredProgramsList td.plus {
        text-align: center;
        width: 10px;
    }

    .featuredPrograms table.featuredProgramsList td.price {
        color: #888;
        font-weight: normal;
        text-align: right;
        text-decoration: line-through;
    }

    .featuredPrograms table.featuredProgramsList td.action {
        color: #333;
        text-align: center;
        width: 75px;
    }

        .featuredPrograms table.featuredProgramsList td.action a {
            float: none !important;
            margin: 0 auto;
            width: 55px;
        }


/** Ready To Enroll box **/
.readyToEnroll {
    padding-top: 10px;
}

    .readyToEnroll h3 {
        border-bottom: 3px solid #E0DFDF;
        color: #0F136A;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.4;
        margin: 0 0 1em;
    }

    .readyToEnroll .enrollments {
        overflow: hidden;
        position: relative;
        min-height: 145px;
    }

        .readyToEnroll .enrollments .separator {
            background: #D7D6D6;
            height: 125px;
            float: left;
            margin: 5px 30px 0 10px;
            width: 1px;
        }

            .readyToEnroll .enrollments .separator span {
                background: #FFF;
                color: #585858;
                font-size: 13px;
                font-weight: bold;
                position: absolute;
                margin-left: -.6em;
                top: 55px;
            }

    .readyToEnroll .enrollment {
        float: left;
        width: 180px;
    }

        .readyToEnroll .enrollment td {
            padding: 3px 0;
        }


        .readyToEnroll .enrollment h5 {
            color: #585858;
            margin: 0 0 .7em;
        }

        .readyToEnroll .enrollment fieldset {
            line-height: 1.5;
            margin: 0 0 .5em;
        }

            .readyToEnroll .enrollment fieldset label {
                display: inline-block;
                width: 120px;
            }

                .readyToEnroll .enrollment fieldset label span {
                    color: #4D4D4D;
                    float: right;
                }

                .readyToEnroll .enrollment fieldset label strong {
                    display: block;
                    color: #422A80;
                }

            .readyToEnroll .enrollment fieldset .btnGreen {
                margin: .5em 0 0;
            }

        .readyToEnroll .enrollment fieldset input {
            float: left;
        }

        .readyToEnroll .special {
            padding: 15px 0 0;
            width: 200px;
        }

            .readyToEnroll .special label {
                font-size: 1.2em;
                font-weight: bold;
                color: #422A80;
            }

            .readyToEnroll .special .special-descr {
                color: #474646;
                line-height: 1.5;
                margin: 0 0 5px 25px;
                width: auto;
            }

            .readyToEnroll .special fieldset .btnGreen {
                margin-left: 25px;
            }


/** Plain text box **/
.plainText {
    float: left;
    font-size: 12px;
    padding: 30px 30px 15px;
    width: 460px;
}

.plainTextWide {
    float: none;
    width: auto;
}

    .plainText h1 {
        font-size: 22px;
        font-weight: bold;
        margin: 10px 0;
    }

    .plainText h1.topic {
        color: #422A80;
    }


    .plainText h2 {
        color: #444242 !important;
        font-size: 19px !important;
        font-weight: normal !important;
        line-height: 1.5 !important;
        margin: 15px 0 10px !important;
    }

    .plainText h2.topic {
        border-bottom: 3px solid #E0DFDF;
    }

        .plainText h2 em {
            color: #422A80;
            font-style: normal;
        }

    .plainText p {
        margin: 0 0 1em;
    }

    .plainText a {
        color: #000;
        text-decoration: underline;
    }


/** Single article styles  **/
.touts {
    font-size: 12px;
    margin: 5px 0 0;
    padding: 0 !important;
}


/** Side promos **/
.rGt {
    font-size: 0;
}

.rGt,
.promos {
    background: url('/assets/images/bg/bg_medpa_side_promos.jpg') #CBC5DC 0 100% no-repeat;
    float: right;
    margin: 0 !important;
    width: 260px;
}

.promo {
    background: url('/assets/images/bg/bg_medpa_promo_line.png') 50% 0 no-repeat;
    font-size: 12px;
    padding: 20px;
}

.promo-image {
    background: none;
    margin: 0 0 -3px 0;
    padding: 0;
}

.promo:first-child {
    background: none;
    //background: url('/assets/images/bg/bg_medpa_promo_line.png') 50% 0 no-repeat;
}

    .promo h1 {
        color: #422A80;
        font-size: 21px;
        margin: 0 0 5px;
    }

    .promo h4 {
        color: #444;
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 8px;
    }

    .promo p {
        font-size: 12px;
        line-height: 1.7;
        margin: 0 0 5px;
    }

    .promo p.more {
        font-size: 11px;
        text-align: right;
    }

        .promo p.more a {
            color: #333;
            text-decoration: none;
        }


.promo-plain {
    background: none;
    padding: 10px 20px;
}

.promo-plain:first-child {
    padding-top: 20px;
}

    .promo-plain h1 {
        color: #262626;
        font-size: 19px;
        font-weight: normal;
        margin: 0 0 10px;
    }

        .promo-plain h1 em {
            color: #422A80;
            font-style: normal;
        }


.poll {

}

    .poll h1 {
        color: #262626;
        font-size: 19px;
        font-weight: normal;
        margin: 0 0 10px;
    }

    .poll h3 {
        color: #262626;
        font-size: 13px;
        font-weight: normal;
        margin: 0 0 5px;
    }

    .poll-body table {
        background: none !important;
        padding: 5px 0 !important;
    }

    .poll-body div {
        padding: 0 !important;
    }


/** Users list **/
.news-list {
    color: #444;
}

    .news-list li {
        overflow: hidden;
        margin: 0 0 5px;
    }

        .news-list li .info {
            margin: 0 0 0 75px;
            padding: 5px 0 0;
        }

            .news-list li h4 {
                font-size: 12px;
                font-weight: bold;
                margin: 0 0 .3em;
            }

                .news-list li h4 em {
                    font-style: normal;
                    font-weight: normal;
                    padding: 0 0 0 10px;
                }

                .news-list li h4 a {
                    color: #444;
                    text-decoration: none;
                }

                .news-list li h4 a:hover {
                    color: #444;
                    text-decoration: underline;
                }

            .news-list li p {
                line-height: 1.4;
            }

        .news-list li .shadow {
            background: url('/assets/images/bg/picure-shadow-50x50.png') 0 0 no-repeat;
            float: left;
            height: 50px;
            padding: 7px;
            width: 50px;

            //background: none;
            //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bg/picure-shadow-50x50.png');
        }

/** events list **/
.events-list {
    color: #444;
    list-style: none outside;
}

    .events-list li {
        background: url('/assets/images/icon/icon_cal_arrow_right.gif') 0 1px no-repeat;
        margin: 0 0 3px;
        padding: 0 0 0 12px;
    }

        .events-list li h4 {
            font-size: 12px;
            font-weight: bold;
            margin: 0 0 3px;
        }

        .events-list li p {
            line-height: 1.4;
        }


/** Buy Options **/
.buyOptions {
    font-size: 12px;
    clear: both;
    padding: 0 30px 30px;
}

    .buyOptions h2 {
        color: #3B1274 !important;
        font-size: 14px !important;
        font-weight: bold;
        margin: 0 0 10px !important;
    }

        .buyOptions h2 em {
            font-style: normal;
            font-weight: normal;
        }

    .buyOptions .buyOptionsList {
        display: block;
    }

        .buyOptions .buyOptionsItem {
            background: url('/assets/images/medpa/buy-options-separator.jpg') 0 5px no-repeat;
            float: left;
            padding: 10px;
            width: 125px;
        }

        .buyOptions .buyOptionsItem:first-child {
            background: none;
            padding-left: 0;
        }

            .buyOptions .buyOptionsItem a {

            }

            .buyOptions .buyOptionsItem select {
                margin: 0 0 7px;
                width: 125px;
            }

            .buyOptions .buyOptionsItem p {
                margin: 0 0 5px;
            }

            .buyOptions .buyOptionsItem h3 {
                color: #0F136A;
                font-weight: bold;
                margin: 0 0 4px;
            }

.buyOptions .cl {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.buyOptions select.styled {
    visibility: hidden;
}

.buyOptions .menuDrop {
    margin: 0 0 5px;
    position: relative;
}

    .buyOptions .menuDrop .first {
        background: url(/assets/images/icon/icon_arrow_selectB.gif) 100% 0 no-repeat !important;
        height: 28px;
        min-height: 0 !important;
        width: 125px !important;
    }

        .buyOptions .menuDrop .first a {
            background: url(/assets/images/bg/bg_dropMenu.gif) 0 0 no-repeat !important;
            display: block;
            height: 28px;
            line-height: 28px;
            margin: 0 25px 0 0;
            overflow: hidden;
            padding: 0 0 0 5px;
            white-space: nowrap;
        }

    .menuDrop .opened li {
        display: block !important;
        left: auto;
        position: relative;
        top: auto;
    }

    .buyOptions .menuDrop .selects {
        bottom: 30px;
        position: absolute;
        width: 170px !important;
        z-index: 200;
    }

        .buyOptions .menuDrop .selects ul {
            background: #F6F6F6;
            border: 1px solid #CCCCCC;
            border-top: none;
            max-height: 160px;
            overflow: auto;
            padding: 0 !important;
            margin: 0 !important;
        }

        .buyOptions .menuDrop .selects li {
            border-top: 1px solid #CCCCCC;
        }

        .buyOptions .menuDrop .selects a {
            display: block;
            padding: 0.5em 1em 0.7em;
        }

        .buyOptions .menuDrop .selects a:hover {
            background: #716199;
            color: #fff !important;
        }



/** Buy Options **/
.comlexFeaturedPrograms {
    width: 480px;
    float: left;
    font-size: 12px;
    padding: 30px 10px 30px 30px;;
}

    .comlexFeaturedPrograms h2 {
        color: #3B1274 !important;
        font-size: 14px !important;
        font-weight: bold;
        margin: 0 0 10px !important;
    }

    .comlexFeaturedPrograms ul {
        display: block;
        overflow: hidden;
    }

        .comlexFeaturedPrograms ul li {
            background: url('/assets/images/medpa/buy-options-separator.jpg') 0 0 no-repeat;
            float: left;
            min-height: 50px;
            padding: 20px 5px 20px 15px;
            width: 140px;
        }

        .internalFeaturedPrograms ul li:first-child {
            background: none;
            width: 260px;
        }

        .comlexFeaturedPrograms ul li:first-child {
            background: none;
            padding-left: 0;
        }

            .comlexFeaturedPrograms ul li p {
                margin: 0 0 5px;
            }

            .comlexFeaturedPrograms ul li h3 {
                color: #0F136A;
                font-weight: bold;
                margin: 0 0 4px;
            }


/** Videos **/
.videos {
    list-style: none outside;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

    .videos li {
        float: left;
        padding: 0 2px;
        width: 135px;
    }

        .videos li h3 {
            color: #444242;
            font-size: 11px;
            font-weight: normal;
            padding: 3px 0;
        }

    .videos li.first,
    .videos li.last {
        padding: 20px 2px 0;
        width: 17px;
    }

        .videos li.first a,
        .videos li.last a {
            background: url('/assets/images/medpa/carousel-arrows.gif') 0 0 no-repeat;
            display: block;
            height: 32px;
            width: 17px;
        }

        .videos li.last a {
            background-position: 100% 0;
        }


/** Content includes boxes **/
.latestFromForums,
.videoLibrary {
    padding: 0 30px 20px;
}

.registred p {
    color: #422A80;
    line-height: 1.4;
}

.registred a {
    color: #422A80;
    text-decoration: underline;
}


/** Misc **/
.btnLogin {
    margin: -3px 5px 0 0;
}

.btnRegister {
    color: #000 !important;
    text-decoration: underline;
}

.inline-promo-image {
    float: right;
    padding: 30px 10px 30px 30px;
}

.clfix {
    overflow: hidden;
}

.colD {
    float: left;
    padding: 0 0 15px;
    margin: 0 15px 0 0;
    width: 210px;;
}

.colD:last-child {
    float: right;
    margin: 0;
}

.goLink {
    background: url('/assets/images/medpa/go.gif') 0 0 no-repeat;
    display: inline-block;
    height: 18px;
    margin: 0 0 -4px;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 30px;
}

.dataBlock {
    padding: 10px 0 !important;
    margin: 0 0 15px !important;
}

.dataBlock h3 {
    font-size: 2em !important;
    font-weight: bold !important;
}

/** Help widget **/
.navBar .freeEvents {
    background: url('/assets/images/medpa/free-events-bg.png') 0 0 repeat-x;
    border-top: 1px solid #6B5592;
    min-height: 160px;
}

    .navBar .freeEvents a {
        color: #FFF;
    }

    .navBar .freeEvents h3 {
        color: #FFF !important;
        font-size: 12px !important;
        font-weight: bold !important;
        margin: 0 0 5px !important;
        padding: 0 20px;
    }

    .navBar .freeEvents h2 {
        border-bottom: 1px solid #735D92;
        color: #FFF !important;
        font-size: 15px !important;
        font-weight: normal !important;
        margin: 0 !important;
        padding: 10px 5px 10px 20px;
    }

        .navBar .freeEvents h2 em {
            font-weight: bold;
        }

        .navBar #changeProgramLocationOverlay {
            left: 250px !important;
            margin: 0 !important;
        }

.navBar .freeEvents p {
    color: #FFF !important;
    padding: 0 20px 10px;
}

.widgetHelpWrapper {
    cursor: default;
    font-size: 12px;
    padding: 10px 0 0;
    position: relative;
}

.widgetHelpWrapper a {
    cursor: pointer;
}

.widgetHelpWrapper #overlayHelp {
    background: #FFF;
    left: 0;
    top: 0;
    position: absolute;
    width: 180px;
}

.widgetHelpWrapper .left,
.widgetHelpWrapper .right,
.widgetHelpWrapper .top,
.widgetHelpWrapper .btm {
    height: 0 !important;
    background: none !important;
    width: 0 !important;
}

.widgetHelpWrapper .content {
    background: none !important;
    text-align: left !important;
    padding: 8px 20px !important;
}

.widgetHelpWrapper .content * {
    color: #705794 !important;
    line-height: 1.5;
}

.widgetHelpWrapper .content h3 {
    color: #705794 !important;
    padding: 0 !important;
}

.widgetHelpWrapper .content h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 2px;
}

.widgetHelpWrapper .iconChatAlt,
.widgetHelpWrapper .iconCallAlt,
.widgetHelpWrapper .iconEmailAlt
{
    background-attachment: scroll;
    background-position: 0 5px !important;
    background-repeat: no-repeat;
    display: block;
    height: 18px;
    padding: 0 0 0 1.5em;
}

.widgetHelpWrapper .iconChatAlt {
    background-image: url('/assets/images/icon/icon_chat_alt.gif');
}

.widgetHelpWrapper .iconCallAlt {
    background-image: url('/assets/images/icon/icon_call_alt.gif');
}

.widgetHelpWrapper .iconEmailAlt {
    background-image: url('/assets/images/icon/icon_email_alt.gif');
}


/** Search page styles **/
.searchColA {
    background: #fff;
    float: left;
    margin: 10px 0 0;
    padding: 20px 250px 20px 20px;
    width: 510px;
}

.searchColA iframe {
    width: 490px !important;
}

.searchColB {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 230px;
}

.searchColB .findCoursesNear h3,
.searchColB .findCoursesNear p {
    margin: 0 0 3px;
    line-height: 1.6;
}


/** Recomendation wizard **/
#wizard #navigation {
}

    #wizard #navigation li {
        width: 155px;
    }

    #wizard #navigation li.last {
        padding: 0 1px 0 0;
    }

#wizard .wizardContent .page {
    padding: 15px;
}

#wizard .wizardContent .recomendedCourses {
    padding: 0 0 15px;
}

#wizard table.section {
    padding: 0;
}

#wizard table.section td {
    padding-top: 2em;
    vertical-align: middle;
}

#wizard .dataRow h4,
#wizard .dataRow label {
    font-size: 1.2em;
}

#wizardResult .information {
    width: 410px;
}

/** Change program **/
#changeProgramLocationOverlay {
    bottom: auto !important;
    position: absolute !important;
    top: 50px !important;
    left: 50% !important;
    margin: 0 0 0 -210px !important;
    z-index: 100;
}

/** Forums/Blogs Iframes **/
#blogIframe {
    width: 780px !important;
}



/** System message **/
.systemMsg {
    background: #F9FFBC url(/images/icon/icon_alert_small.gif) 15px 50% no-repeat !important;
    border: 2px solid #C01B00 !important;
    color: #C01B00;
    margin: 5px 0 !important;
    padding: 5px 10px 5px 40px !important;
}

    .systemMsg li {
        background: none !important;
        font-size: 12px !important;
        font-weight: bold;
        padding: 5px !important;
    }

.field.error .text {
    border-width: 1px !important;
}

#userLocation {
    position: relative;
}

    #userLocation .setLocationErrorMsgContainer {
        border: 1px solid #C01B00 !important;
        color: #C01B00;
        font-size: 11px;
        top: 39px;
        left: 0;
        padding: 3px 0 3px 35px;
        position: absolute;
        width: 280px;
    }

ol#navigation .check {
    margin: 5px 5px 0 0 !important;
}

#lightbox {
    zoom: 1;
}

.wizardHead {
    padding: 15px;
}

    .wizardHead h1 {
        font-size: 22px;
        line-height: 1.4;
        color: #26115F;
    }

    .wizardHead h2 {
        color: #777 !important;
        font-size: 12px !important;
        font-weight: normal !important;
        line-height: 1.4;
    }



#wizard .section a.prev,
#wizard .section a.next {
    background: url('/assets/images/byc/icon-next-small.gif') 100% 50% no-repeat !important;
    color: #4B8E2E !important;
    font-size: 16px !important;
    font-weight: bold !important;
    height: 20px !important;
    line-height: 20px !important;
    padding: 0 26px 0 10px !important;
    text-decoration: none !important;
    width: auto !important;
}

#wizard .section a.next strong,
#wizard .section a.prev strong {
    color: #4B8E2E !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

#wizard .section a.prev {
    background: url('/assets/images/byc/icon-prev-small.gif') 0 50% no-repeat !important;
    padding: 0 10px 0 26px !important;
}

#wizard .section a.prev *,
#wizard .section a.next * {
    background: none !important;
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
}

#wizard .section div.first {
    padding-right: 50px;
}

.searchNavBar .navBar {
    position: relative;
    display: block;
    position: relative;
    left: auto;
    top: auto;
    width: 180px;
}

.searchNavBar .navBar .contentLinks {
    background: none;
}

    .searchNavBar .navBar .freeEvents {
        background: url('/assets/images/medpa/free-events-bg.png') 0 0 repeat-x;
        min-height: 160px;
    }

    .searchNavBar .navBar .widgetHelpWrapper #overlayHelp {
        width: 180px;
    }
.flSquareBox {
	display:inline;
}