﻿h4
{
    font-size: 18px;
}

div.addressText
{
    padding: 0;
    margin: 5px;
}


div.address img
{
    text-align: center;
    float: left;
    margin: 5px;
}

div.addressText img
{
    width: 22px;
    height: 22px;
}

div.address p.Teaser
{
    line-height: normal;
    margin: 0px;
    padding: 0 0 5px 0;
}

div.address
{
    text-align: left;
    margin-top: 5px;
    position: relative;
    display: block;
    clear: both;
}

.statsTable
{
    padding: 5px;
    border: 1px solid black;
}

.statsRowEven
{
    background-color: White;
}

.statsRowEven td
{
    padding: 2px;
    padding-bottom: 2px;
}

.statsRowOdd
{
    /*background-color: #DDDDDD;*/
}

.statsRowOdd td
{
    padding: 2px;
    padding-bottom: 2px;
}

.statsRowHeader
{
    text-align: center;
}

.statsRowHeader th
{
    padding: 2px;
    padding-bottom: 5px;
}

.statsRowSummary
{
}

.statsRowSummaryTd
{
    color: Blue;
    font-weight: bold;
    border-top: solid 1px black;
    padding-top: 4px;
}

.statsCellHighlight
{
    color: Blue;
    font-weight: bold;
}

