body 
{
    margin:0;
    font-family:Arial;
    font-size:12px;
}

#brokerLogoHeader
{
    margin: 0 auto;
    padding: 0;
    width:974px;
}

#brokerLogoHeader a
{
    float:left;
}

#brokerLogoHeader span
{
    margin-top:1.25em;
    float:right;
    font-size:medium;
    font-style:italic;
}

#friendlyName
{
    clear:both;
    font-size:20px;
    font-weight:bold;
}

#searchFormContainer
{
    
    margin: 0 auto;
    padding: 0;
    width:974px;
    height:auto;
    text-align:left;   

}

.examplesAndSearchTips
{
    font-size:11px;
}


#searchForm
{
    border: 1px black solid;
    margin-bottom: 10px;
    background-color:#cfdec7;
}


#searchHeader
{
    font-weight: bold;
    background: #244733 url( 'images/collapse.gif' ) no-repeat 99% 50%;
    cursor: hand;
    padding: .25em;
    color:white;
    text-align:left;
    font-size:15px;
}

#searchHeaderCaption, .searchHeaderEffect
{
    font-weight:bold;
    font-size:larger;
    color:White;
    font-style:normal;
}

#searchHeader.collapsed
{
    background: #9bbbad url( 'images/expand.gif' ) no-repeat 99% 50%;
    text-align:center;
}

#searchPanel.collapsed
{
    display: none;
}

/*Search Form */

/*
#searchFormContainer2
{
    width: 1024px;
    border: 1px solid black;
    overflow: hidden;
    
}
*/

#locationSearch
{
    width: 300px;
    height: 280px;
    float: left;
    margin: 5px;
}

#basicSearch
{
    width: 300px;
    height: 275px;
    float: left;
    margin: 5px;
}

#advanceSearch
{
    width:250px;
    height: 275px;
    float: left;
    margin: 5px;
    
}

#quickSearchTable tbody tr th
{
    color:#003366;
}

#quickSearchTable tbody tr th,#basicSearchTable tbody tr th,#advanceSearchTable tbody tr th
{
    color:Black;
}

.fieldsetContainer
{
    background-color:Transparent;
    height:95%;
}

#searchForm fieldset
{
    border-color:#9bbbad;
}

#searchForm fieldset legend
{
    font-weight:bold;
}

#displayPreferences,#quickSearch
{
    clear: both;
    margin: 5px;
}


#locationContainer
{
    height: 99%;
    overflow: auto;
    border: 1px solid transparent;
    text-align:left;
}

#locationContainer input
{
    margin-right: 5px;
}

#locationContainer hr
{
    width: 98%;
}

input.locationCity1
{
    margin-left: 15px;
}

input.locationCity2
{
    margin-left: 30px;
}

#searchFormContainer table th
{
    font-weight: normal;
    text-align: left;
    padding-right: 10px;
    color:black;
}
#searchFormContainer select
{
    font-size: 10pt;
}

#searchIDXButton
{
    text-align:center;
    width:100px;
    margin:3px;
}

/* Result Tabs */
#resultTabs
{
    background-image: url("images/background_nav.gif");
    background-repeat:repeat-x;
    margin: 0;
    background-color:Transparent;
    overflow:hidden;
    height:27px;
    padding:0;
    display:block;
}

#resultTabs li
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#resultTabs a:link, #resultTabs a:visited
{
    background-color:Transparent;
    background-image:url( "images/nav_off.gif" );
    width: 157px;
    height: 27px;
    color: #333;
    float: left;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background-repeat: no-repeat;    
    padding:8px 0 0 0;
    font-size:11px;

}

#resultTabs a.activeTab:link, #resultTabs a.activeTab:visited
{
    background-image: url("images/nav_on.jpg");
    background-color:Transparent;
    background-repeat:no-repeat;
    width:184px;
    height:27px; 
    font-weight:bold;
    color:Black;
    font-size:12px;   
}

