/*
    Document   : base
    Created on : 2011-4-24, 22:23:03
    Author     : ChengSheng
    Description:
        Purpose of the stylesheet follows.
*/

body{
    margin: 8px;
    width:960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8F8F8;
    font: 16px/1.3 "Helvetica Neue", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Source Han Sans CN", "Microsoft YaHei", "STXihei", "WenQuanYi Micro Hei", sans-serif;
}
a {
    text-decoration: none;
}
.floatL{
    float: left;
    margin-left: 50px;
}
/*网页标头区域*/
div#banner{
    background-color: #4F81BD;
    padding: 8px;
    margin-top: 8px;
    border-radius: 8px;
}
img#logo{
    vertical-align: middle;
    padding: 16px 0 8px 8px;
    float: left;
}
a:link#title, a:hover#title, a:visited#title , a:active#title  {
    color: snow;
    text-decoration: none;
    font-size: 31px;
    line-height: 1;
    font-weight: bold;
    border-bottom: 1px solid ;
    margin-left: 12px;
}
p#tagline,p a {
    background-color: transparent;
    font-size: 12px;
    letter-spacing: 8px;
    line-height: 100% !important;
    margin: 5px 0 0 15px;
    color: snow;
}
#footer{
    text-align: center;
    background-color: #4F81BD;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    font-size: 13px;
    color: snow;
    clear: left;
}
div#footer a:link, div#footer a:hover, div#footer a:visited#title , div#footer a:active#title  {
    color: snow;
    text-decoration: none;
}
.main_wrapper{
    clear: left;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
}
ul#nav li {
    float : left;
    position: relative;
}
ul#nav li ul{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0; margin: 0;
    background-color: #4F81BD;
    z-index:9999;
}
#nav li ul li a {
    width: 110px;
    display: block;
}
#nav li:hover > ul {
    display: block;
}
ul#nav{
    clear: left;
    background-color: #4F81BD;
    padding:2px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top:8px;
    border-radius: 8px;
    float: left;
}
ul#nav a:link,ul#nav a:hover, ul#nav a:visited , ul#nav a:active ,ul#nav a {
    font-family: "KaiTi", "KaiTi_GB2312";
    font-weight:bold;
    font-size: 22px;
    color: snow;
    text-decoration: none;
}
ul#nav a:hover{
    background-color: #B8CCE4;
    color:black;
}
ul#nav a{
    padding-left: 8px;
    padding-right: 8px;
}
ul#nav a.hasChildrenMenu:hover{
    cursor: default;
    color: snow;
    background-color: #4F81BD;
}

.odd{
    background-color: #DCE6F1;
}
.even{
    background-color: #B8CCE4;
}

.trhover{
    background-color: #BFEDF9;
}

caption {
    font-size: x-large;
    margin-bottom: 8px;
}

/*登录框*/

#container {
    position: relative;
}

#login {
    font-size:13px;
    line-height:22px;
    text-align:right;
    margin-right: 8px;
}

#login span{
    font-weight:bold;
    color: snow;
}
/*按钮*/
#addTask,#assignTask,#completeTask,#changeTeam {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url(../images/bg-btn-blue.png) repeat-x scroll 0 0;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 5px 5px;
    font-size:13px;
    margin:0 15px 0 0;
    cursor: pointer;
}

/*documentation.jsp*/

#documentation{
    float: left;
    width: 240px;
    border-left:1px solid #dedede;
    border-right:1px solid #dedede;
    border-bottom:1px solid #dedede;
    cursor: pointer;
}
#documentation dt,li{
    color: #333333;
    font-size: 12px;
}
#documentation dt{
    text-align:center;
    background: none repeat scroll 0 0 #B8CCE4;
    border-top: 1px solid #DEDEDE;
    font-weight: bold;
    line-height: 25px;
}
#documentation li{
    padding:0 12px;
    text-align:left;
    background: none repeat scroll 0 0 #DCE6F1;
    border-top: 1px solid #EFEFEF;
    line-height: 25px;
}
#content{
    float: left;
    width: 680px;
    margin-left: 12px;
    background-color: #F9F9F9;
    border: 1px solid #dedede;
    padding: 12px;
}

