﻿
body
{
}
/*登录页面开始*/
.contentheading_09
{
    font-size: 14px;
    line-height: 14px;
    padding: 4px 0 5px 8px;
    font-weight: bold;
    color: #000;
}
.contentheading_02
{
    font-size: 12px;
    font-family: "微软雅黑" , "宋体" ,Arial, Helvetica, Verdana, Geneva, sans-serif;
    color: #747474;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}
.inputbox
{
    font-size: 12px;
    background-color: #fff;
    text-indent: 1pt;
    height: 14px;
    width: 106px;
    border: 1px solid #79ACBF;
}
/*登录页面结束*/

/*右键开始*/
ul
{
    list-style-type: none;
}
#rightMenu
{
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 999;
}
#rightMenu ul, li
{
    margin: 0;
    padding: 0;
}
#rightMenu ul
{
    float: left;
    border: 1px solid #B2DAEA;
    background: #f1f1f1;
    padding: 2px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.6);
}
#rightMenu ul li
{
    float: left;
    clear: both;
    height: 24px;
    background:#FFFFFF;
    cursor: pointer;
    line-height: 24px;
    white-space: nowrap;
    padding: 0 30px;
    width:100px!important;
}
#rightMenu ul li.sub
{
    background-repeat: no-repeat;
    background-position: right 9px;
    background-image: url(http://js.fgm.cc/learn/lesson6/img/arrow.png);
}
#rightMenu ul li.active
{
    background-color: #f1f3f6;
    border-radius: 3px;
    border: 1px solid #aecff7;
    height: 22px;
    line-height: 22px;
    background-position: right - 8px;
    padding: 0 29px;
    width:100px!important;
}
#rightMenu ul ul
{
    display: none;
    position: absolute;
}
/*右键结束*/
.maincontent
{
    border: 0;
    height: 96%;
    margin: 10px;
    overflow-y: auto;
    text-align:center;
}
.maincontent>h2{ margin:auto;}
.contenthead
{
    height: 50px;
    width: 100%;
}
.contenthead img
{
    height: 16px;
    width: 20px;
    margin-top: 3px;
    cursor: pointer;
}
.conditions
{
    border: 1px solid #666;
    position: absolute;
    z-index: 111;
    background: #fff;
    margin-left: 450px;
    padding: 10px;
    line-height: 30px;
}
.leftTree
{
    float: left;
    width: 140px;
    height: 80%;
    margin-top: 20px;
    border: 1px solid #666;
    margin-left: 5px;
    padding-top: 10px;
    overflow: auto;
}
.bottom
{
    text-align: center;
    margin-top: 10px;
}
.bottom a
{
    margin: 5px 10px;
}

.category
{
    border: 2px solid #ccc;
    width: 200px;
    height: 300px;
    position: absolute;
    z-index: 999;
    margin-left: 80px;
    margin-top: 2px;
    background: #fff;
}
.dtTree
{
    height: 240px;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
}
.numcheck
{
    width: 35px;
    padding-left: 27px !important;
}
.checktable
{
    line-height: 15px;
    margin-top: 0;
}
.th_03
{
    background: #f4f4f4;
}
.th_03, .th_02
{
    width: 535px !important;
    word-wrap: break-word;
}
.edui-body-container
{
    min-height: 110px !important;
}
/*时间控件显示最前端*/
.datepicker
{
    z-index:999 !important;
}
.msg-con
{
    text-align:left;
    padding:0 100px;
}
.msg-con>span,.msg-con>div{ margin-left:50px;}
.headerbg{color:#585858; background:#efeeee; padding:10px 0;}