﻿.bodyWrapper
{
    font-family: Arial, Verdana; 
    font-size: 12px; 
    margin: 0px auto; 
    width: 680px;
}

.logo
{
    margin-left: 25px;
    margin-bottom: 15px;
}

.digitalMapsTab
{
    background-color: #a1a1a1; 
    color: #ffffff; 
    float: right;
    font-size: 13px; 
    font-weight: bold; 
    margin-top: -16px;
    padding: 3px 10px; 
}

div.body
{
    border-left: 1px solid #e6e6e6; 
    border-right: 1px solid #e6e6e6; 
    color: #898989; 
    font-weight: bold; 
    padding: 40px 0px 40px 25px;
}

.downloadLinks
{
    color: #000000; 
    font-weight: normal; 
    line-height: 14px;
}

.highlight
{
    color: #105eaa; 
    font-size: 16px;
}

.getMapInput
{
    margin-left: 5px;
}

.getMapButton
{
    margin-bottom: -8px;
    margin-left: 5px;
}

table
{
    border: 1px solid #e6e6e6;
    font-weight: normal;
}

table th
{
    background-color: #f0f0f0;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #ffffff;
    font-weight: normal;
    width: 100px;
}

table tr .rowHeader
{
    background-color: #f0f0f0;
    border-bottom: 1px solid #fff;
    padding-left: 5px;
}

table tr td
{
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-top: 4px;
}

table .lastRow td
{
    border-bottom: 0px;
}

table tr .lastItem
{
    border-right: 0px;
}

#downloadTable
{
    display: none;
}