/*body {
    font-family: Arial !important;
    color: #666;
    min-width: 1240px;
}*/

.padding10 {
    padding: 10px !important;
}

.padding20 {
    padding: 20px;
}

.padding5 {
    padding: 5px;
}

.paddingLeft-10px {
    padding-left: 10px;
}

.padding-top {
    padding-top: 3px;
}

.text_center {
    text-align: center;
}

.vert-align {
    vertical-align: top;
}

.borderRad {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.borderRightRad {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.fltlft {
    float: left;
}

.boldfont {
    font-weight: bold;
}

.nomargin {
    margin: 0;
}

.padding-top5px {
    padding-top: 5px;
}

.fltrt {
    float: right;
}

.greenCol {
    color: #8EC63F;
}

.whiteCol {
    color: #fff !important;
}

.grayColor {
    color: #565656;
}

.grayBorder {
    border: 1px solid #CCC;
}

.graylightCol {
    color: #999;
}

.greylighterCol {
    color: #CCC !important;
}

.greenlightCol {
    color: #a3e644 !important;
}

.greenCol {
    color: #5cb100 !important;
}

.redCol {
    color: #e84545;
}

.blackCol {
    color: #000;
}

.font10 {
    font-size: 10px !important;
}

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

/*.divbox445px {
    width: 445px;
}*/

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font22 {
    font-size: 22px !important;
}

.font24 {
    font-size: 24px !important;
}

.font26 {
    font-size: 26px !important;
}

.font28 {
    font-size: 28px !important;
}

.font30 {
    font-size: 30px !important;
}

.font32 {
    font-size: 32px !important;
}

.font45 {
    font-size: 45px;
}

.font38 {
    font-size: 38px;
}

.clearfix {
    clear: both;
    float: none;
}

.clearfixBoth {
    *zoom: 1;
}

    .clearfixBoth:before,
    .clearfixBoth:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfixBoth:after {
        clear: both;
    }

.graybg {
    background-color: #686868 !important;
}

.graylightbg {
    background-color: #f3f3f3 !important;
}

.greenbg {
    background-color: #7DBE02 !important;
}

.hr-line {
    width: 100%;
    background-color: #999;
    height: 1px;
}

#toTop {
    width: 100px;
    border: 1px solid #ccc;
    background: #7DBD02;
    text-align: center;
    padding: 5px;
    position: fixed; /* this is the magic */
    bottom: 10px; /* together with this to put the div at the bottom*/
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-family: verdana;
    font-size: 11px;
}

.hr-line {
    width: 100%;
    background-color: #999;
    height: 1px;
}

img {
    max-width: 100%;
}

.wrapper {
    width: auto; /*width: 95%;*/
    margin: 0 auto;
    border-top: none;
    color: #535353;
    height: auto;
}

.borderRad {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.span1 {
    padding-left: 10px;
}

.span2 {
    padding-left: 20px;
}

.span3 {
    padding-left: 30px;
}

.span4 {
    padding-left: 40px;
}

/*.page-title {
    width: 460px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -oborder-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}*/

/*.page-title2 {
    width: 302px;
    padding: 10px 10px 10px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -oborder-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.page-title2 {
    width: 302px;
    padding: 10px 10px 10px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -oborder-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}*/

.greenborder {
    border: 2px solid #7DBE02;
}

.graybgdark {
    background-color: #767676;
}

.graydarkborder {
    border: #767676 solid 2px;
}

.purpleCol {
    color: #8a00eb;
}

.purplebg {
    background-color: #8a00eb;
}

.purpleborder {
    border: #8a00eb 2px solid;
}

.bluebg {
    background-color: #0181E4;
}

.blueborder {
    border: #0181E4 2px solid;
}

.orangebg {
    background-color: #FF9600;
}

.orangeborder {
    border: 2px solid #FF9600;
}

.redbghead {
    background-color: #D81E1F;
}

.redborder {
    border: 2px solid #D81E1F;
}

.graylightbg {
    background-color: #f4f5f3;
}

.graylightborder {
    border: 2px solid #D1D1D1;
}

.top-txt-bg {
    background-image: url('../top-txt-bg.html');
    background-repeat: no-repeat;
    width: 450px;
    height: 80px;
}

.top-right-txt {
    border: #999 solid 1px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.top-mid-txt {
    margin-left: 199px;
    text-align: center;
    width: 575px;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 2);
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 2);
    background: #4c4c4c; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4c4c4c 0%, #131313 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4c4c4c 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4c4c4c 0%,#131313 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4c4c4c 0%,#131313 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4c4c4c 0%,#131313 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */
}

.banner-navBox {
    position: relative;
    overflow: hidden;
}

.nav-cont-txt {
    padding-top: 50px;
    width: 415px;
}

    .nav-cont-txt div {
        padding-top: 25px;
    }

    .nav-cont-txt > div > span {
        padding-right: 30px;
    }

.img-slogan {
    bottom: 64px;
    position: absolute;
    right: 5px;
    background-image: url("../slogan_braces.html");
    background-repeat: no-repeat;
    height: 114px;
}

    .img-slogan p {
        padding-left: 70px;
    }

.nav-img {
    background-image: url("../nav-img.html");
    background-repeat: no-repeat;
    height: 466px;
    margin-top: 8px;
    width: 535px;
}

.nav-content .nav-txt {
    width: 400px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 2);
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 2);
    background: #499bea; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5OWJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDUzYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #499bea 0%, #0053ad 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#0053ad)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #499bea 0%,#0053ad 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #499bea 0%,#0053ad 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #499bea 0%,#0053ad 100%); /* IE10+ */
    background: linear-gradient(to bottom, #499bea 0%,#0053ad 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#0053ad',GradientType=0 ); /* IE6-8 */
}

.paddingTopBot {
    padding-top: 5px;
    padding-bottom: 3px;
}

.nav-img nav a {
    color: #FFF;
    text-decoration: none;
    text-align: center;
    position: absolute;
    cursor: pointer;
}

    .nav-img nav a:hover {
        text-decoration: underline;
    }

    .nav-img nav a.rs {
        left: 39px;
        top: 71px;
    }

    .nav-img nav a.sm {
        left: 21px;
        top: 218px;
        font-size: 17px;
    }

.clearfix {
    clear: both;
    float: none;
}

.nav-img nav a.lcd {
    left: 341px;
    top: 223px;
}

.nav-img nav a.tb {
    bottom: 98px;
    left: 60px;
}

.nav-img nav a.td {
    bottom: 90px;
    left: 376px;
}

.nav-img nav a.sp {
    left: 349px;
    top: 95px;
}


.col2divBox {
    overflow: auto;
    margin-top: 5px;
}

.leftdivcol {
    width: 490px;
}

.rightdivcol {
    width: 490px;
}

.graybtn_box {
    margin-left: 12px;
}

.graybtn {
    background-image: url("../gray_btn.html");
    background-repeat: no-repeat;
    font-size: 14px;
    height: 52px;
    line-height: 41px;
    margin-bottom: 5px;
    text-align: center;
    width: 233px;
    cursor: pointer;
}

    .graybtn a {
        color: #333;
        text-decoration: none;
    }

        .graybtn a:hover {
            color: #09F;
        }

.paddingNoBot {
    padding: 5px 5px 0 5px;
}

ul {
    /*margin: 2px;*/
}

#sections ul {
    padding-top: 0px;
    margin-top: 0px;
}

.sect-title {
    width: 306px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.section-cont {
    padding-top: 0px;
    line-height: 21px;
}

    .section-cont a {
        text-decoration: underline;
        color: #666;
    }

    .section-cont ul li {
        margin-bottom: 4px;
    }

.slimScrollBar, .ui-draggable {
    background: #D1D1D1 !important;
}

.nav-bot-txt {
    position: absolute;
    bottom: 0;
    left: 0;
}

#rspop, #smpop, #sppop, #lcdpop, #ffsmpop, #gdpop, #tbpop, #tdpop, #srapop, #sjsapop, #sipop, #icpop {
    background-color: #FFFFFF; /*border: 2px solid #7DBD02;*/
    display: none;
    min-height: auto !important;
    max-height: 415px !important;
    height: auto;
    margin-left: 0;
    overflow: auto;
    padding: 5px 5px 0 0;
    position: absolute;
    right: 9px;
    top: 6%;
    width: 44%;
    z-index: 100;
}

.popupBoxClose {
    line-height: 15px;
    text-decoration: none;
    right: 0px;
    top: 0px;
    color: #FFF;
    position: relative;
    cursor: pointer; /*background-color:#7DBE02;*/
    padding: 10px;
    float: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#toTop {
    width: 100px;
    border: 1px solid #ccc;
    background: #7DBD02;
    text-align: center;
    padding: 5px;
    position: fixed; /* this is the magic */
    bottom: 40px; /* together with this to put the div at the bottom*/
    right: 30px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-family: verdana;
    font-size: 11px;
}

.psyco-asses {
    left: 216px;
    position: absolute;
    top: 134px;
}

.comp-tabular table {
    text-align: center;
    font-size: 12px;
    border: #CCC solid 1px;
}

.comp-tabular th {
    background-color: #7dbd02;
    color: #fff;
    padding: 5px;
}

.comp-tabular td {
    padding: 5px;
}

.link-box {
    padding-left: 20px !important;
}

    .link-box:last-child {
        padding: 20px 0 0 20px;
    }

    .link-box .linksDiv:last-child {
        border: none;
    }

    .link-box .linksDiv {
        padding: 5px !important;
        height: 45px !important;
        text-align: center !important;
        width: 300px !important;
        border-right: 1px solid #7DBD02 !important;
        background-color: #F0F0F0 !important;
        cursor: pointer !important;
    }

        .link-box .linksDiv:hover a {
            color: #FFF !important;
        }

        .link-box .linksDiv:hover {
            background-color: #7DBD02 !important;
        }

        .link-box .linksDiv a {
            color: #333 !important;
            text-decoration: none !important;
        }

        .link-box .linksDiv td {
            background-color: #F0F0F0;
            padding: 0px;
        }

            .link-box .linksDiv td:hover {
                background-color: #7DBD02 !important;
                color: #FFF !important;
            }

