﻿table.filter tr th
{
    background-color: #A09794;
    border-bottom-color: Black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    padding:5px;
    vertical-align:middle;
    color:White;
}
table.filter td
{
    background-color:#F0F0F0;
    padding:5px;
    font-size:11px;
}
table.filter td a, table.filter td a:visited
{
    color:Black;
    text-decoration:none;
    /*line-height:20px;*/

}
table.filter td p 
{
    padding-top:5px;
    margin:0px;
    vertical-align:bottom;
}
table.filter td a:hover 
{
    color:Black;
    text-decoration:underline;
}
table.filter td.subTitle 
{
    background-color: #E3E1E1;
    padding: 5px;
    border-color: #C5C5C5;
    border-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: hidden;
    border-right-style: hidden;
    font-size: 10px;
    font-weight: bold;
    vertical-align:middle;
}

tr.subTitle 
{
    cursor:pointer;
}

