html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

img {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

body {
    font: 11px Arial, Helvetica, sans-serif;
    /*background-image: url(../Image/page_bg.jpg);
    background-color: #c9c9c9;
    background-repeat: repeat-x;*/
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
    height: 100%;
}

#container {
    width: 1000px;
    background: #FFFFFF;
    border-left: 1px solid #c2c1c2;
    border-right: 1px solid #c2c1c2;
    margin: 0 auto;
    text-align: left;
}

#header {
    /*background-image: url(../Image/header.gif);
    background-repeat: repeat-x;
    border-bottom: 1px solid #262a63;*/
    padding: 0 10px 0 20px;
    height: 65px;
}

    #header h1 {
        margin: 0;
        padding: 10px 0;
    }

#mainContent {
    padding: 12px;
    background: #FFFFFF;
    clear: both;
}

#footer {
    padding: 0 10px;
    background: #DDDDDD;
}

    #footer p {
        margin: 0;
        padding: 10px 0;
    }

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.padT8 {
    padding-top: 8px;
}

.padT4 {
    padding-top: 4px;
}

.pf {
    position: fixed;
}

.welcome {
    font: 13px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    padding: 7px 0px 0px 0px;
    text-align: center;
}

.rightCell {
    padding-top: 4px;
    color: #ffffff;
    text-align: right;
}

    .rightCell a {
        color: #ffffff;
        font-size: 11px;
        text-decoration: none;
        font-weight: bold;
    }

        .rightCell a:hover {
            text-decoration: underline;
            CURSOR: pointer;
            color: #ffffff;
        }

#wrap {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #ffffff;
    background-color: #ffffff;
}

.separator {
    color: white;
    background-image: url(../Image/seperator.jpg);
    background-repeat: no-repeat;
    width: 2px;
    height: 29px;
}

.courseUpdateCount {
    -moz-border-radius: 2px 2px 2px 2px;
    background: url(../Image/red_arrow.png) no-repeat;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    padding-bottom: 1px;
    position: absolute;
    right: 20px;
    top: 4px;
    z-index: 101;
    margin-left: 0px;
    width: 16px;
    height: 15px;
    vertical-align: middle;
    padding-top: 1px;
}

.courseUpdateCount1 {
    -moz-border-radius: 2px 2px 2px 2px;
    background: url(../Image/red_arrow.png) no-repeat;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    padding-bottom: 1px;
    position: absolute;
    right: -1px;
    top: -8px;
    left: 88px;
    z-index: 101;
    margin-left: 75px;
    width: 16px;
    height: 15px;
    vertical-align: top;
    padding-top: 1px;
}

/* Style for Student Section - New Theme */

#header {
    background: none !important;
    background-color: #41579c !important;
}

.divUsericon {
    display: inline-block;
    background: transparent;
}

    .divUsericon:hover {
        background: #428bca;
    }

.divUserMenuDropdown {
    text-align: left !important;
    z-index: 1000;
}

    .divUserMenuDropdown > div {
        padding: 10px 15px 0px 15px;
    }

        .divUserMenuDropdown > div:last-child {
            padding: 10px 15px 10px 15px;
        }

.rightCell {
    padding-top: 1px !important;
}

.navbar-right {
    margin-right: -10px !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #428bca !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #428bca !important;
}

.nav > li > a {
    padding: 15px 3px !important;
}

.welcome {
    color: #428bca !important;
    font-size: 12px !important;
    text-align: left !important;
    padding: 5px 12px !important;
}

.dropdown-menu > li > a {
    line-height: 1.65 !important;
    padding: 3px 12px !important;
    text-align: left;
}

.rightCell a {
    font-size: 13px !important;
}

.sf-menu {
    float: right !important;
}

.sf-navbar {
    width: 70% !important;
    height: 95px !important;
    background: none !important;
    border-bottom: 0px !important;
}

    .sf-navbar > li {
        background: none !important;
        border: 0px !important;
    }

    .sf-navbar li:hover, .sf-navbar li.sfHover, .sf-navbar li li.current, .sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
        background: none !important;
        background-color: #428bca !important;
    }

.sf-menu > li {
    padding: 17px 0px !important;
}

.sf-menu li a {
    text-decoration: none !important;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    top: 5.5em !important;
}

.sf-navbar > li > a, .sf-navbar > li > a:hover {
    border-right: none !important;
    color: #fff !important;
    font-weight: normal !important;
}

.sf-navbar > li > ul li.current a, .sf-navbar > li > ul li:hover a {
    color: #fff !important;
}

.sf-navbar li li {
    background-color: transparent !important;
}

#tblCourseMaterial thead tr {
    background: url(../Image/sectitle_bg.gif) repeat-x;
    border-bottom: 2px solid #d2d6e6;
    height: 30px;
}

.cx-loading-screen .cx-loading-icon {
    margin-left: 15%;
}

.cx-title {
    display: block !important;
    margin-left: 32px !important;
    text-align:left;
}
