html {
    height: 88%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
    font-size: 10px;
    color: #000;
    text-align: center;
    height: 100%;
}

form {
    display: inline;
}

h1 {
    font-size: 28px;
    color: #000;
}

h3.title {
    margin:0; 
    padding:0; 
    margin-bottom:6px; 
    font-size:1.6em; 
    font-weight:normal;
}

a  {color: #336699}

a:hover {
    background-color: #336699;
    color: white;
    text-decoration: none;
}

a.nohover {
    color: #336699;
}
a.nohover:hover {
    background-color: transparent;
    color: #A0522D;
    text-decoration: none;    
}

.indicator {
    padding:0px 3px 0px 3px; 
    background-color: orange; 
    color:white; 
    font-weight:bold; 
    border: 1px solid #CCCCCC; 
    text-decoration: none;
}

.indicator_border {
    padding:0px 3px 0px 3px; 
    border: 2px solid orange; 
    text-decoration: none;
}

table.edits {
    background-color:#fff;
    border:1px solid #D5D291; 
}

table.edits td.info {
    vertical-align:top;
    width:200px;
    padding: 2px;
}

table.edits td.content {
    text-align:left;
    vertical-align:top;
}

span.new {
    font-size: .9em;
    font-weight: bold;
    color: red;
}

.form {
    text-align:center;
    margin-left: auto; 
    margin-right: auto;
    padding: 9px;
}

div.error, div.notice {
    display: inline;
}

p.error, p.notice {
    /* padding: 6px 5px 32px 46px; */
    padding: 6px 5px 20px 46px; 
    margin: 0;
    font-weight: bold; 
    margin-bottom: 3px; 
    text-align: left;
    font-size: 1.3em;
}

p.error {
    background: pink url(/images/dialog-error.png) no-repeat 6px 6px;
    border: 2px solid red; 
    margin-bottom: 6px;
}

p.notice {
    background: lightgreen url(/images/dialog-warning.png) no-repeat 6px 6px;
    border: 2px solid darkgreen; 
    margin-bottom: 6px;
}

table.form {
    margin-left: auto; 
    margin-right: auto;
    border:1px solid orange; 
    background-color:#fff;
    border-collapse: collapse;
    border-width: 1px;
}

table.form thead {
    text-align:left;
    background-color: orange;
    color:white; 
    font-size:1.3em; 
    padding:3px; 
    font-weight:bold;
}

table.form td.label {
    padding:2px 2px 4px 5px; 
    font-weight: bold; 
    text-align:right;   
}

table.form td.field {
    padding:2px 5px 4px 2px; 
    text-align:left;    
}

table.form td.buttons {
    text-align:center;
    padding:3px 5px 3px 5px; 
    border-top:1px solid orange; 
    background-color:#EAEAEA;
}


.form fieldset {
    border: 2px solid #CCCCCC;  
    background-color:#FFF;
    margin: 0;
    padding: 0;
}

.form legend {
    background-color: orange;
    color:#fff; 
    font-size:1.3em; 
    padding: 3px 12px 3px 12px; 
    font-weight:bold;
    margin-left: 12px;
    border: 1px solid #CCCCCC;
}

.form p {
    text-align:left;
    clear:both;
}

.form .buttons {
    text-align: center;
    background-color: #EAEAEA;
    padding: 5px;
    margin-bottom: 0;
    border-top: 1px solid lightgrey;
}

.form label {
    float: left;
    margin-right: 10px;
    display: block;
    width: 15em;
    text-align: right;
    font-weight: bold; 
    font-size: 1.1em;
    color: #666666;
}

.form .fields {
    float:left; margin:3px; padding:3px;
}

.button {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.2em;
    font-weight: bold;
}

.input, .input_indicator {
    font-size: 1em;
    background-color: #FFFFCC;
    border: 1px solid #333;
}

.input_indicator {
    border: 2px solid orange; 
}

div.info {
    border: 1px solid lightgrey; 
    margin-bottom: 6px;
}

.box {
    text-align: left;
    padding: 3px;
}

.box_content {
    background-color: #FFFFFF;
    border-left: 1px solid #D5D291;
    border-right: 1px solid #D5D291;
    border-bottom: 1px solid #D5D291;
    text-align: left;
    padding: 3px;
}

.section {
    display: block;
    background-color: #EAEAEA;
    font-weight: bold;
    padding: 3px;
    text-align: left;
    border-bottom: 1px solid lightgrey;
}

.label {
    display: block;
    font-weight: bold;
}

.data {
    display: block;
    margin-bottom: 3px;
    border-bottom: 1px dashed #EAEAEA;
    margin-right: 20px;
}

.list {
    text-align: left;
    padding: 3px;
}

.list th {
    padding: 3px;
    border-bottom:1px solid lightgrey;
}

.list td {
    padding: 3px;
    border-bottom:1px solid lightgrey;
}

.list_full {
    text-align: left;
    padding: 0px;
    background-color: #FFFFFF;
}

.list_full th {
    padding: 3px;
    background-color: #666666;
    color: #FFFFFF;
}

.list_full td {
    padding: 4px;
    border-bottom:1px solid lightgrey;
}

.list_row_even {
    background-color: #EEEEEE;
}

.list_row_odd {
    background-color: #D0D0D0;
}

#lead_tabs {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

#lead_tabs li {
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: inline;
    width: 50px;
}

