﻿
.tableAuto {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

    .tableAuto td {
        border: 1px solid #ddd;
        height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        padding-left: 3px;
        padding-right: 3px;
    }
.Hiden {
    display: none;
}
/*Gridview format*/
.H_Grid {
    top: 0px;
    position: absolute;
    height: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    width: 100%;
    font-size: 12px;
    color: #333;
}

.H_Grid_Content {
    width: -moz-calc(100%-17px);
    width: -webkit-calc(100% - 17px);
    width: calc(100% - 17px);
    height: 30px;
    position: absolute;
    float: left;
    white-space: nowrap;
    overflow: hidden
}

.H_End {
    height: 29px;
    top: 0px;
    border-left: 1px solid #ccc;
    width: 16px;
    float: right;
    background-color: #f0f0f0;
    display: none;
}

._body {
    width: 100%;
    height: -moz-calc(100%-30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    top: 30px;
    position: absolute;
    overflow-y: scroll;
    table-layout: auto;
}

.resize {
    width: 2px;
    height: 28px;
    cursor: col-resize;
    float: right;
}

.Tbl_Header {
    white-space: nowrap;
    overflow: hidden;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
    cursor: default;
    font-weight: bold;
    text-align: center;
}

.Tbl_Content {
    white-space: nowrap;
    overflow: hidden;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
    cursor: default;
}

.Tbl_Header td {
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-collapse: collapse;
}


.Tbl_Content tr {
    height: 21px;
}

.Tbl_Content td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0px;
}

    .Tbl_Content td input {
        border: 0px;
        height: 21px;
        outline: none;
        padding: 0px;
        padding-left: 3px;
        margin: 0px;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
    }
