﻿/*
STYLESMLS - 2.0 STYLESHEET 
CREATED 12/30/2008
*/

/* MLS SEARCH SETTINGS */
.mlsleftcolumn
{
    padding: 0px;
    background-color: #FDFED0;
    /*background-image: url( "images/leftbg.jpg" );*/   
    background-repeat: no-repeat;
    
}

.mlsshowhidecolumn
{
    width: 10px;
    background-image: url( "images/gradient.jpg" );
    background-repeat: repeat-y;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

.showhide{
    cursor: pointer;
    position: relative;
}

.mlsrightcolumn
{
    padding: 6px;
    background-color: #FFFFFF;
    width: 100%;
}

.mlslabel1
{
    color: #32234C;
    font-weight: bold;
}

.filtertable
{

}

.filterlabels
{
    font-weight: bold;
}

.filterinputs
{
    font-size: 10px;
}
.locationlists
{
    font-size: 10px;
    width: 110px;
    height: 175px;
}

.locationtopline
{
    border-top-style: solid;
    border-width: 2px;
    border-color: #32234C;
}
.locationtopbottomline
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: #32234C;
}
.subdirections
{
    font-size: 10px;
}
#map
{
    border: 2px outset #C0C0C0;
    width: 100%;
    height: 400px;
    margin-top: 5px;
}
#mlstoolbar
{
    width: 200px;
    padding: 3px;
    position: relative;
    
}


.searchcountbox
{
    background: #dde0f3;
    border: 1px solid #171A8B;
}
.searchcountnumber
{ font-size: 20px; font-weight: bold; }

/* END MLS SEARCH SETTINGS */



/* RESULTS PAGE SETTINGS (AND SOME DETAILS PAGE) */
.resultsettings
{
    border: 2px solid #32234C;
    background: #dde0f3 url("images/resultsgradient.jpg") repeat-x top left;
    vertical-align: bottom;
    padding-right: 10px;
	vertical-align: bottom;
	padding-bottom: 1px;
    text-align: left;
}
.resultsettings TD
{
    vertical-align: middle;
}
.resultsettings TD SELECT
{
    z-index: 1;
    position: relative;
}
.pagercell
{
    text-align: right;
    width: 30%;
}
.resultscountlabel
{
    font-size: 14px;
}
.resultitemtable
{
    width: 100%;
    border-spacing: 0px;
}
.resultitemtable TD
{
    padding: 3px;
}

.savedpropertyresults, .resultitemheader, .detailitemheader{
    font-size: 16px;
    background: #dde0f3 url("images/resultsgradient.jpg") repeat-x top left;
    vertical-align: bottom;
    height: 30px;
    font-weight: bold;
    color: #000000;
    padding-right: 10px;
	vertical-align: bottom;
	padding-bottom: 1px;
    border: solid 1px black;
    text-align: left;
}


.resultitembody
{

}
.resultitemusersettings
{
    text-align: right;
    background-color: #E4E4E4;
    width: 180px;
}
.resultsimage
{
    border: 1px solid #000000;
    width: 128px;
    height: 100px;
}
.resultsenhancedtitle
{
    font-size: 16px;
    font-weight: bold;
    
}


.moredetailslink
{
    font-size: 16px;
    font-weight: bold;
}

.notfoundcell
{
    background-position: left center;
    background-image: url( "images/greymapmarker.jpg" );
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 5px;
}


.openhouselabel
{
    font-weight: bold;
    color: Red;
}
/* END RESULTS PAGE SETTINGS */

/* DETAIL PAGE SPECIFIC */
.detailtitle
{
    font-size: 18px;
    font-weight: bold;
    color: #32234C;
}
.detailprice
{
    color: #000000;
}


.leftlinecell
{
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #808080;
    padding-left: 6px;
}
.usersectionheader
{
    color: #32234C;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #32234C;
    background: #dde0f3 url("images/resultsgradient.jpg") repeat-x top left;
}
.usersection
{
    padding: 15px 5px 15px 5px;
}

.savedsearchesresults
{
    width: 100%;
}
.savedSearchesresults TD
{
    padding: 4px;
}
.savedsearchesheader
{
    border: 1px solid #32234C;
    background: #dde0f3 url("images/resultsgradient.jpg") repeat-x top left;
    font-weight: bold;
}
.savedsearchesheader TH
{
    padding: 2px;
}

.savedsearchesaltrow
{
    background-color: #dde0f3;
}
.forReview .resultitembody
{
    background-color: #FEFAC5;
}
.sectiontitle
{
    color: #32234C;
    font-weight: bold;
    font-size: 16px;
}
.optionscell
{
    padding: 0px 3px 0px 3px;
    border-right: 1px solid #9195ED;
    border-bottom: 1px solid #9195ED;
    border-left: 1px solid #E5E6FB;
    border-top: 1px solid #E5E6FB;
    color: #000000;
    font-weight: bold;
    background-color: #dde0f3;
    text-align: center;
    width: 120px;
}
.optionscell A, .optionscell A:visited, .optionscell A:active
{
    color: #000000;
    text-decoration: none;
}
.optionscell A:hover
{

}

.optionpane
{
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 4px;
    background-color:#EEE;
}
.modaloptionpane
{
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 4px;
    z-index: 20;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -200px;
    background-color: #EEE;
    border: 3px solid #32234C;
}
.modaloptionpane#subRequest
{
    width: 400px;
    height: 310px; 
}
.modaloptionpane#subEmailFriend
{
    width: 400px;
    height: 380px;    
}
.optionpanetitle
{
	font-weight: bold;
}
.darkenBackground
{
    background-color: rgb(0, 0, 0);
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.70; /* FireFox */
    filter: alpha(opacity: 70); /* IE */
    z-index: 10;
    background-repeat: repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}
.hiddentext
{
    display: none;
}

.featurestable
{
   
}
.featurestable TD
{
    padding: 1px 1px 1px 10px;
}
TD.featuresgroupheader
{
    padding: 1px 1px 1px 4px;
    font-weight: bold;
    background-color: #B05239;
    font-size: 12px;
    color: #FFFFFF;
}



.mortpmt
{
    font-size: 14px;
}
.mortpmtdetails
{
    font-size: 12px;
}

.idxdisclaimer
{
    text-align: center;
    font-size: 12px;
    font-style: italic;
}
.idxicon
{
    margin: 4px;
}



/* AGENT PAGE STYLES */
.agentcell
{
    text-align: center;
    padding: 10px;
}
.agentphotodetails
{
    border: 2px solid #000000;
    width: 107px;
    height: 150px;
}
.agentname
{
    color: #32234C;
    font-size: 18px;
    font-weight: bold;
}
.agenttitle, .agentinfo
{
    font-size: 14px;
}
.agentbio
{
    font-size: 12px;
}


/* MORTGAGE CALCULATOR */
.borderleft
{
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #666666;
}


.thumbdiv{
    
    height: 165px;
    overflow : auto;
}

.sidebarfloatingdiv{
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}