
.grid-table {
    margin:2em;
}

.grid-header {
    background-image: url(../../image/box/panel_header.gif);
    border: 1px solid #002D96;
    border-bottom: none;
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    padding: 2px 10px;
    position: relative; 
    left: 0;
    width: auto; 
}

.grid-header .data-count {
    display: none;
    position: absolute;
    top: 2px;
    right: 100px; 
}

.grid-header .prev {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 2px;
    right: 34px; 
}

.grid-header .next {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 2px;
    right: 12px; 
}

.grid-body {
    background-color: #FFFFFF;
}

.grid-body .yui-skin-sam .yui-dt table {
    border: 1px solid #002D96;
    border-top : none;
}

.grid-body .yui-dt table {
    width: 100%;
}

.grid-body thead .yui-dt-liner {
    text-align : center;
}

#table-dealer-list #yui-dt0-th-name {
    width: 400px;
}