.top_divider {
        background-color: #96B8B3;
        padding-top: 5px;
        margin-bottom: 12px;
}

.bottom_divider {
        background-color: #E4E2D7;
        padding-top: 3px;
        margin-bottom: 12px;
}


.data_table {
        border                :none;
        border                :1px solid #CCC;
}

.data_table th {
        color                 : #666;
        padding               : 5px 10px;
        border-left           : 1px solid #CCC;
        font-size: 12px;
        background-image: url(../images/th_bck.gif);
}

.data_table td {
        border               : 1px solid #CCC;
        border-collapse      : collapse;

}

.total_amount td {
        background-color: #D6D6D6;
}

