.title_row th
{
    background: #F0F0F0;
}

.tabular_form tbody th
{
    text-align: left;
    background-color: #dadada;

/*    border-collapse: collapse;*/ 
}

.tabular_form tbody td
{
    background-color: #f0f0f0;
}
 



.tabular_form tbody th, .tabular_form tbody td
{
    border-top:    1px solid #f9f9f9;
    border-bottom: 1px solid #8e8e8e;    
    padding: 2px;
}

.tabular_form thead th
{
    background-color: silver;
}

.tabular th
{
    text-align: left;
}