.redbar {
    background-image: url(../jpg/red-bar.jpg);
    width: 470px;
    background-repeat: no-repeat;
    height: 120px;
}

.page-title2 + div {
    margin-left: 10px;
    margin-top: 8px;
}

    .page-title2 + div:hover {
        background: #F30;
    }

    .page-title2 + div a {
        color: #fff;
        text-decoration: none;
    }

    .page-title2 + div a {
        color: #fff;
        text-decoration: none;
    }

/*  HIVE css styles --- Updated 29/05/2013--- */

.top_hive_bg {
    background-image: url(../jpg/top_hive_bg.jpg);
    height: 320px;
    background-repeat: no-repeat;
    width: 100%;
}

.theHivePDtraining {
    font-size: 3.6em !important;
    text-align: center;
    padding-left: 248px !important;
    padding-top: 38px;
    line-height: 69px !important;
}

.onlineILT {
    background-image: url(../jpg/online_instructorled_training.jpg);
    background-repeat: no-repeat;
    height: 112px;
    width: 547px;
    margin-top: -60px;
}

    .onlineILT > div {
        line-height: 74px;
        font-size: 35px;
        padding-left: 80px;
    }

.description_bg {
    background-image: url(../jpg/description_bg.jpg);
    background-repeat: no-repeat;
    width: 282px;
    height: 47px;
    line-height: 47px;
}

    .description_bg > div {
        padding-left: 20px;
    }

.desc_img {
}

.desc_data {
    width: 600px;
}

.contactLink {
    text-decoration: none;
}

.benefits_bg {
    background-image: url(../jpg/benefits_bg.jpg);
    background-repeat: no-repeat;
    width: 235px;
    height: 36px;
    line-height: 36px;
}

    .benefits_bg > div {
        padding-left: 25px;
    }

.benefits_data {
    width: 600px;
}

    .benefits_data ul {
        list-style: none;
        line-height: 38px;
    }

