.listBrowser
{
    font: normal 11px Arial;
    text-align: center;
} 
.listBrowser table
{
    border: 1px solid black;
    width: 100%;
} 
.listBrowser td
{
    border-width: 0px;
    padding:0px;
    margin:0px;
} 

.listBrowser a
{
    text-decoration: none;
    color: blue;
    font-size: 12px;
    padding: 3px;
} 
.listBrowser span
{
    font-size: 12px;
    padding: 3px;
}
.listBrowser a.listBrowserActive
{
    font-size: 16px;
    font-weight: bold;
} 

.listBrowserDelta
{
    width: 120px;
} 

.listBrowserMiddle span
{
    color: grey;
} 

.listBrowserSummary
{
    width: 80px;
} 
.listBrowserSummary span
{
    font-size: 16px;
    font-weight: bold;
} 
