@charset "UTF-8";
/* CSS Document */

html{
    font-size: 100%;
}

body
{
    margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
	color: #455560;
}

h3
{
    font-size: 1.3em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

table td
{
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

.cmb, .txt
{
    border: solid 1px #455560;
    color: #455560;
    height: auto;
    width: 150px;
}

.ResultsGrid
{
    border: solid 1px #d0d6dd;
    border-collapse: collapse;
    background-color: #f1f4f7;
    width: 545px;
    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 #d0d6dd;
}

.HeaderRow
{
    background-color: #d0d6dd;
    background-image: url('images/gridHeadFade.gif' );
    background-repeat: repeat-x;
    color: #455560;
    font-size: 11px;
}

.HeaderRow th, .HeaderRow td
{
    padding: 3px 5px 3px 5px;
    border: none;
    color: #455560;
    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: #455560;
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a:hover
{
    color: #860038;
    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: 530px;
    height: 700px;
}

.tblDetail 
{
    border: solid 1px #d0d6dd;
    background-color: #f1f4f7;
}