#lead_tabs li.here a {
    color: #fff;
    padding: 3px 8px 5px 8px;
    background: #336699;
    text-decoration: none;
    font-weight: bold;
    border-left: 1px solid #D5D291;
    border-right: 1px solid #D5D291;
    border-top: 1px solid #D5D291;
    border-bottom: 0;
}

#lead_tabs li a {
    color: #333;
    padding: 3px 8px 5px 8px;
    background: #CCFFCC;
    text-decoration: none;
    font-weight: bold;
    border-left: 1px solid #D5D291;
    border-right: 1px solid #D5D291;
    border-top: 1px solid #D5D291;
    border-bottom: 0;
}

#container {
    display: block;
    padding: 1px 10px 10px 10px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#header {
    text-align: left;
    color: #333;
}

#user {
    padding-top: 12px;
    float: right;
    display: inline;
    vertical-align: middle;
    font-size: 1.1em;
}

#nav {
    clear: both;
    display: block;
}

#content, #slate {
    display: block;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #EDECD1;
    border: 1px solid #D5D291;
    padding: 6px 6px 6px 6px;
    color: #333;
    clear: both;
}

#slate {
    border: 1px solid lightgrey;
    background-color: #fff;
    font-size: 12px;
    margin-top: 1px;
    padding: 0px;
    margin: 0px;
}

#slate .container {
    padding:5px;
}

#slate .form {
    font-size: 10px;
    width: 500px;
}

#slate h1 {
    border-bottom: 1px solid lightgrey;
    margin: 0;
    padding: 3px;
    font-weight: bold;
    font-size: 1em;
    background-color: #EAEAEA;
}

#slate ul {
    margin: 0;
    padding: 6px 0px 6px 18px;
}

#slate ul li { }

#flash {
    margin-top: 6px;
    display: block;
    border: 2px solid red;
    font-weight: bold;
    text-align: left;
    padding: 3px;
    background-color: white;
}

.pipe {
    color: #999;
    font-size: 1.4em;
    
    font-weight: normal;
}

#footer {
    display: block;
    clear: both;
    padding-top: 3px;
    padding-bottom: 20px;
    margin-top: 0px;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
}

#address, #price {
    font-family: "Georgia", "Serif";
}

.listing_header {
    border-bottom: 1px solid #D5D291;
    text-align: left;
    background-color: #fff;
    padding: 3px;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #336699;
    color: #fff;
}

