﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background: #EFEFEF url(../images/background.png) repeat-x;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

img
{
    border: 1px solid #ccc;
}
img.noborder
{
    border: 0px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding: 0;
    margin: 0;
}
h2
{
    color: #202090;
    padding: 0;
    margin: 0;
}
h3
{
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}
h4
{
    font-size: 1.1em;
    padding: 0;
    margin: 0;
}
h5, h6
{
    font-size: 1em;
    padding: 0;
    margin: 0;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height: 90px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#header h1 a
{
    color: #222;
    text-decoration: none;
}

#main
{
    clear: both;
    border-left: 1px solid #5C87B2;
    border-right: 1px solid #5C87B2;
    border-top: 1px #5C87B2 solid;
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    border-top: 1px #5C87B2 solid;
    clear: both;
    color: #000;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding-top: 4.7em;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #212177;
    background-image: url(../images/tab-bg.png);
    color: #eee;
}

ul#menu li a:hover
{
    background-color: #000;
    background-image: url(../images/tab-bg2.png);
    text-decoration: none;
}

ul#menu li a:active
{
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    height: 2.8em;
    padding-right: 10px;
}

div#title
{
    float: left;
    display:block;
    text-align:left;
    margin: 0.5em 0 0 3em;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    float: left;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
    width: 12em;
    margin: 0.5em 0; 
}
.display-field
{
    vertical-align: top;
    display: inline-block;
    width: 12em;
    margin: 0.5em 0; 
}

.editor-field
{
    float: left;
    vertical-align: top;
    display: inline-block;
    width: 17em;
    margin: 0.5em 0; 
}

.field
{
    vertical-align: top;
    width: 25em;
    float: left;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.subheading
{
    margin: 0 0 0.3em 0;
    font-size: 1.2em;
    font-weight: bold;
}

.float-right
{
    float: right;
}

.floated-headeroffset
{
    margin: 4em 0 0 2em;
}

.left-column
{    
    float: left;
    margin: 0;
    padding: 0.2em;
    width: 750px
}
.right-column
{
    float: right;
    width: 274px;
}

.ranking-section
{
    width: 18em;
    height: 10em;
    padding: 0;
}

.rank-loading
{
    position: absolute;
    width: 18em;
    height: 6em;
    background-color: #fff;
    padding-top: 2.5em;
    text-align: center;
}

.rank-item-container
{
    clear: both;
    font-size: 0.9em;
    height: 1.5em;
    vertical-align: middle;
}

.ranking-label
{
    vertical-align: top;
    float:left;
    margin: 0.2em 0;
    display: inline-block;
    width: 13em;
}

.ranking-field
{
    margin-top: 3px;
    border: 1px solid #333333;
    font-size: 0.9em;
    display: inline-block;
    width: 5em;
    height: 1em;
    overflow: hidden;
    text-align: left;
}

.ranking-bar
{
    height: 1em;
    overflow: hidden;
    background: #05bb12;
}

.ranking-section-tiny
{
    width: 10.7em;
    padding: 0;
}

.rank-item-container-tiny
{
    clear: both;
    font-size: 0.8em;
    vertical-align: top;
}

.ranking-label-tiny
{
    vertical-align: top;
    float:left;
    margin: 0;
    padding: 0;
    display: block;
    width: 6.5em;
    height: 8px;
}

.ranking-field-tiny
{
    margin-top: 3px;
    margin-left: 7.5em;
    border: 1px solid #333333;
    display: block;
    width: 4em;
    height: 6px;
    overflow: hidden;
    text-align: left;
}

.ranking-bar-tiny
{
    height: 6px;
    overflow: hidden;
    background: #05bb12;
}

.pager
{
    margin: 1em 0 1em 0;
    padding: 0.3em;
    background-color: #eeeeee;
    color: Black;
    width: 100%;
    clear: both;
    text-align: center;
    
}

.agent-info
{
    margin-top: 0.5em;
}

.realty-company
{
    margin-top: 2em;
}

.map-container
{
}

.map
{
    position: relative;
    width: 260px;
    height: 200px;
    border: 1px solid #aaa;
}

.map-big
{
    float: left;
    position: relative;
    width: 640px;
    height: 480px;
    border: 1px solid #aaa;
}

.picture-large
{
    margin-top: 2em;
}

thumbnails-container
{
    width: 500px;
}
.picture-thumbnail
{
    float: left;
    padding-right: 0.2em;
}

.bigThumb
{
    width: 500px;
    height: 375px;
}

.littleThumb 
{
    width: 75px;
    height: 56px;
}

#mapLayerContainer
{
    margin: 0 0 0 660px;
    padding: 0 0 0.3em 0.5em;
    width: 16em;
}

.map-legend-item
{
    width: 14em;
    height: 29px;
    padding: 10px 0 0 35px;
}


#map-legend-container-Home { background: url(../images/maps/home.png) no-repeat; }
#map-legend-container-BusStop { background: url(../images/maps/bus.png) no-repeat; }
#map-legend-container-PoliceStation { background: url(../images/maps/police.png) no-repeat; }
#map-legend-container-FireStation { background: url(../images/maps/fire.png) no-repeat; }
#map-legend-container-CityPark { background: url(../images/maps/park.png) no-repeat; }
#map-legend-container-RecCenter { background: url(../images/maps/reccenter.png) no-repeat; }
#map-legend-container-School { background: url(../images/maps/school.png) no-repeat; }

.legend-show-hide
{
    font-size: 0.8em;
    margin-left: 0.5em;
}

.property-listing-item { float: left; margin:0.55em; border: 1px solid #ccc; width: 48%; padding: 0.25em; cursor: pointer; overflow: hidden; background-color: White; }
.property-listing-item:HOVER { background-color: #99c9ff; }
.property-listing-container { background-color: #fff; padding: 0.5em; }
.property-listing-thumbnail { float: left; }
.property-listing-locationprice { font-weight: bold; margin-left: 85px; }
.property-listing-extended { margin-left: 85px; }
.property-listing-realtor { margin-left: 85px; }
.property-listing-controls { margin-left: 85px; }

.errorMessage { font-weight: bold; color: #f00; font-size: 0.9em; }

.sharePanel-right { font-size: 1.2em; font-weight: bold; background-color: #4aaeed; color: #eee; border-bottom: 1px solid #085585; float: right; display: none; width: 10em; height: 5em; padding: 0.1em 0.5em 0.1em 0.5em; }
.sharePanel-banner { font-size: 1.4em; font-weight: bold; background-color: #eee; color: #4aaeed; border: 1px solid #999; position: absolute; top: -1px; left: 0px; display: none; width: 450px; height: 1.2em; padding: 0.5em; }
.hideShareIt { font-size: 0.7em; font-weight: normal; color: navy; float: right; cursor: pointer; width: 2.5em; margin-top: 0.3em; }
.sharePanel-banner #votenow { float: left; color: #4aaeed; width: 325px; }
.sharePanel-banner #twitter { float: left; color: #4aaeed; width: 60px; margin-left: 0.5em; }
.sharePanel-banner img { border: 0px; }
