/* Start of CMSMS style sheet 'VehicleTable' */
#vehicleTable table
{
  width:776px;
  margin-top:0;

  border:1px solid #000;
  border-collapse:collapse;
}

#vehicleTable table thead tr th
{
  margin:0;
  padding:3px;
  border-bottom:1px solid #000;
  background: #FFF;
  color:#000;
  font-size:11px;
  font-weight:bold;
}
div[id=vehicleTable] table thead tr th
{
  text-align:left;
}

#vehicleTable table tbody tr.altStripes td
{
  background:#fff;
  color:inherit;
}

#vehicleTable table tbody tr td
{
  margin:0;
  padding:6px 8px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  background:#fff;
  color:inherit;
}



/* End of 'VehicleTable' */