.box_header {
    text-align: left;
    padding: 3px;
    font-size: 1.3em;
    font-weight: bold;
    background-color: #EDECD1;
    color: #000;
}

.box_header_contracted {
    text-align: left;
    padding: 0px;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #DDEEFF;
    color: #000;
}

.pages {
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.pages a {
    font-size: .9em;
    text-decoration: none;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border:1px solid #336699;
    background-color: #FFFFFF;
}

.pages a:hover {
    background-color: #336699;
    color: #FFFFFF;
}

div.activity {
    display: block;
    margin: 6px;
    border: 1px solid #336699;
    font-size: 1.1em;
    background-color: #FFFFFF;
}

div.activity_container {
    border: 1px solid #ccc; 
    margin: 5px 0px 0px 0px;
}

table.activity {
    margin-bottom: 12px;
    border-collapse: collapse; 
    border-spacing: 0;
    width: 100%;
}

div.actions {
    text-align: left;
    position: absolute; 
    z-index: 2;  
    width: 175px;
    right: 25px; 
    background-color: #FFFFCC; 
    border: 1px outset #000000;   
}

table.activity tr.name {
    background-image: url('/images/activity_bg.png');
}
    
table.activity tr.name td {
    padding: 3px;
    font-weight: bold;
    font-size: 1em;
}
    
table.activity .by td {
    padding: 3px 5px 3px 5px;
    color: #999;
    font-weight: bold;
    font-size: 1em;
}

table.activity .note td {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1em;
    white-space: normal;
}

.note_clipped {
    height: 200px;
    overflow: hidden;
}
.note_clipped pre {
    white-space: normal;
}

.note_normal pre {
    white-space: normal;
}

pre .note {
    background-color: #FFFFFF;
}

table.activity .emailpost {
    color: #999;
    font-size: .90em;
    font-weight: normal;
    margin-left: 8px;
}

table.activity .emailpost a {
    color: #999;
}

table.activity .note td p {
    font-size: 1em;
    padding: 0;
    margin: 0;
}

table.activity .subject {
    display: block;
    font-weight: normal;
}

table.activity .subject a {
    color: #A0522D;
    font-size: 1.1em;
}

table.activity .subject a:hover {
    color: white;
    background-color: #A0522D;
    font-size: 1.1em;
}

body.mceContentBody {
    background-color: #FFFFFF;
    text-align: left;
    font-size: 10px;
}
div.edit {
    display: block;
    margin: 3px;
    border: 1px solid #336699;
}

div.editTitle {
    display: block;
    font-weight: bold;
    background-color: #EAEAEA;
    padding: 3px;
    border-bottom: 1px solid #336699;
}

div.editButtons, div.editButtonsMessage {
    text-align: center;
    display: block;
    font-weight: bold;
    background-color: #EAEAEA;
    padding: 3px;
    border-top: 1px solid #336699;
    margin-top: 6px;
}

ul.stat {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    /*font-weight: bold;*/
    color: #666;
    white-space: nowrap;
}

li.stat, li.stat_selected { 
    float:left;
    list-style-type: none;
    display: inline;
    padding: 10px 5px 0px 12px;
    background-repeat: no-repeat;
    border: 0px solid #ccc;
}

li.stat_selected {
    border: 1px solid #999;

}

div.ldStat {
    float:left;
    text-align:left;
    vertical-align:top;
    width:20px;
    padding:0px 1px 3px 1px;
    margin:0px;
}

div.ldIco {
    float:left;
    text-align:right;
    vertical-align:top;
    width:20px;
    padding:0px 1px 3px 1px;
    margin:0px;
}

#menu {
    text-align:left;
    padding-left: 6px;
}

#menu ul {
    padding: 0;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

#menu li {
    display: inline;
    border: 1px solid #D5D291;
    padding: 3px 16px 3px 16px;
}

#menu li.here {
    background-color: #EDECD1;
    padding-bottom: 4px;
    border-bottom: 0px;
}

#menu li.here a {
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

