body, button, input, select, textarea {
    font-family: MicrosoftYaHei, 'Î¢ÈíÑÅºÚ', Arial, Tahoma, Helvetica, Georgia, Sans-serif, 'STXihei', '»ªÎÄºÚÌå', Hei, 'Hiragino Kaku Gothic Pro', SimSun !important;
}

body {
    /*background: url("./background.png") repeat scroll 0 0 #fff;*/
    margin: 0;
    padding: 0;
    position: relative;
}

div.header {
    width: 100%;
    background: #323232;
    height: 120px;
    position:relative;
}

#pushmsg{
    display:none;
    position:absolute;
    z-index: 999;
    left:40%;
    top:5px;
    width:20%;
    padding:5px;
    line-height:20px;
    background: url(./mes_bg.png) repeat left top;
    color:#E25506;
    text-align:center;
    font-weight:bold;
    font-size:14px;
}

#header_section {
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding:0 10%;

}
#header_section .title {
    float: left;
    height: 120px;
    width: 60%;
    background: none repeat scroll 0 0 transparent;
}

#header_section .title h2 {
    color: #e25506;
    font: 260% 'Î¢ÈíÑÅºÚ', MicrosoftYaHei, sans-serif;
    letter-spacing: 3px;
    text-shadow: 1px 1px #000;
    margin: 10px 0 0;
}

div.userInfo_small {
    float: left;
    height: 120px;
    width: 40%;
    text-align: right;
}

div.userInfo_small img {
    border-radius: 50%;
    vertical-align: middle;
}

#login {
    float: right;
    margin: 30px 0 0 0;
}
.course-login {
    display: inline-block;
    width: 76px;
    height: 36px;
    background: #757575;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
}
div.loginsuccess ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.loginsuccess ul li {
    text-align: center;
    line-height: 35px;
    display: inline-block;
}

div.loginsuccess ul li span {
    color: #FFF;
    font: 260% 'Î¢ÈíÑÅºÚ', MicrosoftYaHei, sans-serif;
    font-size: 12px;
}

div.loginsuccess ul li a {
    font-size: 14px;
    color: #fff;
    background: transparent;
    letter-spacing: 1px;
    text-decoration: none;
}
div.loginsuccess ul li a.course-manage {
    margin-right: 32px;
    background: url(./set_ico.png) no-repeat left center;
    padding-left: 24px;
}
div.loginsuccess ul li a.course-realname {
    margin-right: 14px;
    margin-left: 6px;
}
div.loginsuccess ul li a.logout {
    color: #aaa;
}

div.loginsuccess ul li a:hover {
    color: #FF8000;
}
div.loginsuccess ul li a.course-manage:hover {
    background: url(./set_orange_ico.png) no-repeat left center;
}

div.footer {
    background: none repeat scroll 0 0 #323232;
    color: #e25506;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
    text-shadow: 1px 1px #000;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    bottom: 0;
    width: 100%;
}

div.footer a {
    color: #e25506;
    text-decoration: none;
}

div.footer a:hover {
    text-decoration: underline;
}

div.copyright {
    margin-top: 10px;
}

div.content {
    height: auto;
    _height: 583px;
    min-height: 583px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
}

div.maincontent {
    padding: 0 10%;
    position: relative;
}

a.menu {
    background: url(./index.png) no-repeat left top;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 75px;
}

#menu {
    height: 500px;
    width: 0;
    background: #333;
    top: 0;
    left: 0;
    /*overflow-x:hidden;*/
    overflow-y: auto;
    position: absolute;
    border: 0 solid rgba(1, 1, 1, 0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#framelayout {
    width: 100%;
    height: 100%;
    /*background: #333;*/
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
    z-index: 999;
    overflow: hidden;
}

#tmenu {
    list-style: none;
    position: absolute;
    left: 10%;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size:0;
    letter-spacing:-2px;
    *letter-spacing:normal;
    word-spacing:-1px;
    text-align: center;
    width: 80%;

}

#tmenu li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url("./nav_border.gif") no-repeat right center;
    height: 35px;
    line-height: 35px;
}

#tmenu li a {
    font-size: 13px;
    font-weight: bold;
    color: #e25506;
    letter-spacing: 1px;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    float: left;
    margin-right: 1px;
}