.virtualclassroom {
    background-image: url(../jpg/your-virtual-classroom.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 78px;
}

    .virtualclassroom > div {
        padding-left: 20px;
        line-height: 78px;
    }

.Vclassroom_data {
    width: 520px;
}

.vclassrom_img img {
    padding-top: 80px;
}

a {
    text-decoration: none;
}

.contact_us_bg {
    background-image: url(../jpg/contact_us_bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 116px;
    line-height: 25px;
}

.ciscoPowrd {
    line-height: 27px;
}

.footer_title {
    width: 254px;
    line-height: 90px;
}

    .footer_title > div {
        padding-left: 15px;
    }


/*  HIVE css styles ENDS ----- */

/*  ------Continual Improvment CSS starts ------- Updated 29/05/2013--- */
.ContiImprov h1 {
    margin: 15px 0 0 0;
    padding: 0;
}

.ContiImprov {
    background-image: url(../jpg/continual-improvement-banner-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

.ContiImprov-list ul {
    padding-left: 40px !important;
}

    .ContiImprov-list ul li {
        list-style-image: url(../jpg/booking-options-icon.jpg);
        background-repeat: no-repeat;
        padding: 0 0 20px 0;
        line-height: 24px;
    }

.courseBox {
    width: 215px;
    margin: 0px 10px 0 10px;
    height: 400px;
}

.courseImg {
    text-align: center;
}

.courseBox:hover .courseImg > div {
    background-color: #fff;
    color: #666666;
}

.courseBox:hover {
    background-color: #7DBD02;
}

    .courseBox:hover a, .courseBox:hover {
        color: #FFFFFF;
    }

.courseCont {
    width: inherit;
    line-height: 24px;
}

    .courseCont a {
        color: #666666;
        text-decoration: underline;
    }

        .courseCont a:hover {
            text-decoration: none;
        }
/*  ------Continual Improvment CSS Ends ------ Updated 29/05/2013--- */


/*  ------Lean_Six_Sigma_Training_Courses starts -----Updated 29/05/2013--- */
.sixsigmabanner h1, .sixsigmabanner h3, .top2bar h4 {
    margin: 0;
    padding: 0;
}

.sixsigmabanner {
    background-image: url(../jpg/banner-sixsigma-980x120.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
}

    .sixsigmabanner div {
        padding: 20px;
        line-height: 34px;
    }

.LeanL2col {
    width: 550px;
}

.LeanR2col {
    width: 400px;
}

    .LeanR2col ul {
        padding-left: 40px !important;
    }

.LeanL2col ul li {
    list-style-image: url(../jpg/booking-options-icon.jpg);
    background-repeat: no-repeat;
    padding: 0 0 15px 0;
    line-height: 24px;
}

.LeanR2col {
    background-color: #7DBE02;
}

    .LeanR2col ul li {
        list-style-image: url(../png/list-tick-icon.png);
        background-repeat: no-repeat;
        padding: 0 0 7px 0;
        line-height: 24px;
    }

.certFees ul {
    margin: 0;
    padding: 0 0 5px 20px;
}

    .certFees ul li {
        list-style-image: url(../jpg/list-image.jpg);
        background-repeat: no-repeat;
        padding: 0 0 0px 0;
        margin: 0;
        line-height: 24px;
    }

.sixBtn-box {
    border-right: 1px solid #CCCCCC;
    width: 252px;
    height: 82px;
}

    .sixBtn-box:last-child {
        border-right: none;
    }

.sixBtn-box-lnk {
    margin-top: 10px;
}

    .sixBtn-box-lnk a:hover {
        background-color: #333333;
    }

.trainingBox {
    width: 200px;
    margin: 10px;
}

    .trainingBox a {
        color: #fff;
    }

.trainingBoxLink {
    background-color: #666666;
}

    .trainingBoxLink:hover {
        background-color: #999999;
    }

.accredtBox {
    width: 450px;
    margin-left: 10px;
}

.clientsBox {
    width: 450px;
    margin-left: 40px;
}

.clientImg {
    margin: 0px 5px 10px 20px;
    box-shadow: 1px 1px 4px #999999;
}
    /*.clientImg img { border: 2px solid #CCC; }*/
    .clientImg:hover img {
        border: 2px solid #6C0;
    }

.pdtraQutyProc {
    width: 430px;
    margin-top: 120px;
    box-shadow: 1px 1px 4px #999999;
}

.pdtraQutyProcImg {
    width: 500px;
}
/*  ------Lean_Six_Sigma_Training_Courses Ends--- */


/*  ------5S_Course_Objectives starts -----New Styles Created on 30/05/2013--- */
.Course-OutlineTab ul {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.banner5S h1 {
    margin: 20px 0 0 0;
    padding: 0;
}

.banner5S {
    background-image: url(../jpg/banner-sixsigma-980x120.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
}

    .banner5S span {
        padding-left: 70px;
    }

    .banner5S div {
        padding: 20px;
        line-height: 34px;
    }

.title-5S h2, .title-5S h3 {
    margin: 0;
    padding: 0;
}

.img5S {
    width: 265px;
}

.box-shadow {
    box-shadow: 1px 1px 4px #999999;
    -webkit-box-shadow: 1px 1px 4px #999999;
    -ms-box-shadow: 1px 1px 4px #999999;
    -os-box-shadow: 1px 1px 4px #999999;
}


.line-height22 {
    line-height: 22px !important;
}

.content5S {
    width: 660px;
}

.learnOutList li, .Course-OutlineTab li {
    list-style-image: url(../jpg/list-image.jpg);
    background-repeat: no-repeat;
    padding: 0 0 0px 0;
    margin: 0;
    line-height: 24px;
}

.Course-OutlineTab table {
    width: 90%;
    margin: 5px 0 5px 0;
}

    .Course-OutlineTab table td {
        border: 1px solid #7dbd02;
        border-collapse: collapse;
    }


/*  ------5S_Course_Objectives Ends--- */


/*  ------5S_Course_Objectives starts -----New Styles Created on 31/05/2013--- */

.top-heading {
    background-image: url(../jpg/top-head-bg.jpg);
    /*width: 100%;*/
    height: 92px;
    background-repeat: no-repeat;
}

    .top-heading .top-head-txt {
        padding-bottom: 5px;
    }

    .top-heading .left-txt {
        padding: 14px 0 0 25px;
    }

    .top-heading .right-txt {
        padding: 9px 5px 0 0px;
    }

    .top-heading .leftheadingscentreAlign {
        padding-top: 21px;
    }

    .top-heading .righttheadingscentreAlign {
        padding-top: 25px;
    }

    .top-heading .headingLineHeight {
        line-height: 25px;
    }


.top-mid-div {
    /*width: 100%;*/
    margin-left: 120px;
    text-align: center;
    background: #b7b7b7; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3YjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTNhM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b7b7b7 0%, #3a3a3a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7b7b7), color-stop(100%, #3a3a3a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b7b7b7 0%, #3a3a3a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b7b7b7 0%, #3a3a3a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b7b7b7 0%, #3a3a3a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b7b7b7 0%, #3a3a3a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#3a3a3a', GradientType=0 ); /* IE6-8 */
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 1);
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 1);
}

.training-title {
    margin: 0px 0 10px 0px;
}

#fl_menu {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 9999;
    width: 240px;
    height: 50px;
}

    #fl_menu .label {
        padding: 10px;
        line-height: 24px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        background: #7FB700;
        color: #fff;
    }

    #fl_menu .menu {
        display: none;
        height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

        #fl_menu .menu .menu_item {
            display: block;
            background: #F3F3F3;
            color: #000;
            border-top: 1px solid #CCC;
            padding: 5px 5px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            text-decoration: none;
        }

        #fl_menu .menu a.menu_item:hover {
            background: #7FB700;
            color: #fff;
        }


/*  ------5S_Course_Objectives starts -----New Styles Created on 31/05/2013--- */

/*  ------Overview of 5S ---New Styles Created on 31/05/2013 */
.list-imgGreen ul {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
}

.list-imgGreen li {
    list-style-image: url(../jpg/list-image.jpg);
    background-repeat: no-repeat;
    padding: 0 0 0px 0;
    margin: 0;
    line-height: 24px;
}

.greenDarkbg {
    background-color: #549402;
}
/*  ------Overview of 5S Ends--- */


/*  ------HOLD on KAIZEN ---New Styles Created on 31/05/2013 */
.hold-kaizen-tab table {
    width: 100%;
}

    .hold-kaizen-tab table th {
        text-align: center;
        background-color: #EFEFEF;
        color: #5cb100;
        padding: 10px;
    }

    .hold-kaizen-tab table td, .hold-kaizen-tab table th {
        border: 1px solid #CCCCCC;
        width: 320px;
        vertical-align: top;
    }


/*  ------HOLD on KAIZEN Ends--- */

/*  ------Elimination_of_MUDA ---New Styles Created on 31/05/2013 */
.muda_top_img {
    padding: 15px 10px 0px 10px;
}

.muda-img {
    padding: 5px;
}

.muda-cont {
    margin-left: 20px;
    width: 600px;
}
/*  ------Elimination_of_MUDA Ends--- */


/*  ------Visual_Management_System ---New Styles Created on 31/05/2013 */
.VMS ul li {
    list-style-image: url(../jpg/booking-options-icon.jpg);
    background-repeat: no-repeat;
    padding: 0 0 20px 0;
    line-height: 24px;
}


/*  ------Visual_Management_System ---New Styles Created on 31/05/2013 */

/*  ------Course page Css starts  --- Updated 29/05/2013--- */
.dwnloadLink a:hover {
    color: #7dbd02;
}

.top-banner {
    background-image: url(../jpg/time-management-training-course.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 128px;
}

    .top-banner > div {
        padding-left: 20px;
        padding-top: 20px;
    }

.top_txt {
    width: 670px;
    line-height: 24px;
}

.dwnload_title {
    margin-top: 10px;
    width: 260px;
}

.tab-ui-box {
    background-image: url(../png/tab_ui_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 106px;
    border-bottom: 1px solid #CCC;
}

.tab-ui-img {
    padding-top: 10px;
}

.tab-ui-box ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 70px;
}

    .tab-ui-box ul li a {
        color: #666;
    }

    .tab-ui-box ul li {
        float: left;
        width: 165px;
        cursor: pointer;
    }

        .tab-ui-box ul li:hover a {
            color: #FFF;
        }

.tab-ui-active {
    background-image: url(../jpg/tab-ui-hover.jpg);
    background-repeat: repeat-x;
    width: 165px;
    height: 106px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tab-ui-box ul li:hover {
    background-image: url(../jpg/tab-ui-hover.jpg);
    background-repeat: repeat-x;
    width: 165px;
    height: 106px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tab-content-title {
    width: 500px;
    margin: 0 auto;
}

.Learning-Outcomes {
    position: relative;
}

.closeBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.tab-cont-titleBar {
    height: 25px;
    line-height: 25px;
    width: 400px;
}

    .tab-cont-titleBar img {
        padding-right: 10px;
    }

.goalAchieveList {
    width: 510px;
    border-right: 1px solid #7dbd02;
}

    .goalAchieveList ul, .chooseCourseBox ul {
        margin: 0;
        padding: 0 0 0 30px;
    }

        .goalAchieveList li, .chooseCourseBox ul li {
            list-style-image: url(../jpg/list-image.jpg);
            line-height: 22px;
        }

.goalAchieveListRightBox {
    width: 400px;
}

.btnspace {
    margin: 5px 0px 0 5px;
}

.call-to-action-box {
    padding: 0px 10px 0px 40px;
}

    .call-to-action-box .Actionbtn {
        background-image: url(../jpg/call-to-action-button.jpg);
        background-repeat: no-repeat;
        width: 270px;
        height: 58px;
        line-height: 55px;
        background-position: top left;
        text-shadow: 1px 1px 2px #CCCCCC;
        text-align: center;
    }

    .call-to-action-box a:hover .Actionbtn {
        background-position: bottom left;
        color: #FFF;
    }

.bookingOpt-box-title {
    width: 350px;
}

.bookingOpt-box-list ul li {
    list-style-image: url(../jpg/booking-options-icon.jpg);
    background-repeat: no-repeat;
    line-height: 24px;
}

    .bookingOpt-box-list ul li a {
        color: #666;
    }

        .bookingOpt-box-list ul li a:hover {
            text-decoration: underline;
        }

.review-title {
    background-image: url(../jpg/review-title-bg.jpg);
    background-repeat: no-repeat;
    width: 518px;
    height: 55px;
    line-height: 44px;
}

    .review-title > div {
        padding-left: 10px;
    }


.comment-img {
    background-image: url(../jpg/comment-icon.jpg);
    background-repeat: no-repeat;
    width: 28px;
    height: 22px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.review-box {
    background-image: url(../jpg/review_bg.jpg);
    background-repeat: repeat-y;
    position: relative;
    /*width: 100%;*/
    height: auto;
    line-height: 17px;
    margin: 10px 0 14px 15px;
    -webkit-box-shadow: 2px 2px 5px 1px #ccc;
    box-shadow: 2px 2px 5px 1px #ccc;
}

.review-content {
    padding: 8px 5px 0 25px;
}

.review-txt {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
}


/*  tab ui css */
#Learning-Outcomes {
    display: none;
}

/*  ------Course page Css ends ----- --- */

/*Clients by program   ----- New Styles Created on 11/06/2013 */

.clientsByProgrambanner {
    background-image: url(../jpg/banner-sixsigma-980x120.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
}

.industrylist ul, .clientlist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.industrylist li a {
    padding: 5px 10px 5px 10px;
    background-color: #690;
    color: #FFF;
    text-decoration: none;
}

.industrylist li,
.clientlist li {
    padding: 5px 10px 5px 10px;
    margin-bottom: 0px;
}

    .industrylist li a:hover {
        background-color: #4b4b4b;
    }

    .clientlist li:nth-child(even) {
        background-color: #f1f1f1;
    }

/*Clients by program   ----- Ends */

/* Development- Program css  */

.development-Program-banner {
    background-image: url(../jpg/development-program.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
}

.positionRel {
    position: relative;
}

.development-Program-banner h1 { /*padding:25px 0 0 0;*/
    margin: 0;
    letter-spacing: 2px;
}

.development-Program-banner .slogan {
    padding: 10px 0 0 90px;
}

.whiteBorder {
    border: 2px solid #FFF;
}

.contactBoxtop {
    position: absolute;
    top: 70px;
    right: 10px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

    .contactBoxtop div {
        opacity: 1;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

.width245px {
    width: 245px;
    height: auto;
}

    .width245px img {
        border: 3px #c4c4c4 solid;
    }

.width690px {
    width: 690px;
}

.developProgBox a:hover {
    background-color: #060;
}
/*Development Program page    ----- ends */

/* Elearning  ----- New Styles Created on 5/06/2013 */
.hideMe {
    display: none;
}

.bannerElearning {
    background-image: url(../jpg/elearningbanner.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
}

    .bannerElearning h1 {
        margin: 0;
        padding: 10px 0 0 25px;
    }


.elearnGrayBx {
    background-image: url(../jpg/grayslopebox.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 105px;
    margin-left: 100px;
    clear: both;
}

.elernGrayBxtitle {
    width: 128px;
}

.Fstbx {
    padding-left: 70px;
}

.secBx {
    padding-left: 0px;
}

.thrdBx {
    padding-left: 39px;
}

.fortBx {
    padding-left: 32px;
}

.greenBxElft {
    padding-left: 110px;
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.greenBoxElearn {
    background-color: #93cf0b;
    border: 4px solid #edeaea;
    height: 100px;
    width: 160px;
    margin: 0 10px 0 10px;
}

.marginTop25px {
    margin-top: 25px;
}

.marginTop5px {
    margin-top: 5px;
}

.greenBoxElearn:hover, .greenBoxElearn:hover div {
    background-color: #FFF !important;
    color: #060 !important;
}

.collapsibleBox {
    margin-left: 36px;
}

.paddingTop10px {
    padding-top: 10px;
}

.collapsibleTitle {
    padding-left: 10px;
}

.acc_container ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.acc_container li {
    list-style-image: url(../jpg/list-image.jpg);
}

.acc_trigger, .acc_trigger2 {
    background: url(../jpg/collapsible-panel.jpg) no-repeat;
    height: 37px;
    line-height: 37px;
    width: 887px;
    float: left;
    margin: 1px;
    cursor: pointer;
    font-weight: bold;
}

div.active {
    background-position: left bottom;
}

.acc_container, .acc_container2 {
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
    width: 887px;
    clear: both;
}

.tabmenuBox .menu {
    color: #272727;
    height: 30px;
    width: 100%;
}

#tabsholder ul, #tabsholder2 ul {
    padding: 0;
    margin: 0;
}

.tabmenuBox .menu li, #tabsholder li, #tabsholder2 li {
    display: inline;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    height: 30px;
    float: left;
}

    .tabmenuBox .menu li a,
    #tabsholder li,
    #tabsholder2 li {
        color: #FFFFFF;
        padding: 0 10px 0 10px;
        text-decoration: none;
        background-color: #666;
        line-height: 30px;
        display: block;
    }

        #tabsholder li a, #tabsholder2 li a {
            color: #FFFFFF;
        }

        .tabmenuBox .menu li a.tabactive,
        #tabsholder ul.tabs li.current,
        #tabsholder2 ul.tabs li.current {
            background: #7dbd02;
        }

        .tabmenuBox .menu li a:hover,
        #tabsholder ul.tabs li:hover,
        #tabsholder2 ul.tabs li:hover {
            background: #999999;
        }

.tabmenuBox #tabcontent1,
.tabmenuBox #tabcontent2,
#tabsholder .tabscontent,
#tabsholder2 .tabscontent {
    border: 1px solid #CCC;
    ;
    width: 90%;
    text-align: left;
    padding: 6px;
    font-size: 12px;
    margin-bottom: 5px;
    color: #2b2d2f;
}

#tabsholder2 .tabscontent,
#tabsholder .tabscontent {
    display: none;
}

.tabsholder ul {
    padding: 0;
    margin: 0;
}

.tabmenuBox .menu li, .tabsholder li {
    display: inline;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    height: 30px;
    float: left;
}

    .tabmenuBox .menu li a,
    .tabsholder li {
        color: #FFFFFF;
        padding: 0 10px 0 10px;
        text-decoration: none;
        background-color: #666;
        line-height: 30px;
        display: block;
    }

.tabsholder ul {
    padding: 0;
    margin: 0;
}

.tabmenuBox .menu li, .tabsholder li {
    display: inline;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    height: 30px;
    float: left;
}

    .tabmenuBox .menu li a,
    .tabsholder li {
        color: #FFFFFF;
        padding: 0 10px 0 10px;
        text-decoration: none;
        background-color: #666;
        line-height: 30px;
        display: block;
    }

        .tabsholder li a {
            color: #FFFFFF;
        }

        .tabmenuBox .menu li a.tabactive,
        .tabsholder ul.tabs li.current {
            background: #7dbd02;
        }

        .tabmenuBox .menu li a:hover,
        tabsholder ul.tabs li:hover {
            background: #999999;
        }

.tabmenuBox #tabcontent1,
.tabmenuBox #tabcontent2,
.tabsholder .tabscontent {
    border: 1px solid #CCC;
    ;
    width: 90%;
    text-align: left;
    padding: 6px;
    font-size: 12px;
    margin-bottom: 5px;
    color: #2b2d2f;
}

.tabsholder .tabscontent {
    display: none;
}

/*tabsholder class for db driven elearning page*/

.elearnTable td, .elearnTable th {
    padding: 5px;
    border: 1px solid #CCC;
}

.elearnTable th {
    background: #7DBE02 !important;
}

.elearnTable a {
    color: #060;
    text-decoration: underline;
}

.qualificationLink {
    color: #060;
    text-decoration: underline;
}

.SearchCourUnt table input {
    font-size: 14px;
    width: 230px;
}

.courseunitlistBox table td, .courseunitlistBox table th {
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
}

    .courseunitlistBox table th.UnName {
        width: 600px;
    }

.courseunitlistBox table td {
    margin: 0 5px 0 5px;
}

    .courseunitlistBox table td a {
        color: #669301;
        text-decoration: underline;
    }

.elearnTab {
    width: 240px;
    height: 30px;
    line-height: 30px;
}

    .elearnTab div {
        padding-left: 10px;
    }
/*  ------Elearning ---ends */

/*Clients by program ----- New Styles Created on 18/06/2013 */ .right-padding75 {
    padding-right: 75px;
}

.pdt-liList ul {
    padding: 0;
    margin: 0;
}

.left-list-width {
    width: 410px;
}

.pdt-liList tr td {
    float: left;
    background-image: url("../jpg/review_bg.jpg");
    background-repeat: repeat-y;
    list-style: none;
    padding: 5px 0 5px 15px;
    margin: 2px 0 0 0;
}

    .pdt-liList tr td:nth-child(2) {
        background: #80b600 !important;
        background-image: none !important;
        color: #FFF;
    }


/*Clients by program   ----- Ends */

/*  ------Testimonial Section */
.greenDarklCol {
    color: #030;
}

.banner-img {
    background-image: url(../jpg/pd-training-australias-leader-in-corporate-training.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 128px;
}

a .gradient-box {
    background-image: url(../jpg/gradient-small-thumb.jpg);
    background-repeat: no-repeat;
    width: 255px;
    height: 101px;
    margin: 0 10px 0 10px;
    line-height: 26px;
}

.gradBoxMidAlign {
    padding-left: 80px !important;
}

    .gradBoxMidAlign a {
        color: #030;
    }

a .gradient-box .gradboxtext {
    padding-top: 25px;
}

.gradBoxMidAlign a:hover {
    color: #fff;
}

/* Testimonials ends*/

/* Elearning  ----- New Styles Created on 5/06/2013 */
.hideMe {
    display: none;
}

.bannerElearning {
    background-image: url(../jpg/elearningbannernew.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
}

.greenBxElft {
    padding-left: 110px;
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.greenBoxElearn {
    background-color: #93cf0b;
    border: 4px solid #edeaea;
    height: 100px;
    width: 160px;
    margin: 0 10px 0 10px;
}

.marginTop25px {
    margin-top: 25px;
}

.margintop {
    margin-top: 10px;
}

.greenBoxElearn:hover, .greenBoxElearn:hover div {
    background-color: #FFF;
    color: #060;
}

.collapsibleBox {
    margin-left: 36px;
}

.paddingTop10px {
    padding-top: 10px;
}

.collapsibleTitle {
    padding-left: 10px;
}

.acc_container ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.acc_container li {
    list-style-image: url(../jpg/list-image.jpg);
}

.acc_trigger, .acc_trigger2 {
    background: url(../jpg/collapsible-panel.jpg) no-repeat;
    height: 37px;
    line-height: 37px;
    width: 887px;
    float: left;
    margin: 1px;
    cursor: pointer;
    font-weight: bold;
}

div.active {
    background-position: left bottom;
}

.acc_container, .acc_container2 {
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
    width: 887px;
    clear: both;
}

.tabmenuBox .menu {
    color: #272727;
    height: 30px;
    width: 100%;
}

#tabsholder ul, #tabsholder2 ul {
    padding: 0;
    margin: 0;
}

.tabmenuBox .menu li, #tabsholder li, #tabsholder2 li {
    display: inline;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    height: 30px;
    float: left;
}

    .tabmenuBox .menu li a,
    #tabsholder li,
    #tabsholder2 li {
        color: #FFFFFF;
        padding: 0 10px 0 10px;
        text-decoration: none;
        background-color: #666;
        line-height: 30px;
        display: block;
    }

        #tabsholder li a, #tabsholder2 li a {
            color: #FFFFFF;
        }

        .tabmenuBox .menu li a.tabactive,
        #tabsholder ul.tabs li.current,
        #tabsholder2 ul.tabs li.current {
            background: #7dbd02;
        }

        .tabmenuBox .menu li a:hover,
        #tabsholder ul.tabs li:hover,
        #tabsholder2 ul.tabs li:hover {
            background: #999999;
        }