#menu li.here a:hover {
    color: #666666;
    background-color: #EDECD1;
}

#activity_log_menu {
    padding: 3px;
    border: 1px solid #D5D291;
    background-color: #FFFFFF;
    text-align: left;
}

#activity_log_menu .title {
    width: 100%;
    text-align: left;
    padding: 3px;
}

#activity_log_menu .title td {
    text-align: right;
    border: 0;
}

#activity_log_menu #filter {
    width: 100%;
    display: none;
}

#activity_log_menu .dates {
    width: 100%;
    text-align: left;
    white-space: nowrap;
    background-color: #EAEAEA;
}

#activity_log_menu .dates td {
    padding: 3px;
    padding-right: 10px;
}

#activity_log_results {
    margin-top: 6px;
    padding: 3px;
    border: 1px solid #D5D291;
    background-color: #FFFFFF;
    text-align: left;
}

#activity_log_results table.results {
    width: 100%;
    border:1px solid lightgrey;
}

#activity_log_results table.results td, #activity_log_results table.results th {
    padding: 3px;
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

#activity_log_results table.pager {
    width: 100%;
    background-color: #FFFFFF;
}

.dots {
    margin-top: 6px;
    margin-bottom: 6px;
}

.dots div.message {
    padding: 3px;
    font-weight: bold;
    color: #666666;
    border:1px solid red;
    background-color: #ffcccc;
    margin-bottom: 6px;
}

.dots table {
    border: 1px solid lightgrey;
    width: 100%;
}

.dots table th {
    vertical-align: top;
    padding: 3px;
    color: #666666;
    text-align: right;
    border-bottom: 1px solid lightgrey;
    white-space: nowrap;
}

.dots table td {
    vertical-align: top;
    padding: 3px;
    border-bottom: 1px solid lightgrey;
}

.dots table td.dots_data {
    width: 100%;
}

.dots table td ul {
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

.opted_out {
    text-decoration: line-through; color:#999
}

.attributes {
    background: #ffffff;
    margin: 0;
    padding: 0% 1.5% 1.5% 1.5%;
    list-style-position: inside;
    list-style-type: none;
    border-left: 1px solid #D5D291;
    border-right: 1px solid #D5D291;
}

.attributes li {
    margin-top: 1.5%;
    float: left;
    width: 29%;
    text-align: left;
    background: #fff url('/images/bullet.gif') 0% 50% no-repeat;
    padding-left: 16px;
}

.attributes-list {
    background: #ffffff;
    margin: 0;
    padding: 0% .5% .5% .5%;
    list-style-position: inside;
    list-style-type: none;
}

.attributes-list li {
    margin-top: .5%;
    float: left;
    width: 22%;
    text-align: left;
    background: #fff url('/images/bullet.gif') 0% 50% no-repeat;
    padding-left: 16px;
    font-weight: bold;
    color: #555555;
}

.clearfix:after {
   content: ".";
   clear: both;
   height: 0;
   visibility: hidden;
   display: block;
 }
 
.clearfix {display:inline-block;}
.clearfix {display:block;}

.remarks {
    font-family: Georgia;
    margin: 0;
    padding: .5%;
    line-height: 130%;
    text-align: left;
    background: #fff;
}

.remarks:first-letter {
    font-size: 1.5em;
}

/* SAVED SEARCHES */

.searches a, #search_header_tabs a {
    color: #336699;
}
.searches a:hover, #search_header_tabs a:hover {
    background-color: transparent;
    color: #A0522D;
    text-decoration: none;
}

#collapse_lead_info {
	padding: 0;
	margin: -3px -3px 0 0;
	float: right;
}

#expand_lead_info {
	padding: 0;
	margin: -9px 0 0 -2px;
	position: absolute;
	float: left;
}

#collapse_criteria {
	padding: 0;
	margin: 0;
	background-color:#DDEEFF;
	float: right;
    text-align: right;
}