/* Result Panels */
#resultContainer2
{
    clear: both;
    padding: 5px;
    border-right: 2px solid #9bbbad;
    border-bottom: 2px solid #9bbbad;
    border-left: 2px solid #9bbbad;
    height: auto;
    min-height:650px;
    background-image:url("images/background_content.jpg");
    background-repeat:repeat-x;
    background-color:#e3edd3;
    overflow:hidden;
}



#listingDetailsPanel
{
    float: left;
    width: 385px;
    height: auto;
    background-color:Transparent;

}

#rightPanelContainer
{
    float: right;
    width:570px;
    height: auto;
    background-color:Transparent;
    border: 1px solid black;
    

}

#mapPanel
{
    height: auto;
    clear: both;
    overflow:hidden;
}

/*Info Boxes */
.returnButton
{
    font-size:10pt;
    font-weight:bold;
    width:100%;
    text-align:center;
    background-image:url("images/background_content.jpg");
    background-repeat:repeat-x;
}

#communityInfoBoxContainer
{
    clear:both;
    width:385px;
    background-color:Transparent;
}

#infoBoxContainer
{
    background-color:Transparent;
    height: 600px;
    margin: .1em;
    overflow: auto;
    clear:both;
}

.infoBox
{
    border: 1px solid black;
    float: left;
    width: 375px;
}

.infoCaption
{
    background-color: #cccccc;
    text-align: center;
    border-bottom: 1px solid black;
    font-size: large;
}

.infoSubdivision
{
    text-align: center;
    font-size: medium;
}

.infoPhoto
{
    float: left;
    padding-right: 5px;
}

