﻿.mainTest {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    text-align: center;
}

body {
    font-family: Calibri,Tahoma,verdena,arial;
    font-size: 12px;
}



.mastermain {
    width: 1000px;
    margin: 0px auto auto auto;
    height: 24px;
}

.masterContainer {
    top: 0px;
    position: absolute;
    width: 1000px;
    background-color: White;
}

.RepeatMain {
    float: left;
    position: relative;
    width: 100%;
}

.top_bar {
    width: 100%;
    height: 34px;
    float: left;
    background-image: url(images/top_bar_img.gif);
}

.RightCommon {
    float: right;
    width: auto;
    margin-right: 10px;
}

.leftCommon {
    float: right;
    width: auto;
    margin-left: 10px;
}

.SearchDiv {
    width: 370px;
    height: 32px;
    margin: 0 10px 0 0;
    float: left;
    background: url(images/top_search_bg.gif) no-repeat center;
    float: left;
}

.search_input {
    width: 182px;
    height: 18px;
    float: left;
    margin-top: 5px;
    border: 1px solid #dbdbdb;
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
}

.search_text {
    float: left;
    width: 110px;
    padding: 5px 10px 0 15px;
    color: #999999;
    font-weight: bold;
    font-size: 12px;
}

    .search_text a {
        text-decoration: none;
        color: #999999;
    }

.search_bt {
    float: left;
    padding: 2px 0 0 15px;
}

.languages {
    float: right;
    width: 150px;
    padding: 8px 0 0 0;
}

.lang_text {
    float: left;
    padding: 0 5px 0 0;
    margin: 5px 0 0 0;
    color: #b3adad;
}

a.lang {
    display: block;
    float: left;
    padding: 0 5px 0 5px;
    margin: 7px 0 0 0;
}

.lang .img {
    border: none;
}

.Header {
    float: left;
    width: 100%;
}

.headerleft {
    float: left;
    width: 284px;
    height: 160px;
    background: url(images/ClinimindLogo1.png) no-repeat 0 0;
}

.headerleft_txt {
    float: left;
    width: 284px;
    font-size: 9px;
    padding: 130px 0 20px 20px;
}

.headerright {
    float: left;
    width: 716px;
    background: url(images/RepeatLogo.png) repeat-x 0 0;
    height: 160px;
}

.headerright1 {
    float: left;
    width: 383px;
    height: 160px;
    text-align: center;
    background: #4d90fe;
}


.headerright2 {
    float: left;
    width: 220px;
    height: 160px;
    overflow: hidden;
}

.headerright3 {
    float: right;
    width: 113px;
    height: 160px;
}

.headerright1 span {
    color: #ffffff;
    display: none;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
}

#menu_tab {
    width: 100%;
    height: 50px;
    background-color: #fff;
}

.left_menu_corner {
    width: 9px;
    height: 50px;
    float: left;
    background: #ff8c3f;
    border-radius: 20px;
}

.center_menu_corner {
    width: 35px;
    height: 50px;
    float: left;
    background: url(images/menu_bg.gif) repeat-x;
}

.center_menu_corners {
    width: 35px;
    height: 50px;
    float: left;
    background: url(images/menu_bg.gif) repeat-x;
}

.right_menu_corner {
    width: 9px;
    height: 50px;
    float: left;
    background: #ff8c3f;
    border-radius: 20px;
}

.moreReviewDiv {
    float: left;
    width: 40%;
    height: 20px;
    margin-left: 5px;
    background-color: #4d90fe;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    border: 1px solid #3079ed;
    border-radius: 2px;
}

.writeReviewDiv {
    float: right;
    width: 93px;
    height: 20px;
    margin-right: 5px;
    background-position: left center;
    background-image: url('http://localhost:1038/ResponsiveCSSJS/pen_icon.png');
    background-repeat: no-repeat;
    background-color: #4d90fe;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    white-space: normal;
    border: 1px solid #3079ed;
    border-radius: 2px;
}

    .moreReviewDiv a, .writeReviewDiv a {
        cursor: pointer;
        color: White;
        text-decoration: none;
    }

    .moreReviewDiv:hover, .writeReviewDiv:hover {
        border: 1px solid #3A0075;
    }

.menu {
    background-position: center center;
    list-style-type: none;
    float: left;
    display: block;
    width: 980px;
    margin: 0px;
    padding: 0px;
    background: #ff8c3f;
}

    .menu li {
        display: inline;
        font-size: 11px;
        font-family: Verdana;
        line-height: 50px;
    }

li.menu li .divider {
    display: inline;
    width: 2px;
    height: 50px;
    float: left;
    background: url(images/menu_divider.gif) no-repeat center;
}

.menu ul li a:hover .submenu {
    z-index: 1;
    opacity: 1;
}

.submenu {
    width: 160%;
    padding: 5px 0px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: -1;
    opacity: 0;
    transition: opacity linear 0.15s;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    /*background:#2e2728;*/
}

    .submenu li {
        display: block;
        font-size: 16px;
    }

        .submenu li a {
            padding: 10px 30px;
            display: block;
        }

            .submenu li a:hover, .submenu .current-item a {
                background: #3e3436;
            }


.menuSTD {
    background-position: center center;
    list-style-type: none;
    float: left;
    display: block;
    width: 982px;
    margin: 0px;
    padding: 0px;
    background: url(images/menu_bg.gif) repeat-x;
}

    .menuSTD li {
        display: inline;
        font-size: 11px;
        font-family: Verdana;
        line-height: 50px;
    }

li.menuSTD li .divider {
    display: inline;
    width: 2px;
    height: 50px;
    float: left;
    background: url(images/menu_divider.gif) no-repeat center;
}

.eecontent {
    float: left;
    max-height: 510px;
    text-align: justify;
    white-space: normal;
    color: #666666;
    line-height: 1.75;
    width: 100%;
    overflow: auto;
}

.clnNew {
    width: 100%;
    text-align: center;
    float: left;
    display: none;
    color: olive;
}

.clnNewPlacement {
    width: 100%;
    text-align: center;
    float: left;
    display: none;
    color: olive;
}

.actHeader {
    display: none;
}

.act_Header {
    display: none;
}

.clsSitemap {
    float: left;
    width: 100%;
    background-color: #ededed;
    max-height: 400px;
    overflow: auto;
}

a.nav1:link, a.nav1:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 2px;
    height: 50px;
    text-decoration: none;
    background: url(images/Home_.png) no-repeat left;
    color: #000000;
    width: 34px;
}

a.navarti:link, a.navarti:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 2px;
    height: 50px;
    text-decoration: none;
    background: url('../icoartical.png') no-repeat left;
    color: #666666;
    width: 34px;
}

a.nav2:link, a.nav2:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 2px;
    height: 50px;
    text-decoration: none;
    background: url(images/icoAbout.png) no-repeat left;
    color: #666666;
    width: 60px;
}

a.nav3:link, a.nav3:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 2px;
    height: 50px;
    text-decoration: none;
    background: url(images/placements_.png) no-repeat left;
    color: #000000;
    width: 72px;
}

a.nav4:link, a.nav4:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 2px;
    height: 50px;
    text-decoration: none;
    background: url(images/course_.png) no-repeat left;
    color: #000000;
    width: 50px;
}

a.nav5:link, a.nav5:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 14px;
    height: 50px;
    text-decoration: none;
    background: url(images/user_add.png) no-repeat left;
    color: #666666;
    width: 115px;
}