#tmenu li a span {
    float: left;
    font-size: 1em;
    color: #FFF;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0 13px 0 8px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu span {
    color: #FFF;
    font-size: 1em;
    padding-left: 30px;
    display: inherit;

}

#menu a {
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: left;
}

#menu li {
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    line-height: 35px;
    text-align: center;
    position: relative;
}

#menu li a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}

.le2cur {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}

.le2cur > .triangle-right {
    visibility: visible;
}

#menu ul li ul {
    visibility: hidden;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #3b3b3b;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    visibility: hidden;
}

#menu li:hover a > .triangle-right {
    visibility: visible;
}

#menu ul li ul {
    display: none;
}

div.openInfo {
    background: #444;
    background: linear-gradient(#444, #111);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
    border-radius: 3px;
    visibility: hidden;
    position: absolute;
    left: 302px;
    top: 0;
    margin-left: 20px;
    transition: all 0.2s ease-in-out 0s;
    min-height: 100px;
    z-index: 99999;
    min-width: 200px;
    color: #FFF;
    font-size: 12px;
    padding: 15px;
    line-height: 23px;
}

div.openInfo:after {
    content: "";
    position: absolute;
    border-color: transparent #3b3b3b transparent -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 6px 6px 6px 0;
    left: -6px;
    top: 50%;
    margin-top: -53px;

}

#menu li a:hover > div.openInfo {
    visibility: visible;
    position: absolute;
    margin-left: -2px;

}

a.menuButton {
    width: 23px;
    height: 60px !important;
    background: url(./showright2_bg.gif) no-repeat left center;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 99;
    visibility: hidden;

}
a.menuButtons {
    width: 23px;
    height: 60px !important;
    background: url(./showright2_bg.gif) no-repeat left center;
    position: fixed;
    top: 50%;
    left: 300px;
    z-index: 9999;
    visibility: visible;

}
a.menuButtons:hover {
    cursor: pointer;
}
a.menuButton:hover {
    cursor: pointer;
}

/*-----------------------------*/

.le3 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    text-indent: 35px;
    background: url(./coin_1.png) no-repeat 50px 14px;
    visibility: visible;
}

.le3:hover {
    background-image: url(./coin_1.png) !important;
    background-color: #777777 !important;
}

.le3:hover li {
    background: none
}

.le3cur {
    background: #777777 url(./coin_1.png) no-repeat 50px 14px;
}

.le4 {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    text-indent: 45px;
    background: url(./coin_1.png) no-repeat 60px 14px;
    visibility: visible;
}

.le4:hover {
    background-image: url(./coin_1.png) !important;
    background-color: #B9B9B9 !important;
}

.le4cur {
    background: #B9B9B9 url(./coin_1.png) no-repeat 60px 14px;
}

.le5 {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    text-indent: 55px;
    background: url(./coin_1.png) no-repeat 70px 14px;
    visibility: visible;
}

.le5:hover {
    background-image: url(./coin_1.png) !important;
    background-color: #F1F1F1 !important;
    color: #333 !important;

}

#menu .le5:hover span {
    color: #333;
}

.le5cur {
    background: #F1F1F1 url(./coin_1.png) no-repeat 70px 14px;

}

.le5cur span {
    color: #333 !important;
}

.tenor_on {
    /*background: url("ok.png") no-repeat 260px center;*/
}

.tenor_off {
    background: url("no.png") no-repeat 260px center;
}
div.xuboxer{
    position: fixed;
    top: 139px;
    right: 0;
    z-index: 100000001;

}
div.xuboxer a{
    display: block;
    width: 26px;
    height: 99px;
    background: url(./r2.gif) no-repeat left center;
}
div.chengji{
    position: fixed;
    top: 240px;
    right: 0;
    z-index: 100000001;

}
div.chengji a{
    display: block;
    width: 26px;
    height: 99px;
    background: url(./r3.gif) no-repeat left center;
}
.jiathis_style{
    top: 412px !important;
}
.jiathis_style td{
    vertical-align: top !important;
}
/*-------------------------------------------------------------*/

#sidebar .menu{
    width:300px;

}
.newcontent{
    left:300px;
    top:0;
    position: absolute !important;
}

#pushmsg{
    top: 92px !important;
}