.infoListPrice
{
    font-size: large;
    color: Red;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.infoFooter
{
    clear: both;
    font-size: x-small;
    text-align: center;
}

/*Info Box Settings */
.summaryItem
{
    width: 350px;
    background: white;
    border: 1px solid black;
    font-size: 10pt;
    margin: 2px 1px;
    float: left;
}

.summaryContingent
{
    color:Red;
    font-weight:bold;
}

.summaryItemFeatured
{
    width: 350px;
    background: #F7EE89;
    border: 2px solid black;
    font-size: 10pt;
    margin: 2px 1px;
    float: left;
}

.summaryHeader
{
    font-size:14px;
    font-weight: bold;
    text-align: left;
    background-color:#9bbbad;
    border-bottom:1px solid black;
    padding:3px;
    color:Black;
}

.summaryHeader1Star
{
    background-image:url('images/1stars.gif');
    background-position:right;
    background-repeat:no-repeat;
}

.summaryHeader2Stars
{
    background-image:url('images/2stars.gif');
    background-position:right;
    background-repeat:no-repeat;
}

.summaryHeader3Stars
{
    background-image:url('images/3stars.gif');
    background-position:right;
    background-repeat:no-repeat;
}

.summaryHeader4Stars
{
    background-image:url('images/4stars.gif');
    background-position:right;
    background-repeat:no-repeat;
}

.summaryHeader5Stars
{
    background-image:url('images/5stars.gif');
    background-position:right;
    background-repeat:no-repeat;
}

.summaryHeaderCity
{
    font-size:12px;
}

.summaryAddress
{
    font-weight:bold;
}

.summaryListPrice
{
    font-weight:bold;
    font-size:larger;
    color:Red;
}

.summaryDetails
{
    margin:5px;
}

.summaryPhoto
{
    float: left;
    padding: 5px;
}

.summaryFooter,#communityDetailFooter
{
    text-align: right;
    clear:both;
    background-color:#c5d5a9;
    padding:2px;
}

.summaryFooter a,.summaryFooter a:visited
{
    color:#333;
    text-decoration:underline;
    padding-left:3px;
    padding-right:3px;
    font-weight:bold;
    font-size:11px;
}

.summaryDetails a,.summaryDetails a:visited
{
    color:#4561a8;
    text-decoration:underline;
    padding-left:3px;
    padding-right:3px;
    font-weight:bold;
}

.availableHomesSummary
{
    width: 350px;
    background: white;
    border: 1px solid white;
    margin: 1px;
    float: left;
}

.summaryPushPinIndexBlue
{
    background: url( 'images/pushpin_blue.gif' ) no-repeat 0 0;
    height: 30px;
    width: 25px;
    color: #fff;
    text-align: center;
    font: bold 12px Arial;
    float:right;
    padding:2px;
}

.summaryPushPinIndexRed
{
    background: url( 'images/pushpin_red.gif' ) no-repeat 0 0;
    height: 30px;
    width: 25px;
    color: #fff;
    text-align: center;
    font: bold 12px Arial;
    float:right;
    padding:2px;
}

.summaryPushPinIndexGreen
{
    background: url( 'images/pushpin_green.gif' ) no-repeat 0 0;
    height: 30px;
    width: 25px;
    color: #fff;
    text-align: center;
    font: bold 12px Arial;
    float:right;
    padding:2px;
}

.summaryPushPinIndexOrange
{
    background: url( 'images/pushpin_orange.gif' ) no-repeat 0 0;
    height: 30px;
    width: 25px;
    color: #fff;
    text-align: center;
    font: bold 12px Arial;
    float:right;
    padding:2px;
}

span.summaryPushPinIndexBlue a,span.summaryPushPinIndexRed a,span.summaryPushPinIndexGreen a,span.summaryPushPinIndexOrange a
{
    color:White;
    text-decoration:none;
}

span.summaryPushPinIndexBlue a:visited,span.summaryPushPinIndexRed a:visited,span.summaryPushPinIndexGreen a:visited,span.summaryPushPinIndexOrange a:visited
{
    color:White;
    text-decoration:none;
}

span.summaryPushPinIndexBlue a:hover,span.summaryPushPinIndexRed a:hover,span.summaryPushPinIndexGreen a:hover,span.summaryPushPinIndexOrange a:hover
{
    text-decoration:underline;
}


/* End of Summary Info Boxes */

/* Paging */
#topPager, #bottomPager
{
    text-align: center;
    padding: .10em;
    font-size: small;
}

#topPager button, #bottomPager button
{
    margin-right: 1em;
    margin-left: 1em;
    width: 75px;
    border: 1px solid silver;
    background: #ddd;
    font-size: x-small;
}

#topPager select, #bottomPager select
{
    font-size: x-small;
}

#topPager.hidden
{
    display:none;
}
/* Detail Panels */
.hideDetailPanel
{
    display: none;
}

/* Listing Details */
#listingDialog
{
    margin: 0 auto;
    background-color:white;
    overflow: auto;
}

#listingSummary
{
    width: 40%;
    float: left;
    text-align: center;
}

#listingImages
{
    width: 60%;
    float: left;
    font-size: small;
    text-align:left;
    font-style:italic;
}

#listingCourtesy
{
    clear:both;
    text-align:center;
    font-size:small;
    font-style:oblique;
}

#listingImages div
{
    text-align: left;
    padding-bottom:5px;
}

#listingRooms
{
    width: 50%;
    float: left;
    border-left: 1px solid black;
}

#listingAtAGlance
{
    text-align: left;
}

.listingDetailsTable
{
    border-collapse: separate;
    border-spacing: 0;
    padding: 0;
    margin-left: 5px;
    font-size: small;

}



#listingActionContainer,#photosFooter,#communityDetailFooter,#mapActionContainer
{
    text-align:center;
    border-bottom:1px solid black;
    background-color:#9bbbad;
    padding:3px;
    

}

#listingActionContainer a,#photosFooter a,#communityDetailFooter a,#mapActionContainer a
{
    padding-left:.5em;
    padding-right:.5em;
    font-weight:bold;
    color:#333;
    text-decoration:underline;
}

.listingDetailsTable caption
{
    text-align: left;
    text-decoration: underline;
    margin-left: 5px;
    padding: 0;
}

.listingDetailsTable th
{
    padding: 0 10px 0 0;
    color:Black;
}

.listingDetailsTable td
{
    padding: 0;
}

.listingDetailsTable tbody th
{
    padding: 0 10px 0 0;
    text-align: left;
    color:Black;
}


#listingDetails
{
    width: 49%;
    float: left;
    text-align: left;
}

#roomDetails
{
    border-collapse: separate;
    border-spacing: 0;
    padding: 0;
    margin-left: 5px;
    font-size: small;
    width: 100%;
}

#roomDetails caption
{
    text-align: left;
    text-decoration: underline;
    margin-left: 5px;
    padding: 0;
}

#roomDetails tbody th
{
    text-align: left;
}


#bottomContainer
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    clear: both;
    margin-top: 5px;
}