a.nav6:link, a.nav6:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 14px;
    height: 50px;
    text-decoration: none;
    background: url(images/loginicon.png) no-repeat left;
    color: #666666;
    width: 35px;
}

a.nav7:link, a.nav7:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 14px;
    height: 50px;
    text-decoration: none;
    background: url(images/faq.png) no-repeat left;
    color: #666666;
}

a.nav71:link, a.nav71:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 14px;
    height: 50px;
    text-decoration: none;
    background: url(images/ppimg.jpg) no-repeat left;
    color: #666666;
    width: 179px;
}

a.nav701:link, a.nav701:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 14px;
    height: 50px;
    text-decoration: none;
    background: url(Images/videoicon.png) no-repeat left;
    color: #666666;
    width: 179px;
}

a.nav8:link, a.nav8:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 2px;
    height: 50px;
    text-decoration: none;
    background: url(images/contact_.png) no-repeat left;
    color: #000000;
    width: 66px;
}

a.nav9:link, a.nav9:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 2px;
    height: 50px;
    text-decoration: none;
    background: url(images/brouchure_.png) no-repeat left;
    color: #000000;
    margin-left: -4px;
    /*width: 175px;*/
}

a.na:link, a.na:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 2px;
    height: 50px;
    text-decoration: none;
    background: url(images/videoicon.png) no-repeat left;
    color: #666666;
    width: 175px;
}



a.nav93:link, a.nav93:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 2px;
    height: 50px;
    text-decoration: none;
    background: url(images/demo_.png) no-repeat left;
    color: #000000;
    width: 165px;
}

a.nav92:link, a.nav92:visited {
    display: block;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0 0 0 0px;
    height: 50px;
    text-decoration: none;
    color: #666666;
    width: 190px;
}

a.nav91:link, a.nav91:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 14px;
    height: 50px;
    text-decoration: none;
    background: url(images/pdficon.png) no-repeat left;
    color: #666666;
    width: 167px;
}

a.nav10:link, a.nav10:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 14px;
    height: 50px;
    text-decoration: none;
    background: url(images/mes.png) no-repeat left;
    color: #666666;
}

a.nav11:link, a.nav11:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 14px;
    height: 50px;
    text-decoration: none;
    background: url(images/back.png) no-repeat left;
    color: #666666;
}

a.nav12:link, a.nav12:visited {
    display: block;
    float: left;
    padding: 0px 8px 0px 22px;
    margin: 0 0 0 14px;
    height: 50px;
    text-decoration: none;
    background: url(images/IMG_10082011_104753.png) no-repeat left;
    color: #666666;
}

a.nav1:hover, a.nav2:hover, a.nav91:hover, a.nav3:hover, a.navarti, a.nav4:hover, a.nav5:hover, a.nav6:hover, a.nav7:hover, a.nav71:hover, a.nav8:hover, a.nav9:hover, a.na:hover, a.nav10:hover, a.nav11:hover, a.nav12:hover, a.nav701 {
    color: Green;
}

.crumb_navigation {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
}

.crumb_navigation2 {
    float: left;
    width: 100%;
    padding: 28px 0 1px 0px;
    background: url(images/Onlineaero1.png) no-repeat;
    background-position: top left;
    height: 35px; /* background-color: #66A0AA;*/
    background-color: #F5F5F5;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 0px;
}

.crumb_navigation .imgBullet {
    margin-left: 10px;
    background: url(images/navbullet.png) no-repeat left;
    width: 20px;
    height: 20px;
    float: left;
}

.crumb_navigation a {
    float: left;
    color: #0fa0dd;
    text-decoration: underline;
    font-size: 13px;
    margin-left: 10px;
}

.imgBullet1 {
    margin-left: 10px;
    background: url(images/navbullet.png) no-repeat left;
    width: 20px;
    height: 20px;
    float: left;
}

.current {
    float: left;
    margin-left: 10px;
    color: #009900;
    font-size: 13px;
}

.currentinner {
    float: left;
    color: #0fa0dd;
    font-size: 13px;
    margin-left: 10px;
}

.footer {
    position: relative;
    float: left;
    width: 100%;
    background: url(images/footer_bg.gif) repeat-x;
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 0 0 5px 0;
}

.left_footer {
    float: left;
    width: 300px;
    padding: 5px 0 0 10px;
}

.right_footer {
    float: right;
    padding: 15px 30px 0 0;
}

    .right_footer a {
        padding: 0 0 0 7px;
        text-decoration: none;
        color: #666666;
    }

        .right_footer a:hover {
            text-decoration: underline;
        }

.center_footer {
    float: left;
    text-align: center;
    color: #666666;
    padding: 10px 0 0 60px;
    font-size: 12px;
}

.clsCenterLeft {
    float: left;
    width: 196px;
    margin-bottom: 10px;
    min-height: 200px;
}

.clsCenterRight {
    float: left;
    width: 196px;
    margin: 0 0 10px 5px;
}

.clsCenterCenter {
    float: left;
    width: 595px;
    margin: 0 3px 10px 5px;
    min-height: 210px;
}

