table, tr, th, td
{
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

table
{
    border-collapse: separate;
    border-spacing: 0;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
}

table.lists
{
    border-top: none;
    border-bottom: 1px solid #bbb;
}

tr.lists
{
    border: none;
}

tr.lists:nth-child(odd) {background-color: #fff}
tr.lists:nth-child(even) {background-color: #f5f5f5}

tr.lists_exploded
{
    border: 1px solid #1a8f8d;
    background-color: #c1f2f1;
}

tr.lists:hover
{
    background-color: #e5f9f9;
}


tr.records:hover
{
    background-color: #eaf7f9;
    cursor: pointer;
}

th.lists
{
    border: none;
    padding: 5px;
    spacing: 0;
    padding-bottom: 2px;
}

th.lists2
{
    border: none;
    padding: 2px;
    background-color: #9BDBA8;
}

td.lists
{
    border: none;
    padding: 5px;
    spacing: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    vertical-align: middle;
    height: auto;
    font-size: normal;
    cursor: pointer;
}

div.lists
{
    border:  1px solid #bbb;
    border-bottom: none;
    padding: 2px;
    background-color: #f9f9f9;
}


div.tableheadericones
{
    float: left; 
    padding-right: 10px; 
    border-right: 1px solid #ccc; 
    margin-right: 10px;
}

div.tableheadericonesBig
{
    display: inline-block;
}
div.tableheadericonesSmall
{
    display: none;
}