﻿table.Slider, table.CheckBoxList {
    background-color: #f8f8f8;
    padding: 2px;
}

table.MapPoint, table.Region {
    border: 1px solid black;
}

td.SliderText, td.CheckBoxListText {
    text-align: center;
    color: #113fbb;
    font-weight: bold;
    padding-bottom: 4px;
}

td.SliderTextMin, td.SliderTextMax {
    color: #3a6bee;
    font-weight: normal;
    text-align: center;
    padding-right: 12px;
    width: 25px;
}

td.SliderValueMin, td.SliderValueMax {
    color: #3a6bee;
    font-weight: normal;
    text-align: center;
    padding-left: 12px;
    width: 15px;
}

body {
    background-color: #f1f1f1;
    margin-top: 0px;
    font-family: Tahoma;
}

#txtSearch {
    width: 238px;
}

div.MapCanvas {
    width: 1px;
    height: 1px;
    z-index: 1;
    border: 1px solid silver;
}

span.Unknown {
    color: Red;
}

#btnSearch {
    color: White;
    background-color: #4a8bf4;
    height: 51px;
}

input.Zoom {
    width: 150px;
}

#tblAttributes, table.Filter, table.Attributes {
    color: #3a6bee;
}

    table.Filter td {
        padding: 4px 10px 4px 10px;
    }
        table.Filter td.Group {
            border-right: 1px solid black
        }

span.lblZoom {
    position: absolute;
    z-index: 2;
    color: #f1ab00;
    background-color: white;
    font-weight: bold;
    padding: 2px;
    width: 18px;
    text-align: center;
}

span.lblZoomCombine {
    position: absolute;
    z-index: 2;
    color: black;
    background-color: yellow;
    font-weight: bold;
    padding: 2px;
}

span.lblBranding {
    position: absolute;
    z-index: 2;
    color: black;
    background-color: white;
    font-weight: bold;
    padding: 2px;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
}

span.NotEnabled {
    position: absolute;
    z-index: 2;
    font-weight: bold;
    color: white;
    background-color: Black;
    padding: 10px;
}

a.NotEnabled {
    text-decoration: underline;
    color: yellow;
    background-color: Black;
    xpadding: 10px;
}

a.Branding, img.Branding {
    text-decoration: none;
    border: 0px;
}

table.PopUp {
    background-color: #f1f1f1;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid silver;
}

table.PopUp th {
    background-color: #4a8bf4;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    vertical-align: top;
}
    table.PopUp th a {
        color: #e4e4e4;
    }

span.PopUpBedroomsMapPoint {
    font-weight: bold;
}

td.PopUpAttribute {
    text-align: left;
}

span.PopUpMapPointAttribute {
    font-weight: bold;
}

td.PopUpLink {
    text-align: center;
}

.PopUpDetailMultiple {
    padding-left: 20px;
}

img.PopUpThumb {
    height: 75px;
    display: block;
    margin: auto;
}

a.PopUpTourLink {
    text-decoration: none;
}

img.PopUpTourLink {
    border: 0px;
}

td.PopUpMultiple, td.PopUpMultipleHighlight {
    padding: 2px;
}

a.PopUpMultiple {
    text-decoration: underline;
}

a.PopUpMultipleHighlight {
    text-decoration: underline;
    background-color: Yellow;
}

span.cbPopUp {
    color: #4a8bf4;
    background-color: white;
    white-space: nowrap;
}
.LegendImg {
    width:15px;
    height:15px
}