.clsCenterStudyPanel {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.clsCornerHeader {
    float: left;
    width: 100%;
    text-align: center;
    float: left;
    border-radius: 8px;
    background: #4d90fe;
    padding: 5px 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}


.clsCornerHeader1 {
    float: left;
    width: 100%;
    text-align: center;
    float: left;
    background: url(images/menu_title_bg.gif) no-repeat 0 0;
    padding: 5px 0 5px 0;
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.clsCornerHeader1_fb {
    float: left;
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 15px;
    padding: 5px 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.clsChangePassHeader {
    float: left;
    width: 100%;
    text-align: center;
    float: left;
    background: url(images/changepasshdr.png) no-repeat 0 0;
    padding: 5px 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.clsCornerContent {
    float: left;
    width: 194px;
    margin: 0 0 10px 0;
    border: 1px #6da6b1 solid;
    padding: 0 0 10px 0;
}

.clsPlacementCornerContent {
    float: left;
    width: 194px;
    margin: 0 0 10px 0;
    border: 1px #469963 solid; /*background: #F5D1E3 url(images/border.png) no-repeat 0 0;*/
    padding: 0 0 10px 0;
}

.clsChangePassWin {
    float: left;
    width: 99%;
    border: 1px #6da6b1 solid;
    padding: 0 0 10px 0;
}

.clsCtrlText {
    float: left;
    margin-left: 5px;
    width: 50px;
    color: black;
}

.clsCtrlCtrl {
    float: left;
    margin-left: 2px;
}

.clsCtrlContainer {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.clsButton {
    background: url(images/details_bt_bg.gif) no-repeat 0 0;
    font-size: 13px;
    color: Black;
    width: 83px;
    height: 21px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.clsCtrlContainer a:hover {
    color: Red;
}

.clsButtonBig {
    float: left;
    background: url(images/ImageRounded.png) no-repeat 0 0;
    font-size: 13px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    width: 180px;
    margin-left: 10px;
    border: 1px solid silver;
    padding: 5px 0 5px 0;
    text-decoration: none;
}

    .clsButtonBig a {
        text-decoration: none;
        color: #CC9900;
    }

.center_title_bar {
    width: 100%;
    height: 33px;
    float: left;
    font-size: 12px;
    color: #847676;
    font-weight: bold;
    background: url(images/bar_bg.gif) no-repeat center;
}

.spnNavigationContent {
    float: left;
    margin: 10px 10px 0 40px;
    font-size: 12px;
    color: #0fa0dd;
    font-weight: bold; /*color:#847676;*/
}

.spnDate {
    float: right;
    margin: 10px 20px 0 0;
    color: #0fa0dd;
    font-size: 12px;
}

.center_content {
    float: left;
    white-space: normal;
    width: 100%;
    height: auto;
    border: 1px #6da6b1 solid;
    padding-bottom: 10px;
}

.MenuStaticStyle {
    width: 190px;
    padding: 2px 5px 2px 2px;
    background-color: #eeeeee;
    margin-bottom: 1px;
    border-bottom: 1px solid white;
    color: #996633;
    font-size: 11px;
    white-space: normal;
}

.MenuDynamicStyle {
    padding: 2px 5px 2px 2px;
    white-space: normal;
    background-color: #eeeeee;
    margin-bottom: 1px;
    border-bottom: 1px solid white;
    color: #996633;
    font-size: 11px;
    z-index: 10;
}

.sitemapDynamicStyle {
    padding: 2px 5px 2px 2px;
    white-space: normal;
    background-color: #eeeeee;
    margin-bottom: 1px;
    border-bottom: 1px solid white;
    color: #996633;
    font-size: 11px;
    z-index: 10;
    width: 100%;
}

.MenuHover {
    width: 100%;
    color: gray;
    background: url(images/footer_bg.gif) repeat-x center;
}
/*
.MenuSelected
{
	background:url(images/ImageRounded.png)  no-repeat 0 0;
	color:#ffffff;
}*/
.clsMenu {
    float: left;
    width: 194px;
    border: 1px #6da6b1 solid;
}

.NContent {
    float: left;
    border: 2px solid #dadada;
    border-top: none;
    width: 99%;
}

.whiteTabCol {
    float: left;
    width: 100%;
    color: #515151;
    padding: 5px 0 5px 0;
    border-top: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
    font-size: 11px;
    font-weight: normal;
}

.GrayTabCol {
    float: left;
    background-color: #eeeeee;
    color: #515151;
    padding: 1px 0 4px 0 width: 100%;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    font-weight: normal;
}

.radio {
    height: 14px;
    width: 14px;
}

.GrayTabCol1 {
    float: left;
    background-color: #eeeeee;
    color: #515151;
    width: 100%;
    font-weight: normal;
}


.GrayTabCol1_new {
    float: left;
    background-color: #4d90fe;
    color: #515151;
    width: 100%;
    font-weight: normal;
    height: 37px;
}

.whiteTabCol1 {
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
    color: #515151;
    font-weight: normal;
}

.WorkshopwhiteTabCol1 {
    float: left;
    background-color: #ffffff;
    color: #515151;
    padding: 5px 0 5px 0;
    width: 100%;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    font-weight: normal;
}

.gridCss {
    float: left;
    width: 100%;
}

.grdTitleAlignLeft {
    float: left;
    margin-left: 200px;
}

.grdTitleAlignRight {
    float: right;
    margin-right: 10px;
}

.grdMainRow {
    background-color: #4d90fe;
    font-size: 14px;
    color: #ffffff;
    padding: 8px 3px 8px 3px;
    font-family: Calibri,Tahoma;
}

.grdAlternateRow {
    background-color: #ff8c3f;
    font-size: 15px;
    color: #2a2a2a;
    padding: 8px 3px 8px 3px;
    font-family: Calibri,Tahoma;
}

.grdSno {
    vertical-align: top;
    padding-top: 5px;
}

.grdMainRow a {
    font-size: 15px;
    color: #f0f2f3;
    padding: 8px 0 8px 0;
    text-decoration: none;
    font-family: Calibri,Tahoma;
    line-height: 1.7;
}

    .grdMainRow a :hover {
        text-decoration: underline;
    }

.grdAlternateRow a {
    font-size: 15px;
    color: #2a2a2a;
    padding: 8px 0 8px 0;
    text-decoration: none;
    font-family: Calibri,Tahoma;
    line-height: 1.7;
}

    .grdAlternateRow a :hover {
        text-decoration: underline;
    }

.grdHeader {
    font-size: 15px;
    color: BLACK;
    background: #231fd600;
    padding: 5px 0 5px 0;
    font-weight: bold;
}

.grdHeadercourse {
    font-size: 12px;
    color: #ffffff;
    background-color: #3498db;
    padding: 5px 0 5px 0;
    font-weight: bold;
}

.grdHeader_1 {
    font-size: 12px;
    color: #ffffff;
    background-color: Olive; /*background: url(images/grad.png) repeat-x 0 0;*/
    padding: 5px 0 5px 0;
    font-weight: bold;
}

.grdFooter {
    color: #ffffff;
    background-color: #CC0000;
    height: 15px;
    font-size: 12px;
    float: left;
}

.gridTitle {
    width: 100%;
    font-size: 13px;
    background: url(images/sprite.png) repeat-x 0 0;
    float: left;
    color: #6B6B6B;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 5px 0 5px 0;
}


.Tree {
    padding-left: 25px;
}

.TreeChild {
    padding-left: 12px;
    padding-top: 8px;
}

.TreeChildImage {
    padding-top: 8px;
}

.textboxstyle {
    font-size: 11px;
    width: 128px;
}

.tablebordercenteralign {
    border: solid 1px White;
    text-align: center;
}

.tableborderleftalign {
    border: solid 1px White;
    text-align: left;
}

.tableborder {
    border: solid 1px White;
}

.textyear {
    font-size: 11px;
    width: 46px;
}

.textcompany {
    font-size: 11px;
    width: 208px;
}

.textcondition {
    width: 420px;
    font-family: Verdana;
    height: 102px;
}

.dynamictablestyle {
    font-family: Verdana;
    background-color: #e0d5b7;
    text-align: left;
}

.bold {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.tablerowstyle {
    font-size: 12px;
    color: red;
    text-decoration: none;
    border: solid 1px White;
}

.topleftrightborder {
    border-top: solid 2px maroon;
    border-left: solid 2px maroon;
    border-right: solid 2px maroon;
}

.leftrightborder {
    border-left: solid 2px maroon;
    border-right: solid 2px maroon;
}

.leftborder {
    border-left: solid 2px maroon;
}

.topborder {
    border-top: solid 2px maroon;
}

.tablebackcolor {
    background: #E0D5B7;
}

.tableheading {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: url(images/sprite.png) repeat-x 0 -1400px;
    border: solid 1px White;
}

.headingtable {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: url(images/grad.png) repeat-x;
    border: solid 1px White;
}

.chaptermenu {
    font-size: 14px;
    color: #335bbc;
    text-decoration: none;
    background: #eeeeee;
    text-align: center;
    border: solid 1px White;
}

.centerallign {
    text-align: center;
    padding-left: 20px;
}

.tatolAllign {
    padding-left: 5px;
}

.textcenterallign {
    text-align: center;
}

.leftallign {
    text-align: left;
    padding-left: 5px;
}

.leftpadding {
    padding-left: 10px;
}

.groupstyle {
    border: solid 1px White;
}

.cellwidthhalf {
    width: 50%;
}

.cellwidthfull {
    width: 100%;
}

.errorstyle {
    font-weight: bold;
    font-size: 12px;
    color: Red;
}

.coursestyle {
    font-size: 12px;
    font-weight: bold;
    color: #FF9933;
}

.textlink {
    text-decoration: underline;
}

.devstyle {
    padding-left: 2px;
    font-weight: bold;
    font-size: 14px;
    color: #009900;
    font-style: normal;
}

.logintblmidRpt {
    background-image: url(images/logintblmidRptPink.jpg);
    background-repeat: repeat-y;
}

.logintbleTxt {
    font-weight: bold;
    color: #565656;
}

.validMsg {
    font-weight: normal;
    color: #ff0000;
}

.loginTxtfield {
    border: 1px solid #7E9DB9;
    color: #565656;
    height: 22px;
    padding-top: 3px;
}

.popupwinmain {
    position: absolute;
    top: 200px;
    left: 300px;
    z-index: 50;
    width: 200px;
    background-color: #ffffff;
}

.popupwinheader {
    position: relative;
    margin-top: 0px;
    float: left;
    width: 100%;
    background: url(images/sprite.png) repeat-x 0 -1400px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 5px 0;
}

.LoginWindow {
    position: absolute;
    top: 230px;
    left: 450px;
    width: 200px;
    display: none;
}

.changePassWindow {
    position: absolute;
    top: 230px;
    left: 450px;
    width: 230px;
    display: none;
}

.courseActivationWindow {
    position: absolute;
    top: 80px;
    left: 320px;
    width: 700px;
    height: 310px;
    display: none;
}

.masterContainer123 {
    position: absolute;
    width: 1000px;
    background-color: White;
}

.courseActivationHeader {
    width: 100%;
    text-align: center;
    float: left;
    background-color: #49848F;
    padding: 5px 0 5px 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.clscourseActivationWin {
    float: left;
    width: 99%;
    border: 3px solid #49848F;
}

.popupwincontent {
    position: relative;
    margin-top: 10px;
    padding: 0 0 5px 2px;
    text-align: center;
    float: left;
}

.ukcontentpagemain {
    float: left;
    white-space: normal;
    color: #666666;
    line-height: 2;
    width: 100%;
    overflow: auto;
}


.ukcontentpagemain1 {
    float: left;
    text-align: justify;
    white-space: normal;
    color: #666666;
    line-height: 1.75;
    width: 100%;
}

.ukcontentpageheader {
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: Black;
    margin: 10px 0 0 5px;
    padding-left: 5px;
    width: 98%;
    text-align: left;
}

.ukcontentpagecontent {
    float: left;
    padding: 0 5px 0 5px;
    width: 96%;
    color: Black;
    margin: 5px 0 0 5px;
}

.PageHeader {
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 0 5px;
    padding-left: 5px;
    width: 98%;
    text-align: center;
}

.liststyle {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-type: disc;
}

    .liststyle li {
        text-align: left;
    }

.liststyle1 {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-type: disc;
}

.btnclass {
    font-size: 12px;
    font-family: Calibri,Tahoma;
    cursor: pointer;
}

.txtClass {
    height: 12px;
    font-size: 9px;
    width: 120px;
    background: url(images/sprite.png) repeat-x 0 0px;
}

.style7 {
    font-size: 12px;
    text-decoration: none;
}

.link-1 {
    font-size: 14px;
    color: #406dd6;
    font-weight: bold;
}

    .link-1:link {
        font-size: 12px;
        color: #4CAF50;
        text-decoration: none;
    }

    .link-1:visited {
        font-size: 15px;
        color: #4CAF50;
    }

    .link-1:active {
        font-size: 12px;
        color: blueviolet;
    }

    .link-1:hover {
        text-decoration: Underline;
    }

.link-11 {
    font-size: 12px;
    color: blueviolet;
    font-weight: bold;
}

    .link-11:link {
        font-size: 12px;
        color: blueviolet;
        text-decoration: none;
    }

    .link-11:visited {
        font-size: 12px;
        color: blueviolet;
    }

    .link-11:active {
        font-size: 12px;
        color: blueviolet;
    }

    .link-11:hover {
        text-decoration: none;
    }

.linkMarTop {
    font-size: 12px;
    color: #800000;
}

.linkMarTop1 {
    font-size: 12px;
    color: #800000;
    margin: 10px 0 0 5px;
    text-decoration: none;
}

.linkMarTop:link {
    font-size: 12px;
    color: #800000;
    text-decoration: none;
    font-weight: normal;
}

.linkMarTop:visited {
    font-size: 12px;
    color: #800000;
}

.linkMarTop:active {
    font-size: 12px;
    color: #800000;
}

.linkMarTop:hover {
    text-decoration: Underline;
}

.link-blue {
    font-size: 12px;
    color: #6699FF;
    font-weight: bold;
}

    .link-blue:link {
        font-size: 12px;
        color: #6699FF;
        text-decoration: none;
    }

    .link-blue:visited {
        font-size: 12px;
        color: #6699FF;
    }

    .link-blue:active {
        font-size: 12px;
        color: #6699FF;
    }

    .link-blue:hover {
        text-decoration: Underline;
    }

.linkPlacement {
    font-size: 13px; /*color: olive;*/
    font-weight: bold;
    text-decoration: none;
}

.link-2 {
    font-size: 12px;
    color: olive;
    font-weight: bold;
}

.link-21 {
    font-size: 15px;
    color: olive;
    font-weight: bold;
    text-decoration: none;
}

.link-2:link {
    font-size: 12px;
    color: olive;
    text-decoration: none;
}

.link-2:visited {
    font-size: 12px;
    color: olive;
}

.link-2:active {
    font-size: 12px;
    color: olive;
}

.link-2:hover {
    text-decoration: Underline;
}

.link-2 {
    font-size: 12px;
    color: Black;
    font-weight: bold;
}

.link-212 {
    font-size: 15px;
    color: Black;
    font-weight: bold;
    text-decoration: none;
}

    .link-212:link {
        font-size: 12px;
        color: Black;
        text-decoration: none;
    }

    .link-212:visited {
        font-size: 12px;
        color: Black;
    }

    .link-212:active {
        font-size: 12px;
        color: Black;
    }

    .link-212:hover {
        text-decoration: Underline;
    }

.linkCourseMenu {
    font-size: 12px;
    font-weight: bold;
    color: gray;
    text-decoration: underline;
}

    .linkCourseMenu:link {
        font-weight: bold;
        color: gray;
        text-decoration: underline;
    }

    .linkCourseMenu:visited {
        font-weight: bold;
        color: gray;
        text-decoration: none;
    }

    .linkCourseMenu:active {
        font-weight: bold;
        color: gray;
        text-decoration: none;
    }

.AccordionContainer {
}

.linkCourseMenu:hover {
    font-weight: bold;
    color: gray;
    text-decoration: none;
    width: 100%;
}

.AccordionContentCourse {
    display: none;
    padding: 0 0 0 5px;
    border-bottom: 1px solid gray;
    white-space: normal;
    text-align: left;
    width: 100%;
    text-align: center;
}

.AccordionContainerCourse {
    border: none;
}

.AccordionTitle {
    font-weight: bold;
    font-size: 10pt;
    overflow: hidden;
    cursor: pointer;
    padding: 5px 0 5px 0;
    text-align: left;
    color: #666666;
}

.AccordionContent {
    display: none;
    padding: 0 0 0 5px;
    white-space: normal;
    text-align: left;
    width: 100%;
}

.AccordionContentnew1 {
    display: none;
    padding: 0 0 0 5px;
    white-space: normal;
    text-align: left;
    width: 100%;
}

.AccordionContainer {
    border: none;
}

AccordionContent a, a:Link, a:visited {
    font-weight: bold;
}

    AccordionContent a:hover {
        text-decoration: none;
    }

.contactFormHdr {
    float: left;
    width: 100%;
}

.contactFormHdr {
    float: left;
    width: 100%;
    text-align: center;
    padding: 2px 0 2px 0;
    background: url(images/sprite.png) repeat-x 0 0;
}

.errMessege {
    font-size: 11px;
    color: Red;
    font-weight: bold;
    width: 100%;
    text-align: center;
    float: left;
    display: none;
}

.spnSearch {
    float: left;
    margin: -15px 0 0 20px;
    display: none;
}

.Messege {
    font-size: 11px;
    color: #0099FF;
    font-weight: bold;
    width: 100%;
    text-align: center;
    float: left;
    display: none;
}

.ctrlFont {
    font-size: 11px;
    color: Black;
    width: 65px;
}

.GridItem {
    margin: auto;
    text-align: left;
}

.txtCommon {
    float: left;
    font-weight: bold;
    font-size: 11px;
    width: 80px;
}

.WorkshoptxtCommon {
    float: left;
    font-weight: bold;
    font-size: 13px;
    width: 120px;
    padding: 5px 0px 5px 10px;
    height: 15px;
}

.txtCommon1 {
    float: left;
    font-weight: bold;
    font-size: 11px;
    width: 100px;
}

.ctrlCommon {
    float: left;
    width: 100px;
    margin-right: 5px;
    height: 12px;
    font-size: 9px;
    background: url(images/sprite.png) repeat-x 0 0px;
}

.ctrlCommonddl {
    float: left;
    width: 100px;
    margin-right: 5px;
    height: 18px;
    font-size: 9px;
    background: url(images/sprite.png) repeat-x 0 0px;
    white-space: normal;
}

.clsCommonHor {
    float: left;
    width: 90px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.grdSection {
    float: left;
    font-size: 12px;
    color: gray;
    background: url(images/sprite.png) repeat-x 0 -1300px;
    padding: 2px 0 2px 0;
    text-align: center;
    float: left;
    text-align: center;
    width: 100%;
}

.WorkshopgrdSection {
    float: left;
    font-size: 18px;
    color: White;
    font-weight: bold;
    background-color: Olive;
    padding: 2px 0 2px 0;
    text-align: center;
    float: left;
    text-align: center;
    width: 100%;
}

.clsRadio {
    float: left;
    width: 20px;
}

.clsRdText {
    width: 70px;
    margin-left: 5px;
    font-size: 12px;
    color: Black;
}

.btnCommon {
    background: url(images/sprite.png) 0 -1400px;
    color: #ffffff;
    font-size: 14px;
    padding: 3px;
    cursor: pointer;
}

.WorkshopbtnCommon {
    color: #ffffff;
    background-color: Olive;
    border: blur 1px olive;
    border-radius: 10px;
    font-size: 14px;
    padding: 3px;
    cursor: pointer;
    width: 100px;
}

.txtCommonEdu {
    float: left;
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
    width: 110px;
}

.main {
    position: static;
    margin: 0 0 0 100px;
    width: 800px;
}

.common {
    width: 720px;
    float: left;
    margin-bottom: 5px;
}

.backProp {
    background-color: #466;
}

.top11 {
    float: left;
    background: url(images/clinimindLogo.jpg) no-repeat;
    width: 200px;
    height: 50px;
}

.top12 {
    float: left;
    margin: 0 5px 0 5px;
    color: #ffc;
    text-align: center;
    padding: 8px 0 8px 0;
    width: 438px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}

.top13 {
    float: right;
    background: url(images/cliniIso.jpg) no-repeat;
    width: 70px;
    height: 50px;
}

.top2 {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 0 10px 0;
    width: 720px;
}

.top3 {
    text-align: center;
    font-size: 12px;
    font-weight: bolder;
    color: #9b5;
    padding: 10px 0 10px 0;
    width: 720px;
}

.top41 {
    float: left;
    width: 229px;
    margin-left: 5px;
    height: 380px;
    padding: 10px 0 0 0;
}

.common h1 {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.top41 ul {
    list-style-type: disc;
    margin-top: 0;
}

.top41 li {
    font-size: 14px;
    margin-left: -10px;
    color: #bbb;
    text-align: left;
}

.top51 {
    font-size: 10px;
    color: #ffc;
    width: 720px;
    padding-bottom: 5px;
}

.list {
    float: left;
    margin: 5px 5px 0 5px;
    width: 10px;
    height: 8px;
    background: url(images/bluearrowbullet.jpg) no-repeat;
}

.listcontent {
    float: left;
}

.top61 {
    float: left;
    width: 208px;
    margin-left: 5px;
    padding: 5px 0 5px 0;
    font-size: 11px;
    height: 450px;
    color: #cceedd;
}

    .top61 ul {
        list-style-type: disc;
        margin-top: 0;
    }

    .top61 li {
        font-size: 11px;
        margin-left: -10px;
        text-align: left;
    }

.top71 {
    float: left;
    width: 400px;
    font-size: 12px;
}

.top72 {
    float: left;
    width: 180px;
    margin-left: 5px;
    font-size: 12px;
    color: #800000;
    font-weight: bold;
    text-align: center;
    background-color: #DBE4F0;
    padding: 10px 0 15px 0;
}

.top73 {
    float: right;
    width: 130px;
    height: 80px;
    background: url(images/Untitled-1.jpg) no-repeat;
}

.common1 {
    width: 100%;
    float: left;
    margin-top: 2px;
}

    .common1 input {
        width: 111px;
        margin-left: 3px;
    }

.top81 {
    float: left;
    width: 325px;
    background-color: #DBE4F0;
    color: black;
    font-size: 11px;
    padding: 5px;
}

.top82 {
    float: left;
    width: 150px;
    background: url(images/img3.jpg) no-repeat;
    background-color: #DBE4F0;
    height: 140px;
}

.top83 {
    float: left;
    width: 242px;
    background-color: #DBE4F0;
    color: black;
    font-size: 11px;
    padding: 5px;
    height: 140px;
    text-align: left;
}

.top731 {
    text-align: center;
    width: 100%;
    float: left;
    color: red;
    font-size: 12px;
    margin-top: 20px;
}

.top821 {
    text-align: center;
    width: 100%;
    float: left;
    color: #FF9900;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
}

.top3 a:link, a:visited {
    font-weight: normal;
}

.top3 a:hover {
    text-decoration: none;
}

.top81 a {
    color: Black;
}

    . top81 a:visited {
        color: Black;
    }

    . top81 a:hover {
        text-decoration: none;
    }

.topCommon81 {
    float: left;
    width: 325px;
    background-color: #DBE4F0;
    color: black;
    font-size: 11px;
    padding: 5px;
    height: 120px;
}

.topCommon82 {
    float: left;
    width: 150px;
    background: url(http://mediminds.co.in/images/img3.jpg) no-repeat;
    background-color: #DBE4F0;
    height: 300px;
}

.topCommon83 {
    float: right;
    width: 242px;
    background-color: #DBE4F0;
    color: black;
    font-size: 11px;
    padding: 5px;
    height: 120px;
}

top61 a {
    color: #cceedd;
    font-weight: bold;
}

    top61 a:visited {
        color: #cceedd;
    }

    top61 a:hover {
        text-decoration: none;
    }

.addHeader {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #ffffff;
}

.content {
    font-size: 11px;
    color: #ffc;
    padding: 0 5px 0 5px;
}

.addHeader1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #800000;
}

.content1 {
    font-size: 11px;
    color: black;
    padding: 0 5px 0 5px;
}

.feedbottom {
    font-size: 14px;
    padding: 5px 0 5px 0;
    color: #ffffff;
}

.NMain {
    width: 1000px;
    margin: auto;
    position: absolute;
}

.NMain1 {
    float: left;
    position: relative;
    width: 100%;
}

.NMain1Left {
    float: left;
    width: auto;
}

.NMain1Right {
    float: left;
    width: 730px;
}

.NLeftTop {
    float: left;
    font-weight: bold;
    font-size: 12px;
    color: #ffff66;
    width: 100%;
    margin-left: 20px;
}

.NLeftTop1 {
    float: left;
    margin-top: 15px;
    font-weight: bold;
    font-size: 12px;
    width: 98%;
    padding-right: 2%;
    text-align: right;
    height: 20px;
    background-color: #5b5756;
}

.NRightPic1 {
    float: left;
    height: 175px;
    width: 346px;
    background: url(../../presentation/Clinimind_Images/header-left2.jpg) no-repeat;
}

.NRightPic2 {
    float: left;
    height: 175px;
    width: 384px;
    background: url(../../presentation/Clinimind_Images/header-rightk.jpg) no-repeat;
}

.NMarqueeTop {
    float: left;
    width: 100%;
    padding: 2px 0 2px 0;
    background-color: #ff8c3f;
}

.NMarqueeTop1 {
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

    .NMarqueeTop1:link {
        color: #333;
        text-decoration: none;
    }

    .NMarqueeTop1:active {
        color: White;
        text-decoration: none;
    }

    .NMarqueeTop1:hover {
        color: White;
        text-decoration: none;
        text-transform: uppercase;
    }

.NMarqueeTop11 {
    font-size: 24px;
    color: White;
    text-decoration: none;
}

    .NMarqueeTop11:link {
        color: White;
        text-decoration: none;
    }

    .NMarqueeTop11:active {
        color: White;
        text-decoration: none;
    }

    .NMarqueeTop11:hover {
        color: White;
        text-decoration: none;
    }

    .NMarqueeTop11:visited {
        color: White;
        text-decoration: none;
    }

.marquee_sp {
    width: 100px;
    height: 40px;
    float: left;
    font-family: Times New Roman;
    color: #165b9c;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.marquee_sp1 {
    height: 40px;
    float: left;
}

.whiteTabCol {
    float: left;
    width: 100%;
    color: #515151;
    padding: 5px 0 5px 0;
    border-top: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
    font-size: 11px;
    font-weight: normal;
}

.GrayTabCol {
    float: left;
    background-color: #ffffff;
    color: #515151;
    padding: 5px 0 5px 0;
    width: 100%;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    font-weight: normal;
}

.div_buttonsGreen {
    color: White;
    cursor: pointer;
    font-family: Verdana;
    background-color: #57919c;
    height: 50px;
    width: 220px;
    box-shadow: 0px 6px 0px 0px #46747D;
    border-radius: 25px;
    text-align: center;
    float: left;
    margin-right: 10px;
    float: left;
}

.div_buttonsBlue {
    color: White;
    cursor: pointer;
    font-family: Verdana;
    background-color: #2780AE;
    height: 50px;
    width: 220px;
    box-shadow: 0px 6px 0px 0px #1F668B;
    border-radius: 25px;
    text-align: center;
    float: left;
    margin-right: 10px;
    float: left;
}

.div_BtnGrp {
    display: none;
    width: 460px;
    margin-left: 70px;
}

.WorkshopGrayTabCol {
    float: left;
    background-color: #eeeeee;
    color: #515151;
    padding: 5px 0 5px 0;
    width: 98%;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    font-weight: normal;
}

.GrayTabCol1 {
    float: left;
    background-color: #eeeeee;
    color: #515151;
    width: 100%;
    font-weight: normal;
    height: auto;
}

.whiteTabCol1 {
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
    color: #515151;
    font-weight: normal;
    height: auto;
}

.gridCss {
    float: left;
    width: 100%;
    overflow: auto;
}

.BtnStyle {
    font-family: Trebuchet MS,Verdana,Arial;
    font-size: 11px;
    color: #3f3f3f;
    background: #FFFFFF url(images/btnBG.jpg) repeat-x;
    text-align: center;
    border: 1px solid #A1A1A1;
    width: 50px;
    cursor: inherit;
}

.BtnDisable {
    font-family: Trebuchet MS,Verdana,Arial;
    font-size: 11px;
    color: #3f3f3f;
    background-color: #C0C0C0;
    text-align: center;
    border: 1px solid #A1A1A1;
    width: 50px;
    cursor: inherit;
}

.BtnStyleBig {
    font-family: Trebuchet MS,Verdana,Arial;
    font-size: 11px;
    color: #3f3f3f;
    background: url(images/btnBG.jpg) repeat-x;
    text-align: center;
    border: 1px solid #A1A1A1;
    height: 16px;
    background-color: #FFFFFF;
    width: 80px;
    cursor: pointer;
}

.errMessege {
    font-size: 11px;
    color: Red;
    font-weight: bold;
    width: 100%;
    text-align: center;
    float: left;
}

.Messege {
    font-size: 11px;
    color: #0099FF;
    font-weight: bold;
    width: 100%;
    text-align: center;
    float: left;
}

.ctrlFont {
    font-size: 11px;
    color: Black;
}

.GridItem {
    margin: auto;
    text-align: left;
    padding: 0px 0px 0px 10px;
}

.txtCommon {
    float: left;
    font-weight: bold;
    font-size: 11px;
    width: 80px;
}

.ctrlCommon {
    float: left;
    width: 100px;
    margin-right: 5px;
    height: 12px;
    font-size: 9px;
    background: url(images/sprite.png) repeat-x 0 0px;
}

.WorkshopctrlCommon {
    float: left;
    width: 200px;
    margin-right: 5px;
    height: 18px;
    font-size: 12px;
    background: url(images/sprite.png) repeat-x 0 0px;
}

.ctrlCommonddl {
    float: left;
    width: 105px;
    margin-right: 5px;
    height: 18px;
    font-size: 9px;
    background: url(images/sprite.png) repeat-x 0 0px;
}

.clsCommonHor {
    float: left;
    width: 90px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.grdSection {
    float: left;
    font-size: 12px;
    color: gray;
    background: url(images/sprite.png) repeat-x 0 -1300px;
    padding: 2px 0 2px 0;
    text-align: center;
    float: left;
    text-align: center;
    width: 100%;
}

.clsRadio {
    float: left;
    width: 20px;
}

.clsRdText {
    width: 70px;
    margin-left: 5px;
    font-size: 12px;
    color: Black;
}

.btnCommon {
    background: url(images/sprite.png) 0 -1400px;
    color: #ffffff;
    font-size: 14px;
    padding: 3px;
    cursor: pointer;
}

.txtCommonEdu {
    float: left;
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
    width: 110px;
}

.btnTransparent {
    margin: 0;
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: inherit;
    cursor: pointer;
}

    .btnTransparent:hover {
        color: Red;
    }

.txtPHeader {
    position: relative;
    float: left;
    width: 100%;
    color: #ffffff;
    background: url(images/grad.png) repeat-x;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 5px 0;
}

.txtPRadio {
    float: left;
    width: 100%;
}

.txtPAdd {
    position: relative;
    float: left;
    font-size: 11px;
    color: black;
    width: 97%;
    padding: 10px;
    background-color: transparent;
}

    .txtPAdd .innerLeft {
        float: left;
        width: 275px;
        text-align: left;
        padding: 5px;
    }

.divPaymentOption {
    float: left;
    border: 1px solid green;
    width: 100%;
    margin: 10px 0 10px 0;
}

.clsFinalMessage {
    font-size: 12px;
    width: 100%;
    float: left;
    margin-top: 20px;
    display: none;
}

.clsRadio1 {
    float: left;
    margin-top: 15px;
}

.clsProgressBar {
    position: absolute;
    z-index: 11;
    left: 290px;
    width: 380px;
    top: 200px;
}


.clsTopButton {
    float: left;
    padding: 5px;
    background: url(images/sprite.png) repeat-x 0 -1400px;
    margin-left: 5px;
    border: 2px solid #eeeeee;
}


/*contact Us*/
.CourseBlock {
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background-color: Red;
    margin: 0px;
}

.GridContainer {
    float: left;
    width: 100%;
}

.style10 {
    font-weight: bold;
    color: #811818;
}


/*study online*/

.newsbg {
    background-color: #f2f0f0;
}

.ddlwidth {
    width: 100px;
}

.logintbleTxt {
    font-weight: bold;
    color: #565656;
}

.title {
    font-size: 14px;
    color: #05519D;
    text-decoration: none;
}

.title2 {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.dotline {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.newfooter {
    color: #ffffff;
    text-decoration: none;
}

.body4 {
    font-size: 11px;
    color: #000000;
}

    .body4:link {
        color: #000000;
        text-decoration: None;
    }

    .body4:visited {
        color: #000000;
        text-decoration: None;
    }

    .body4:active {
        color: #000000;
        text-decoration: None;
    }

    .body4:hover {
        color: #000000;
        text-decoration: Underline;
    }

.leftmenu {
    color: #ffffff;
    line-height: 18px;
}

    .leftmenu:link {
        color: #ffffff;
        text-decoration: None;
    }

    .leftmenu:visited {
        color: #ffffff;
        text-decoration: None;
    }

    .leftmenu:active {
        color: #ffffff;
        text-decoration: None;
    }

    .leftmenu:hover {
        color: #FDD900;
        text-decoration: Underline;
    }


.linkCourseMenu {
    font-size: 12px;
    font-weight: bold;
    color: gray;
    text-decoration: underline;
}

    .linkCourseMenu:link {
        font-weight: bold;
        color: gray;
        text-decoration: underline;
    }

    .linkCourseMenu:visited {
        font-weight: bold;
        color: gray;
        text-decoration: none;
    }

    .linkCourseMenu:active {
        font-weight: bold;
        color: gray;
        text-decoration: none;
    }

    .linkCourseMenu:hover {
        font-weight: bold;
        color: gray;
        text-decoration: none;
    }


.text-white-1 {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.style6 {
    font-size: 12px;
    color: #CC9900;
    text-decoration: none;
    font-weight: bold;
}


.newgroupstyle {
    font-size: 14px;
    color: #4d90fe;
    text-decoration: none;
}

.newgroupstyle0 {
    font-size: 14px;
    color: green;
    text-decoration: none;
}

.newgroupstyle1 {
    font-size: 14px;
    color: red;
    text-decoration: none;
}

.DynPopUpSt {
    width: 590px;
    margin: auto;
}

.DynPopUpAb {
    width: 590px;
    position: absolute;
    border: 2px solid silver;
    padding-bottom: 10px;
    top: 100px;
    background-color: #CCFFFF;
}

.DynaPopUpHeader {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.DynaPopUpContent {
    position: relative;
    width: 100%;
    font-size: 10px;
}

.DynPopUpBtn {
    position: relative;
    width: 100%;
    text-align: center;
}

.GrdPhotoGallery {
    background-color: #CCFFFF;
    padding: 10px;
}

.myButton a {
    display: block;
    width: 225px;
    color: red;
    padding: 5px;
    background-image: url(images/sprite.png);
    background-repeat: repeat-x;
    border: 1px solid silver;
    white-space: normal;
    text-decoration: none;
    font-size: 12px;
    float: right;
}

.myButton a {
    background-position: 0 -200px;
}

    .myButton a:hover {
        background-position: 0 -39px;
    }

    .myButton a:active {
        background-position: 0 -83px;
    }

/*acordian css*/

.acc {
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    font-size: 11px;
    color: #666633;
}

.clsli {
    margin-top: -14px;
}

.clsli1 {
    margin-top: 0px;
}

.acc h3 {
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 1px;
    cursor: pointer;
    padding: 5px 2px 5px 2px;
    background: url(images/footer_bg.gif);
}

    .acc h3:hover {
        background: url(images/menu_bg.gif);
    }

.acc .acc-section {
    overflow: hidden;
    background: #fff;
}

.acc .acc-content {
    width: 99%;
    border: none;
}

.nested {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .nested h3 {
        width: 97%;
        cursor: pointer;
        font-size: 13px;
        color: #999900;
        white-space: normal;
        background: #fff;
        font-family: Arial;
        padding: 5px 2px 5px 2px;
        margin-left: 5px;
    }

.acclinkmain {
    cursor: pointer;
    color: #666633;
    text-decoration: none;
}

    .acclinkmain :hover {
        text-decoration: none;
    }

.acclink {
    cursor: pointer;
    color: #0066FF;
    text-decoration: none;
}

    .acclink :hover {
        text-decoration: none;
    }

.nested h3 : hover {
    background-color: Blue;
    color: gray;
}

.nested .acc-section {
    overflow: hidden;
    background: #fff;
    width: 100%;
}

.nested .acc-content {
    width: 100%;
    border-top: none;
    background: #fff;
}

.nested .acc-selected {
    background: url(images/header_over.gif);
}




/* for sub menu*/


.acc1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    font-size: 11px;
    color: #666633;
}

.clsli1 {
    margin-top: -14px;
}

.clsli11 {
    margin-top: 0px;
}

.acc1 h3 {
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 1px;
    cursor: pointer;
    padding: 5px 2px 5px 2px;
    background: url(images/footer_bg.gif);
}

    .acc1 h3:hover {
        background: url(images/menu_bg.gif);
        display: block;
    }

.acc1 .acc1-section1 {
    overflow: hidden;
    background: #fff;
    display: block;
}

.acc1 .acc1-content1 {
    width: 99%;
    border: none;
    display: block;
}

.nested1 {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .nested1 h3 {
        width: 97%;
        cursor: pointer;
        font-size: 13px;
        color: #999900;
        white-space: normal;
        background: #fff;
        font-family: Arial;
        padding: 5px 2px 5px 2px;
        margin-left: 5px;
        display: block;
    }



.acclinkmain1 {
    cursor: pointer;
    color: #666633;
    text-decoration: none;
    display: block;
}

    .acclinkmain1 :hover {
        text-decoration: none;
        display: block;
    }

.acclink1 {
    cursor: pointer;
    color: #0066FF;
    text-decoration: none;
}

    .acclink1 :hover {
        text-decoration: none;
        display: block;
    }

.nested1 h3 : hover {
    background-color: Blue;
    color: gray;
    display: block;
}

.nested1 .acc1-section1 {
    overflow: hidden;
    background: #fff;
    width: 100%;
    display: block;
}

.nested1 .acc1-content1 {
    width: 100%;
    border-top: none;
    background: #fff;
    display: block;
}

.nested1 .acc1-selected1 {
    background: url(images/header_over.gif);
    display: block;
}









.blankspace {
    width: 50px;
    border: 1px solid #ffffff;
    float: left;
}

.titlemar {
    float: left;
}

.titleMarMain {
    float: left;
    width: 580px;
    margin-left: 205px;
    overflow: hidden;
}

.link3 {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    font-style: italic;
}

.link33 {
    color: #FC0;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.blink1.... {
    color: #FC1;
    font-size: 16px;
    font-weight: bold;
    float: left;
    height: 20px;
    padding: 0 0 2px 20px;
}

.blink1 {
    width: 250px;
    float: left;
    font-size: 12px;
    position: relative;
    background: #fff;
    padding: 1px 1px;
    margin: 2px 0px 2px 20px;
    border: 1px solid #E7B550;
    border-radius: 10px;
    height: 15px;
    font-weight: bold;
    text-align: center;
}

.link31 {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    font-style: italic;
}

.MsText {
    color: #ffffff;
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.Pagerstyle {
    background: url(images/grad.png) repeat-x 0 0;
    font-size: 16px;
    font-weight: bold;
}

.cntHdrLeft {
    width: 48%;
    float: left;
    white-space: normal;
    margin: 15px 0 15px 10px;
}

.tbltdw1 {
    width: 55%;
}

.link {
    color: blue;
    font-weight: lighter;
}

    .link:link {
        text-decoration: underline;
        font-size: 11px;
    }

    .link:hover {
        text-decoration: none;
    }

.tbltdw2 {
    width: 12%;
}

.tbltdw3 {
    width: 15%;
}

.tblth {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
    background: url(images/grad.png) repeat-x 0 0;
    width: 13%;
}

.tbltdm {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}

.tbltdm1 {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}

.tbltdc {
    text-align: left;
    font-size: 12px;
    padding-left: 5px;
}

.tblsp {
    height: 10px;
}

.clsPlacement {
    float: left;
    width: 100%;
}

.clsPlcLeft {
    float: left;
    width: 250px;
    margin-left: 20px;
}

.spbPlcTop {
    float: left;
    width: 100%;
}

.spbPlcMiddle {
    float: left;
    width: 100%;
    font-weight: bold;
}

.spbPlcBottom {
    float: left;
    width: 100%;
}

.clsBackground {
    float: left;
    width: 188px;
    height: 30px;
    background: #4d90fe;
    border-radius: 10px;
    padding: 12px 0 12px 0;
    margin-top: 5px;
}

.clsLoginTxt {
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

a.LoginNav:visited, a.LoginNav:link {
    color: #ffffff;
    text-decoration: none;
}

a.LoginNav:hover {
    text-decoration: underline;
}

.pl_Header {
    width: 100%;
    height: 40px;
    background-color: #153166;
    float: left;
}

.pl_text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: White;
    padding: 5px;
}

.pl_title {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: Black;
    padding: 10px 15px 5px 10px;
}

.pl_box {
    width: 100px;
    margin: 10px 0 5px 10px;
    height: 14px;
    font-size: 11px;
    background: url(images/sprite.png) repeat-x 0 0px;
}

.pl_div {
    float: left;
}

.flyOutDiv {
    position: absolute;
    width: 270px;
    z-index: 3;
    opacity: 0;
    filter: (progid:DXImageTransform.Microsoft.Alpha(opacity=10%));
    font-size: 14px;
    padding: 5px;
}

.flyOutDivCloseX {
    background-color: Maroon;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

.ban {
    width: 250px;
    float: right;
    font-size: 12px;
    position: relative;
    background: #fff;
    padding: 1px 1px;
    margin: 2px 20px 2px 0px;
    border: 1px solid #E7B550;
    border-radius: 10px;
    height: 15px;
    font-weight: bold;
    text-align: center;
}

.link333 {
    color: black;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.cpd_button {
    background-image: url(images/cpdbtn.png);
    height: 30px;
    width: 150px;
    float: left;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    color: White;
    text-align: center;
    background-repeat: no-repeat;
}


.slide-out-div {
    padding: 20px;
    width: 400px;
    background: #f2f2f2;
    border: #29216d 2px solid;
    z-index: 900px;
}




/* menu */



/*23-6-12*/

/*26-5-12

.css3-button 
{ 
position:relative; 
display:inline-block; 
width:8em; 
padding:0.25em 0.5em 0.3em 0.5em; 
text-align:center; 
cursor:pointer; 
border:2px solid #999; 
background-color:#666; 
background-color:rgba(128,128,128,0.75); 
-moz-border-radius:16px; 
-webkit-border-radius:16px; 
-opera-border-radius:16px; 
-khtml-border-radius:16px; 
border-radius:16px; 
font-size:1.5em; 
color:#fff; 
font-weight:bold; 
text-shadow:1px 1px 3px rgba(0,0,0,0.5); 
background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(64,64,64,0.75)), to(rgba(192,192,192,0.9))); 
background-image:-moz-linear-gradient(top,bottom,from(rgba(64,64,64,0.75)), to(rgba(192,192,192,0.9))); 
-khtml-box-shadow:rgba(192,192,192,0.75) 0px 8px 24px; 
-moz-box-shadow:rgba(192,192,192,0.75) 0px 8px 24px; 
box-shadow:rgba(192,192,192,0.75) 0px 8px 24px; 
} 
.css3-button span 
{ 
    position:absolute; 
    display:block; width:94%; 
    left:3.5%; top:0px; height:50%; 
    -webkit-border-radius:8px; 
    -moz-border-radius:8px; 
    background-color:rgba(255,255,255,0.25); 
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0))); 
    background-image:-moz-linear-gradient(top,bottom,from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0))); 
    } 
    #shiny-blue 
    { 
        border-color:#6699cc; 
        background-color:rgba(64,128,192,0.75); 
        background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(16,96,192,0.75)), to(rgba(96,192,255,0.9))); 
        background-image:-moz-linear-gradient(top,bottom,from(rgba(16,96,192,0.75)), to(rgba(96,192,255,0.9))); 
        -khtml-box-shadow:rgba(128,192,255,0.75) 0px 8px 24px; 
        -moz-box-shadow:rgba(128,192,255,0.75) 0px 8px 24px; 
        box-shadow:rgba(128,192,255,0.75) 0px 8px 24px; 
        } 
        #shiny-blue:hover 
        { 
            border-color:#003575; 
            background-color:rgba(0,97,216,0.75); 
            background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(0,97,216,0.75)), to(rgba(0,53,117,0.9))); 
            background-image:-moz-linear-gradient(top,bottom,from(rgba(0,97,216,0.75)), to(rgba(0,53,117,0.9))); 
            -khtml-box-shadow:rgba(128,192,255,0.75) 0px 8px 24px; 
            -moz-box-shadow:rgba(128,192,255,0.75) 0px 8px 24px; 
            box-shadow:rgba(128,192,255,0.75) 0px 8px 24px; 
            margin: 0 5px 0 5px; 
            }*/