#expand_criteria {
	padding: 0;
	margin: -2px 0 0 -5px;
	position: absolute;
	float: left;
}

.save_search_box {
    background-color: #DDEEFF;
	border: 1px solid #AAAAAA;
	margin: 0px 5px 0px 5px;
	padding: 4px;
}

.save_search_box .line1 {
    font-weight: bold;
    color: #444444;
    font-size: 1em;
}

.save_search_box .line2 {
    color: #444444;
    font-size: 0.9em;
}

.searches_parent {
    background-color: #FFFFFF;
    border: 1px solid #D3D3D3;
    table-layout:fixed;
}

.search_types {
	float: left;
}

.search_close {
	float: right;
}

.searches_color_one {
    background-color: #FFFFFF;
}

.searches_color_two {
    background-color: #F1F1F1;
}

.searches_header {
    background-color: #cccccc;
}

.searches_ele_fixed {
    padding: 2px 0px 2px 5px;
    text-align: center;
}

.searches_ele {
    padding: 5px 5px 5px 8px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.searches_ele_expand {
    width: 12px;
}

.searches_ele_name {
    width: 180px;
}

.searches_ele_created {
    width: 60px;
}

.searches_ele_type {
    width: 55px;
}

.searches_ele_specifics {
    width: 140px;
}

.searches_ele_prop_type {
    width: 80px;
}

.searches_ele_price {
    width: 82px;
}

.searches_ele_beds_baths {
    width: 50px;
}

.searches_ele_sqft_year {
    width: 100px;
}

.searches_ele_listings_viewed {
    width: 35px;
    text-align: center;
}

.searches_ele_alerts {
    width: 26px;
    text-align: center;
}

.searches_ele_email {
    width: 37px;
    text-align: center;
}

.searches_ele_run {
    width: 30px;
    text-align: center;
}

.search_run {
    text-align: right;
    margin: 0 10px 5px 0;
}

.search_run_link {
    text-decoration: none;
}

.search_run_link:hover {
    text-decoration: underline;
    color: #336699;
    background-color: transparent;
}

.searches_highlight {
    background-color: #DDEEFF;
}

.fieldsets_parent {
    margin: 15px;
}

.searches .fieldsets {
    display: block; 
    border-left: 1px solid #D5D291; 
    border-right: 1px solid #D5D291; 
    background-color: #FFFFFF; 
    text-align: left;
}

.searches .fieldsets table {
    width: 100%;
}

.searches .fieldsets table tr.section_title {
    background: #EAEAEA;
}

.searches .fieldsets table tr.section_title td {
    font-weight: bold;
}

.searches .fieldsets table.options th {
    font-weight: bold;
    color: #666666;
    vertical-align: top;
    white-space: pre;
    font-size: 1em;
    text-align: right;
    padding: 6px;
    width: 100px;
}

.searches .fieldsets table.options td {
    width: 100%;
}

.searches div.fieldsets table td {
    width: 50%;
    vertical-align: top;
    padding: 6px;
    text-align: left;
}

.searches .fieldsets table tr td h5 {
    display: inline;
    font-size: 1em;
    font-weight: bold;
    color: #666666;
    margin: 0;
    padding: 0px 6px 0px 0px;
}

.searches .fieldsets table tr td h6 {
    float: left;
    width: 80px;
    font-size: 1em;
    text-align: right;
    color: #666666;
    font-weight: bold;
    margin: 0;
    padding-right: 3px;
}

.searches .fieldsets table tr td h6.set {
    display: block;
    width: 100%;
    border-top: 1px solid #eaeaea;
    text-align: left;
}

.searches .fieldsets fieldset {
    padding: 3px;
    border: 2px solid lightgrey;
}

.searches .fieldsets fieldset legend {
    color: #999999;
    font-weight: bold;
    font-size: 1.1em;
}

.searches .fieldsets fieldset ul {
    list-style-type: none;
    padding: 0px 0px 0px 6px;
    margin: 0;
}

.searches .fieldsets fieldset ul li {
    float: left;
    width: 50%;
    padding-bottom: 6px;
}

.searches .fieldsets fieldset ul li.onecolumn {
    display: block;
    width: 100%;
}

.searches .fieldsets fieldset ul.config_field {
    list-style-type: disc;
    padding-left: 20px;
}

.searches .fieldsets fieldset ul.config_field li {
    padding-bottom: 3px;
    width: 80%;
}


.searches .fieldsets ul.config_field_compact {
    list-style-type: none;
    padding-left: 5px;
}

.searches .fieldsets ul.config_field_compact li {
    padding-bottom: 2px;
    width: 80%;
}


.searches .fieldsets .compact td {
    /* padding: 3px 3px 3px 3px; */
    border:1px solid #ccc;
}



.searches .fieldsets fieldset div.none {
    padding: 0px 3px 3px 6px;
    color: #999999;
}

#search_tabs td {
    padding: 3px 12px 3px 12px;
    border: 1px solid #D5D291;
    background-color: #EAEAEA;
}