/*tasks.jsp*/
.statisticsDiv{
    float: left;
}
#statictics{
    float: left;
    vertical-align: middle;
    width: 108px;
}
.statistic{
    border: 1px solid #D6D6D6;
    margin-bottom: 8px;
}
.statistic_item{
    font-size: 20px;
    background-color: #4F81BD;
    padding: 4px 0px;
    text-align: center;
    color: snow;
}
.statistic_weight{
    font-size: 20px;
    background-color: #DCE6F1;
    padding: 4px 8px;
    text-align: right;
}
.statistic_average{
    font-size: 16px;
    background-color: #B8CCE4;
    padding: 4px 8px;
    text-align: right;
}
#tasksList{
    margin-left: 30px;
    float: left;
    width: 450px;
    /*    background-color: #F9F9F9;
        border: 1px solid #dedede;*/
}
.clickSpan{
    cursor: pointer;
}
#tasksList input[type="image"]{
    width: 22px;
    vertical-align: text-bottom;
}
#taskData{
    float: right;
    border: 1px solid #D6D6D6;
    width: 220px;
    margin-left: 100px;
}
.popupTitle{
    background-color: #4F81BD;
    color: snow;
    height: 28px;
    padding: 4px 16px;
    font-size: 17px;
}
.popupTitleLeft{
    float:left;
    margin-top: 3px;
}
.popupTitleRight{
    float: right;
    margin-top: 3px;
}
.popupTitleRight input{
    vertical-align: bottom;
    width: 19px;
}
.popupContent{
    background-color: #DCE6F1;
    padding: 4px 10px;
}
#taskDate{
    width: 112px;
}
.popupContent select{
    width: 118px;
}
.popupContent>p{
    padding-bottom: 4px;
    text-align: right;
}
#popupBackgroundDiv{
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:8888px;
    background-color:black;
    z-index:1001;
    -moz-opacity:0.5;
    opacity:.50;
    filter:alpha(opacity=50);
}
#staff,#complete{
    float: right;
    border: 1px solid #D6D6D6;
    display: none;
    z-index:1002;
    position:absolute;
}
#actual{
    width: 50px;
    text-align: right;
    margin: 8px;
}
#staff p{
    margin: 8px;
}
#staff label{
    cursor: pointer;
}
#recentAssignments{
    margin-left: 16px;
}
#recentAssignments td{
    padding: 4px 12px;
}
#recentAssignments thead tr th{
    border-bottom: 4px groove  #4F81BD;
}
#recentAssignments tbody tr{
    border-bottom: 1px  #4F81BD solid;
}

.tasks{
    margin-bottom: 30px;
}
.tasks thead tr th,.LPAs thead tr th{
    text-align: left;
    border-bottom: 4px groove  #4F81BD;
    font-size: 18px;
}
.tasks tbody tr,.LPAs tbody tr{
    border-bottom: 1px  #4F81BD solid;
}
.tasks th,.tasks td,.LPAs th,.LPAs td{
    padding:5px 10px;
}
/*staff.jsp*/
#teamChange{
    margin-top: 8px;
}
#teamDate{
    width: 91px;
}
#teamChange select {
    width: 95px;
}
#duty,#team1,#team2,#team3,#team4,#team5,#details,#bonus{
    border-collapse: separate;
    border-spacing: 1px;
}

th,td{
    padding-top: 2px;
    padding-bottom: 2px;
}

#duty thead,#team1 thead,#team2 thead,#team3 thead,#team4 thead,#team5 thead,#bonus thead,#grade_statement thead {
    background-color: #4F81BD;
    color: #FFFFFF;
}
#bonus th{
    cursor:pointer;
}

#duty th,#duty td,#teams th,#teams td,#bonus th,#bonus td,#grade_statement th,#grade_statement td{
    padding: 3px 12px;
    vertical-align: middle;
    height: 22px;
}
#staffLeft{
    float: left;
}
#teams{
    float: left;
}
#team1,#team2,#team3,#team4,#team5{
    float: left;
}
#team1{
    margin: 0 8px 8px 8px;
}
#team2,#team4{
    margin-bottom: 8px;
}
#team3,#team5{
    clear: left;
    margin: 0 8px;
}
#weather{
    float: right;
}

/*detail.jsp*/
.td_center{
    text-align:center;
}
.td_right{
    text-align:right;
}
.cursorPoint{
    cursor: pointer;
}
#details th,#details td{
    padding: 3px 12px;
    vertical-align: middle;
}
#details thead {
    background-color: #4F81BD;
    color: #FFFFFF;
}
#details {
    padding-left: 8px;
}
/*.taskTypeName{
    width :112px;
}
.workplaceName{
    width:98px;
}
.amount{
    text-align:right;
}
.implementer{
    width:360px;
}*/
/*charts.jsp*/
#chartleft,#DailyWorkload,#RecentTeam{
    float: left;
}
#ClassifiedAmount,#TeamCategoryWorkload{
    clear: left;
}
.ChangeChartMonth{
    text-align: center;
    vertical-align: middle;
    font-size: 31px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}
