@charset "utf-8";
/* .htmledit table  
--------------------------------------------------------------------*/
.htmledit table {
    text-indent: 0px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%;
}
.detail tr,.detail td,.detail table{border-collapse:collapse}
.htmledit table th, .htmledit table td {
    padding: 3px 8px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    background: #fff;
    margin: 0px;
}
.htmledit table th {/*标题背景*/
    color: #fff;
    font-weight: bold;
    height: 28px;
    background: #0072ff;
    font-size: 14px;
    white-space: nowrap;
}
.htmledit table .even td {/*隔行背景*/
    background: #f6f6f6;
}
.htmledit table .hover td {/*经过背景*/
    background: #e3e3e3;
    color: #000;
}
/*加网表格兼容*/
.jiathis_style .htmledit table th, .jiathis_style .htmledit table td {
    border: none;
}
