table.ListStyle
{
    border-collapse: collapse;
    border: solid 0px;
    border-color: #E3E3E3; 
    border-width: 0px 0px 0px 0px;
    width: 100%;
}
table.ListStyle td, table.ListStyle th
{
    min-height: 18px;
    padding-left: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #E3E3E3;
}
table.ListStyle th
{
    background-color: #343434;
    font-weight: normal;
}

table.ListStyle2
{
    border-collapse: collapse;
    border: solid 0px;
    border-color: #ffffff; 
    border-width: 10px 10px 10px 10px;
    width: 100%;
}
table.ListStyle2 td, table.ListStyle2 th
{
    min-height: 18px;
    padding-left: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #ffffff;
}
table.ListStyle2 th
{
    background-color: #343434;
    font-weight: normal;
}

