table.paramGrid .chCode     {width:140px;}

table.paramGrid .chValue    {width:300px;}

table.paramGrid .iSeq       {width:50px;text-align:right}
table.paramGrid .chAccDesc  {width:200px;}
table.paramGrid .iFactor    {width:50px;text-align:right}
table.paramGrid .chTBCode   {width:150px;}
table.paramGrid .chTxtPfix  {width:200px;}
table.paramGrid .chTxtDefault   {width:300px;}
table.paramGrid input[type="text"]:disabled {
    background: #e7e7e7;
    border:solid 1px #bbb;
}
table.paramGrid .frmctrl    {background-color:white;}

table.paramGrid input:read-only, .readonly   {background-color:#ccc;color:#333;}

