﻿.grid_table {
   
}

.grid_table tr td {
    color: #666666;
    font-family: "新細明體";
    font-size: 12px;
    line-height: 18px;
    border-bottom: solid 3px #ffffff;
    vertical-align: middle;
}

.grid_table tr td ol {
    padding-left: 15px;
    margin-left: 5px;
}

.grid_table thead {
    background-color: #D3EBEF;
     /*background-image: url(images/grid_table/dir_1.gif);
    background-repeat: no-repeat;
    background-position: left top;*/
}

.rgThRow {
    height: 25px;
}

.rgThRow th {
    color: #059DA7;
    font-family: "新細明體";
    font-size: 13px;
    
}

.rgRow {
    background: #E8EEF7 none repeat scroll 0 0;
}

.rgAltRow {
    background: #EEEEEE none repeat scroll 0 0;
}

.grid_table .rgRow td {
}

