﻿/*-------------------easyui样式重写------------------------*/
.panel-header {
    background: #f5fdff;
    background-repeat: repeat-x;
    border: none;
    border-bottom: solid 1px #dceaf0;
    border-right: 1px solid #e3eef3;
}

.panel-title {
    font-size: 12px;
    font-weight: bold;
    color: black;
    height: 32px;
    line-height: 32px;
    padding-left: 14px;
}

.panel-tool {
    right: 25px;
    width: auto;
    margin-right: -18px;
}

.layout-expand-west .panel-body {
    background: #f5fdff;
    border-color: #e3eef3;
    border-width: 0 1px 0px 0;
    border-style: solid;
    filter: none;
}

.layout-expand-west .panel-header {
    background: #f5fdff;
    filter: none;
}

.layout-panel-west .panel-header {
    background: #f5fdff;
    filter: none;
}

.layout-panel-west .panel-title {
    background: #f5fdff;
}

.datagrid-pager {
    background: white;
    border-top: 1px solid #e3eef3;
}

.datagrid-header .datagrid-cell {
    text-align: center;
}

    .datagrid-header .datagrid-cell span {
        font-weight: bold;
        font-size: 14px;
    }

.datagrid #toolbar {
    border: 0;
}

.datagrid .datagrid-header {
    height: 38px !important;
    border-color: #cecece;
    border-width: 0 0 1px 0;
    border-style: solid;
    background: #f9f9f9;
}

    .datagrid .datagrid-header .datagrid-htable {
        height: 38px !important;
        border: 0;
    }

        .datagrid .datagrid-header .datagrid-htable td {
            padding-left: 4px;
            border-width: 0 1px 0px 0;
            border-color: #e9eff3;
            border-style: solid;
        }

.datagrid .datagrid-footer td {
    padding-left: 4px;
}

.datagrid .datagrid-header .datagrid-header-check {
}

.datagrid .datagrid-td-rownumber {
    background: none;
}



.datagrid-body .datagrid-btable {
    border-bottom: solid 1px #e9eff3;
}

    .datagrid-body .datagrid-btable tr {
        height: 32px !important;
    }

        .datagrid-body .datagrid-btable tr.datagrid-row-over {
            background: #a6d6ff;
        }

            .datagrid-body .datagrid-btable tr.datagrid-row-over .datagrid-td-rownumber {
                background: url(../../images/Common/over_td_bg.gif) repeat-y left #a6d6ff;
            }

    .datagrid-body .datagrid-btable .datagrid-row-alt {
        background: #f5fdff;
    }

    .datagrid-body .datagrid-btable td {
        border-width: 0 1px 0px 0;
        border-color: #e9eff3;
        border-style: solid;
        padding-left: 4px;
    }