#search_tabs td.here a {
    text-decoration: none;
}

#search_tabs td.here {
    padding: 3px 12px 3px 12px;
    border: 0;
    border-left: 1px solid #D5D291;
    border-right: 1px solid #D5D291;
    border-top: 1px solid #D5D291;
    font-weight: bold;
    background-color: #FFFFFF;
}

#search_tabs td.spacer {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #D5D291;
    background-color: #EDECD1;
}

div.autocomplete {
    margin:0px;  
    padding:0px;  
    width:150px;
    background:#FFFFCC;
    border:1px solid #888;
    position:absolute;
}

div.autocomplete ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
}

div.autocomplete ul li.selected { 
    background-color:#ccc;
}

div.autocomplete ul li {
    margin:0px;
    padding:0px;
    height:18px;
    display:block;
    list-style-type:none;
    cursor:pointer;
}

table.inbox {
    /*display: table;*/
    width: 100%;
    margin: 0px;
    padding: 0px;
    border:0px;
    border-collapse: collapse;
}

table.inbox tr {
    /*display: table-row;*/
    border: 0px;
    margin: 0px;
    padding: 0px;
}
table.inbox th {
    background-color:#fff;
    border:0px;
    border-bottom:1px solid #ccc;
    margin: 0px;
    padding: 3px;
    text-align: left;
}
table.inbox td {
    border:0px;
    margin: 0px;
    padding: 3px;
    text-align: left;
    font-size: 14px;
}

div.inbox td.action {
    height:1px;
    visibility: hidden;
}

table.links {
    width:100%;
}

table.links td {
    padding: 10px 15px 10px 15px;
    text-align:left;
    vertical-align:top;
}

ul.links {
    margin:3px 0px 3px 0px;
    padding:0px 0px 0px 0px;
    list-style-type: none;  
}

ul.links li {
    margin:0px;
    padding:1px;
}


/* styles for the listings search form (from upstream) */

#search {
    margin-top: 10px;
    display: block;
    text-align: left;
    background-color: transparent;
    color: #000000;
}

#search div.fieldsets {
	border: 1px solid #D5D291; 
	background-color: #FFFFFF;
}

#search div.fieldset {
	padding:6px; 
	padding-top:0px;	
}

#search div.fieldset fieldset.areas {
	padding-bottom: 9px;
	padding-right: 6px;
}

#search div.fieldset fieldset {
	border:2px #EAEAEA solid; 
	padding:3px;
}

#search div.fieldset legend {
	color:#999999; 
	font-size:1.1em; 
	font-weight:bold;
}

#search ul.regions {
	padding-left:20px; 
	margin:0;
}

#search ul.regions li {
	padding: 6px;
}

#search ul.regions li.here a {
	text-decoration: none;
	color: #333333;
}

#search ul.regions li.here, span.hilight {
	background-color: #FFFFcc;
}

#search ul.regions li a {
	font-weight:bold;
}