.ChangeChartMonth span{
    vertical-align: top;
}
.ChangeMonth{
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 108px;
}
.ChangeMonth span{
    vertical-align: top;
}
.ChangeMonth input{
    width: 16px;
    height: 16px;
}
/*index.jsp*/
#leaveList,.floatL h1,#birthday{
    margin-bottom: 16px;
    font-size: 18px;
    clear: both;
}
.floatL h1 img{
    height: 28px;
}
#img_linian_index{
}
#tasksListI{
    width: 450px;
}
.flexslider{
    width: 450px;
    float: left;
}
#birthday{
    display:table;
}
#birthday__logo{
    float: left;
    margin-right: 16px;
}
#birthday__logo ,#birthday__people{
    display: table-cell;
    vertical-align: middle;
}

/*index.jsp*/
#LPAs, .mainLeft {
    float: left;
    margin-right: 22px;
}
#LPA_Detail,#LPA_Due{
    border: 1px solid #D6D6D6;
    background-color: #B8CCE4;
    font-size: 18px;
    padding: 8px 16px;
}
#LPA_Due{
    cursor:pointer;
    margin-bottom: 8px;
}
#LPA_Staff {
    text-align: center;
    background-color: #DCE6F1;
}
#LPA_Staff dt {
    background: none repeat scroll 0 0 #DCE6F1;
    border-top: 1px solid #EFEFEF;
    line-height: 21px;
    text-align: center;
    cursor:pointer;
}
.LPAs{
    margin-bottom: 20px;
}

/*team.jsp*/
#img_linian{
    margin-left: 120px;
}
#btn-gzfc{
    vertical-align: top;padding-top: 33px;
    cursor: pointer;
}
#btn-tdcy{
    margin: 0px 0px 16px -100px;
    cursor: pointer;
}
.profile {
    border: 4px solid #4f81bd;
    border-radius: 4px;
    width: 192px;
}
.profileDiv{
    height: 389px;
    margin:28px 18px;
}
.qualification{
    height:36px;
    position: relative;
    top: -285px;
    margin-left: 8px;
    margin-top: 6px;
}
.StaffPhoto{
    height: 285px;
    width: 192px;
    float: left;
}
.qualificationDiv{
    height: 285px;
}
.profileName{
    background-color: #b8cce4;
    text-align:center;
    font-size: 28px;
    padding: 4px;
}
.certificate > p {
    background-color: #dce6f1;
    font-size: 14px;
    padding-left: 21px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#profilesC1,#profilesC2,#profilesC3,#profilesC4{
    float: left;
}
#profilesC2{
    margin-top:36px;
}
#profilesC3{
    margin-top:72px;
}
#profilesC4{
    margin-top:108px;
}

#scenesC1,#scenesC2{
    float: left;
}
.sceneDiv{
    margin:16px 8px;
}
.scene {
    border: 4px solid #4f81bd;
    border-radius: 4px;
    width: 450px;
}
.scenePhoto {
    width: 450px;
}
.sceneName {
    background-color: #b8cce4;
    font-size: 28px;
    padding: 4px;
    text-align: center;
}

/*QandA.jsp*/
.QandA{
    float: left;
}
.QandA_Photo{
    width: 64px;
    border: 5px solid #4f81bd;
    border-radius: 5px;
}
.random_current{
    border-color:#D54F30;
}
#QandAstaff_Left,#QandAstaff_Right{
    width: 70px;
}
#QandAstaff_Left{
    float: left;
}
#QandAstaff_Right{
    float: right;
    margin-right: 4px;
}
#QandAstaff_Bottom{
    clear: both;
}
#QandAissues{
    float: left;
    width: 300px;
    height: 205px;
    margin: 0px 4px 0px 8px;
    overflow: hidden;
    border: 5px solid #4f81bd;
    border-radius: 5px;
}
.QandAissue{
    height: 190px;
}
.question{
    border-bottom: 4px groove #4F81BD;
    margin: 12px;
    padding-bottom: 4px;
}
.answer{
    margin: 12px;
}
#QandA_Button{
    float: left;
    width: 70px;
}
#QandA_Button input{
    border: 5px solid #4f81bd;
    border-radius: 5px;
    margin-bottom: 6px;
    width: 75px;
    height: 67px;
    background-color: #b8cce4;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
}
#grade_answer>.popupContent input{
    width: 120px;
    border: 1px solid #39D;
    color: #103869;
    padding: 5px;
    font-size: 18px;
    margin: 2px 15px;
    cursor: pointer;
}
#grade_answer_A{
    background-color: #12bd54;
}
#grade_answer_B{
    background-color: yellow;
}
#grade_answer_C{
    background-color: orange;
}
#grade_answer_D{
    background-color: orangered;
}
#grade_statement{
    float: left;
    margin:0 8px 8px 32px;
}