.tabmenuBox #tabcontent1,
.tabmenuBox #tabcontent2,
#tabsholder .tabscontent,
#tabsholder2 .tabscontent {
    border: 1px solid #CCC;
    ;
    width: 90%;
    text-align: left;
    padding: 6px;
    font-size: 12px;
    margin-bottom: 5px;
    color: #2b2d2f;
}

#tabsholder2 .tabscontent,
#tabsholder .tabscontent {
    display: none;
}



/*tabsholder class for database driven elearning page.*/
.tabsholder ul {
    padding: 0;
    margin: 0;
}

.tabmenuBox .menu li, .tabsholder li {
    display: inline;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    height: 30px;
    float: left;
}

    .tabmenuBox .menu li a,
    .tabsholder li {
        color: #FFFFFF;
        padding: 0 10px 0 10px;
        text-decoration: none;
        background-color: #666;
        line-height: 30px;
        display: block;
    }

        .tabsholder li a {
            color: #FFFFFF;
        }

        .tabmenuBox .menu li a.tabactive,
        .tabsholder ul.tabs li.current {
            background: #7dbd02;
        }

        .tabmenuBox .menu li a:hover,
        .tabsholder ul.tabs li:hover {
            background: #999999;
        }

.tabmenuBox #tabcontent1,
.tabmenuBox #tabcontent2,
.tabsholder .tabscontent {
    border: 1px solid #CCC;
    width: 90%;
    text-align: left;
    padding: 6px;
    font-size: 12px;
    margin-bottom: 5px;
    color: #2b2d2f;
}

.tabsholder .tabscontent {
    display: none;
}

/*tabsholder class ends for database driven elearning page.*/


.elearnTable td, .elearnTable th {
    padding: 5px;
    border: 1px solid #CCC;
}

.elearnTable a {
    color: #060;
    text-decoration: underline;
}


.SearchCourUnt table input {
    font-size: 14px;
    width: 230px;
}

.courseunitlistBox table td, .courseunitlistBox table th {
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
}

    .courseunitlistBox table th.UnName {
        width: 600px;
    }

.courseunitlistBox table td {
    margin: 0 5px 0 5px;
}

    .courseunitlistBox table td a {
        color: #669301;
        text-decoration: underline;
    }

.elearnTab {
    width: 240px;
    height: 30px;
    line-height: 30px;
}

    .elearnTab div {
        padding-left: 10px;
    }
/*  ------Elearning ---ends */


/* Elearning  Course Unit ----- New Styles Created on 7/06/2013 */

.bannerElearningUnit {
    background-image: url(../jpg/individual-course-units-by-elearning.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
}

.line-height35 {
    line-height: 35px;
}

.courseUnitpageTable table th, .courseUnitpageTable table td {
    border: #e3e4e2 solid 1px;
    border-collapse: collapse;
    vertical-align: top;
    padding: 8px;
}

.courseUnitpageTable table th {
    vertical-align: top;
    text-align: left;
    padding: 10px;
    background-color: #93cf0b;
    color: #333333;
}

.graybarslog {
    width: 570px;
    height: 90px;
}

    .graybarslog div {
        padding-top: 35px;
        padding-left: 10px;
    }

.whitebg {
    background-color: #FFFFFF;
}

.greenBox192x90 {
    width: 192px;
    height: 90px;
    margin: 0 5px 0 0;
    line-height: 22px;
}

.underline {
    text-decoration: underline;
}

.enrollNow:hover {
    background-color: #666666;
    color: #fff;
}
/* Elearning  Course Unit -----Ends */


/* Qualification page  ----- New Styles Created on 7/06/2013 */



.tabmenuBox .menu li a,
#tabsholder ul.tabs li,
#tabsholder2 ul.tabs li {
    cursor: pointer;
}
/* Qualification page  ----- ends */

/* qualification created 6/29/2013 */

.qualificationElearn {
    background-image: url(../jpg/complete-qualification-by-elearning.jpg) !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    height: 120px !important;
}