#search ul.regions li span {
	color: #666666;
}

ul#type_list {
    width: 100%;
    margin:0;
    padding:0;
    list-style-position: inside;
    list-style-type: none;
}

ul#type_list li {
    float: left;
    margin:0;
    padding:0;
    width: 50%;
    text-align: left;
    list-style-position: inside;
    list-style-type: none;
}

#search ul.nav_contracted {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#search ul.nav_contracted li {
    float: left;
    color: #ffffff;
    margin: 0px 3px 0px 3px;
    border: 1px solid #D5D291;
}

#search ul.nav_contracted li a {
    display: block;
    padding: 3px 12px 6px 12px;
    font-weight: bold;
    text-decoration: none;
}

#search ul.nav_contracted li a.close_link {
    display: block;
    padding: 0px 4px 3px 4px;
    font-weight: bold;
    text-decoration: none;
}

#search ul.nav_contracted li.here {
    border-bottom:1px solid #ffffff;
}

#search ul.nav_contracted li.here a {
    background-color: #ffffff;
    color: #A0522D;
}

#search ul.nav_contracted li.header {
    font-size: 1.2em;
    font-weight: bold;
        color: #000;
    padding: 2px 18px 3px 5px;
    line-height: 1.2em;
    border:0px;
}

#search ul.nav_contracted li.close {
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    padding: 2px 6px 3px 5px;
    line-height: 1.2em;
    border:0px;
}

#search ul.nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#search ul.nav li {
	float: left;
	color: #ffffff;
	margin: 0px 3px 0px 3px;
    border: 1px solid #D5D291;
}

#search ul.nav li a {
    display: block;
    padding: 3px 18px 6px 18px;
    font-weight: bold;
    text-decoration: none;
}

#search ul.nav li a.close_link {
    display: block;
    padding: 0px 4px 3px 4px;
    font-weight: bold;
    text-decoration: none;
}

#search ul.nav li.here {
	border-bottom:1px solid #ffffff;
}

#search ul.nav li.here a {
	background-color: #ffffff;
    color: #A0522D;
}

#search ul.nav li.header {
	font-size: 1.2em; 
	font-weight: bold;
        color: #000;
	padding: 2px 18px 3px 5px; 
	line-height: 1.2em;
	border:0px;
}

#search ul.nav li.close {
	float: right;
	font-size: 1.2em; 
	font-weight: bold;
    color: #000;
	padding: 2px 6px 3px 5px; 
	line-height: 1.2em;
	border:0px;
}

.checkbox_group {
    width: 99%;
    /* border:1px solid #666666; */
    /* background-color: #FFFF99; */
    overflow: auto;
}

.areas tr:hover {
    background-color: #EAEAEA;
    cursor: pointer;
}

.areas td {
    border-bottom:1px dashed lightgrey;
    font-size: .9em;
}

.td_area_on {
    background-color: #FFFFCC;
    cursor: pointer;
}

.td_area_off {
    background-color: #FFFFFF;
    cursor: pointer;
}

#search div.fieldset {
	padding: 6px; 
}

#search fieldset.collapsed legend {
	background: url(/images/minus_icon.gif) no-repeat 0% 50%;
}

#search fieldset.collapsed legend a {
	display: block;
	padding-left: 1.1em;
	line-height: 200%;
}

#search div.expand {
	background: #EAEAEA url(/images/plus_icon.gif) no-repeat .5em 50%;
	border: 1px solid lightgrey;
}

#search div.expand a {
	display: block;
	padding-left: 2.0em;
	font-weight: bold;
	line-height: 200%;
	font-size: 1.1em;
}

#search div.fieldset fieldset {
	border: 2px #EAEAEA solid;
	padding: 0px 3px 3px 3px;
}

#search div.fieldset legend {
	color:#999999;
	font-size:1.1em;
	font-weight:bold;
}

/*
html fieldset { position: relative; }
html legend { position: absolute; top: -.5em; left: .1em; }
*/