#listingLocation
{
    font-size:larger;
    font-weight:bold;
}

#ListPrice
{
    color:Red;
    padding:10px;
}

#listingRemarks
{
    padding: 5px;
    float:left;
}

/* Modal Dialog Box */

#modalDialog
{
    width:775px;
    height:650px;
    margin: 10px auto;
    border:2px solid black;
    overflow:auto;
    background:white;
}

#modalRequestShowing
{
    width:650px;
    height:475px;
    margin: 10px auto;
    border:4px solid black;
    overflow:auto;
    background:white;
    text-align:left;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalCaption
{
    background:black url('images/close_icon.gif') no-repeat 98% 50%;  
    color:white;
    text-align:center;
    font-weight:bold;
    font-size:large;
    padding: .25em .1em;
}

/* End Of Listing Details */




/* Custom Push Pin */
.pushpinBlue
{
    position: relative;
    background: url( 'images/pushpin_blue.gif' ) no-repeat 0 0;
    height: 30px;
    width: 25px;
    top: -15px;
    color: #fff;
    text-align: center;
    font: bold 12px Arial;
    cursor: pointer;
}

.pushpinRed
{
    position: relative;
    background: url( 'images/pushpin_red.gif' ) no-repeat 0 0;
    height: 30px;
    width: 25px;
    top: -15px;
    color: #fff;
    text-align: center;
    font: bold 12px Arial;
    cursor: pointer;
}

.pushpinGreen
{
    position: relative;
    background: url( 'images/pushpin_green.gif' ) no-repeat 0 0;
    height: 30px;
    width: 25px;
    top: -15px;
    color: #fff;
    text-align: center;
    font: bold 12px Arial;
    cursor: pointer;
}

.pushpinOrange
{
    position: relative;
    background: url( 'images/pushpin_orange.gif' ) no-repeat 0 0;
    height: 30px;
    width: 25px;
    top: -15px;
    color: #fff;
    text-align: center;
    font: bold 12px Arial;
    cursor: pointer;
}

.pushpinBlue .pushPinText,pushpinRed .pushpinText,.pushpinGreen .pushPinText,pushpinOrange .pushpinText
{
    position: relative;
    top: 2px;
}
/* End of Customer Push Pin */


/* Photo Panel/Community Details */

#photosPanelTitle,#communityTitle
{
    background-color:#9bbbad;
    font-size:large;
    text-align:left;
    color:White;
    padding:3px;
    
}

#photosContainer
{
    background-color:White;
}
/* End of Photo Panel */


#commmunityDetailContainer
{    
    overflow:auto;
}

.communityDetailsFeatured
{
    background-color: #F7EE89;
}

.communityDetailsNormal
{
    background-color:White;
}

#communityPhoto
{
    float:left;
    padding-right:.5em;
}

#communityWebsite
{
    text-align:center;
}

.communityFeaturedTitle
{
    background-image:url('images/1stars.gif');
    background-position:right;
    background-repeat:no-repeat;    
}

/* Indicator */
#indicatorIcon
{
    position:absolute;
}

#indicatorIcon.hidden
{
    display:none;
}

#idxLegalStatement
{
    clear:both;
    text-align:center;
    font-size:13px;
}

#idxLegalStatement.hidden
{
    display:visible;
}


