﻿*
{
    font-family: "Trebuchet MS" , Arial, Sans-Serif;
}

a img
{
    border: 0;
}

a
{
    color: #24799B;
    outline: none;
}

a.gLink
{
    color: inherit;
    text-decoration: none;
}

html, body
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    overflow-x: hidden;
    width: 320px;
}

div.separator {
    background: url("/images/mobile/section_end_shadow.gif") top repeat-x;
    height: 12px;
    clear: both;
}

.breadCrumbs .separator {
    background: transparent;
    font-weight: bold;
}

p.breadCrumbs {
    margin-bottom: 5px;
}

.footer {
    clear: both;
    font-size: 11px;
}

.footer a {
    color: #555;
}

p
{
    margin-top: 0; /* margin: 0;     padding: 0; */
}

body
{
    background: url("/images/mobile/gray_stripes.gif") #00a3e1;
}

.logo
{
    background: url("/images/mobile/blue_stripes.gif");
}

h1
{
    color: #FFFFFF;
    font-size: 16px;
}

h2
{
    color: #f68d1e;
    font-size: 16px;
    margin: 2px 0px;
    border-bottom: 1px solid #CCCCCC;
}

h4
{
    margin: 7px 0px 0px 0px;
    font-size: 11px;
    color: #967347;
}

h1,h2,h3
{
    background: url("/images/mobile/blue_bg.png") repeat-x #00a3e1;
    margin: 0;
    margin-top: 12px;
    padding: 6px 5px;
    text-shadow: 1px 1px 3px #565656;
    color: #FFFFFF; /* border-top: 1px solid #CCCCCC; */
    border-bottom: 1px solid #b3b3b3;
    border-top:1px solid #22C2FF;    
    text-transform: uppercase;
}

h1.first,
h2.first,
h3.first
{
    margin-top: 0;
}

.folder_header
{
    background: url("/images/mobile/light_blue_bg.png") repeat-x top #EBF7FF;
    margin: 0;
    padding: 7px 5px;
    display: block;
    color: #232323;
    border-bottom: 1px solid #C1DCF8;
    border-top: 1px solid #e4eef7;
    margin-bottom: 5px;
    margin-top: 8px;
    font-weight: bold;
    text-decoration: none;
}

.folder_header.thicker,
a .folder_header,
a.folder_header
 {
    padding: 10px 8px;
}

*.first
{
    margin-top: 0;
}

*.last
{
    margin: 0;
}

a.folder_header
{
    margin-top: 0;
    /* border-top: 0; */
}
.folder_header a
{
    color: inherit;
    text-decoration: none;
}


