﻿/*table header row*/
.table_header_row
{
  font-weight: bold;
  color: white;
  font-size: 14px;
  background-color: #1E669B;  
  padding: 0 0 10px 0;  
}

/*table normal row*/
.tbl_row
{
  padding:10px 0 10px 0;
}

