﻿.tableList
{
    border:solid 1px #aaaaaa;
}
.tableList th
{
    background-color:#eeeeee;
}
.tableList tr.lastRow td
{
    border:0px;
}
.tableList td
{
    border-bottom:dashed 1px #aaaaaa;
    font-weight:bold;
    padding-left:5px;
}