#search div.fieldset ul.search_config {
	padding: 3px 0px 0px 0px;
	margin: 0;
	list-style-type: none;
}

#search div.fieldset ul.search_config li {
	padding-bottom: 9px;
	float: left;
	width: 47%;
}

#search div.fieldset ul.search_config li.inactive {
	background: #FfEEEE;
}

#search div.fieldset ul.search_config li.onecolumn {
	width: 98%;
}

#search div.fieldset ul.search_config label {
	font-weight: bold;
	color: #666666;
	float: left;
	width: 100px;
	padding-right: 3px;
	text-align: right;
}

#search div.fieldset ul.config_field {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

#search div.fieldset ul.config_field li {
	float: left;
	width: 25%;
	padding: 0;
	margin: 0;
}

#search div.fieldset select.config_field {
	width: 99%;
}

#search div.fieldset ul.search_config label.set {
	display: block;
	float: none;
	width: 98%;
	text-align:left;
	border-top:1px solid #eaeaea;
}


/* styles for the listings search results (from upstream) */


.search_listing {
    font-size:1.1em;
    margin-bottom: 16px;
    display: block;
    border: 1px solid #D5D291;
    text-align: left;
}

.search_listing table.listing {
	background-color: #FFF;
	border-collapse: collapse;
	border-width: 0px; 
}

.search_listing table.listing td.image {
	border-right:1px solid #D5D291;
	vertical-align:top;
}

div.rounded_box_top h1 {
	display: block; 
	font-size: 1.2em; 
	font-weight: bold; 
	margin: 0;
        background-color: #EDECD1;
	padding: 0px 0px 3px 5px;
}

.search_listing table.box_header {
    background-color:#fff;
    border-bottom:1px solid #D5D291;
}

.search_listing table.box_header td.address {
	font-family: "Georgia", "Serif";
	font-size:1.1em; font-weight:bold;
}

.search_listing table.box_header td.price {
	font-family: "Georgia", "Serif";
	font-size:1.1em; font-weight:bold;
	text-align:right
}

.search_listing_links {
    padding: 3px;
    background-color: #EAEAEA;
    display: block;
    text-align: center;
    border-top: 1px solid #D5D291;
}

.search_listing_links table.links {
	margin:0px; 
	margin-left:auto; 
	margin-right:auto;
}

.search_listing_links table.links td {
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle;
	border-collapse: collapse;
	border-width: 0px; 
}

.search_listing_links table.link {
	margin:0; padding:0px;
	margin-left:auto; 
	margin-right:auto;
	border-collapse: collapse;
	border-width: 0px; 
}

.search_listing_links table.link td.icon {
	margin:0px; padding:0 2px 0 0;
}

.search_listing_links table.link td.descr {
	padding:2px;
}

.search_listing_flags {

}
.search_listing_flags table.flags {
	margin-left:10px; 
	padding-left: 6px; 
	padding-right: 6px; 
	border-left:1px solid #D5D291; 
	border-top:1px solid #D5D291; 
	border-right:1px solid #D5D291; 
	background-color:#A0522D;
}

.search_listing_flags table.flag {
	margin:0px; padding:0px;
	border-collapse: collapse;
	border-width: 0px; 
}

.search_listing_flags table.flag td.icon {
	margin:0px; padding:0 5px 0 0;
}

.search_listing_flags table.flag td.descr {
	padding:2px; font-weight: bold; color:#ffffff;	
}

.compose_parent {
    background-color: #FFFFFF;
    border: 1px solid #D5D291;
    padding: 15px;
}

.message_heading {
    display: block;
    background-color: #A0522D;
    color: #ffffff;
    padding: 3px;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.message_text {
	font-size:1.1em;
}

.message_sig {
	font-size:1.1em;
	font-weight:bold;
	color: #ff0000;
}

.message_submit {
    background-color: #EAEAEA;
    padding: 3px;
    margin-top: 10px;
}



