﻿.main 
{
    /*font-family: Lucida Sans, Verdana, Arial, Sans-Serif;*/
    font-family: Verdana, Arial, Sans-Serif;
    color: #303030;
    font-size: 12pt;
}
h1,h2 
{
    color: #762514;
    font-family: Georgia, Palatino Linotype, Times New Roman;
    font-weight: normal;
}

.error
{
    font-size:90%;
    color:Red;
}
.small, .fine {
    font-size: 77%;
}

.gray {
    color: gray;
}

.section {
    margin-bottom: 20px;
    margin-top: 20px;
}

.printDiv
{
    margin-bottom:5px;
}

.headerDiv
{
    border-bottom-width:thin;
    border-bottom-color:Gray;
    border-bottom-style:solid;
    padding-bottom:5px;
}
.headerText
{
    font-weight:normal;
    font-size:105%;
}

.featureMap
{
    page-break-before:always;
    margin-top:20px;
    visibility: hidden; /* Do not show .featureMap, but leave the control as it is by the client input. But iframe with interactive viewer is added.*/
}

.interactiveMap
{
    page-break-before:always;
    margin-top:20px;
}

#addressmatched {
    background-color: #E7E7E7;
    padding: 0.5em;
}
#addressmatched ul {
    list-style-image: none;
    list-style-type: disc;
    margin: 0.5em 0 0 2em;
    padding: 0;
}
.indented {
    margin-left: 1.5em;
}
#results {
    border-top: 1px solid #99CCCC;
    margin: 1.5em 0 0;
    padding: 1em 0 0.5em;
}
label {
    font-weight: bold;
}

#firstcolumn {
    float: left;
    margin-right: 1.5em;
    padding-right: 1.5em;
    width: 98%;
}

a {
    color: #004EB3;
}
a:visited {
    color: #892B12;
}
a:hover {
    background-color: #892B12;
    color: #F1F0E3;
}

.lowerc 
{
    text-transform:lowercase;

}