/*login.jsp*/
#login_img{
    float:left;
    margin-left: 8px;
}
#login_img img{
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    border: 4px solid #FFFFFF;
    border-radius: 4px;
}

#login_form{
    float:left;
    margin:20px;
    position: relative;
    width: 306px;
    background: #fff;
    padding: 20px;
    overflow: visible;
    font-size: 13px;
    line-height: 1.5;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

#login_form h1{
    font-size: 20px;
    margin-bottom: 8px;
    color: #666;
}

#login_form .msg-wrap {
    min-height: 31px;
    height: auto!important;
    height: 31px;
    margin: 2px 0 5px;
}

#login_form .msg-warn {
    position: relative;
    background: #fff6d2;
    color: #666;
    border: 1px solid #ffe57d;
    padding: 3px 10px 3px 40px;
    line-height: 18px;
    height: 18px;
}

#login_form .msg-warn b {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 17px;
    overflow: hidden;
    background: url(../images/pwd-icons.png) -104px -22px no-repeat;
}

#login_form .msg-error {
    position: relative;
    background: #ffebeb;
    color: #e4393c;
    border: 1px solid #e4393c;
    padding: 3px 10px 3px 40px;
    line-height: 18px;
    height: 18px;
}

#login_form .msg-error b {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(../images/pwd-icons.png) -104px -49px no-repeat;
}

.item {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
    /* height: 38px; */
    width: 304px;
}

.login-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-right: 1px solid #bdbdbd;
    background: url(../images/pwd-icons.png) no-repeat;
}

.name-label {
    background-position: 0px -48px;
}

.pwd-label {
    background-position: -48px -48px;
}

.itxt {
    line-height: 18px;
    height: 18px;
    border: 0;
    padding: 10px 0 10px 50px;
    width: 254px;
    float: none;
    overflow: hidden;
    font-size: 14px;
}

.login-btn {
    border: 1px solid #396090;
    margin: 0 auto;
    height: 33px;
    position: relative;
}

.login-btn a {
    cursor: pointer;
    border: 1px solid #678DBB;
    display: block;
    width: 302px;
    background: #4F81BD;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

/*safetyQuiz.jsp*/
#quiz_collection{
    margin: 4px 0px 8px 8px;
}
#quiz_collection span{
    margin-right: 10px;
    padding: 4px 8px;
    border: 1px solid #4F81BD;
    background-color: #DCE6F1;
    font-size: 18px;
    color: #2B4769;
    cursor: pointer;
}
#quiz_collection .quiz_collection--current{
    background-color: #4F81BD;
    color: snow;
    cursor: default;
}
#quizzes{
    margin: 0px 4px;
}
.quiz{
    border: 3px solid #4F81BD;
    border-radius: 3px;
    background-color: #DCE6F1;
    float: left;
    width: 220px;
    height: 240px;
    margin: 4px;
}
.quiz--selected{
    background-image:url('../images/flag.png');
    background-repeat:no-repeat;
    background-position:top 2px left 6px;
}
.quiz__question{
    border-bottom: 4px groove #4F81BD;
    margin: 12px;
    padding-bottom: 4px;
    text-indent: 2em;
}
.quiz__answer{
    margin: 12px;
    text-indent: 2em;
}
.right_float_button{
    bottom: 70px;
    right: 70px;
    position: fixed;
    border: 1px solid #D6D6D6;
    background-color: #DCE6F1;
    border-radius: 2px;
}
.right_float_button div{
    margin: 8px;
    text-align: center;
    font-size: 25px;
    color: #328CC2;
}
.popup_window{
    float: right;
    border: 1px solid #D6D6D6;
    display: none;
    z-index:1002;
    position:absolute;
}