﻿

tr.DifWeightGrater td.DiffWeight
{
    color: Black !important;
    font-weight: bold !important;
   /* background-color: Blue !important;*/
}

tr.DifWeightLest td.DiffWeight
{
    color: White !important;
    font-weight: bold !important;
    background-color: Red !important;
}

/*

tr.DifWeight td.DiffWeight
{
    color: White !important;
    font-weight: bold !important;
    background-color: Green !important;
}


table.DataView tr.Row td.TotalWeight, table.DataView tr.AlternatingRow td.TotalWeight
{
    text-align: right;
    padding-right: 4px;
    background-color: Yellow;
    color: Red;
    font-weight: bold !important;
}


table.DataView tr.Row td.TotalRecWeight, table.DataView tr.AlternatingRow td.TotalRecWeight
{
    text-align: right;
    padding-right: 4px;
    background-color: Blue;
    color: White;
    font-weight: bold !important;
}

*/
.Cell.ReceivingType
{
    color: Red;
    font-weight: bold !important;
}

/*--------*/


tr.GoodsReceive_Open td.StatusId
{
    color: Black !important;
    font-weight: bold !important;
    background-color: Gray !important;
}

tr.GoodsReceive_Approve td.StatusId
{
    color: Black !important;
    font-weight: bold !important;
    background-color: Blue !important;
}

tr.Cargo_isPrint td.isPrint
{
    color: Black !important;
    font-weight: bold !important;
    background-color: Yellow !important;
}

table.DataView tr.Row td.CONTAINERNO, table.DataView tr.AlternatingRow td.CONTAINERNO
{
    text-align: right;
    padding-right: 4px;
    background-color: #6698FF;
    color: white;
    font-weight: bold !important;
}
table.DataView tr.Row td.BOOKINGNO, table.DataView tr.AlternatingRow td.BOOKINGNO
{
    text-align: right;
    padding-right: 4px;
    background-color: #FFFF00;
    color: red;
    font-weight: bold !important;
}

table.DataView tr.Row td.BookingNo, table.DataView tr.AlternatingRow td.BookingNo
{
    text-align: right;
    padding-right: 4px;
    background-color: #FFFF00;
    color: red;
    font-weight: bold !important;
}