.searchBox, .content
{
    /* border-top: 1px solid #e4eef7; */
    border-top: 1px solid #0099D2;
    border-left: 0;
    border-right: 0;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

.content .content {
    padding: 5px;
    border: 0;
    background: transparent;
}

.fields
{
    margin-left: 5px;
    margin-bottom: 6px;
}

.fields select.full {
    width: 96%;
}

.white
{
    color: #FFFFFF;
}

.larger, .large
{
    font-size: 15px;
}

.smaller
{
    font-size: 85%;
}


.result
{
    padding: 2px;
}

.result .smaller a
{
    color: #565656;
}

.result.odd
{
    background-color: #f3f3f3;
}

.left
{
    float: left;
}

.right
{
    text-align: right;
}

.f_right
{
    float: right;
}

.clear
{
    clear: left;
    height: auto;
}

.clearfix
{
    clear: both;
    height: auto;
}

*.shadow {
    text-shadow: 1px 1px 3px #565656;
    color: #FFF;
}

*.brown
{
    color: #967347;
}
*.blue {
    color: #00a3e1;
}

*.orange {
    color: #f68d1e;
}

.dialogBox
{
    display: none;
}

.star-rating, .star-rating a:hover, .star-rating .current-rating
{
    background: url(/images/stars_18x57.png) left -1000px repeat-x;
}
.star-rating
{
    position: relative;
    width: 72px;
    height: 19px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
}
.star-rating li
{
    display: inline;
}
.star-rating a, .star-rating .current-rating
{
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 19px;
    line-height: 19px;
    outline: none;
    overflow: hidden;
    border: none;
}
.star-rating a:hover
{
    background-position: left bottom;
}
.star-rating a.one-star
{
    width: 25%;
    z-index: 6;
}
.star-rating a.two-stars
{
    width: 50%;
    z-index: 5;
}
.star-rating a.three-stars
{
    width: 75%;
    z-index: 4;
}
.star-rating a.four-stars
{
    width: 100%;
    z-index: 3;
}
.star-rating .current-rating
{
    z-index: 1;
    background-position: left center;
}

thead td, th
{
    border-bottom: 1px solid #B3B3B3;
    color: #967347;
    text-align: left;
}

input.s_button, 
a.s_button {
    border: 2px solid #00a3e1;
    -webkit-border-radius: 7px;
    background: #00a3e1;
    font-size: 17px;
    font-weight: bold;
    padding: 6px 15px;
    margin: 9px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #e4eef7), color-stop(1.0, #00a3e1));
    color: #FFFFFF;
    text-shadow: 1px 1px 3px #565656;
    cursor: pointer;
    text-decoration: none;
    height: 40px;
}

/*
a.s_button
{
    cursor: pointer;
    background: transparent url('/images/button_right.png') no-repeat scroll top right;
    display: block;
    float: left;
    margin-right: 6px;
    padding-right: 10px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    height: 23px;
}

a.s_button span
{
    cursor: pointer;
    display: block;
    line-height: 21px;
    background-color: transparent;
    background-image: url('/images/button_left.png');
    background-repeat: no-repeat;
    color: #FFF;
    padding-left: 12px;
}

a.s_button:hover
{
    background: transparent url('/images/button_right_hover.png') no-repeat scroll top right;
    background-repeat: no-repeat;
}
a.s_button:hover span
{
    line-height: 21px;
    background-repeat: no-repeat;
    margin: 0px;
    background-color: transparent;
    background-image: url('/images/button_left_hover.png');
    background-position: left 0px;
}
*/
.error_warning
{
    background-image: url('/images/error.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 25px;
    height: 21px;
    display: block;
    line-height: 17px;
    padding-top: 5px;
    margin-bottom: 7px;
    margin-top: -5px;
    background-color: #777;
    color: #FFF;
    text-shadow: 1px 1px 3px #565656;
    font-weight: bold;
}

input.error, textarea.error
{
    border: 1px solid #EE3223;
    background-color: #FDE1DF;
}
.error
{
    font-weight: bold;
    color: #ee3223;
}

.active
{
    color: #006400;
    text-transform: uppercase;
    font-weight: bold;
}

.inactive
{
    color: #565656;
    text-transform: uppercase;
    font-weight: bold;
}

.contract
{
    color: #f68d1e;
    text-transform: uppercase;
    font-weight: bold;
}

.sold
{
    color: #ee3223;
    text-transform: uppercase;
    font-weight: bold;
}

.negative
{
    color: #ee3223;
}

.positive
{
    color: #006400;
}

.disclaimer {
    color: #222;
    font-size: 10px;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;   
}

.disclaimers
{
    border-top: 1px solid #F3F3F3;
    clear: both;
    color: #000000;
    margin-top: 5px;
}
.disclaimers p
{
    padding: 5px 0px;
    margin: 0;
    font-size: 10px;
    line-height: 1.2em;
}


.extras
{
    float: right;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
}

.extras span
{
    line-height: 9px;
    display: block;
    float: left;
    font-size: 10px;
    padding: 0.2em;
    margin-left: 4px;
}

.shortSale
{
    background-color: #f68d1e;
}

.openHouse
{
    background-color: #75be43;
}

.bankOwned
{
    background-color: #ee3223;
}

.listing .info
{
    z-index: 500;
}

.numHomesForSale {
 font-size: 10px;
 font-weight: normal;
 font-style: italic;
}

ul.areas {
    margin-top: 0;
}

ul.areas li {
    margin-top: 6px;
}

ul.areas h1,
ul.areas h2,
ul.areas h3
{
    margin-left: -40px;
    margin-bottom: 5px;
}

ul.areas .separator {
    margin-left: -40px;
    margin-top: 15px;
}

/* ------------------ Market Health Score ---------------------*/

.healthScore
{
    height: 34px;
    width: 43px;
    font-size: 27px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 5px 0px 2px 0px; /* line-height: 30px; */
}

.healthScore div
{
    background: url('/images/healthScoreMask.png') no-repeat;
    height: 100%;
    position: relative;
    text-align: center;
    padding-right: 3px;
}

.healthScore.neutral
{
    background: #f68d1e;
}

.healthScore span
{
    position: relative;
}

.healthScore b
{
    position: relative;
    /* top: -3px; */
}

.healthScore span.shadow
{
    position: absolute;
    color: #808080;
    top: 1px;
    left: 1px;
}
.healthScore.score10
{
    background-color: #009900;
}
.healthScore.score9
{
    background-color: #5d9600;
}
.healthScore.score8
{
    background-color: #a2b600;
}
.healthScore.score7
{
    background-color: #b6e300;
}
.healthScore.score6
{
    background-color: #ffbf00;
}
.healthScore.score5
{
    background-color: #fc8a00;
}
.healthScore.score4
{
    background-color: #e65300;
}
.healthScore.score1
{
    background-color: #cc0000;
}

/* --------------------- Similar Listings -------------------*/

.similarListings .listing, .listingsContainer .listing
{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFFFFF), color-stop(1.0, #f5f5f5));
}

.similarListings .rank
{
    text-shadow: 1px 1px 3px #565656;
    color: #FFFFFF;
    display: none;
}

/* ----------------------------- Listing Pictures ------------------------*/

.photoBox
{
    /* background-color: #F7F7F7; */
    margin: 0px;
    position: relative;
    text-align: center;
    width: 100%;
}
.caption
{
    color: #232323;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.listingPhotos
{
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
}

/* ------------------------------ Listing Properties --------------------------------- */


.listingPage .openHouse
{
    text-align: left;
    background: transparent;
}
.listingPage .openHouse label
{
    color: #006400;
    font-weight: bold;
    text-transform: uppercase;
}
.listingPage .openHouse .list
{
    
}
.listingPage .openHouse p
{
    margin-bottom: 6px;
    padding: 6px 3px 0 20px;
    background: url("/images/icons/bullet_green.png") no-repeat 3px 7px;
}

.listing .description
{
    padding: 0 5px;
}

.padded
{
    padding: 0 5px;
}

.listing .oldPrice
{
    font-size: 13px;
    text-decoration: line-through;
    color: #808080;
    font-weight: normal;
}

.listing .listPrice
{
    font-weight: bold;
}

.listing .address
{
    font-weight: bold;
}

.listing .moreInfo
{
    margin-top: 10px;
}

.listing .moreInfo p
{
    border-top: 1px solid #FFFFFF;
    background: url("/images/mobile/orange_bg.png") repeat-x #f68d1e;
    border-bottom: 1px solid #f68d1e;
    margin: 0;
    padding: 10px 5px;
    font-weight: bold;
    color: #FFFFFF;
}

.listing .moreInfo strong
{
    text-shadow: 1px 1px 3px #565656;
    color: #FFFFFF;
    width: 50px;
    display: inline-block;
    text-transform: uppercase;
}

.listing .moreInfo a
{
    color: inherit;
    text-decoration: none;
}

.listings a:hover .listing {
    background-color: #ffffcc;
}

.listing div.stats
{
    margin: 8px;
}

.listing div.stats label
{
    color: #967347;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 5px;
}

.listing table .folder_header
{
    margin: 10px -1px 0px -1px;
}

.folder_header.orange
{
    background: url("/images/mobile/orange_bg.png") repeat-x #f68d1e; /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #efefef), color-stop(1.0, #bbb)); */
    border-bottom: 1px solid #f68d1e;
    border-top: 1px solid #FAC388;
    color: inherit;
}

.folder_header.gray
{
    background: url("/images/mobile/gray_bg.png") repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #efefef), color-stop(1.0, #bbb));
    border-bottom: 1px solid #AAA;
    border-top: 1px solid #DDD;
}

.folder_header.green
{
    background: #4D934D url("/images/mobile/green_bg.png") repeat-x bottom;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #B1D0B1), color-stop(1.0, #4D934D));
    border-bottom: 1px solid #006400;
    border-top: 1px solid #83B483;
    color: #FFF;
    text-shadow: 1px 1px 3px #565656;
}


.listing div.stats label a
{
    color: #967347;
}

.listing .features label
{
    color: #967347;
}

.listing .features .padded {
    padding: 3px 5px;
}

.listingHistory .odd
{
    background-color: #e4eef7;
}

.listing .header
{
    border-bottom: 1px solid #B3B3B3;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.marketHistory
{
    margin-top: -5px;
}
.listingHistory .listPrice
{
    font-size: 14px;
    font-weight: bold;
}

.listing .marketHistory
{
    font-size: 85%;
    background: transparent url(/images/listing_status_bg.png) no-repeat scroll 0 0;
    padding: 3px 3px 10px;
    width: 75px;
}

.marketActivity .listing
{
    background-color: #fefefe;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    padding: 3px;
}

.marketActivity .listing .info
{
    margin-left: 140px;
}

.marketActivity .listing .stats
{
    margin: 0;
    padding: 0;
    margin-top: 2px;
}

.marketActivity .address a
{
    color: #967347;
    text-decoration: none;
}


.marketActivity .address
{
    margin: 0;
    padding: 0;
    color: #967347;
    margin-top: 2px;
}

.marketActivity label
{
    color: #565656;
}

.marketActivity .homeStyle
{
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0;
}

.listing .header .price
{
    font-size: 16px;
}

.listing .header .active, .listing .header .inactive, .listing .header .contract, .listing .header .sold
{
    font-size: 16px;
    text-transform: capitalize;
}

.listing .map img
{
    border: 1px solid #b3b3b3;
}
.listing .map
{
    padding: 0 5px;
    height: 250px;
    border-top: 1px solid #b3b3b3;
}

/*------------------------------- DEBUGGER --------------------------------- */

#debugger
{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fefefe;
    height: 120px;
    border-top: 1px solid #989898;
    z-index: 9999;
    display: none;
    filter: alpha(opacity=85);
    opacity: .85;
    left: 0;
}

#debugger div
{
    margin: 10px;
}

#debugger div div
{
    margin: 0;
}

#debugger .debugContent
{
    height: 75px;
    overflow: hidden;
    overflow-y: auto;
}

#debugger li
{
    list-style: inside;
    list-style-type: circle;
    border-bottom: 1px solid #b3b3b3;
    padding-left: 10px;
}

#debugger ul
{
    margin: 0;
    padding: 0;
}

#debugger .links
{
    float: right;
    font-size: 11px;
    text-transform: lowercase;
}

#debugger .object
{
    color: Green;
    font-family: Courier New;
}