.datagrid-btable .datagrid-cell {
    /*overflow: hidden; */ /* 此句注释掉，解决列表下拉按钮显示问题（结合样式datagrid-cell-c1-_operate） modify by hsh at 2015.02.26*/
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.datagrid-body .datagrid-row-selected {
    background: none;
}

.datagrid .datagrid-pager {
    height: 30px;
}

    .datagrid .datagrid-pager .pagination-page-list {
        display: none;
    }

    .datagrid .datagrid-pager .pagination-btn-separator {
        display: none;
    }

/* start datagrid 编辑表格样式重写 add by lzw at 2015.11.22 */
.datagrid-body .datagrid-editable table {
    width: 95%;
    height: 100%;
}

.datagrid-body .datagrid-editable td {
    /*border: 0;
  margin: 0;
  padding: 0;*/
    border-width: 0 1px 0px 0;
    border-color: #e9eff3;
    border-style: solid;
    padding-left: 0px;
}
/* end  datagrid 编辑表格样式重写 */


.textbox {
    height: 26px !important;
    /*border: solid 1px #aacee1;
        */
    width: 100% !important;
    line-height: 26px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

/*设置只读模式文本框样式 add by hsh at 2015.03.02*/
.textboxView {
    border: solid 1px #F4EDED;
}

.textbox .textbox-text {
    padding: 0px;
    *padding: 4px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    width: 100% !important;
    height: 26px;
    line-height: 26px;
}

.textbox textarea.textbox-text {
    height: 60px !important;
}

.textbox-invalid {
    border-color: #aacee1;
    background-color: white;
}

.validatebox-invalid {
    background-color: white;
}

.accordion {
    border-color: white;
    margin: 0px 0px;
}

    .accordion .accordion-header {
        border-bottom: 1px #95B8E7 solid;
        border-top: 1px #95B8E7 solid;
    }

.txtarea .textbox {
    height: 60px !important;
}

    .txtarea .textbox textarea.textbox-text {
        white-space: pre;
        overflow-y: auto;
        overflow-x: hidden;
        line-height: 16px;
    }

/*#region 修改对话框样式 add by xbf at 2015.2.3*/
.window {
    padding: 0px;
}

    .window .window-header {
        background: #FFFFFF;
        /*padding: 0px 0px 2px 0px;*/
        height: 41px;
        border-top: solid 2px #2e9fff;
        border-bottom: solid 1px #ddebf3;
        padding: 0px;
    }

        .window .window-header .panel-title {
            font-size: 18px;
            color: #2e9fff;
            font-weight: normal;
            height: 41px;
            line-height: 41px;
            text-indent: 14px;
            background: #FFFFFF;
            padding-left: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .window .window-header .panel-tool {
            right: null;
        }

.window-header .panel-tool a {
    opacity: 1;
    filter: alpha(opacity=100);
    vertical-align: top;
}

.window, .window-shadow {
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

    .window, .window .window-body {
        border: none;
        overflow-x: hidden;
    }

        .window, .window .window-body img {
            max-width:1000px;
        }

.dialog-toolbar, .dialog-button {
    background: #FFFFFF;
    border: none;
    height: 46px;
    border-top: solid 1px #c8d8e1;
}

.panel-tool {
    right: 25px;
    width: auto;
    margin-right: -18px;
}

.window-header .panel-tool .panel-tool-close {
    background: url('../../images/Common/close.gif') no-repeat;
    margin-right: 30px;
}


.window-header .panel-tool .panel-tool-max {
    background: url('../../images/Common/max.png') no-repeat;
    margin-right: 8px;
}


.window-header .panel-tool .icon-help {
    background: url('../../images/Common/help.png') no-repeat;
    margin-right: 10px;
    cursor: help;
}
/*#endregion*/


/******************* 其他样式重写 ***************************/
.ke-container {
    width: 99% !important;
}

/******************** 自定义样式 *******************************/
.left-panel {
    width: 170px;
    background-color: #f5fdff;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #e3eef3;
}

/*form表单样式*/
.hrp-form {
    margin: 0;
    margin-top: 10px;
    overflow-x: auto;
}

/*table样式*/
.hrp-form-tab {
    width: 98%;
    text-align: center;
    margin: 0 auto;
    border-left: 1px solid #aacee1;
    border-top: 1px solid #aacee1;
}

    .hrp-form-tab tr td {
        border-right: 1px solid #aacee1;
        border-bottom: 1px solid #aacee1;
        background-color: #EDFBFF;
    }

    .hrp-form-tab .hrp-form-info1 {
        padding: 5px;
        background-color: white;
    }

.hrp-form-info {
    padding: 5px;
    *padding: 5px 0 4px 0;
    border-right: 1px solid #aacee1;
    border-bottom: 1px solid #aacee1;
    font-size: 12px;
    color: #000;
    line-height: 30px;
}

.hrp-form-label {
    width: 100%;
    text-align: right;
    display: block;
    font: normal 14px/26px tahoma,arial,verdana,sans-serif;
    white-space: nowrap;
}

/*   *号样式*/
.red {
    color: red;
    padding-right: 2px;
}


/************************* 列按钮样式 *************************************/
.hrp-row-operate {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: relative;
}

    .hrp-row-operate a {
        text-decoration: none;
        color: #2e9fff;
        text-align: center;
        margin: 4px;
        height: 32px;
        width: 20px;
        height: 20px;
        display: inline-block;
        background-position: 0 -20px;
        background-repeat: no-repeat;
    }

        .hrp-row-operate a:hover {
            background-position: 0 0;
            color: #2e9fff;
        }

/*操作列--查看按钮*/
a.hrp-row-operate-view {
    background-image: url('../../images/Common/visible_icon.png');
    background-image: url('../../images/Common/visible_icon.gif');
}

/*操作列--修改按钮*/
a.hrp-row-operate-modify {
    background-image: url('../Images/Icons/edtitor_icon.png');
    _background-image: url('../Images/Icons/editor_icon.gif');
}
/*操作列--审核按钮*/
.hrp-row-operate-confirm {
    background-image: url('../Images/Icons/confirm_icon.png');
    _background-image: url('../Images/Icons/confirm_icon.gif');
}
/*操作列--取消审核按钮*/
.hrp-row-operate-disconfirm {
    background-image: url('../Images/Icons/disconfirm_icon.png');
    _background-image: url('../Images/Icons/disconfirm_icon.gif');
}
/*操作列--恢复*/
.hrp-row-operate-revert {
    background-image: url('../Images/Icons/recovery_icon.png');
    _background-image: url('../Images/Icons/recovery_icon.gif');
}
/*已读*/
a.hrp-row-operate-read {
    background-image: url('../Images/Icons/view_icon.png');
    _background-image: url('../Images/Icons/view_icon.gif');
}

/*未读*/
a.hrp-row-operate-unread {
    background-image: url('../Images/Icons/reviews_icon.png');
    _background-image: url('../Images/Icons/reviews_icon.gif');
}

/*启用*/
a.oa-row-operate-enable {
    background-image: url('../Images/Icons/logout_icon.png');
    _background-image: url('../Images/Icons/logout_icon.gif');
}

/*禁用*/
a.oa-row-operate-disable {
    background-image: url('../Images/Icons/disable_icon.png');
    _background-image: url('../Images/Icons/disable_icon.gif');
}

/*分发*/
a.hrp-row-operate-distribution,
li.hrp-row-operate-distribution {
    background-image: url('../Images/Icons/distribution_icon.png');
}

/*题库管理*/
a.hrp-row-operate-question,
li.hrp-row-operate-question {
    background-image: url('../Images/Icons/question_icon.png');
}

/*人员分发*/
a.hrp-row-operate-staff,
li.hrp-row-operate-staff {
    background-image: url('../Images/Icons/staff_icon.png');
}

/*考试*/
a.hrp-row-operate-test,
li.hrp-row-operate-test {
    background-image: url('../Images/Icons/test_icon.png');
}
/*题库练习*/
a.hrp-row-operate-train,
li.hrp-row-operate-train {
    background-image: url('../Images/Icons/train_icon.png');
}

/*重置*/
a.hrp-row-operate-reset,
li.hrp-row-operate-reset {
    background-image: url('../Images/Icons/reset_icon.png');
}

/*下载*/
a.hrp-row-operate-download,
li.hrp-row-operate-download {
    background-image: url('../Images/Icons/download_icon.png');
}

/*操作列--图形配置按钮*/
a.hrp-row-operate-image,
a.hrp-row-operate-config,
li.hrp-row-operate-config {
    background-image: url('../Images/Icons/set_icon.png');
    _background-image: url('../Images/Icons/set_icon.gif');
}
/*操作列--删除按钮*/
a.hrp-row-operate-delete {
    background-image: url('../Images/Icons/delete_icon.png');
    _background-image: url('../Images/Icons/delete_icon.gif');
}

li.hrp-row-operate-delete {
    background-image: url('../Images/Icons/delete_icon.png');
    _background-image: url('../Images/Icons/delete_icon.gif');
}

/*操作列--上移按钮*/
a.hrp-row-operate-moveup {
    /*background: url(/Content/Images/Common/upArrow.png);*/
    background: url(/Content/orgpicker/images/op-up.png) no-repeat center center;
}

/*操作列--下移按钮*/
a.hrp-row-operate-movedown {
    /*background: url(/Content/Images/Common/downArrow.png);*/
    background: url(/Content/orgpicker/images/op-down.png) no-repeat center center;
}

/*角色分发*/
a.hrp-row-operate-user-set,
li.hrp-row-operate-user-set {
    background-image: url('../Images/Icons/user_set_icon.png');
}
/*打印*/
a.hrp-row-operate-print,
li.hrp-row-operate-print {
    background-image: url('../Images/Icons/print_icon.png');
}

/*审核*/
a.hrp-row-operate-audit,
li.hrp-row-operate-audit {
    background-image: url('../Images/Icons/audit_icon.png');
}

/*操作列--发布*/
.hrp-row-operate-publish {
    background-image: url('../Images/Icons/export_icon.png');
    _background-image: url('../Images/Icons/export_icon.gif');
}
/*操作列--取消发布*/
.hrp-row-operate-cancelPublish {
    background-image: url('../Images/Icons/recovery_icon.png');
    _background-image: url('../Images/Icons/recovery_icon.gif');
}
/*操作列--数据同步*/
.hrp-row-operate-synchron {
    background-image: url('../Images/Icons/report_icon.png');
    _background-image: url('../Images/Icons/report_icon.gif');
}
/*操作列--作废*/
.hrp-row-operate-disable {
    background-image: url('../Images/Icons/disable_icon.png');
    _background-image: url('../Images/Icons/disable_icon.gif');
}
/*操作列--confirm图标*/
.hrp-row-operate-confirm {
    background-image: url('../Images/Icons/confirm_icon.png');
    _background-image: url('../Images/Icons/confirm_icon.gif');
}
/*操作列--disconfirm图标*/
.hrp-row-operate-disconfirm {
    background-image: url('../Images/Icons/disconfirm_icon.png');
    _background-image: url('../Images/Icons/disconfirm_icon.gif');
}
/*操作列--锁定图标*/
.hrp-row-operate-lock {
    background-image: url('../Images/Icons/lock_icon.png');
}
/*操作列--取消锁定图标*/
.hrp-row-operate-unlock {
    background-image: url('../Images/Icons/unlock_icon.png');
}

/*操作列--更多按钮*/
span.hrp-row-operate-more {
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: auto;
    _z-index: auto;
    background: url(../../images/Common/tab-mor.png) no-repeat center center;
    _background: url(../../images/Common/tab-mor.gif) no-repeat center center;
}

span.oa-row-operate-morehover {
    background: url(../../images/Common/tab-mor-hover.png) no-repeat center center;
    _background: url(../../images/Common/tab-mor-hover.gif) no-repeat center center;
}

span.hrp-row-operate-more ul.show {
    display: block;
    overflow: visible;
}

span.hrp-row-operate-more ul {
    width: 83px;
    border: solid 1px #b4d4e5;
    position: absolute;
    top: 31px;
    right: 0;
    z-index: 999;
    display: none;
    background: #fff;
    _top: 32px;
    padding: 5px;
    padding-right: 0px;
}

    span.hrp-row-operate-more ul li {
        width: 100%;
        height: 20px;
        line-height: 20px;
        margin: 5px 0;
        text-indent: 25px;
        text-align: left;
        background-position: 0 -20px;
        background-repeat: no-repeat;
    }

        span.hrp-row-operate-more ul li:hover {
            background-position: 0 0;
            color: #2e9fff;
        }

/*操作列--反馈按钮*/
/*下拉菜单中使用*/
li.hrp-row-operate-feedback,
a.hrp-row-operate-feedback {
    background-image: url('../../images/Commonfeedback_icon.png');
    _background-image: url('../../images/Commonfeedback_icon.gif');
}
/*操作列--置顶按钮*/
li.hrp-row-operate-placed,
a.hrp-row-operate-placed {
    background-image: url('../../images/Commonset_top_icon.gif');
    _background-image: url('../../images/Commonset_top_icon.gif');
}

/*操作列--取消置顶按钮*/
li.hrp-row-operate-canceltop,
a.hrp-row-operate-canceltop {
    background-image: url('../../images/Commoncancel_set_top_icon.png');
    _background-image: url('../../images/Commoncancel_set_top_icon.gif');
}
/*操作列--复制按钮*/
li.hrp-row-operate-copy,
a.hrp-row-operate-copy {
    background-image: url('../../images/Commoncopy_icon.png');
    _background-image: url('../../images/Commoncopy_icon.gif');
}

/*操作列--入科按钮*/
li.hrp-row-operate-indept,
a.hrp-row-operate-indept {
    background-image: url('../../images/Commonset_top_icon.png');
    _background-image: url('../../images/Commonset_top_icon.gif');
}

/*操作列--出科按钮*/
li.hrp-row-operate-outdept,
a.hrp-row-operate-outdept {
    background-image: url('../../images/Commoncancel_set_top_icon.png');
    _background-image: url('../../images/Commoncancel_set_top_icon.gif');
}

/*操作列--移动按钮*/
li.hrp-row-operate-move,
a.hrp-row-operate-move {
    background-image: url('../../images/Commonmove_icon.png');
    _background-image: url('../../images/Commonmove_icon.gif');
}
/*操作列--查看日志按钮*/
.hrp-row-operate-seelog {
    background-image: url('../../images/Commonview_log_icon.png');
    _background-image: url('../../images/Commonview_log_icon.gif');
}
/**********进修申请**********/
/*查看通知*/
a.hrp-row-operate-checkmsg,
li.hrp-row-operate-checkmsg {
    background-image: url('../../images/Commoncheck_msg_icon.png');
}

/*录入通知*/
a.hrp-row-operate-input,
li.hrp-row-operate-input {
    background-image: url('../../images/Commoninput_icon.png');
}
/**************工作报告*********************************/
/*操作列--查看点评按钮*/
a.oa-row-operate-Seecomments {
    background-image: url('../../images/Commonview_icon.png');
    _background-image: url('../../images/Commonview_icon.gif');
}
/*操作列--分享按钮*/
a.oa-row-operate-share {
    background-image: url('../../images/Commonshare_icon.png');
    _background-image: url('../../images/Commonshare_icon.gif');
}
/*操作列--取消分享按钮*/
a.oa-row-operate-cancelshare {
    background-image: url('../../images/Commoncancel_share_icon.png');
    _background-image: url('../../images/Commoncancel_share_icon.gif');
}
/*操作列--点评按钮*/
a.oa-row-operate-comment {
    background-image: url('../../images/Commonreviews_icon.png');
    _background-image: url('../../images/Commonreviews_icon.gif');
}
/***********工作交办**********/
/*操作列--标记完成*/

li.oa-row-operate-Markcompleted {
    background-image: url('../../images/Commonmark_icon.png');
    _background-image: url('../../images/Commonmark_icon.gif');
}
/************公文管理******************/
/*操作列--查阅确认*/
a.oa-row-operate-Referconfirm {
    background-image: url('../../images/Commonconfirm_icon.png');
    _background-image: url('../../images/Commonconfirm_icon.gif');
}
/*操作列--打印日志*/
a.oa-row-operate-prinlog,
li.oa-row-operate-prinlog {
    background-image: url('../../images/Commonprint_log_icon.png');
    _background-image: url('../../images/Commonprint_log_icon.gif');
}
/*操作列--打印*/
a.oa-row-operate-print {
    background-image: url('../../images/Commonprint_icon.png');
    _background-image: url('../../images/Commonprint_icon.gif');
}
/*************规章制度*******************/
/*操作列--查看旧制度*/
a.oa-row-operate-oldsystem {
    background-image: url('../../images/Commonold_rule_icon.png');
    _background-image: url('../../images/Commonold_rule_icon.gif');
}
/*操作列--作废*/
a.oa-row-operate-invalid {
    background-image: url('../../images/Commoninvalid_icon.png');
    _background-image: url('../../images/Commoninvalid_icon.gif');
}
/*操作列--恢复*/
a.oa-row-operate-restore {
    background-image: url('../../images/Commonrecovery_icon.png');
    _background-image: url('../../images/Commonrecovery_icon.gif');
}
/****电子邮件样式****/

/*操作列--邮件回复按钮*/
li.oa-row-operate-EmailReply,
a.oa-row-operate-EmailReply {
    background-image: url('../../images/Commonreply_email_icon.png');
    _background-image: url('../../images/Commonreply_email_icon.gif');
}

/*操作列--邮件重发按钮*/
li.oa-row-operate-EmailReSend,
a.oa-row-operate-EmailReSend {
    background-image: url('../../images/Commonresend_email_icon.png');
    _background-image: url('../../images/Commonread_email_icon.gif');
}

/*操作列--邮件取消星标按钮*/
li.oa-row-operate-yellow_white,
a.oa-row-operate-yellow_white {
    background-image: url('../Images/BBS/star_yellow_white1.gif');
    _background-image: url('../Images/BBS/star_yellow_white1.gif');
}

/*操作列--邮件星标按钮*/
li.oa-row-operate-yellow,
a.oa-row-operate-yellow {
    background-image: url('../Images/BBS/star_yellow.gif');
    _background-image: url('../Images/BBS/star_yellow.gif');
}

/*操作列--邮件还原按钮*/
li.oa-row-operate-EmailReBack,
a.oa-row-operate-EmailReBack {
    background-image: url('../../images/Commonreduce_email_icon.png');
    _background-image: url('../../images/Commonresend_email_icon.gif');
}

/*操作列--邮件移动按钮*/
li.oa-row-operate-EmailMove,
a.oa-row-operate-EmailMove {
    background-image: url('../../images/Commonmove_email_icon.png');
    _background-image: url('../../images/Commonmove_email_icon.gif');
}

/*操作列--邮件转发按钮*/
li.oa-row-operate-EmailForward,
a.oa-row-operate-EmailForward {
    background-image: url('../../images/Commonforwarding_email_icon.png');
    _background-image: url('../../images/Commonforwarding_email_icon.gif');
}

/*操作列--邮件收回按钮*/
li.oa-row-operate-EmailRevoke,
a.oa-row-operate-EmailRevoke {
    background-image: url('../../images/Commonwithdraw_email_icon.png');
    _background-image: url('../../images/Commonwithdraw_email_icon.gif');
}

/*操作列--邮件标识已读按钮*/
li.oa-row-operate-EmailIsRead,
a.oa-row-operate-EmailIsRead {
    background-image: url('../../images/Commonread_email_icon.png');
    _background-image: url('../../images/Commonread_email_icon.gif');
}

/*操作列--邮件标识未读按钮*/
li.oa-row-operate-EmailNoRead,
a.oa-row-operate-EmailNoRead {
    background-image: url('../../images/Commonunread_email_icon.gif');
    _background-image: url('../../images/Commonudread_email_icon.png');
}

/*操作列--邮件彻底删除按钮*/
li.oa-row-operate-EmailRemove,
a.oa-row-operate-EmailRemove {
    background-image: url('../../images/Commondelete_email_icon.png');
    _background-image: url('../../images/Commondelete_email_icon.gif');
}

/*操作列--邮件查看阅读情况按钮*/
li.oa-row-operate-EmailReadCondition,
a.oa-row-operate-EmailReadCondition {
    background-image: url('../../images/Commonsearch_email_icon.png');
    _background-image: url('../../images/Commonsearch_email_icon.gif');
}

/*操作列--邮件收藏按钮*/
li.hrp-row-operate-CancelCollection,
a.hrp-row-operate-CancelCollection {
    background-image: url('../../images/Commoncollection.png');
}

/*操作列--邮件取消收藏按钮*/
li.hrp-row-operate-Collection,
a.hrp-row-operate-Collection {
    background-image: url('../../images/Commoncancel_collection.png');
}
/*************科研管理*******************/
/*操作列--执行情况*/
.hrp-row-operate-exec {
    background-image: url('../../images/Commonexecute_icon.png');
}
/*操作列--课题变更*/
.hrp-row-operate-change {
    background-image: url('../../images/Commonchange_icon.png');
}
/*操作列--立项课题*/
.hrp-row-operate-project {
    background-image: url('../../images/Commonproject_icon.png');
}

/**************************信息维护页面新增/删除样式***********************/
.operate {
    height: 38px;
    padding: 0 0 0 18px;
}

    .operate a {
        display: inline-block;
        float: left;
        padding: 0 0 0 26px;
        /*margin: 9px 36px 0 0;*/
        margin: 9px 0px 0 0;
        height: 20px;
        background-position: 0 center;
        background-repeat: no-repeat;
        line-height: 20px;
    }

        .operate a.add-icon {
            background-image: url(../../images/Common/sub_add_icon.gif);
            color: #2e9fff;
            margin: 9px 10px;
        }

        .operate a.delete-icon {
            background-image: url(../../images/Common/sub_delete_icon.gif);
            color: #ff0000;
            margin: 9px 10px;
        }

/************************* grid工具条样式 **************************/
.hrp-grid-toolbar {
    padding: 0px;
    height: 42px;
    background: #dcf3ff;
}

    .hrp-grid-toolbar a {
        text-decoration: none;
        display: block;
        width: 55px;
        height: 25px;
        line-height: 25px;
        float: left;
        margin: 7px 0 0 10px;
        color: #fff;
        padding-left: 25px;
        text-align: center;
        cursor: pointer;
    }

.table-grid-toolbar {
    padding: 0px;
    height: 42px;
    background: #dcf3ff;
}

    .table-grid-toolbar a {
        text-decoration: none;
        display: block;
        width: 55px;
        height: 25px;
        line-height: 25px;
        float: left;
        color: #fff;
        padding-left: 25px;
        text-align: center;
        cursor: pointer;
    }
/*工具条---无背景色*/
.hrp-grid-toolbar-1 a {
    /* text-decoration: none; */
    /* display: block; */
    /* width: 55px; */
    height: 25px;
    line-height: 25px;
    float: left;
    margin: 0 0 0 10px;
    color: #fff;
    padding-left: 25px;
    text-align: center;
    cursor: pointer;
}
/*工具条--无图片按钮*/
.hrp-btn-nullPrice {
    background: no-repeat 1px center #2e9fff;
    text-align: center;
    border-bottom: solid 1px #0080d0;
    padding-left: 0px;
    _width: 80px;
}
/*工具条--新增按钮*/
.hrp-btn-add {
    background: url(../../images/Common/add-icon.gif) no-repeat 15px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--删除按钮*/
.hrp-btn-delete {
    background: url(../../images/Common/del-icon.gif) no-repeat 15px center #e26724;
    border-bottom: solid 1px #ca5719;
    _width: 80px;
}
/*工具条--保存按钮*/
.hrp-btn-saves {
    background: url(../../images/Common/save_white_icon.gif) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--返回按钮*/
.hrp-btn-return {
    background: url(../../images/Common/back_white_icon.gif) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--导入按钮*/
.hrp-btn-import {
    background: url(../../images/Common/import_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--导出按钮*/
.hrp-btn-export {
    background: url(../../images/Common/export_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--查询按钮*/
.hrp-grid-toolbar .hrp-btn-search {
    float: right;
    width: 47px;
    color: #2e9fff;
    background: url(../../images/Common/search-icon.jpg) no-repeat 2px center;
    text-align: left;
    padding-top: 2px;
    _width: 73px;
}
/*工具条--类别管理按钮*/
.hrp-btn-class {
    background: url(../../images/Common/category_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--功能管理按钮*/
.hrp-btn-func {
    background: url(../../images/Common/function_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--面板管理按钮*/
.hrp-btn-panel {
    background: url(../../images/Common/panel_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--作废按钮*/
.hrp-btn-void {
    background: url(../../images/Common/void_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--出科按钮*/
.hrp-btn-export-dept {
    background: url(../../images/Common/export_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--入科按钮*/
.hrp-btn-import-dept {
    background: url(../../images/Common/inner_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}

/*工具条--维修按钮*/
.hrp-btn-repair {
    background: url(../../images/Common/repair_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--个人鉴定按钮*/
.hrp-btn-personal {
    background: url(../../images/Common/personal_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--个人小结按钮*/
.hrp-btn-summary {
    background: url(../../images/Common/summary_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}
/*工具条--科室意见按钮*/
.hrp-btn-opinion {
    background: url(../../images/Common/opinion_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}

/*工具条--进修结束按钮*/
.hrp-btn-over {
    background: url(../../images/Common/void_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}

/*工具条--打印按钮*/
.hrp-btn-print {
    background: url(../../images/Common/save_white_icon.png) no-repeat 6px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}

/*工具条--日视图按钮*/
.hrp-grid-toolbar .hrp-btn-dayview {
    background: url(../../images/Commonday_view.png) no-repeat 12px center #269956;
    _background: url(../../images/Commonday_view.png) no-repeat 12px center #269956;
    border-bottom: solid 1px #198b48;
    width: 70px;
}

/*工具条--日视图按钮*/
.hrp-grid-toolbar .hrp-btn-dayview-1 {
    background: url(../../images/Commonday_view.png) no-repeat 12px center #2e9fff;
    _background: url(../../images/Commonday_view.png) no-repeat 12px center #2e9fff;
    border-bottom: solid 1px #198b48;
    width: 70px;
}

/*工具条--周视图按钮*/
.hrp-grid-toolbar .hrp-btn-weekview {
    background: url(../../images/Commonweek_view.png) no-repeat 12px center #269956;
    _background: url(../../images/Commonweek_view.png) no-repeat 12px center #269956;
    border-bottom: solid 1px #198b48;
    width: 70px;
}

/*工具条--周视图按钮*/
.hrp-grid-toolbar .hrp-btn-weekview-1 {
    background: url(../../images/Commonweek_view.png) no-repeat 12px center #2e9fff;
    _background: url(../../images/Commonweek_view.png) no-repeat 12px center #2e9fff;
    border-bottom: solid 1px #198b48;
    width: 70px;
}

/*工具条--月视图按钮*/
.hrp-grid-toolbar .hrp-btn-monthview {
    background: url(../../images/Commonmonth_view.png) no-repeat 12px center #269956;
    _background: url(../../images/Commonmonth_view.png) no-repeat 12px center #269956;
    border-bottom: solid 1px #198b48;
    width: 70px;
}

/*工具条--月视图按钮*/
.hrp-grid-toolbar .hrp-btn-monthview-1 {
    background: url(../../images/Commonmonth_view.png) no-repeat 12px center #2e9fff;
    _background: url(../../images/Commonmonth_view.png) no-repeat 12px center #2e9fff;
    border-bottom: solid 1px #198b48;
    width: 70px;
}

/*工具条--全部视图按钮*/
.hrp-grid-toolbar .hrp-btn-allview {
    background: url(../../images/Commonall_view.png) no-repeat 12px center #269956;
    _background: url(../../images/Commonall_view.png) no-repeat 12px center #269956;
    border-bottom: solid 1px #198b48;
    width: 70px;
}

/*工具条--全部视图按钮*/
.hrp-grid-toolbar .hrp-btn-allview-1 {
    background: url(../../images/Commonall_view.png) no-repeat 12px center #2e9fff;
    _background: url(../../images/Commonall_view.png) no-repeat 12px center #2e9fff;
    border-bottom: solid 1px #198b48;
    width: 70px;
}

/*工具条--查看日志按钮*/
.hrp-grid-toolbar .hrp-btn-log-1 {
    background: url(../Images/Buttons/function_white_icon.png) no-repeat 10px center #269956;
    _background: url(../Images/Buttons/function_white_icon.png) no-repeat 10px center #269956;
    border-bottom: solid 1px #198b48;
}

/*工具条--标记完成按钮*/
.hrp-grid-toolbar .hrp-btn-done {
    background: url(../../images/Commondone.png) no-repeat 10px center #2e9fff;
    _background: url(../../images/Commondone.png) no-repeat 10px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*工具条--置顶按钮*/
.hrp-grid-toolbar .hrp-btn-top {
    background: url(../../images/Commontop.png) no-repeat 15px center #2e9fff;
    _background: url(../../images/Commontop.png) no-repeat 15px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*工具条--取消置顶按钮*/
.hrp-grid-toolbar .hrp-btn-canceltop {
    background: url(../../images/Commoncanceltop.png) no-repeat 15px center #2e9fff;
    _background: url(../../images/Commoncanceltop.png) no-repeat 15px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*工具条--图形化配置按钮*/
.hrp-grid-toolbar .hrp-btn-picConfig {
    background: url(../../images/Commongraphics_config.png) no-repeat 10px center #2e9fff;
    _background: url(../../images/Commongraphics_config.png) no-repeat 10px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*工具条--移动按钮*/
.hrp-grid-toolbar .hrp-btn-move {
    background: url(../../images/Commonmove.png) no-repeat 15px center #2e9fff;
    _background: url(../../images/Commonmove.png) no-repeat 15px center #2e9fff;
    border-bottom: solid 1px #198b48;
}
/*工具条--复制按钮*/
.hrp-grid-toolbar .hrp-btn-copy {
    background: url(../../images/Commoncopy.png) no-repeat 15px center #2e9fff;
    _background: url(../../images/Commoncopy.png) no-repeat 15px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*工具条--启用按钮*/
.hrp-grid-toolbar .hrp-btn-action {
    background: url(../../images/Commonstart_using.png) no-repeat 15px center #2e9fff;
    _background: url(../../images/Commonstart_using.png) no-repeat 15px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*工具条--终止按钮*/
.hrp-grid-toolbar .hrp-btn-end {
    background: url(../../images/Commontermination.png) no-repeat 15px center #2e9fff;
    _background: url(../../images/Commontermination.png) no-repeat 15px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*工具条--催办按钮*/
.hrp-grid-toolbar .hrp-btn-cuiban {
    background: url(../../images/Commonhasten.png) no-repeat 12px center #2e9fff;
    _background: url(../../images/Commonhasten.png) no-repeat 12px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*工具条--启用特办到人*/
.hrp-grid-toolbar .hrp-btn-tebanren {
    background: url(../../images/Commonrobert_strong.png) no-repeat 10px center #2e9fff;
    _background: url(../../images/Commonrobert_strong.png) no-repeat 10px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*工具条--特办到环节按钮*/
.hrp-grid-toolbar .hrp-btn-tebanhuanjie {
    background: url(../../images/Commonfor_special_link.png) no-repeat 10px center #2e9fff;
    _background: url(../../images/Commonfor_special_link.png) no-repeat 10px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*工具条--还原按钮*/
.hrp-grid-toolbar .hrp-btn-reback {
    background: url(../../images/Commonrestore.png) no-repeat 15px center #2e9fff;
    _background: url(../../images/Commonrestore.png) no-repeat 15px center #2e9fff;
    border-bottom: solid 1px #ca5719;
}

/*工具条--查看日志按钮*/
.hrp-grid-toolbar .hrp-btn-log {
    background: url(../Images/Buttons/function_white_icon.png) no-repeat 10px center #2e9fff;
    _background: url(../Images/Buttons/function_white_icon.png) no-repeat 10px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*工具条--标记完成按钮*/
.hrp-grid-toolbar .oa-btn-Markcompleted {
    background: url(../../images/Commonsign_accomplish.png) no-repeat 15px center #2e9fff;
    border-bottom: solid 1px #198b48;
}

/*不可用状态*/
.hrp-btn-disabled {
    background-color: #ccc;
    border-bottom: 1px solid #999;
    cursor: none;
}
/* 通用无icon按钮（重写按钮样式,默认蓝色按钮） */
.l-btn {
    border-radius: 0px 0px 0px 0px;
    background: #2e9fff;
    border: 0px;
    border-bottom: solid 1px #299fff;
    /*margin-right: 15px;*/ /*修改导入框选择文件按钮居右*/
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #fff;
    letter-spacing: 6px;
    filter: none;
    padding-left: 15px;
    padding-right: 7px;
}

.l-btn-icon-left .l-btn-text {
    margin: 0 4px 0 10px;
}


.l-btn:hover {
    background: #42b9ff;
    border: 0px;
    color: #fff;
    border-bottom: 1px solid #2e9fff;
}

.dialog-button .l-btn {
    margin-top: 15px;
    padding-right: 15px;
}


.hrp-btn-cancel {
    /*width: 84px;*/
    height: 25px;
    background: #e26724;
    border-bottom: 1px solid #ca5719;
    /*padding-left:15px;
    padding-right:7px;*/
}

    .hrp-btn-cancel:hover {
        /*width: 84px;*/
        height: 25px;
        background: #f46f26;
        border-bottom: 1px solid #d95912;
    }
/* 分页控件按钮 */
.datagrid-pager .l-btn {
    background: transparent;
    border: 0px;
    padding: 0px;
}

    .datagrid-pager .l-btn:hover {
        border: 1px solid #b7d2ff;
        filter: none;
        border-radius: 5px 5px 5px 5px;
    }


/*查询面板*/
.hrp-search-panel {
    display: none;
    padding-top: 4px;
    position: relative;
    padding-right: 5px;
}

    .hrp-search-panel table {
        width: 99%;
    }

        .hrp-search-panel table td {
            padding-left: 5px;
        }

.hrp-search-btn {
    text-decoration: none;
    display: block;
    float: left;
    height: 25px;
    width: 58px;
    padding-left: 22px;
    margin-left: 33px;
    margin-bottom: 5px;
    border-bottom: solid 1px #0080d0;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    background: url(/Content/images/Common/ds-btn.jpg) no-repeat 7px center #2e9fff;
    cursor: pointer;
}

.hrp-add-btn {
    width: 66px;
    background: url(../../images/Common/add-icon.png) no-repeat 16px center #2e9fff;
    display: block;
    padding-left: 22px;
    border-bottom: solid 1px #0080d0;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.hrp-btn-done {
    width: 66px;
    background: url(../../images/Commondone.png) no-repeat 10px center #2e9fff;
    display: block;
    padding-left: 22px;
    border-bottom: solid 1px #0080d0;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.hrp-btn-import-staff {
    width: 66px;
    background: url(../../images/Common/inner_white_icon.png) no-repeat 6px center #2e9fff;
    display: block;
    padding-left: 22px;
    border-bottom: solid 1px #0080d0;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

/*移动按钮*/
.hrp-btn-move {
    width: 66px;
    background: url(../../images/Commonmove.png) no-repeat 15px center #2e9fff;
    display: block;
    padding-left: 22px;
    border-bottom: solid 1px #0080d0;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
/*复制按钮*/
.hrp-btn-copy {
    width: 66px;
    background: url(../../images/Commoncopy.png) no-repeat 15px center #2e9fff;
    display: block;
    padding-left: 22px;
    border-bottom: solid 1px #0080d0;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.hrp-close-btn {
    display: block;
    width: 10px;
    height: 11px;
    position: absolute;
    top: 9px;
    right: 5px;
    background: url(../../images/Common/ds-close.gif) no-repeat;
    cursor: pointer;
}

    .hrp-close-btn:hover {
        background: url(../../images/Common/ds-close-hover.gif) no-repeat;
    }

.hrp-save-btn {
    width: 58px;
    border-bottom: solid 1px #0080d0;
    background: url(../../images/Common/save_white_icon.png) no-repeat 16px center #2e9fff;
    display: block;
    padding-left: 22px;
    border-bottom: solid 1px #0080d0;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.hrp-delete-btn {
    width: 58px;
    border-bottom: solid 1px #0080d0;
    background: url(../../images/Common/del-icon.png) no-repeat 15px center #e26724;
    display: block;
    padding-left: 22px;
    border-bottom: solid 1px #0080d0;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

/*非工具条--导出按钮*/
.hrp-export-btn {
    width: 58px;
    border-bottom: solid 1px #0080d0;
    background: url(../../images/Common/export_white_icon.png) no-repeat 6px center #2e9fff;
    display: block;
    padding-left: 22px;
    border-bottom: solid 1px #0080d0;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

/*组织架构选择控件边框样式*/
.orgpicker-border {
    border: solid 1px #aacee1;
}
/*组织架构选择控件边框样式（只读模式）*/
.orgpicker-border-view {
    border: solid 1px #F4EDED !important;
}

/*附件上传样式*/
.uploadify-button {
    background-color: white;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: none;
    width: 100%;
}

.uploadify:hover .uploadify-button {
    background-color: white;
    background-image: none;
    background-position: center bottom;
}

.uploadify-button .uploadify-button-text {
    background: url(../../images/Common/add-icon.gif) no-repeat left center;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    color: #56779e;
    padding-left: 15px;
    margin-top: 8px;
}

.info-box {
    margin: 0 0 0 6px;
    text-align: left;
}

.zip-box {
    margin: 14px 0 8px 0;
    clear: both;
}

    .zip-box .zip-icon-left {
        width: 26px;
        height: 31px;
        float: left;
        background: url(../../images/Common/zip-icon.gif) left center;
        margin-right: 10px;
        position: relative;
    }

    .zip-box .zip-icon-right {
        padding-bottom: 5px;
        padding-left: 35px;
    }

        .zip-box .zip-icon-right .zip-hui {
            color: #a8a8a8;
            margin-left: 10px;
        }

        .zip-box .zip-icon-right p {
            margin: 0px;
            padding: 0;
            padding-bottom: 5px;
            word-wrap: break-word;
            display: table;
            word-break: break-all;
        }

            .zip-box .zip-icon-right p a {
                margin-right: 10px;
                color: #56779e;
                cursor: pointer;
            }


/****树****/

.tree {
    margin-top: 7px;
    padding-left: 6px;
}



.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
    background-image: url('../../images/Common/minus.gif');
    background: url(../../images/Commonminus.gif) no-repeat left center;
}

.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
    background: url(../../images/Commonplus.gif) no-repeat left center;
}

.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
    background: url(../../images/Commonminus.gif) no-repeat left center;
}

.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
    background: url(../../images/Commonplus.gif) no-repeat left center;
}

.tree-line {
    background: none;
}

.tree-join {
    background: none;
}

.tree-joinbottom {
    background: none;
}

.tree-folder {
    background: url(/Content/Images/Common/folder.png) no-repeat left center;
}

.tree .tree-folder-open {
    background: url(/Content/Images/Common/folder-open.png) no-repeat left center;
}

.tree-file {
    background: url(/Content/Images/Common/leaf.png) no-repeat left center;
}

.tree .tree-node-selected {
    background: none;
}

    .tree .tree-node-selected .tree-title {
        color: #2e9fff;
        font-weight: bold;
        font-size: 13px;
    }

.tree-expanded {
    background: url('/Content/images/Common/tree_icons.png') no-repeat -113px 0px;
}

.tree-expanded-hover {
    background: url('/Content/images/Common/tree_icons.png') no-repeat -98px 0px;
}

.tree-collapsed {
    background: url('/Content/images/Common/tree_icons.png') no-repeat -98px 0px;
}

.tree-collapsed-hover {
    background: url('/Content/images/Common/tree_icons.png') no-repeat -113px 0px;
}
/* ComboTree --start*/
/*注释，处理combotree三级以上数据层级不正常，by hongsuhua at 2015.06.11*/
/*.combo-panel .tree .tree-node .tree-indent:first-child {
    width: 0px;
}*/
/* ComboTree --end */

.func_btn .anonymous {
    padding-left: 20px;
    margin: 5px 6px 0px 0px;
    color: #000;
    float: left;
    line-height: 15px;
}

.check {
    background: url(/Content/Images/Common/check_box.gif) no-repeat;
}

.checked {
    background: url(/Content/Images/Common/checked_box.gif) no-repeat;
}

/*保存按钮*/
.hrp-btn-save {
    display: inline-block;
    /*width: 84px;*/
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-left: 15px;
    margin-top: 15px;
    color: #fff;
    cursor: default;
    background: #2e9fff;
    border-bottom: solid 1px #0080d0;
    /*padding-left: 15px;
    padding-right: 7px*/
}

.hrp_btn_right {
    background: url(../../images/Common/add_white_icon.png) no-repeat 15px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}

.hrp_btn_left {
    background: url(../../images/Common/remove_white_icon.png) no-repeat 15px center #2e9fff;
    border-bottom: solid 1px #0080d0;
    _width: 80px;
}


/*年月控件*/
.yearmonth {
    font-family: Microsoft YaHei;
    font-size: 12px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border: 1px solid #aacee1 !important;
}

.yearmonth-icon {
    position: absolute;
    width: 22px;
    text-align: center;
    border-left: 1px solid #aacee1 !important;
    opacity: 1;
    display: inline-block;
    background: url(/Content/images/Common/date_icon.gif) no-repeat 2px center;
    background-color: #f5fdff !important;
    opacity: 1;
}

    .yearmonth-icon:hover {
        background-color: #eaf2ff !important;
    }

.yearmonth-panel {
    z-index: 110000;
    opacity: 1;
}

.yearmonth-shadow {
    -moz-box-shadow: 0 0 3px 0 #95B8E7 !important;
    -webkit-box-shadow: 0 0 3px 0 #95B8E7 !important;
    box-shadow: 0 0 3px 0 #95B8E7 !important;
}

.yearmonth-text {
    position: absolute;
    left: 4px;
    top: 0px;
}

.yearpicker {
    opacity: 1;
    border: 1px solid #95B8E7 !important;
    width: 182px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    background-color: #eaf8ff !important;
}

.monthpicker {
    opacity: 1;
    border: 1px solid #95B8E7 !important;
    width: 182px;
    font-family: SimSun;
    font-size: 12px;
    margin-top: -1px;
}

.monthpicker-table {
    border-collapse: separate;
    background-color: #FFF !important;
}

.yearpicker-table {
    border-collapse: separate !important;
    background-color: #eaf8ff !important;
}

.monthpicker-table {
    margin-top: -2px;
}

.month {
    width: 60px;
    height: 20px;
    text-align: center;
    border: 1px solid transparent !important;
    background-color: transparent !important;
    vertical-align: middle;
    opacity: 1;
    cursor: pointer;
}

.preyear, .nextyear {
    width: 50px;
    height: 20px;
    text-align: center;
    border: 1px solid transparent !important;
    vertical-align: middle;
    opacity: 1;
}

.year {
    width: 80px;
    height: 15px;
    text-align: center;
    border: 1px solid transparent !important;
    vertical-align: middle;
    opacity: 1;
}

    .year .yearpicker-year {
        width: 30px;
        height: 15px;
        text-align: center;
        border: 1px solid #95B8E7 !important;
        ime-mode: disabled;
        padding: 0px;
    }

.preyear .preicon {
    background: url(../../images/Common/layout_arrows.png) no-repeat center center;
    background-position: 0px 0px;
    border: 1px solid transparent !important;
    opacity: 1;
    display: inline-block;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.nextyear .nexticon {
    background: url(../../images/Common/layout_arrows.png) no-repeat center center;
    background-position: 0px -16px;
    border: 1px solid transparent !important;
    opacity: 1;
    display: inline-block;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.preyear .preicon:hover {
    border: 1px solid #ffab3f !important;
}

.nextyear .nexticon:hover {
    border: 1px solid #ffab3f !important;
}

.month-selected, .month:hover {
    background-color: #ffe48d !important;
    border: 1px solid #ffab3f !important;
}

.tree-node {
    height: 24px;
    white-space: nowrap;
    cursor: pointer;
}
/********************置顶样式******************/
.top_icon {
    display: inline-block;
    top: 4px;
    position: relative;
    width: 30px;
    height: 16px;
    background: url(../../images/Commonsys_BBS_hot.gif) no-repeat center center #000;
    _background: url(../../images/Commonsys_BBS_hot.gif) no-repeat center center #000;
    margin-right: 5px;
}

/*new 图标样式*/
.new_icon {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 16px;
    background: url(/Content/Images/Common/new.gif) no-repeat center center;
    _background: url(/Content/Images/Common/new.gif) no-repeat center center;
    margin-right: 5px;
}

.isphoto_icon {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 20px;
    height: 16px;
    background: url(/Content/Images/Common/isphoto.png) no-repeat center center;
    _background: url(/Content/Images/Common/isphoto.png) no-repeat center center;
    margin-right: 5px;
}

/*意见输入控件*/
.adviceinput {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 12px;
}

.adviceinput-show {
    display: block;
    width: 100%;
}

.adviceinput-input {
    height: 66px;
    width: 100%;
    margin-top: 10px;
}

.adviceinput_default {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    background: url('/Areas/FormEditor/Content/Images/Common/modify_icon.png') no-repeat center center;
}

.adviceinput-list {
    width: 99%;
    margin: 5px;
    border-bottom: 1px solid #aacee1;
}

    .adviceinput-list .list-title {
        width: 100%;
        height: 14px;
        text-align: left;
    }

    .adviceinput-list .list-text {
        text-align: left;
        width: 100%;
        margin-top: 5px;
        padding: 0px 25px;
    }

    .adviceinput-list .list-name {
        float: right;
        width: 150px;
        height: 14px;
        text-align: center;
    }

    .adviceinput-list .list-time {
        float: right;
        width: 150px;
        height: 14px;
        text-align: center;
    }


#EmailContent {
    line-height: 28px;
    font-size: 14px;
}