.quaTopSubBx {
    background-image: url(../jpg/pdtraining-qualification-top-title.jpg) !important;
    background-repeat: no-repeat !important;
    width: 753px !important;
    height: 58px !important;
}

    .quaTopSubBx table {
        width: 100% !important;
        float: left !important;
        clear: both !important;
    }

    .quaTopSubBx .td1st,
    .quaTopSubBx .td3rd,
    .quaTopSubBx .td4th {
        width: 185px !important;
    }

    .quaTopSubBx .td1st {
        padding-left: 30px !important;
        color: #fff !important;
        font-size: 15px !important;
    }

    .quaTopSubBx .td2nd {
        width: 200px !important;
        color: #fff !important;
        font-size: 15px !important;
    }

        .quaTopSubBx .td2nd > div {
            padding-top: 5px !important;
            width: 180px !important;
        }

    .quaTopSubBx .td3rd {
        padding-left: 20px !important;
        text-align: center !important;
        color: #fff !important;
        font-size: 15px !important;
    }

    .quaTopSubBx .td4th {
        padding-right: 30px !important;
        text-align: center !important;
        color: #fff !important;
        font-size: 15px !important;
    }

.qualification-content-bx-bg {
    background-image: url(../jpg/qualification-content-bx-bg.jpg) !important;
    background-repeat: no-repeat !important;
    width: 911px !important;
    height: 274px !important;
    margin-left: 33px !important;
}

    .qualification-content-bx-bg .quamaintext {
        width: 546px !important;
    }

        .qualification-content-bx-bg .quamaintext p {
            padding: 0px 5px 0 10px !important;
            font-size: 1.4rem !important;
        }

    .qualification-content-bx-bg .quamainimg {
        width: 353px !important;
    }

        .qualification-content-bx-bg .quamainimg img {
            padding: 10px 5px 0 0 !important;
        }

    .qualification-content-bx-bg .quamaintext h2 {
        margin: 10px !important;
    }

/* qualification  ends */

.paddingleft50 {
    padding-left: 50px;
}

.elarnUnitTopBx {
    background-image: url(../jpg/elearning-easy-convenient.jpg);
    background-repeat: no-repeat;
    width: 463px;
    height: 150px;
    position: absolute;
    z-index: 100;
    top: 110px;
    right: 10px;
}

.relativePos {
    position: relative;
}

.enrollTopBx_ElearUnit {
    padding-left: 60px;
}

.enrollTopBx2_ElearUnit {
    padding-left: 90px;
}

.elearntxtimg {
    width: 600px;
}

.elearnEasyGrayBx {
    background-image: url(../jpg/elearning-easy-bg.jpg);
    height: 112px;
    width: 980px;
    background-repeat: no-repeat;
}

.greenColBright {
    color: #91ce50;
}

.graybarslogbx {
    width: 355px;
    padding-left: 20px;
}

    .graybarslogbx div {
        padding-top: 35px;
        padding-left: 10px;
    }

.greenlinedivider {
    background-color: #93cf0b;
    height: 1px;
    margin: 0 auto;
    width: 700px;
}

.line-height26 {
    line-height: 26px;
}
/* Elearning Unit ends */

/* FormView */
.FVTbl {
    border: solid 1px Gray !important;
}

    .FVTbl > tbody > tr > td {
        border-bottom: solid 1px #CCCCCC !important;
    }

.DS1 td {
    border-bottom: none !important;
}

.DS2 td {
    border-bottom: none !important;
}

.DS1 .DL1 {
    font-weight: 300;
    font-size: 1.1em;
    color: #333300;
    margin-top: 10px;
    background-color: #E8E8E8;
}

.DS2 .DL2 {
    font-weight: 300;
    background-color: #E6F2FF;
    font-size: 1.1em;
    color: #333300;
    margin-top: 10px;
}

.DL1 {
    font-weight: 600;
    background-color: #E8E8E8;
}

.DL2 {
    font-weight: 600;
    background-color: #E6F2FF;
}

.inputList label {
    display: inline-table;
}

#contactdiv {
    margin-left: 4.4%;
    float: left;
    position: relative;
}

.bookingsmain {
    padding: 10px;
    width: 98%;
}
/*FormView Ends*/



/* Elearning Unit updated 6/27/2013 */

.paddingleft50 {
    padding-left: 50px;
}

/*.elarnUnitTopBx
{
    background-image: url(../images/eLearning-easy-&-convenient.jpg);
    background-repeat: no-repeat;
    width: 463px;
    height: 150px;
    position: absolute;
    z-index: 10000;
    top: 110px;
    right: 10px;
}*/

.relativePos {
    position: relative;
}

.enrollTopBx_ElearUnit {
    padding-left: 60px;
}

.enrollTopBx2_ElearUnit {
    padding-left: 90px;
}

.elearntxtimg {
    width: 600px;
}

.elearnEasyGrayBx {
    background-image: url(../jpg/elearning-easy-bg.jpg);
    height: 112px;
    width: 980px;
    background-repeat: no-repeat;
}

.greenColBright {
    color: #91ce50;
}

.graybarslogbx {
    width: 355px;
    padding-left: 20px;
}

    .graybarslogbx div {
        padding-top: 35px;
        padding-left: 10px;
    }

.greenlinedivider {
    background-color: #93cf0b;
    height: 1px;
    margin: 0 auto;
    width: 700px;
}

.line-height26 {
    line-height: 26px;
}

/* sales aptitude Test course -- styles created  7/4/2013 */

.text_center, .txt-center {
    text-align: center;
}


.paddingleft40 {
    padding-left: 40px;
}

