﻿html, body {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 620px;
    font-family: "Arial";
    overflow: hidden;
    }
a {
    text-decoration: none;
}
.propPrice {
    color: #404040;
    font-size: 15px;
    font-weight: bold;
    }
.propAttDesc {
    color: #404040;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none; 
    }
.propAdd {
    color: #244A7B;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    }
.propImg {
    display:inline; 
    width: 75px;
    height: 56px;
    border:none;
    }
.propDesc {
    color: #404040;
    font-size: 13px;
    font-weight: normal;
    }
.dataItem {
    border-bottom:#CCC 1px dotted;
    color: #404040;
    font-size: 13px;
    font-weight: normal;
    padding-bottom:4px;
    padding-top:4px;
    }
.dataItemTitle {
    color: #404040;
    font-size: 13px;
    font-weight: bold;
    padding-bottom:1px;
    }
.dataItemProperty {
    color: #B12929;
    font-size: 13px;
    font-weight: bold;
    padding-bottom:4px;
    padding-top:10px;
    }
.seeall {
    color: #404040;
    font-size: 13px;
    font-weight: normal;
    text-align:right;
    padding-left:20px;
    }
.station { font-family: "Arial";
    font-size: 11px;
    color: #404040;
    position:absolute;
    cursor:pointer;
    font-weight:bold;
    text-decoration: none;
    text-align:right;
    }
.toolTip {
    font-family: Arial;
    font-size: 11px;
    position:absolute;
    width: 160px;
    height: 30px;
    background-color: White ;
    margin:0px ;
    padding:2px ;
    border: 2px ;
    border-color: #666666;
    border-style:solid;
    z-index: 10;
    } 
.toolTipTitle {
    font-weight:bold;    
    }
.toolTipMsg {
    font-style:italic;
    font-size: 10px;
    }
.toolTipShadow {
    position:absolute;
    width: 160px;
    height: 30px;
    background-color: #888888 ;
    margin:0px ;
    padding:2px ;
    border: 2px ;
    border-color: #888888 ;
    border-style: solid;
    z-index: 9;
    }
.instructions {
    font-family:Arial;
    position:absolute;
    color: Gray;
    background-color: White;
    font-size: 16px;
    text-align:center;
    top: 150px;
    left: 110px;
    width: 400px;
    height:50px;
    vertical-align: middle;
    visibility:visible;
    z-index: 15;
    border: 2px ;
    border-color: #404040 ;
    border-style: solid;
    }
.map { 
    display:block; 
    border: 4px;
    border-style:solid;
    border-color: White;
    }
.copyright {
    color: #404040;
    font-size: 10px;
    position: absolute;
    left: 395px;
    top: 407px;
    z-index: 5;
    }
.stationName {
    color: #B12929;
    font-size: 16px;
    font-weight: bold;
    padding-bottom:8px;
    }
.content
    {
    border: 8px;
    border-style:solid;
    border-color:White;
    }
.stationResults
    {
    visibility: hidden;
    }
.footer
    {
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    }
