
table#ResultList
{
    width:420px;
    border-collapse:separate;
    border:10px solid #333;
    font-family:verdana,helvetica,arial;
    font-size:8pt;
}
table#ResultList caption
{
    background-color:#333;
    padding:20px 0;
    width:420px;
    color:#f1f1f1;
    font-weight:bold;
    font-size:10pt;
}
table#ResultList thead th {
    background-color:#9FAD0B;
    color:#fff;
    text-align:left;
}
table#ResultList thead tr
{
    border-bottom:1px solid #dbdbdb;
}
table#ResultList tbody td
{
    border-right:1px solid #dbdbdb;
}
table#ResultList td:last-child
{
    border-right:none;
}


table#ResultList tr.odd
{
    background-color:#fff;
}
table#ResultList tr.even
{
    background-color:#fafafa;
}


table#ResultList .business
{
    width:300px;
    text-align:left;
}
table#ResultList .floorarea
{
    width:75px;
    text-align:center;
}
table#ResultList .date_to
{
    width:45px;
    text-align:center;
}


table#ResultList tbody tr:first-child
{
    border-top:none;
}
table#ResultList tbody tr
{
    /*border-top:1px solid #dbdbdb;*/
}
/*table#ResultList tr:hover
{
    background:#009EE3;
    color:#fff;
    border:1px solid #dbdbdb;
}*/


/*
    User Selection table
*/
table.user-selection
{
    width:380px;
    border-collapse:collapse;
    margin-top:5px;
}
table.user-selection tr:last-child
{
    border-bottom:1px solid #444;
}
table.user-selection tr
{
    border-top:1px solid #444;
}
table.user-selection td:first-child
{
    width:250px;
    text-align:left;
    height:25px;
}
table.user-selection td:last-child
{
    width:150px;
    text-align:right;
    height:25px;
}

table#SearchCriteria
{
    width:380px;
    background:#333;
    color:#fff;
    border-collapse:collapse;
}
table#SearchCriteria tr
{
    height:15px;
}
table#SearchCriteria th
{
    background:transparent;
    text-align:left;
    width:120px;
    border-top:1px solid #555;
    vertical-align:top;
}
table#SearchCriteria td
{
    background:transparent;
    text-align:left;
    width:360px;
    color:#FFD81A;
    border-top:1px solid #555;
    vertical-align:top;
}