.sales-aptitude-banner {
    background-image: url(../jpg/pdtraining-sales-aptitude-test-banner.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 141px;
}

.salesAptitudeTopText {
    width: 900px;
    height: auto;
    clear: both;
}

    .salesAptitudeTopText .text2coldiv {
        width: 550px;
    }

    .salesAptitudeTopText .image2coldiv {
        width: 350px;
    }

.salescyle-lable {
    background-image: url(../jpg/sales-cycle-analytics-lablebg.jpg);
    background-repeat: no-repeat;
    width: 324px;
    height: 48px;
    line-height: 48px;
}

    .salescyle-lable > div {
        text-align: right;
        padding-right: 20px;
    }

ul.salescycleLists, ul.salesCoachDevRep_list {
    line-height: 1.7em;
    list-style: url(../jpg/plane-icon-small.jpg) !important;
    padding: 0px 0px 0px 30px;
    margin: 0;
    font-size: 14px;
}

.borderRight1px {
    border-right: 1px solid #cecece;
}

.coachingTool {
    background-image: url(../jpg/coachingtool-lablebg.jpg);
    width: 325px;
    height: 48px;
    background-repeat: no-repeat;
    line-height: 48px;
}

    .coachingTool > div {
        text-align: right;
        padding-right: 30px;
    }

.Recruitment_Selection_Aid .RecruitSelectAid_title {
    background-image: url(../png/pdtraining-recruitment-selection-aid-labelbg.png);
    background-repeat: no-repeat;
    width: 519px;
    height: 115px;
    position: absolute;
    margin-left: 3px;
}

    .Recruitment_Selection_Aid .RecruitSelectAid_title > div {
        text-align: right;
        line-height: 42px;
        padding-right: 20px;
    }

.spacer {
    padding: 10px 0 0px 0;
    clear: both;
}

.RecruitSelectAid_text {
    padding: 30px 0 0 110px;
}

.nav-arrows {
    cursor: hand;
}

.badSaleHire-label {
    background-image: url(../jpg/graydarklabelbg282px.jpg) !important;
    background-repeat: no-repeat;
    width: 282px !important;
    height: 31px !important;
    line-height: 31px !important;
}

    .badSaleHire-label label {
        line-height: 31px !important;
        text-align: left !important;
        padding-left: 10px !important;
        font-size: 16px !important;
    }

.badsales-leftTab {
    width: 415px;
}

.badsales-rightTab {
    width: 510px;
    margin-left: 5px;
}

    .badsales-leftTab table, .badsales-rightTab table {
        background-color: #4e4e4e !important;
        color: #FFF !important;
    }

.badsales-leftTab tr th {
    color: #FFF !important;
}

.badsales-leftTab tr td {
    color: #FFF !important;
}

.badsales-rightTab tr td {
    color: #FFF !important;
}

.badsales-rightTab tr th {
    color: #FFF !important;
}

.badsales-leftTab tr td, .badsales-rightTab tr td {
    border-right: 1px solid #999;
}

.badsales-leftTab tr:nth-child(even), .badsales-rightTab tr:nth-child(even) {
    background: #636363 !important;
    background-image: none !important;
    color: #FFF !important;
}

.salesCoachDevRep_label {
    background-image: url(../jpg/graydarklabelbg481px.jpg);
    background-repeat: no-repeat;
    width: 481px;
    height: 41px;
    line-height: 41px;
}

    .salesCoachDevRep_label > div {
        padding-left: 10px;
    }

.salesCoachDevRep_list {
    width: 320px;
}

.Related-Training-Courses {
    padding: 10px 0 0 45px;
}

    .Related-Training-Courses ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .Related-Training-Courses ul li {
            float: left;
            width: 195px;
            height: 192px;
            position: relative;
            margin: 0 10px 0 15px;
            background-repeat: no-repeat;
        }

.hover-bluePoint {
    position: absolute;
    right: 12px;
    bottom: 21px;
    display: none;
}

.Related-Training-Courses ul li:hover .hover-bluePoint {
    display: block;
}

.Related-Training-Courses ul li span {
    padding-top: 163px;
    display: block;
}

.Related-Training-Courses ul li.firstLi {
    background-image: url(../jpg/pdtraining-callcenter-sales-training.jpg);
}

.Related-Training-Courses ul li.secondLi {
    background-image: url(../jpg/pdtraining-overcoming-sales-objections.jpg);
}

.Related-Training-Courses ul li.thirdLi {
    background-image: url(../jpg/pdtraining-retail-sales-training.jpg);
}

.Related-Training-Courses ul li.fourthLi {
    background-image: url(../jpg/pdtraining-sales-training.jpg);
}

.contactUsIconBar {
    background-image: url(../jpg/contactus-graybar.jpg);
    background-repeat: no-repeat;
    width: 404px;
    height: 37px;
    margin-left: 300px;
    line-height: 37px;
}

.contactusboxBottom {
    background-image: url(../jpg/salesaptitude-bottom-contactbar.jpg);
    background-repeat: no-repeat;
    width: 687px;
    height: 142px;
    margin-left: 140px;
}

/* Sucessful Leadership development course -- styles created  7/3/2013 */
.sucessLead-course-infoBox {
    background-image: url(../png/pdtrainng-succesfillead-courseinfobox.png);
    background-repeat: no-repeat;
    height: 93px;
    width: 245px;
    position: absolute;
    right: 20px;
    top: 90px;
}

    .sucessLead-course-infoBox img {
        padding-right: 0px;
    }

ul.sucessLead-Li-infoBox {
    list-style: url(../jpg/booking-options-icon.jpg);
    padding: 0 0 0 40px;
    margin: 0;
    font-size: 14px;
}

.sucessLead-Li-infoBox li {
    margin-bottom: 0px;
}

.sucessLead-list-of-course ul {
    margin: 0;
    padding: 0 0 0 70px;
    list-style: none;
}

    .sucessLead-list-of-course ul li {
        float: left;
        line-height: 1.3em;
        margin: 0 5px 0 5px;
    }

        .sucessLead-list-of-course ul li.firstLi {
            background-image: url(../jpg/pdtraining-leadershipskills-bg.jpg);
            background-repeat: no-repeat;
            width: 263px;
            height: 85px;
        }

            .sucessLead-list-of-course ul li.firstLi div {
                padding: 20px 0 0 43px;
            }

        .sucessLead-list-of-course ul li.secondLi {
            background-image: url(../jpg/pdtraining-communicationskills-bg.jpg);
            background-repeat: no-repeat;
            width: 263px;
            height: 85px;
        }

            .sucessLead-list-of-course ul li.secondLi div {
                padding: 13px 15px 0 0px;
                text-align: center;
            }

        .sucessLead-list-of-course ul li.thirdLi {
            background-image: url(../jpg/pdtraining-emotionalintelligence-bg.jpg);
            background-repeat: no-repeat;
            width: 263px;
            height: 85px;
        }

            .sucessLead-list-of-course ul li.thirdLi div {
                padding: 13px 20px 0 0px;
                text-align: center;
            }

/* Sucessful Leadership development course End here */

/* Emerging Leadership development course -- styles created  7/3/2013 */
.emergLead-course-infoBox {
    background-image: url(../png/pdtraining-emergingleadr-courseinfobox.png);
    background-repeat: no-repeat;
    height: 89px;
    width: 302px;
    position: absolute;
    right: 20px;
    top: 90px;
}

    .emergLead-course-infoBox img {
        padding-right: 15px;
    }

.emergLead-list-of-course ul {
    margin: 0;
    padding: 0 0 0 130px;
    list-style: none;
}

    .emergLead-list-of-course ul li {
        float: left;
        line-height: 1.3em;
        text-align: center;
        margin: 0 5px 0 5px;
    }

        .emergLead-list-of-course ul li.firstLi {
            background-image: url(../jpg/supervisor-listbg.jpg);
            background-repeat: no-repeat;
            width: 187px;
            height: 53px;
            line-height: 53px;
        }

        .emergLead-list-of-course ul li.secondLi {
            background-image: url(../jpg/communication-skills-listbg.jpg);
            background-repeat: no-repeat;
            width: 217px;
            height: 53px;
            line-height: 53px;
        }

        .emergLead-list-of-course ul li.thirdLi {
            background-image: url(../jpg/emotional-intelligence-litsbg.jpg);
            background-repeat: no-repeat;
            width: 265px;
            height: 53px;
            line-height: 53px;
        }


/* Emerging Leadership development course End here */

/* Seo - Strategy development course -- styles created  7/3/2013 */
.Seo-lead-emerg-banner {
    width: 100%;
    height: 165px;
    background-image: url(../jpg/pdtraining-seo-leadership-banner.jpg);
    background-repeat: no-repeat;
}

.graydarker {
    background-color: #323a45;
}

.graydarker2 {
    background-color: #535353;
}

.seo-course-infoBox {
    background-image: url(../png/pdtraining-seo-strategy-courseinfo.png);
    background-repeat: no-repeat;
    width: 267px;
    height: 77px;
    position: absolute;
    right: 20px;
    top: 77px;
}

    .seo-course-infoBox img {
        padding-right: 10px;
    }

.longgreenBox {
    background-image: url(../jpg/pdtraining-seo-strategy-subhead.jpg);
    background-repeat: no-repeat;
    width: 980px;
    height: 47px;
}

    .longgreenBox h4 {
        margin: 0;
        padding: 0;
    }

        .longgreenBox h4 div {
            margin: 0;
            padding: 7px 0 0 0;
        }

.seo-list-of-course {
    background-image: url(../jpg/pdtraining-seo-strategy-course-list.jpg);
    background-repeat: no-repeat;
    height: 128px;
    width: 980px;
}

    .seo-list-of-course ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .seo-list-of-course ul li {
            float: left;
            line-height: 1.3em;
        }

            .seo-list-of-course ul li.firstLi {
                padding: 30px 0 0 83px;
            }

            .seo-list-of-course ul li.secondLi {
                padding: 50px 0 0 45px;
            }

            .seo-list-of-course ul li.thirdLi {
                padding: 50px 0 0 50px;
            }

            .seo-list-of-course ul li.fourthLi {
                padding: 40px 0 0 55px;
            }
/* Seo - Strategy development course -- styles End */

/*pricing-for-talent-management-and-personality-profiling-- styles created 7/10/2013 Here */
.pric-talMang-topBanner {
    background-image: url('../jpg/pricing-for-talent-management-and-personality-profiling-banner.jpg');
    background-repeat: no-repeat;
    width: 980px;
    height: 192px;
}

    .pric-talMang-topBanner h1 {
        padding-top: 30px;
    }

    .pric-talMang-topBanner .div2coltext {
        margin-top: 35px;
    }

    .pric-talMang-topBanner .div2colimg > div {
        margin: 23px 0 0 40px;
    }

.three-cols-ptmpp {
    background-image: url('../jpg/pricing-for-talent-management-and-personality-profiling-3colsbox.jpg');
    background-repeat: no-repeat;
    width: 883px;
    height: 467px;
}

.divbox292px {
    width: 292px;
}

.three-cols-ptmpp .divbox292px {
    padding-top: 40px;
}

.ul-SquareIcon {
    list-style: square;
}

.blueCol {
    color: #3f81c6;
}

.divbox480px {
    width: 480px;
}

.greenBox-2Shadows {
    background-image: url('../jpg/greenbox-2shadeshdw.jpg');
    width: 593px;
    height: 186px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.PricetalentMangmentBox table td {
    font-size: 14px;
}

.div2coltext {
    width: 700px;
}

.div2colimg {
    width: 280px;
}

/*pricing-for-talent-management-and-personality-profiling-- styles Ends */
.div320px {
    width: 320px;
}

.trainRoomInfoBox {
    background-image: url('../png/it-and-seminar-training-room-hire-courseinfobox.png');
    width: 142px;
    height: 168px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 3px;
}

.greenBorder1px {
    border: 1px solid #92CF08;
}

.arrow-greenSmallIcon2, .arrow-greenSmallIcon {
    position: absolute;
    bottom: 107px;
    left: 10px;
}

.div2coltext {
    width: 700px;
}

.div2colimg {
    width: 280px;
}

.greenVeryBrightCol {
    color: #93cf0b;
}

.contact-ithireroom {
    width: 560px;
    margin: 0 auto;
}

.istrhireUL li {
    list-style: circle;
    line-height: 22px !important;
    margin: 0;
}
/* it-and-seminar-training-room-hire  -- styles Ends Here */



/* training--room hire brisbane  -- styles created 7/8/2013 Here */
.train-room-hire-brisbane-Banner {
    background-image: url('../jpg/training-room-hire-brisbane-banner.jpg');
    width: 980px;
    height: 144px;
    background-repeat: no-repeat;
}

.trainRoomBrisbaneInfoBox {
    background-image: url('../png/training-room-hire-brisbane-infobox.png');
    width: 173px;
    height: 118px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 60px;
}

.train-room-hire-brisbane-subhead {
    background-image: url('../jpg/training-room-hire-brisbane-subhead-bg.jpg');
    background-repeat: no-repeat;
    width: 750px;
    height: 32px;
    line-height: 32px;
}

    .train-room-hire-brisbane-subhead > div {
        padding-left: 10px;
    }

.origamiBg {
    background-image: url('../png/origami-graphicbg.png');
    width: 164px;
    height: 135px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.origamiBox ul.checkiconlist li {
    line-height: 24px;
    margin: 0;
}

.divcol395px {
    width: 395px;
}

.margin2px {
    margin: 2px;
}

.divcol560px {
    width: 560px;
}

.origamiBox > p {
    width: inherit;
    padding: 50px 0 0 70px;
}

.origamiBox ul {
    padding: 50px 0 0 90px;
}

    .origamiBox ul + div, .origamiBox ul + div {
        padding: 0px 0 0 90px;
    }

.label-bar-darkgray {
    background-image: url('../jpg/darkgray-labelbar.jpg');
    background-repeat: no-repeat;
    width: 503px;
    height: 59px;
    line-height: 40px;
}

.paddingLeft-10px {
    padding-left: 10px;
}

.checkiconlist {
    list-style: url('../jpg/checked.jpg');
}

.Bri-train-roomPicBox .label-bar-darkgray {
    background-position: right top;
    width: 350px;
}

.pdt-btrh-gallerImg {
    margin: 0 6px 10px 6px;
}

.btrh-text {
    margin-top: -33px;
    width: 312px;
    text-align: center;
}

.Brk-out-Area .label-bar-darkgray {
    background-position: right top;
    width: 230px;
}

.btrLocation .label-bar-darkgray {
    background-position: right top;
    width: 330px;
}

.brth-Locbg {
    background-image: url('../jpg/btrh-locbg.jpg');
    background-repeat: no-repeat;
    width: 791px;
    height: 158px;
    margin: 0 auto;
}

/* training--room hire brisbane  -- styles ends Here */

/*it-training-room-hire-brisbane-- styles created 7/9/2013 Here */

.it-training-room-brisBanner {
    background-image: url('../jpg/it-training-room-hire-brisbane-banner.jpg');
    background-repeat: no-repeat;
    height: 141px;
    width: 980px;
}

    .it-training-room-brisBanner h1, .it-training-room-brisBanner h2 {
        margin: 0;
        padding: 10px 0 0 0;
    }

    .it-training-room-brisBanner .div2colimg > div {
        padding: 20px 0 0 90px;
    }

.grayGreenSlopeBg {
    background-image: url('../jpg/gray-green-slopedesignbg.jpg');
    background-repeat: no-repeat;
    width: 945px;
    height: 394px;
    margin-left: 15px;
}

.grayBox260px {
    width: 260px;
}

.greenboxtxt280px {
    width: 280px;
}

.greenboxImg360px {
    width: 360px;
}

.greenishdark {
    background-color: #427105;
}

.piniconlist {
    list-style-image: url('../png/pinlisticon.png');
    margin: 10px 0 0 5px;
    padding: 0 0 0 20px;
}

.graytitleBarInMid {
    background-image: url('../jpg/graytitlebarinmid.jpg');
    background-repeat: no-repeat;
    width: 860px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
}

.bluetitleBar980px {
    background-image: url('../jpg/bluetitlebar980px.jpg');
    background-repeat: no-repeat;
    width: 980px;
    height: 54px;
    line-height: 54px;
}

.bris-it-Pictures {
    width: 430px;
    margin: 0 10px 0 10px;
}

.bris-it-imagesTxt {
    position: absolute;
    left: 2px;
    top: 148px;
}

.threeimgblocks {
    background-image: url('../jpg/three-flip-imgbloks.jpg');
    background-repeat: no-repeat;
    width: 865px;
    height: 265px;
}

.divbox190px {
    width: 190px;
}

.divbox220px {
    width: 220px;
}
/* it-training-room-hire-brisbane -- styles  ends */

/*cpd-member-management-solutions page-- styles created 7/24/2013 Here */
.cpd-masthead {
    background-image: url(../jpg/cpd-masthead-background.jpg);
    background-repeat: no-repeat;
    width: 980px;
    height: 300px;
}

.cpd-toprightBox .text1box {
    padding-top: 19px;
    padding-left: 15px;
}

.cpd-toprightBox .text2box {
    padding-top: 15px;
    padding-right: 18px;
    text-align: right;
}

.cpd-toprightBox .text3box {
    padding-top: 15px;
    padding-left: 7px;
}

.curveGreenBar .cpd-curvetitle {
    margin-left: 110px;
}

.curveGreenBar {
    background-image: url(../jpg/curvegreenbar.jpg);
    height: 853px;
    height: 43px;
    background-repeat: no-repeat;
    line-height: 30px;
}

    .curveGreenBar > div {
        padding-left: 110px;
    }

.row3colors {
    background-image: url(../jpg/row3colors.jpg);
    background-repeat: no-repeat;
    width: 980px;
    height: 205px;
}

.cpd-3colortable td, .cpd-3colortable tr {
    color: #fff;
    font-size: 16px;
    background: none !important;
}

.cpd-3colortable td {
    height: 50px;
}

.column2withLabel {
    background-image: url(../jpg/columns2withlabel.jpg);
    background-repeat: no-repeat;
    width: 903px;
    height: 396px;
}

.column2LabelTitle {
    padding-top: 15px;
    padding-left: 15px;
}

ul.planeListIcon {
    list-style: url(../jpg/plane-icon-small.jpg) !important;
    line-height: 22px;
}

.column2withLabel666px {
    background-image: url(../jpg/columns2withlabel666px.jpg);
    background-repeat: no-repeat;
    height: 388px;
    width: 666px;
}

.actionBtn_green {
    background-image: url(../jpg/actionbutton_green.jpg);
    width: 140px;
    height: 35px;
    background-repeat: no-repeat;
    line-height: 33px;
}

.cpd-demoLog {
    margin: -6px 0 0 0;
}

.actionBtn_greenAbPos {
    position: absolute;
    bottom: 16px;
    right: 40px;
}

.cp-contactUsbg {
    background-image: url(../jpg/cpd-contactus-bg.jpg);
    width: 587px;
    height: 216px;
    background-repeat: no-repeat;
    margin-left: 20%;
}
/*cpd-member-management-solutions page-- Ends  Here */


/*Emotional Intelligence page css*/
.group-btn {
    background-image: url("../gif/group-training-button.gif");
    width: 180px;
    height: 60px;
    background-repeat: no-repeat;
    text-align: center;
    margin-right: 3px;
}

.individual-btn {
    background-image: url("../gif/individual-training-button.gif");
    width: 136px;
    height: 60px;
    background-repeat: no-repeat;
    text-align: center;
}

    .group-btn > a span,
    .individual-btn > a span {
        display: block;
        padding-left: 30px;
        padding-top: 1px;
    }

    .group-btn a, .individual-btn a {
        color: #fff;
        font-weight: bold;
        font-size: 15px;
    }

.tabletTabList li {
    background: none !important;
    padding-left: 0px !important;
}

.tabletTabList table td.tabletTabListtd {
    padding: 0 0 0 10px;
    font-size: 12px;
    line-height: 1.1em;
}

.nice.tabs dd a.active.userIcon {
    background: url(../png/usericon.png) no-repeat scroll 10px 12px #FFFFFF;
    padding-left: 30px !important;
}

.nice.tabs dd a.public-classes-icon {
    padding-left: 30px !important;
    background: #888888 url(../png/public-classes-icon.png) no-repeat 10px 12px;
}

.nice.tabs dd a.inhouse-training-icon {
    padding-left: 30px !important;
    background: #888888 url(../png/inhouse-training-icon.png) no-repeat 10px 12px;
}

.nice.tabs dd a.active.groupIcon {
    background: url("../png/groupicon.png") no-repeat scroll 10px 12px #FFFFFF;
    padding-left: 30px !important;
}

table.tab-tables-content th {
    font-size: 20px;
    text-align: center;
    border: none;
}

table.tab-tables-content th, table.tab-tables-content td {
    background: white;
}

table.tab-tables-content td {
    border: 1px solid #ccc;
    font-size: 14px;
}

    table.tab-tables-content td div {
        margin: 4px 0;
    }

    table.tab-tables-content td > a {
        color: #282828;
        font-size: 14px;
        display: block;
        margin: 0 2px;
        text-decoration: underline;
    }

    table.tab-tables-content td table td small {
        font-size: 9px;
    }

    table.tab-tables-content td table td {
        text-align: center;
        border: none;
        line-height: 10px;
    }

.nice.tabs-content {
    padding: 16px !important;
}

.orangeCol {
    color: #ff8a00;
}


/*Emotional Intelligence page css ends*/
/* DIfference Page */
.title-bg-shadow-465px {
    background-image: url(../jpg/pdtraining-title-bg-with-shadow-465px.jpg);
    background-repeat: no-repeat;
    width: 465px;
    height: 43px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.courseSessions ul li {
    line-height: 15px !important;
}

.gray-light-block-bg {
    background-image: url(../jpg/gray-light-block-bg.jpg);
    width: inherit;
    height: 337px;
    background-repeat: no-repeat;
}

ul.ei-tailoredLocation {
    list-style: none;
}

    ul.ei-tailoredLocation li {
        float: left;
        margin: 0 20px;
    }

        ul.ei-tailoredLocation li a:hover .greenDarkCol {
            color: #449538;
            text-decoration: underline;
        }

        ul.ei-tailoredLocation li a:hover .blueDarkCol {
            color: #2ca7d2;
            text-decoration: underline;
        }

        ul.ei-tailoredLocation li a:hover .orangeDarkCol {
            color: #faa31b;
            text-decoration: underline;
        }

.greenDarkCol {
    color: #16772e;
}

.blueDarkCol {
    color: #006788;
}

.orangeDarkCol {
    color: #c56717;
}

#course li.noListStyle {
    background: none;
}

.graytitle-transparent {
    background-image: url(../png/graybg-title-transparent-754px.png);
    background-repeat: no-repeat;
    width: 754px;
    height: 38px;
    margin: 0 auto;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

.grayBgBox-small {
    background-image: url(../jpg/graybgbox-small.jpg);
    width: 249px;
    height: 149px;
    background-repeat: no-repeat;
    padding-top: 10px;
}

.grayBgBox-small-transp {
    background-image: url(../png/graybgbox-small.png);
    width: 249px;
    height: 149px;
    background-repeat: no-repeat;
    padding-top: 10px;
}

ul.playpngList li {
    list-style-image: url(../png/play-icon-transparent.png) !important;
    line-height: 22px;
    background: none !important;
}

.arrow-stroke-icon td {
    font-size: normal;
}

.tailor-quote {
    background-image: url(../jpg/tailor-quote.jpg);
    width: 355px;
    background-repeat: no-repeat;
    height: 119px;
    margin: 10px auto 0px auto;
    box-shadow: 1px 1px 2px #bebebe;
    -o-box-shadow: 1px 1px 2px #bebebe;
    -webkit-box-shadow: 1px 1px 2px #bebebe;
    -ms-box-shadow: 1px 1px 2px #bebebe;
    -moz-box-shadow: 1px 1px 2px #bebebe;
}

    .tailor-quote > div {
        padding: 10px 0px 0 2px;
    }

        .tailor-quote > div + div {
            font-size: 15px;
            color: #4c4c4c;
            line-height: 24px;
        }

.chooseTrainLoc a {
    display: inline-block;
    width: 90%;
}

.chooseTrainLoc table td {
    padding: 4px;
    text-align: center;
}

.vert-align-mid {
    vertical-align: middle;
}

.ArialFont {
    font-family: arial;
}

.common_green_mastheadv2 {
    background-image: url(../jpg/common_green_mastheadv2.jpg);
    background-repeat: no-repeat;
    height: 141px;
    width: 100%;
}

.lean-six-sigma-faq-masthead {
    background-image: url(../jpg/lean-six-sigma-faq-masthead.jpg);
    background-repeat: no-repeat;
    height: 141px;
    width: 100%;
}

/* DIfference Page ends*/


/***** RESPONSIVE START ******/
@media only screen and (min-width: 897px) and (max-width: 979px) {
}

@media only screen and (min-width: 897px) and (max-width: 979px) {
}

@media only screen and (min-width: 768px) and (max-width: 897px) {

    .benefits_data {
        width: 100%;
    }

    .Vclassroom_data {
        width: 100%;
    }

    .desc_data {
        width: 100%;
    }

    .onlineILT {
        background-image: url(../jpg/online_instructorled_training.jpg);
        background-repeat: no-repeat;
        height: 112px;
        width: 100%;
        margin-top: -60px;
    }

        .onlineILT > div {
            line-height: 74px;
            font-size: 25px;
            padding-left: 80px;
        }

    .qualification-content-bx-bg {
        background-image: url(../jpg/qualification-content-bx-bg.jpg) !important;
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 274px !important;
        margin-left: 0px !important;
    }

    .sucessLead-course-infoBox {
        background-image: url(../png/pdtrainng-succesfillead-courseinfobox.png);
        background-repeat: no-repeat;
        height: 93px;
        width: 245px;
        position: relative;
        right: 0px;
        top: 0px;
    }

    .qualification-content-bx-bg .quamaintext {
        width: 100% !important;
    }

    .qualification-content-bx-bg .quamainimg {
        width: 100% !important;
    }


    .font32 {
        font-size: 30px !important;
    }

    .font38 {
        font-size: 32px !important;
    }

    .longgreenBox {
        background-image: none;
        background-repeat: no-repeat;
        width: 100%;
        height: 47px;
        color: black !important;
    }

    /* Seo - Strategy development course -- styles Start */

    .seo-list-of-course {
        background-image: none;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }

        .seo-list-of-course ul {
            padding: 0;
            margin: 0;
            list-style: none;
            width: 100%;
        }

            .seo-list-of-course ul li {
                float: left;
                line-height: 1.3em;
            }

                .seo-list-of-course ul li.firstLi {
                    padding: 20px 0 0 83px;
                    color: coral !important;
                }

                .seo-list-of-course ul li.secondLi {
                    padding: 40px 0 0 45px;
                    color: green !important;
                }

                .seo-list-of-course ul li.thirdLi {
                    padding: 40px 0 0 50px;
                    color: purple !important;
                }

                .seo-list-of-course ul li.fourthLi {
                    padding: 30px 0 0 55px;
                    color: gray !important;
                }
    /* Seo - Strategy development course -- styles End */


}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .benefits_data {
        width: 100%;
    }

    .Vclassroom_data {
        width: 100%;
    }

    .desc_data {
        width: 100%;
    }

    .onlineILT {
        background-image: url(../jpg/online_instructorled_training.jpg);
        background-repeat: no-repeat;
        height: 112px;
        width: 100%;
        margin-top: -60px;
    }

        .onlineILT > div {
            line-height: 74px;
            font-size: 25px;
            padding-left: 80px;
        }

    .qualification-content-bx-bg {
        background-image: url(../jpg/qualification-content-bx-bg.jpg) !important;
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 274px !important;
        margin-left: 0px !important;
    }

    .sucessLead-course-infoBox {
        background-image: url(../png/pdtrainng-succesfillead-courseinfobox.png);
        background-repeat: no-repeat;
        height: 93px;
        width: 245px;
        position: relative;
        right: 0px;
        top: 0px;
    }

    .qualification-content-bx-bg .quamaintext {
        width: 100% !important;
    }

    .qualification-content-bx-bg .quamainimg {
        width: 100% !important;
    }

    .contactBoxtop {
        position: relative;
        top: 0px;
        right: 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }

    .width690px {
        width: 100%;
    }

    .muda-cont {
        width: 100%;
    }

    .font16 {
        font-size: 1em !important;
    }

    .font24 {
        font-size: 1.1em !important;
    }

    .font26 {
        font-size: 1.4em !important;
    }

    .font32 {
        font-size: 28px !important;
    }

    .font38 {
        font-size: 1.6em !important;
    }

    .banner5S {
        background-image: url(../jpg/banner-sixsigma-980x120.jpg);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

    .emergLead-list-of-course ul {
        margin: 0;
        padding: 0 0 0 0px;
        list-style: none;
    }

    .emergLead-course-infoBox {
        background-image: none;
        background-repeat: no-repeat;
        height: 89px;
        width: 302px;
        position: relative;
        right: 20px;
        top: 1px;
    }

    .Seo-lead-emerg-banner {
        width: 100%;
        height: 165px;
        background-image: none;
        background-repeat: no-repeat;
    }

    .seo-course-infoBox {
        background-image: url(../png/pdtraining-seo-strategy-courseinfo.png);
        background-repeat: no-repeat;
        width: 267px;
        height: 77px;
        position: relative;
        right: 0px;
        top: 0px;
    }

    .longgreenBox {
        background-image: none;
        background-repeat: no-repeat;
        width: 100%;
        height: 47px;
        color: black !important;
    }

    .leftdivcol {
        width: 100%;
    }

    .rightdivcol {
        width: 100%;
    }

    .borderRight1px {
        border-right: 0px solid #cecece;
    }

    /* Seo - Strategy development course -- styles Start */

    .seo-list-of-course {
        background-image: none;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }

        .seo-list-of-course ul {
            padding: 0;
            margin: 0;
            list-style: none;
            width: 100%;
        }

            .seo-list-of-course ul li {
                float: left;
                line-height: 1.3em;
            }


                .seo-list-of-course ul li.firstLi {
                    padding: 0 0 0 0;
                    width: 100%;
                    color: coral !important;
                }

                .seo-list-of-course ul li.secondLi {
                    padding: 0 0 0 0;
                    width: 100%;
                    color: green !important;
                }

                .seo-list-of-course ul li.thirdLi {
                    padding: 0 0 0 0;
                    width: 100%;
                    color: purple !important;
                }

                .seo-list-of-course ul li.fourthLi {
                    padding: 0 0 0 0;
                    width: 100%;
                    color: gray !important;
                }
    /* Seo - Strategy development course -- styles End */
}

@media only screen and (min-width: 0px) and (max-width: 479px) {

    .benefits_data {
        width: 100%;
    }

    .Vclassroom_data {
        width: 100%;
    }

    .desc_data {
        width: 100%;
    }

    .onlineILT {
        background-image: url(../jpg/online_instructorled_training.jpg);
        background-repeat: no-repeat;
        height: 112px;
        width: 100%;
        margin-top: -60px;
    }

        .onlineILT > div {
            line-height: 74px;
            font-size: 25px;
            padding-left: 80px;
        }

    .qualification-content-bx-bg {
        background-image: url(../jpg/qualification-content-bx-bg.jpg) !important;
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 274px !important;
        margin-left: 0px !important;
    }

    .sucessLead-course-infoBox {
        background-image: url(../png/pdtrainng-succesfillead-courseinfobox.png);
        background-repeat: no-repeat;
        height: 93px;
        width: 245px;
        position: relative;
        right: 0px;
        top: 0px;
    }

    .qualification-content-bx-bg .quamaintext {
        width: 100% !important;
    }

    .qualification-content-bx-bg .quamainimg {
        width: 100% !important;
    }

    .contactBoxtop {
        position: relative;
        top: 0px;
        right: 0px;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier */
    }

    .width690px {
        width: 100%;
    }

    .muda-cont {
        width: 100%;
    }


    .font16 {
        font-size: 0.9em !important;
    }

    .font24 {
        font-size: 0.9em !important;
    }

    .font26 {
        font-size: 1em !important;
    }

    .font32 {
        font-size: 24px !important;
    }

    .font38 {
        font-size: 1em !important;
    }

    .banner5S {
        background-image: url(../jpg/banner-sixsigma-980x120.jpg);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

    .emergLead-list-of-course ul {
        margin: 0;
        padding: 0 0 0 0px;
        list-style: none;
    }

    .emergLead-course-infoBox {
        background-image: none;
        background-repeat: no-repeat;
        height: 89px;
        width: 302px;
        position: relative;
        right: 20px;
        top: 1px;
    }

    .Seo-lead-emerg-banner {
        width: 100%;
        height: 165px;
        background-image: none;
        background-repeat: no-repeat;
    }

    .seo-course-infoBox {
        background-image: url(../png/pdtraining-seo-strategy-courseinfo.png);
        background-repeat: no-repeat;
        width: 267px;
        height: 77px;
        position: relative;
        right: 0px;
        top: 0px;
    }

    .longgreenBox {
        background-image: none;
        background-repeat: no-repeat;
        width: 100%;
        height: 47px;
        color: black !important;
    }

    .leftdivcol {
        width: 100%;
    }

    .rightdivcol {
        width: 100%;
    }


    .borderRight1px {
        border-right: 0px solid #cecece;
    }

    /* Seo - Strategy development course -- styles Start */

    .seo-list-of-course {
        background-image: none;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }

        .seo-list-of-course ul {
            padding: 0;
            margin: 0;
            list-style: none;
            width: 100%;
        }

            .seo-list-of-course ul li {
                float: left;
                line-height: 1.3em;
            }

                .seo-list-of-course ul li.firstLi {
                    padding: 0 0 0 0;
                    width: 100%;
                    color: coral !important;
                }

                .seo-list-of-course ul li.secondLi {
                    padding: 0 0 0 0;
                    width: 100%;
                    color: green !important;
                }

                .seo-list-of-course ul li.thirdLi {
                    padding: 0 0 0 0;
                    width: 100%;
                    color: purple !important;
                }

                .seo-list-of-course ul li.fourthLi {
                    padding: 0 0 0 0;
                    width: 100%;
                    color: gray !important;
                }
    /* Seo - Strategy development course -- styles End */
}
/*  ends*/
