/*
*f2bpm-datatalbe样式
*广州致博软件科技有限公司版本版权所有
 */
.f2bpm-datatable{
    font-size: 12px;
    padding: 0;
    border-top: 1px solid #ebeef5;
    width: 99%;
    border-right: 1px solid #ebeef5;
    border-collapse: collapse;
    background-color: #ffffff;
}
.f2bpm-datatable th {
    background: none repeat scroll 0 0 #fafafa;
    border-bottom: 1px solid #ebeef5;
    height: 37px;
    border-left: 1px solid #ebeef5 !important;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

.f2bpm-datatable td {
    border-bottom: 1px solid #ebeef5 !important;;
    border-collapse: collapse;
    border-left: 1px solid #ebeef5 !important;;
    height: 30px;
    line-height: 30px;
    min-width: 120px;
    text-align: center;
    padding:5px;
}
.noboder-table{
  border:0 !important;
}
.noboder-table td,.noboder-table th{
  border:0 !important;
}