html{
    font-size: 100%;
}

body
{
    margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, Trebuchet, Verdana, sans-serif;
    font-size: 0.9em;
}

h3
{
    font-size: 1.1em;
    color: #c6001a;
}

table td
{
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

.cmb, .txt
{
    border: solid 1px #999999;
    color: #13835e;
    height: auto;
    width: 150px;
}

.ResultsGrid
{
    border: solid 1px #d0d6dd;
    border-collapse: collapse;
    background-color: #D9EDE4;
    width: 660px;
    margin-left: 1px;
}

.ResultsGrid tr.NormalRow td, .ResultsGrid tr.AltRow td
{
    vertical-align: top;
    padding: 3px 5px 3px 5px;
    border: none;
    border-collapse: collapse;
    border-bottom: solid 1px #D9EDE4;
}

.HeaderRow
{
    background-color: #d0d6dd;
    background-image: url('images/gridHeadFade.gif' );
    background-repeat: repeat-x;
    color: #444444;
    font-size: 11px;
}

.HeaderRow th, .HeaderRow td
{
    padding: 3px 5px 3px 5px;
    border: none;
    color: #a87574;
    font-size: 11px;
    border-bottom: solid 1px #d0d6dd;
    font-weight: normal;
    text-align: left;
}


.ResultsGrid .NormalRow:hover, .ResultsGrid .AltRow:hover
{
    background-color: #eeeeee;
}

.AltRow
{
    background-color: #ffffff;
}

td.gridMenu
{
    text-align: right;
}

a:link, a:visited
{
    color: #c6001a;
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a:hover
{
    color: #c6001a;
    text-decoration: underline;
}

.dlTowns
{
    margin-top: 5px;
    margin-left: 15px;
}

.checkSelect input
{
    margin: 0;
    width: 13px;
    height: 13px;
    overflow: hidden;
    vertical-align: middle;
}

.criteria table
{
    margin-left: 15px;
    margin-top: 10px;
}

.divCriteriaInner
{
    width: 100%; 
    float: left; 
    margin-top: 10px;
}

.frameGoogle
{
    width: 575px;
    height: 700px;
}

.tblDetail 
{
    border: solid 1px #12825E;
    background-color: #D9EDE4;
}

.tdSearchLeft
{
    Width: 60%;
}

.tdSearchRight
{
    Width: 40%;
}

