/* results.css */

#framediv {
    width: 98%;
    margin: 5px auto;
    background-color: #000;
    min-height: 500px;
}
#aaframe {
    width: 100%;
    min-height: 500px;
    margin: 5px auto;
}



.viewlistings a {
    display: block;
    margin: 5px;
    border: 1px solid #ffe;
    padding: 1px;
    text-decoration: none;
    background-color: #ccc;
    color: #000;
}


.viewlistings a:active,
.viewlistings a:visited {
    color: black;
}


.viewlistings a:hover {
    background-color: #555;
    color: #fff;
}


.listing {
    width: 964px;
    margin: 8px auto;
    background: transparent;
    border: 1px solid #ffe;
    color: #000;
}

.townlisting {
    width: 700px;
}
.townlisting h1 {
    font-size: 18px;
}
.listingheader {
    width: 100%;
    border-bottom: 1px solid #ffe;
    background: transparent;
    color: #fff;
}

.listing h1 {
    display: block;
    font-size: 1.1em;
    padding: .5em;
}

.listingimage {
    float: left;
    padding-top: 10px;
    margin-left: 7px;
    margin-top: 0;
    background: transparent;
    text-align: center;
    border: 0;
}


.listingimage a {
    border: 0;
}

.listingimage img {
    border: 0;
    width: 290px;
}

.townlistingtable,
.listingtable {
    padding-top: 0em;
    float: right;
    width: 790px;
    background: transparent;
    font-size: 1.2em;
}
.listingtable {
   width: 660px;
}
.townlistingtable {
    width: 520px;
    margin: 0 auto;
    font-size: 12px;
}

.townlistingtable table,
.listingtable table {
    margin: .5em auto;
    border-collapse: collapse;
    border: 0px solid #ffe;
    width: 98%;
}


.townlistingtable th,
.listingtable th {
    background-color: #ffe;
    color: #000;
    border: 1px solid #000;
    text-align: center;
}


.townlistingtable td,
.listingtable td {
    border: 1px solid #ffe;
    background:transparent;
    color: #fff;
    text-align: center;

}


.remarks {
    text-align: left;
    width: 100%;
    border: 0;
    color: #fff;
}

#townmain {
    height: 500px;
    overflow: auto;
}


#popwindow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    display: none;
    background-color: #aaa;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50;
}

#mleft {
    width: 180px;
    float: left;
    border: 2px solid #444;
    padding: 3px;
    height: 520px;
    overflow: auto;
}


#mright {
    margin-left: 5px;
    border: 2px double #fff;
    width: 770px;
    padding: 5px;
    float: left;
}

.slisting {
    margin-top: 5px;
    background-color: #fff;
    color: #000;
    padding: 3px;
    font-size: 12px;

}

#gmap {
    width: 770px;
    height: 520px;
}

#tabsmain {
    position: relative;
    display: block;
}

#searchmain,  #listingdisplayouter, #resultslist, #googlemap, #working {
    display: none;
    color: #000;
}

#listingdisplay {
    display: block;
}

#googlemap {
    display: none;
}

.listingmarker {
    float: left;
    font-size: 10px;
    margin-left: 4px;
}

.listingmarker a {
    text-decoration: underline;
    color: #00f;
}

.listingmarkerlink {
    margin-top: 15px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    color: #00f;

}

#working {
    display: block;
    height: 300px;
}

#resultslist {
    width: 99%;
    margin: 0 auto;
    min-height: 520px;
    // overflow: auto;
}
#spacer {
    width: 100%;
    height: 50px;
    background-color: yellow;
    position: relative;
}

#flashmapouter {
    background: transparent;
}
#flashmapdiv,
.flashmap {
    background: transparent;
    float: left;
    margin-left: 3px;
    margin-right: 0px;
    margin-top: 0px;
    width: 670px;
    height: 573px;
}

#searchformdiv {
    font-size: 12px;
    width: 290px;
    height: 573px;
    padding: 5px ;
    float: left;
    margin-right: 0px;
    margin-left: 5px;
    margin-top: 0px;
    background-color: #fff;
    border-left: 1px solid #000;
    color: #000;
}


form#searchform fieldset {
    margin-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
    background-color:  #ffe;

}
form#searchform legend {
    border:1px solid #996;
    font-family: "Courier New", Courier, mono; color:#fff;
    font-size:1.1em;
    font-weight:normal;
    font-style:normal;
    margin-bottom:4px;
    margin-left: -0px;
    padding:3px 8px;

    background:transparent url(../images/menuback.png) top left repeat-x;
}
form#searchform select {
    width: 110px;
}

#propertyclass input,
#Waterfront input {
    margin-right: 5px;
}
.propclass {
}

#buttons {
    width: 290px;
    text-align: center;
    margin-top: 10px;
}

.button {
    font-family: "Courier New", Courier, mono; color:#fff;
    font-size:1.1em;
    font-weight:normal;
    font-style:normal;

    padding: 10px;
    text-align: center;
    border: 1px solid black;
    background: #aaa url(../images/buttonback.png) top left repeat-x;
}

.button:hover {
    background: #aaa url(../images/buttonback2.png) top left repeat-x;
}
select {
    margin: 0; padding: 0;}

#listingdisplayouter {
    width: 100%;
    background-color: #fff;
    color: #000;
}

#listingdisplay {
    clear: both;
}
#listingdisplayouter a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#listingdisplayouter a:hover {
    text-decoration: underline;
}

#listingnavigation {
    margin-top: 10px;
    padding: 0 5px;
    border-bottom: 3px double #999;
    background: #000;
    color: #fff;
}

#listingnavigation a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#prevlisting {
    float: left;
    font-size: 24px;
}
#prevlisting a {
    background: #000 url(../images/prevlisting1.png) top left no-repeat;
    padding-left: 80px;
}
#prevlisting a:hover {
        background: #000 url(../images/prevlisting2.png) top left no-repeat;
}

#nextlisting {
    float: right;
    font-size: 24px;
}

#nextlisting a {
    background: #000 url(../images/nextlisting1.png) top right no-repeat;
    padding-right: 80px;
}
#nextlisting a:hover {
        background: #000 url(../images/nextlisting2.png) top right no-repeat;
}

#listingcount {
    float: left;
    margin-left: 100px;
    font-weight: bold;
    font-size: 20px;
}

.popup {
    position: absolute;
    display: none;
    z-index: 10001;
    top: -100px;
    left: 5%;
    width: 89%;
    height: 500px;
    overflow: auto;
    background: #a74e12 url(../images/smenubacktop.png) top left repeat-x;
    color: #fff;
    border: 5px double black;
    padding: 5px;
}

.poptitle {
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 100%;
    border-bottom: 5px solid #470d07;
}

.closex {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}


#calcform {
    float: left;
    width: 200px;
    border-right: 0px solid #fff;

}
/* ====================== Mortgagae Calculators CSS ======================*/
#calcform select,
#calcform input {
    width: 130px;
    margin-left: 0%;
    margin-bottom: 5px;
    text-align: right;
}

#calcresults {
    float: left;
    width: 490px;
    height: 100%;
    overflow: auto;
}

.floatright {
    float: right;
    display: inline;
}

.resultdetail {
    font-weight: bold;
    text-align: right;
    margin-left: 20px;
}

#mrtresults {
    display: none;
}

#instructions {
    display: block;
}

#reqshowformdiv label,
#rmiformdiv label {
    display: block;
    float: left;
    width: 150px;
    text-align: right;
    padding-right: 5px;
}

#toplink {
    margin: 5px auto;
    font-size: 16px;
    color: #fff;
}

$toplink a {
    text-decoration: none;
    color: #fff;
}

#toplink a:hover {
    text-decoration: underline;
}
