.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}
.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}
.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.select2-container .select2-selection--single .select2-selection__clear{position:relative;}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}
.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}
.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}
.select2-container .select2-search--inline{float:left;}
.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0;}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}
.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}
.select2-results{display:block;}
.select2-results__options{list-style:none;margin:0;padding:0;}
.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}
.select2-results__option[aria-selected]{cursor:pointer;}
.select2-container--open .select2-dropdown{left:0;}
.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}
.select2-search--dropdown{display:block;padding:4px;}
.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}
.select2-search--dropdown.select2-search--hide{display:none;}
.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}
.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;}
.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}
.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}
.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}
.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}
.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right;}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}
.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}
.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}
.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}
.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield;}
.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}
.select2-container--default .select2-results__option[role=group]{padding:0;}
.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}
.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}
.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}
.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}
.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,white 50%,#eee 100%);background-image:-o-linear-gradient(top,white 50%,#eee 100%);background-image:linear-gradient(to bottom,white 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);}
.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}
.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}
.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}
.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}
.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,white 0,#eee 50%);background-image:-o-linear-gradient(top,white 0,#eee 50%);background-image:linear-gradient(to bottom,white 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,white 100%);background-image:-o-linear-gradient(top,#eee 50%,white 100%);background-image:linear-gradient(to bottom,#eee 50%,white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);}
.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}
.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}
.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}
.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none;}
.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}
.select2-container--classic .select2-dropdown--above{border-bottom:none;}
.select2-container--classic .select2-dropdown--below{border-top:none;}
.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}
.select2-container--classic .select2-results__option[role=group]{padding:0;}
.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}
.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}
.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}
.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}body{margin:0;padding:0;border:0 none;overflow:hidden;background-color:#fff;}
body,table,td,div,span,p,li,textarea{font-family:"Lucida Grande",arial,sans-serif;font-size:9pt;}
#portalmenupanel{position:relative;border-right:1px solid #ccc;background-color:white;top:0;overflow:auto;}
#topsection{position:absolute;top:0;left:10px;right:10px;height:70px;}
#bottomsection{position:absolute;overflow:hidden;top:90px;right:0;bottom:0;}
#resultsheader{position:absolute;top:7px;left:10px;z-index:30;font-family:"Lucida Grande",arial,sans-serif;font-size:10pt;color:#606060;font-weight:bold;height:22px;margin-top:1px;}
#search-fav-toggle{display:none;vertical-align:text-bottom;cursor:pointer;}
#resultsheaderNoLink{z-index:30;font-family:"Lucida Grande",arial,sans-serif;font-size:10pt;color:#606060;font-weight:bold;}
#header-no-link-container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:22px;position:relative;border:1px solid transparent;display:inline-block;}
#header-no-link-container.display{margin:2px 0 2px 2px;padding-right:20px;}
#header-no-link-container.display:hover{border-color:grey;background-color:white;cursor:pointer;}
#header-no-link-container.display:hover>i{display:inline-block;}
#header-no-link-container>i{display:none;width:16px;position:absolute;right:0;top:0;cursor:pointer;background-color:#d6d6d6;border-left:1px solid grey;text-align:center;font-size:8pt;height:20px;line-height:20px;vertical-align:top;}
#header-no-link-container>form{position:relative;display:inline-block;}
#header-no-link-container input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:22px;font-weight:bold;font-size:10pt;padding:0 51px 0 1px;margin-right:0;}
#header-no-link-container input::-ms-clear{display:none;}
.renamer-buttons{position:absolute;right:0;top:0;}
.renamer-buttons button{margin:0;font-size:10pt;border:none;border:1px solid #b0b0b0;height:22px;}
.renamer-buttons .save{background-color:#3eaf39;color:white;}
.renamer-buttons .cancel{background-color:#d6d6d6;color:white;border-left:none;}
#workOnBehalfLink{white-space:nowrap;z-index:31;height:18px;padding-left:4px;}
#workOnBehalfLinkIcons{margin-left:8px;position:relative;top:-3px;}
a.filemenu:link,a.filemenu:visited,a.filemenu:active,a.filemenu:hover{padding:5px 7px 5px 5px;font-size:9pt;color:#314B89;text-decoration:none;}
a.filemenu:hover{background:#d9e1fa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2fa',endColorstr='#d9e1fa');background:-webkit-gradient(linear,left top,left bottom,from(#eff2fa),to(#d9e1fa));background:-moz-linear-gradient(top,#eff2fa,#d9e1fa);-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;border:1px solid #a2b3eb;padding:5px 6px 2px 4px;color:#444;}
a.filemenu img{border:none;}
#resultsheader a{color:#314B89;font-style:italic;text-decoration:none;}
#resultsheader a:hover{color:#314B89;font-style:italic;text-decoration:underline;}
#menuicons_container{position:absolute;top:0;left:0;right:0;height:51px;z-index:2;background:url("/images/srch_rs/header.png") repeat-x scroll 0 0 #D8E7EC;}
#autosave-timestamp{display:none;position:absolute;bottom:5px;padding-left:12px;font-size:8pt;color:#999;}
#menuicons{position:absolute;top:10px;right:20px;height:51px;z-index:3;}
#cma-dialog-menu .cma-option-head{display:block;width:100%;padding:3px;margin-top:10pt;font-size:10pt;font-weight:bold;}
#cma-dialog-menu .cma-option{display:block;width:100%;padding:3px;font-size:10pt;}
#cma-dialog-menu .cma-option-sm{padding:3px;font-size:10pt;}
#export-app-list{margin:10px 0;list-style:disc inside;font-weight:normal;}
#export-app-list li{font-weight:normal;}
.app-max-listings{font-size:8pt;color:#999;}
.detailChoice img{vertical-align:bottom;max-height:13px;max-width:13px;}
#grid{position:absolute;margin-left:10px;border-left:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;border-right:1px solid #cfcfcf;margin-right:10px;margin-bottom:10px;top:90px;left:0;z-index:10;overflow:hidden;background-color:white;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}
#singlegriddiv{position:absolute;top:30px;left:0;z-index:25;overflow:hidden;background-color:#fff9bb;border-top:1px solid #d4d4d5;}
#singlegriddiv_blackout{position:absolute;top:30px;left:0;z-index:45;overflow:hidden;background-color:#000;filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;}
#searchgriddiv{position:absolute;top:30px;left:0;z-index:15;overflow:hidden;background-color:#C0C0C0;background-image:url(/images/srch_rs/tall_grad.png);}
#new_quicksearch{position:absolute;padding:6px;top:29px;right:27px;border:1px solid #999;z-index:50;overflow:hidden;height:220px;background-color:#e1dfdd;background-image:url(/images/srch_rs/tab_select.png);background-repeat:repeat-x;background-position:top;}
#new_quicksearch div.title{font-size:10pt;font-weight:bold;}
#new_quicksearch div.title span.deltext{position:relative;float:right;}
#new_quicksearch div.disclaimer{font-size:8pt;font-style:italic;margin-top:4px;}
#new_quicksearch div.buttons{text-align:center;margin-top:8px;}
#new_quicksearch div.buttons button{font-size:9pt;padding-top:1px;padding-left:5px;padding-right:5px;padding-bottom:1px;border:1px solid gray;background-color:#E1DFDD;color:black;background-image:url(/images/srch_rs/button_hover.png);cursor:pointer;}
#new_quicksearch select,input#location_search_input{border:1px solid #333;width:100%;font-size:10pt;}
input#location_search_input{font-size:11pt;padding-left:2px;background-color:#fff;color:#999;border:1px solid #333;width:270px;margin-left:1px;}
*input#location_search_input{font-size:12pt;}
input#location_search_input:disabled{background-color:#eee;color:#d0d0d0;}
div#locationSearchTerms{width:96%;line-height:1.35em;margin-top:-3px;margin-bottom:1px;margin-left:3px;}
div#locationSearchTerms div,div#locationSearchTerms div span,div#locationSearchTerms span{font-size:9pt;}
div#locationSearchTerms div.color{font-size:6pt;}
a.locationBrowseLink{color:#314B89;position:relative;float:right;top:2px;right:6px;font-weight:normal;text-decoration:underline;font-size:10pt;}
#map_addressearch{position:absolute;padding:6px;bottom:40px;border-left:1px solid #999;border-top:1px solid #999;border-bottom:1px solid #666;border-right:1px solid black;z-index:50;overflow:hidden;height:85px;background-color:#e1dfdd;background-image:url(/images/srch_rs/tab_select.png);background-repeat:repeat-x;background-position:top;}
#map_addressearch div.disclaimer{font-size:8pt;font-style:italic;margin-top:4px;}
#map_addressearch div.buttons{text-align:center;margin-top:8px;}
#map_addressearch div.buttons button{font-size:9pt;padding-top:1px;padding-left:5px;padding-right:5px;padding-bottom:1px;border:1px solid gray;background-color:#E1DFDD;color:black;background-image:url(/images/srch_rs/button_hover.png);cursor:pointer;}
#map_addressearch div.buttons button img{height:12px;width:12px;}
.status_A{font-weight:bold;color:green;}
.status_C{font-weight:bold;color:blue;}
.status_D{font-weight:bold;color:black;}
.status_E{font-weight:bold;color:red;}
.status_L{font-weight:bold;color:purple;}
.status_P{font-weight:bold;color:orange;}
.status_W{font-weight:bold;color:black;}
.status_O{font-weight:bold;color:black;}
.privatemessageicon{margin-top:4px;margin-right:4px;cursor:pointer;vertical-align:top;}
.publicmessageicon{margin-top:4px;margin-right:4px;cursor:pointer;vertical-align:top;}
.showingtimeicon{margin-top:4px;margin-right:4px;width:16px;height:16px;vertical-align:top;cursor:pointer;}
.agentinboxicon{margin-top:4px;margin-right:4px;width:16px;height:16px;vertical-align:top;cursor:pointer;}
.transactiondeskicon{margin-top:4px;margin-right:4px;width:16px;height:16px;vertical-align:top;cursor:pointer;}
#listabmessageicons,#icons_detail_left,#icons_photos_left,#icons_map_left,#icons_compare_left{float:left;}
#listabmessageicons{margin-top:2px;}
#miniactioniconset{display:none;}
#mapaddressbtn{font-size:9pt;padding-top:1px;padding-left:5px;padding-right:5px;padding-bottom:1px;border:1px solid gray;background-color:#C4BFBB;color:black;background-image:url(/images/srch_rs/button.png);cursor:pointer;display:block;margin-right:3px;margin-top:4px;padding-top:1px;padding-bottom:1px;width:75px;text-align:center;position:relative;float:left;margin-left:4px;}
#gridH{position:absolute;top:30px;left:0;z-index:15;overflow:hidden;background-color:white;}
#gridC{position:absolute;top:30px;left:0;z-index:10;overflow:auto;background-color:white;font-size:9pt;}
#gridH td,#gridC td,#gridH span,#gridC span{font-size:9pt;}
#thegridheadertable{table-layout:fixed;}
#thegridheadertable th{padding-top:3px;padding-bottom:3px;}
.onelinehide{display:none;}
.anythinghide{display:none;}
.mastermergedcolumnonelinehide{display:none;}
.singlemergedcolumnonelinehide{display:none;}
#minibar{position:absolute;top:90px;left:10px;bottom:10px;width:15px;z-index:15;border:1px solid #cfcfcf;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;background:#d8d8d8;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#d8d8d8');background:-webkit-gradient(linear,left top,right top,from(#e9e9e9),to(#d8d8d8));background:-moz-linear-gradient(left,#e9e9e9,#d8d8d8);cursor:pointer;}
#morelistingstop{position:absolute;right:20px;top:70px;z-index:50;background-image:url(/images/srch_rs/seeth.png);padding:5px;font-size:9pt;font-weight:bold;}
#morelistingsbot{position:absolute;right:20px;bottom:40px;z-index:50;background-image:url(/images/srch_rs/seeth.png);padding:5px;font-size:9pt;font-weight:bold;}
#gridbottom{position:absolute;left:0;bottom:-1px;z-index:10;height:30px;border-top:1px solid #ccc;overflow:hidden;background:#d8d8d8;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#d8d8d8');background:-webkit-gradient(linear,left top,left bottom,from(#e9e9e9),to(#d8d8d8));background:-moz-linear-gradient(top,#e9e9e9,#d8d8d8);}
#gridbottom table{padding-left:5px;}
#rightpanelfooter{z-index:100;height:7px;width:100%;border-top:1px solid #ccc;overflow:hidden;background:#d8d8d8;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#d8d8d8');background:-webkit-gradient(linear,left top,left bottom,from(#e9e9e9),to(#d8d8d8));background:-moz-linear-gradient(top,#e9e9e9,#d8d8d8);position:absolute;bottom:11px;right:10px;border-right:1px solid #cfcfcf;border-left:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;-khtml-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
#copyrighttd div{font-size:8pt;line-height:8pt;color:#666;text-align:right;overflow:hidden;}
.colnum{font-size:7pt;color:#666;text-shadow:0 0 1px #fff;}
#beginandendspan,#beginandendspan span{font-size:9pt;color:#999;font-weight:bold;}
#searchparamtip ul{list-style:none;padding:5px;}
#searchparamtip li{font-weight:normal;list-style:none;padding:5px;}
#floatingsmilies{position:absolute;left:235px;top:105px;z-index:40;padding:4px;z-index:110;}
#tabcheckdiv{position:absolute;left:20px;top:85px;z-index:40;padding-left:2px;padding-top:2px;padding-bottom:3px;z-index:110;}
#tabcheckdiv a{background-color:transparent;padding:2px 5px;position:relative;top:2px;left:-4px;color:#314B89;text-decoration:none;}
#tabcheckdiv a:hover{padding:2px 5px;margin-top:auto;margin-bottom:auto;position:relative;top:2px;left:-4px;text-decoration:underline;}
#thegridbodytable a{color:#314B89;text-decoration:none;}
#thegridbodytable a:hover{text-decoration:underline;}
#overlayPanel{position:absolute;top:0;left:0;background-color:white;z-index:350;}
#overlayPanel span{font-size:10pt;}
#backToSearch{position:absolute;top:0;left:0;font-size:9pt;cursor:pointer;height:30px;padding-left:5px;padding-top:6px;background-image:url("/images/moduleheader/moduleheader_background.png");background-position:center bottom;background-repeat:repeat-x;}
#overlayframe{position:absolute;top:30px;left:0;border-top:1px gray solid;background-color:white;}
#gridinlineiframe{position:absolute;top:90px;left:11px;z-index:50;background-color:white;}
#firsttimeindiv{position:absolute;top:90px;left:10px;z-index:200;height:90%;background-color:#DEDCDB;border-left:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;border-right:1px solid #cfcfcf;border-top:1px solid #cfcfcf;text-align:center;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;-khtml-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;}
#firsttimeindiv,#firsttimeindiv td,#firsttimeindiv span{font-size:10pt;font-weight:bold;}
#new_contact_div{position:absolute;left:155px;top:25px;z-index:150;background-color:white;background-image:url(/images/srch_rs/grid_background.png);background-repeat:repeat-x;border:1px solid #ccc;padding:3px;}
#contact_list_div{position:absolute;left:155px;top:25px;z-index:150;background-color:white;background-image:url(/images/srch_rs/grid_background.png);background-repeat:repeat-x;border:1px solid #ccc;padding:3px;}
#contact_list_div .divider{text-align:center;background-color:#c4bfbb;margin:4px 0;}
a.columnlink:link,a.columnlink:visited,a.columnlink:active{text-decoration:none;}
a.columnlink:hover{text-decoration:underline;}
#copyrightPanel{display:none;position:absolute;bottom:45px;right:30px;font-size:8pt;width:500px;background-color:#ddd;border:1px solid #000;z-index:30;padding:8px;background-image:url(/images/srch_rs/warning_background.png);background-repeat:repeat-x;background-position:bottom;}
#copyrightPanel table{width:100%;}
#copyrightPanel .remove{display:none;}
.businesscardtable{background-color:#E1DFDD;border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #aaa;border-bottom:1px solid #aaa;}
.auctionbadge{font-weight:bold;cursor:help;color:white;background-color:blue;}
.rentbadge{font-weight:bold;cursor:help;color:white;background-color:blue;}
.cont{font-weight:bold;cursor:help;color:red;background-color:yellow;position:relative;margin-left:6px;}
.cont-popup{line-height:1.2em;position:absolute;display:none;z-index:999;font-weight:normal;font-size:12px;color:#000;background:#ffd5d5;border:1px solid #8c8c8c;border-radius:3px;font-family:"Lucida Grande",arial,Verdana,sans-serif;font-size:14px;padding:5px;}
.cont-popup a:link{text-decoration:none;font-weight:bold;color:#000;display:block;font-size:1.2em;float:right;margin:-4 0 0 10px;cursor:pointer;}
.cont_show{font-weight:bold;cursor:help;color:cyan;background-color:green;margin-left:6px;}
.detail_contingent{position:relative;display:inline;width:auto;}
.addressdiv{line-height:10pt;}
.smilediv{float:right;}
.listnbrcontainer{white-space:nowrap;}
.sillytabletohandlesmilediv{float:right;border-spacing:0;border-collapse:collapse;}
.sillytableonelinemode{width:100%;}
.sillytablenormalmode{width:auto;}
.sillytabletohandlesmilediv td{white-space:nowrap;}
#loadingdiv{position:absolute;width:82px;left:50%;margin-left:-41px;_margin-left:-57px;color:#000;z-index:149;top:46px;padding:2px;}
#loadingdiv span{font-size:10pt;font-family:"Lucida Grande",arial,sans-serif;font-weight:bold;}
#warningdiv{position:absolute;color:#000;font-size:10pt;font-weight:bold;z-index:550;top:20px;left:200px;border:2px solid #333;padding:0;}
#warningdiv table tr td{font-weight:bold;font-size:10pt;padding:3px 10px;background-image:url(/images/srch_rs/warning_background.png);background-repeat:repeat-x;}
#warningdiv a{text-decoration:underline;font-size:9pt;}
#poweredbyflexmls{position:absolute;font-size:8pt;z-index:550;bottom:0;left:200px;padding:0;}
a.poweredbyflexmls_link:link,a.poweredbyflexmls_link:visited,a.poweredbyflexmls_link:active,a.poweredbyflexmls_link:hover{color:#000;font-size:6pt;}
#timediv{font-size:8pt;color:#666;}
#timedivm{font-size:8pt;color:#999;}
#timedivjs{font-size:8pt;color:#F1F1E2;}
.searchresultstd{font-weight:bold;font-size:10pt;padding-right:5px;}
#tabrow{width:75%;margin:0;letter-spacing:.3pt;line-height:1;height:34px;position:absolute;right:15px;top:60px;z-index:100;}
#tabrowinner{float:right;white-space:nowrap;margin:0;padding-left:1px;letter-spacing:.3pt;line-height:1;height:34px;z-index:100;}
#tabrowinner ul{margin:0;padding:0;list-style:none;z-index:2;}
.tabunsel{float:left;background:#C4BFBB;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#9d9d9d');background:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#9d9d9d));background:-moz-linear-gradient(top,#f8f8f8,#9d9d9d);color:#000;text-shadow:1px 1px 0 #dcdcdc;margin-right:5px;padding:8px 8px 8px 8px;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;-khtml-border-radius:5px 5px 0 0;border-top:solid #cfcfcf 1px;border-left:solid #cfcfcf 1px;border-right:solid #cfcfcf 1px;border-bottom-width:0;border-bottom-color:transparent;cursor:pointer;font-weight:normal;font-size:10pt;-moz-user-select:none;-webkit-user-select:none;user-select:none;}
.tabsel{float:left;background:#d5d5d5;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e9e9e9');background:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#e9e9e9));background:-moz-linear-gradient(top,#f8f8f8,#e9e9e9);color:#000;text-shadow:1px 1px 0 #dcdcdc;margin-right:5px;padding:8px 8px 9px 8px;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;-khtml-border-radius:5px 5px 0 0;border-top:solid #cfcfcf 1px;border-left:solid #cfcfcf 1px;border-right:solid #cfcfcf 1px;border-bottom-width:0;border-bottom-color:transparent;cursor:pointer;font-weight:normal;font-size:10pt;-moz-user-select:none;-webkit-user-select:none;user-select:none;}
.tabhover{float:left;background:#d5d5d5;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e9e9e9');background:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#e9e9e9));background:-moz-linear-gradient(top,#f8f8f8,#e9e9e9);color:#000;text-shadow:1px 1px 0 #dcdcdc;margin-right:5px;padding:8px 8px 8px 8px;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;-khtml-border-radius:5px 5px 0 0;border-top:solid #cfcfcf 1px;border-left:solid #cfcfcf 1px;border-right:solid #cfcfcf 1px;border-bottom-width:0;border-bottom-color:transparent;cursor:pointer;font-weight:normal;font-size:10pt;-moz-user-select:none;-webkit-user-select:none;user-select:none;}
.movebut{font-size:9pt;padding-top:1px;padding-left:5px;padding-right:5px;padding-bottom:1px;color:black;cursor:pointer;}
.pointer{cursor:pointer;}
.heading{text-decoration:none;padding-left:2px;padding-right:2px;cursor:default;}
.heading.sortable{color:#314B89;cursor:pointer;}
.heading.sortable:hover{text-decoration:underline;padding-left:2px;padding-right:2px;}
#listingrotatordiv{position:absolute;left:11px;top:66px;z-index:40;}
.abbrmls{border:1px solid black;background-color:#E1DFDD;padding:0 2px 0 2px;font-size:7pt;cursor:help;}
#selectedinput{margin-left:2px;margin-right:2px;text-align:center;border:1px solid black;}
#searchtip{border:1px solid black;font-size:10pt;padding:5px;background-color:#eee;position:absolute;z-index:300;}
#fontsizedisp{background:none;position:relative;font-size:7pt;top:3px;color:black;border:none;text-align:center;height:14px;width:14px;padding:0;margin:0;margin-right:6px;}
#moresearchmenu{background-color:white;z-index:300;}
#gridbottom a:link,#gridbottom a:visited,#gridbottom a:hover{color:#314B89;text-decoration:none;}
#gridbottom a:hover{text-decoration:underline;}
#copyrighttd a:link,#copyrighttd a:visited,#copyrighttd a:hover{color:#000;text-decoration:underline;}
#orderbuttons{color:#666;}
.gridtd{border-bottom:1px solid #ccc;vertical-align:top;height:15px;cursor:pointer;padding-top:8px;padding-bottom:8px;border-right:1px solid #ddd;}
#thegridbodytable .dg-label{text-transform:uppercase;font-size:6pt;color:#444;font-weight:bold;}
.gridth{background-color:#fff;height:15px;vertical-align:bottom;font-weight:normal;background:#F4F4F4;background:-webkit-gradient(linear,left top,left bottom,from(#FDFDFD),to(#F4F4F4));background:-moz-linear-gradient(top,#FDFDFD,#F4F4F4);border-bottom:1px solid #ccc;padding-right:1px;}
.gridthextra{background-color:#fff;height:15px;vertical-align:bottom;font-weight:normal;background:#F4F4F4;background:-webkit-gradient(linear,left top,left bottom,from(#FDFDFD),to(#F4F4F4));background:-moz-linear-gradient(top,#FDFDFD,#F4F4F4);border-bottom:1px solid #ccc;padding-right:1px;}
.listing{height:1%;}
.listing:hover .gridtd{border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
.listing.selected .gridtd{border-bottom:1px solid #ccc;vertical-align:top;height:15px;cursor:pointer;padding-top:8px;padding-bottom:8px;border-right:1px solid #e3dd92;}
.gridtd-check,.listing.selected .gridtd-check{position:absolute;padding:5px;text-align:center;background-color:rgba(250,250,250,0.8);border-bottom-right-radius:3px;}
.gridtdoneline .gridtd-check,.listing.selected .gridtdoneline .gridtd-check{padding:0;padding-left:5px;padding-right:5px;background-color:transparent;position:static;}
.listing .gridonelineplaceholdercolumn:nth-of-type(1),.listing.selected .gridonelineplaceholdercolumn:nth-of-type(1){padding:0;width:1%;}
.listing .gridtdoneline:nth-of-type(1),.listing.selected .gridtdoneline:nth-of-type(1){padding:0;width:1%;}
.listing:hover{background-color:#eaeaea;}
.listing.read{background-color:#f3f3f3;}
.listing.selected{background-color:#fff9bb;}
.listing.selected .gridtd{border-bottom:1px solid #e3dd92;}
.gridtd-photo{width:150px;height:100px;}
.extracolumns{height:15px;}
.gridtdoneline,.listing.selected .gridtdoneline{padding-top:3px!important;padding-bottom:3px!important;white-space:nowrap;vertical-align:middle;}
.gridtdoneline img{vertical-align:middle;}
.gridtdoneline .colnum{display:inline;margin-left:3px;}
.price{font-weight:bold;}
.optionsClass{position:absolute;top:0;right:10px;border-right:1px solid #cfcfcf;border-left:1px solid #cfcfcf;border-top:1px solid #cfcfcf;height:27px;border-bottom:1px solid #000;padding-top:2px;text-align:right;white-space:nowrap;background:#d8d8d8;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#d8d8d8');background:-webkit-gradient(linear,left top,left bottom,from(#e9e9e9),to(#d8d8d8));background:-moz-linear-gradient(top,#e9e9e9,#d8d8d8);-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;-khtml-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}
.optionsClass a:link,.optionsClass a:visited{background-color:transparent;padding:2px 5px;position:relative;top:4px;left:-4px;color:#314B89;text-decoration:none;}
.optionsClass a:hover{padding:2px 5px;margin-top:auto;margin-bottom:auto;position:relative;top:4px;left:-4px;text-decoration:none;background:#d9e1fa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2fa',endColorstr='#d9e1fa');background:-webkit-gradient(linear,left top,left bottom,from(#eff2fa),to(#d9e1fa));background:-moz-linear-gradient(top,#eff2fa,#d9e1fa);-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;border:1px solid #a2b3eb;padding:2px 4px;color:#444;}
.optionsClass a:active{background-color:#808080;padding:2px 5px;margin-top:auto;margin-bottom:auto;position:relative;top:4px;left:-4px;color:#314B89;text-decoration:none;}
a.optionsClassSelected:link,a.optionsClassSelected:visited,a.optionsClassSelected:active{padding:2px 5px;margin-top:auto;margin-bottom:auto;position:relative;top:4px;left:-4px;text-decoration:none;background:#d9e1fa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2fa',endColorstr='#d9e1fa');background:-webkit-gradient(linear,left top,left bottom,from(#eff2fa),to(#d9e1fa));background:-moz-linear-gradient(top,#eff2fa,#d9e1fa);-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;border:1px solid #a2b3eb;padding:2px 4px;color:#444;}
a.hotsheetlink:active,a.hotsheetlink:link,a.hotsheetlink:visited,a.hotsheetlink:hover{text-decoration:none;color:#284b8b;padding:2px 5px;margin-right:7px;font-size:9pt;font-family:"Lucida Grande",arial,sans-serif;}
a.hotsheetlink:hover{background:#dbebff;background:-moz-linear-gradient(top,#dbebff 0,#edf5ff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dbebff),color-stop(100%,#edf5ff));background:-webkit-linear-gradient(top,#dbebff 0,#edf5ff 100%);background:-o-linear-gradient(top,#dbebff 0,#edf5ff 100%);background:-ms-linear-gradient(top,#dbebff 0,#edf5ff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbebff',endColorstr='#edf5ff',GradientType=0);background:linear-gradient(top,#dbebff 0,#edf5ff 100%);-moz-border-radius:2px;-webkit-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;border:1px solid #9eb5eb;padding:2px 4px;}
a.hotsheetselectedlink:active,a.hotsheetselectedlink:link,a.hotsheetselectedlink:visited,a.hotsheetselectedlink:hover{padding:2px 4px;background:#e5ecfe;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5e4f7',endColorstr='#ebf2fa');background:-webkit-gradient(linear,left top,left bottom,from(#d5e4f7),to(#ebf2fa));background:-moz-linear-gradient(top,#d5e4f7,#ebf2fa);text-decoration:none;color:#000;font-family:"Lucida Grande",arial,sans-serif;font-size:9pt;-moz-border-radius:2px;-webkit-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;border:1px solid #9eb5eb;font-weight:normal;margin-right:7px;}
a.hotsheetselectedlink:hover{background:#dbebff;background:-moz-linear-gradient(top,#dbebff 0,#edf5ff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dbebff),color-stop(100%,#edf5ff));background:-webkit-linear-gradient(top,#dbebff 0,#edf5ff 100%);background:-o-linear-gradient(top,#dbebff 0,#edf5ff 100%);background:-ms-linear-gradient(top,#dbebff 0,#edf5ff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbebff',endColorstr='#edf5ff',GradientType=0);background:linear-gradient(top,#dbebff 0,#edf5ff 100%);}
a.selectedlink:active,a.selectedlink:link,a.selectedlink:visited{background-color:#E1DFDD;background-image:url(/images/srch_rs/gridlink_background.png);border:1px solid #999;}
.optionsClass input{font-size:9.5pt;_font-size:9pt;border:1px solid #666;color:#CCC;padding:2px;margin:2px;_margin:1px;}
.optionsClass span{font-size:10pt;}
.optionsClass span#gridlink_matches{font-size:10pt;padding:2px 5px;position:relative;top:4px;left:-4px;color:#333;}
.optionsClass select{font-size:9.5pt;_font-size:9pt;border:1px solid #666;color:#000;padding:1px;margin:2px;}
.optionsClass table tr td{padding:0 1px;}
a.bigBlueLink,a:visited.bigBlueLink,a:active.bigBlueLink,a:hover.bigBlueLink{padding:2px 4px;margin:4px;font-size:10pt;color:#284b8b;text-decoration:none;border:1px solid transparent;display:-moz-inline-box;-moz-box-orient:vertical;display:inline-block;vertical-align:baseline;zoom:1;*display:inline;*vertical-align:auto;}
a:hover.bigBlueLink{background:#d9e1fa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2fa',endColorstr='#d9e1fa');background:-webkit-gradient(linear,left top,left bottom,from(#eff2fa),to(#d9e1fa));background:-moz-linear-gradient(top,#eff2fa,#d9e1fa);-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;border:1px solid #a2b3eb;color:#444;}
#enhance span{font-size:10pt;}
#enhance a,#enhance a:visited,#enhance a:active,#enhance a:hover{font-size:10pt;text-decoration:underline;color:#284b8b;text-decoration:none;border:1px solid transparent;}
#enhance a:hover{background:#d9e1fa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2fa',endColorstr='#d9e1fa');background:-webkit-gradient(linear,left top,left bottom,from(#eff2fa),to(#d9e1fa));background:-moz-linear-gradient(top,#eff2fa,#d9e1fa);-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;border:1px solid #a2b3eb;color:#444;}
#matchesdiv img{width:18px;height:18px;position:absolute;}
.bigBlueNoLink{color:#314B89;font-size:10pt;font-weight:bold;}
.optionsClass span.left_subtabs{float:left;left:12px;top:0;height:27px;position:absolute;display:inline-block;width:200px;}
.optionsClass span.right_subtabs{float:right;right:5px;top:0;height:27px;padding-right:5px;position:absolute;display:inline-block;}
.optionsClass a.subTab,.optionsClass a:visited.subTab,.optionsClass a:active.subTab,.optionsClass a:hover.subTab{padding:2px 4px;top:1px;margin:4px;float:left;text-decoration:underline;display:block;color:#284b8b;text-decoration:none;}
.optionsClass a:hover.subTab{background:#d9e1fa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2fa',endColorstr='#d9e1fa');background:-webkit-gradient(linear,left top,left bottom,from(#eff2fa),to(#d9e1fa));background:-moz-linear-gradient(top,#eff2fa,#d9e1fa);-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;border:1px solid #a2b3eb;padding:2px 4px;color:#444;top:1px;margin:3px;}
.optionsClass a.removelink,.optionsClass a:visited.removelink,.optionsClass a:active.removelink,.optionsClass a:hover.removelink{padding:2px 4px;top:1px;margin:4px;float:left;text-decoration:none;display:block;color:#314B89;}
.optionsClass a:hover.removelink{padding:1px 3px;top:1px;margin:4px;text-decoration:none;}
.optionsClass a.subTab_selected,.optionsClass a:visited.subTab_selected,.optionsClass a:active.subTab_selected,.optionsClass a:hover.subTab_selected{padding:2px 4px;top:1px;margin:3px;float:left;background:#e5ecfe;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5e4f7',endColorstr='#ebf2fa');background:-webkit-gradient(linear,left top,left bottom,from(#d5e4f7),to(#ebf2fa));background:-moz-linear-gradient(top,#d5e4f7,#ebf2fa);text-decoration:none;color:#000;font-family:"Lucida Grande",arial,sans-serif;font-size:10pt;display:block;-moz-border-radius:2px;-webkit-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;border:1px solid #9eb5eb;font-weight:normal;}
.optionsClass a:hover.subTab_selected{background:#dbebff;background:-moz-linear-gradient(top,#dbebff 0,#edf5ff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dbebff),color-stop(100%,#edf5ff));background:-webkit-linear-gradient(top,#dbebff 0,#edf5ff 100%);background:-o-linear-gradient(top,#dbebff 0,#edf5ff 100%);background:-ms-linear-gradient(top,#dbebff 0,#edf5ff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbebff',endColorstr='#edf5ff',GradientType=0);background:linear-gradient(top,#dbebff 0,#edf5ff 100%);}
#vt_pop_off{position:absolute;top:0;left:4px;margin:4px;}
.iframeClass{position:absolute;right:0;bottom:0;margin-right:10px;padding:0;top:30px;z-index:1;border-left:1px solid #cfcfcf;border-right:1px solid #cfcfcf;border-bottom:none;border-top:1px solid #cfcfcf;}
.silo_icon{background:url(/images/srch_rs/is.png?18) -170px 0;height:16px;width:18px;margin:1px;cursor:pointer;}
.actions_icon_vert{background:url(/images/srch_rs/is.png?18) -196px 0;height:53px;width:19px;margin:1px 1px 6px 1px;cursor:pointer;border:none;display:none;}
.actions_icon_horz{background:url(/images/srch_rs/is.png?18) -179px -106px;height:23px;width:64px;margin:1px;cursor:pointer;}
.envelope_icon{background:url(/images/srch_rs/is.png?18) -20px 0;height:15px;width:21px;margin:1px;cursor:pointer;}
.open_new_window_icon{background:url(/images/srch_rs/is.png?18) -60px -20px;height:16px;width:16px;margin:4px;margin-left:6px;cursor:pointer;}
.zoomout_icon{background:url(/images/srch_rs/is.png?18) -160px -113px;height:13px;width:13px;cursor:pointer;margin:1px;}
.zoomin_icon{background:url(/images/srch_rs/is.png?18) -144px -113px;height:13px;width:13px;cursor:pointer;margin:1px;}
.old_fav_icon{background:url(/images/srch_rs/is.png?18) 0 -40px;height:17px;width:17px;cursor:pointer;margin:1px;}
.old_fav_icon:hover{background:url(/images/srch_rs/is.png?18) 0 -60px;height:17px;width:17px;cursor:pointer;margin:1px;}
.old_fav_icon_a{background:url(/images/srch_rs/is.png?18) 0 -80px;height:17px;width:17px;cursor:pointer;margin:1px;}
.old_pos_icon{background:url(/images/srch_rs/is.png?18) -20px -40px;height:17px;width:17px;cursor:pointer;margin:1px;}
.old_pos_icon:hover{background:url(/images/srch_rs/is.png?18) -20px -60px;height:17px;width:17px;cursor:pointer;margin:1px;}
.old_pos_icon_a{background:url(/images/srch_rs/is.png?18) -20px -80px;height:17px;width:17px;cursor:pointer;margin:1px;}
.old_rej_icon{background:url(/images/srch_rs/is.png?18) -40px -40px;height:17px;width:17px;cursor:pointer;margin:1px;}
.old_rej_icon:hover{background:url(/images/srch_rs/is.png?18) -40px -60px;height:17px;width:17px;cursor:pointer;margin:1px;}
.old_rej_icon_a{background:url(/images/srch_rs/is.png?18) -40px -80px;height:17px;width:17px;cursor:pointer;margin:1px;}
.old_agt_icon{background:url(/images/srch_rs/is.png?18) -60px -40px;height:18px;width:18px;cursor:pointer;margin:1px;}
.old_agt_icon:hover{background:url(/images/srch_rs/is.png?18) -60px -60px;height:18px;width:18px;cursor:pointer;margin:1px;}
.old_agt_icon_a{background:url(/images/srch_rs/is.png?18) -60px -80px;height:18px;width:18px;cursor:pointer;margin:1px;}
.old_rem_icon{background:url(/images/srch_rs/is.png?18) -80px -40px;height:18px;width:18px;cursor:pointer;margin:1px;}
.old_rem_icon:hover{background:url(/images/srch_rs/is.png?18) -80px -60px;height:18px;width:18px;cursor:pointer;margin:1px;}
.old_rem_icon_a{background:url(/images/srch_rs/is.png?18) -80px -80px;height:18px;width:18px;cursor:pointer;margin:1px;}
.fav_icon{background:url(/images/srch_rs/is.png?18) -234px -39px;height:20px;width:20px;cursor:pointer;margin:1px;}
.fav_icon:hover{background:url(/images/srch_rs/is.png?18) -234px -59px;height:20px;width:20px;cursor:pointer;margin:1px;}
.fav_icon_a{background:url(/images/srch_rs/is.png?18) -234px -79px;height:20px;width:20px;cursor:pointer;margin:1px;}
.star_icon{background:url(/images/srch_rs/is.png?18) -234px -39px;height:20px;width:20px;cursor:pointer;margin:1px;}
.star_icon:hover{background:url(/images/srch_rs/is.png?18) -234px -59px;height:20px;width:20px;cursor:pointer;margin:1px;}
.star_icon_a{background:url(/images/srch_rs/is.png?18) -234px -79px;height:20px;width:20px;cursor:pointer;margin:1px;}
.pos_icon{background:url(/images/srch_rs/is.png?18) -20px -40px;height:17px;width:17px;cursor:pointer;margin:1px;}
.pos_icon:hover{background:url(/images/srch_rs/is.png?18) -20px -60px;height:17px;width:17px;cursor:pointer;margin:1px;}
.pos_icon_a{background:url(/images/srch_rs/is.png?18) -20px -80px;height:17px;width:17px;cursor:pointer;margin:1px;}
.rej_icon{background:url(/images/srch_rs/is.png?18) -255px -38px;height:20px;width:20px;cursor:pointer;margin:1px;}
.rej_icon:hover{background:url(/images/srch_rs/is.png?18) -255px -58px;height:20px;width:20px;cursor:pointer;margin:1px;}
.rej_icon_a{background:url(/images/srch_rs/is.png?18) -255px -78px;height:20px;width:20px;cursor:pointer;margin:1px;}
.agt_icon{background:url(/images/srch_rs/is.png?18) -275px -39px;height:20px;width:20px;cursor:pointer;margin:1px;}
.agt_icon:hover{background:url(/images/srch_rs/is.png?18) -275px -59px;height:20px;width:20px;cursor:pointer;margin:1px;}
.agt_icon_a{background:url(/images/srch_rs/is.png?18) -275px -79px;height:20px;width:20px;cursor:pointer;margin:1px;}
.rem_icon{background:url(/images/srch_rs/is.png?18) -255px -38px;height:20px;width:20px;cursor:pointer;margin:1px;}
.rem_icon:hover{background:url(/images/srch_rs/is.png?18) -255px -58px;height:20px;width:20px;cursor:pointer;margin:1px;}
.rem_icon_a{background:url(/images/srch_rs/is.png?18) -255px -78px;height:20px;width:20px;cursor:pointer;margin:1px;}
.single_view_icon{background:url(/images/srch_rs/is.png?18) -140px -19px;height:15px;width:24px;cursor:pointer;}
.grid_view_icon{background:url(/images/srch_rs/is.png?18) -170px -19px;height:15px;width:23px;cursor:pointer;}
.icon_active{background:#d9e1fa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2fa',endColorstr='#d9e1fa');background:-webkit-gradient(linear,left top,left bottom,from(#eff2fa),to(#d9e1fa));background:-moz-linear-gradient(top,#eff2fa,#d9e1fa);-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;border:1px solid #a2b3eb;padding:3px;height:21px;}
.icon_nonactive{background:none;border:none;padding:4px;height:21px;}
.listingswitchleft_icon{background:url(/images/srch_rs/is.png?18) -161px -135px;height:14px;width:9px;cursor:pointer;}
.listingswitchright_icon{background:url(/images/srch_rs/is.png?18) -180px -135px;height:14px;width:9px;cursor:pointer;}
.arrowleft_icon{background:url(/images/srch_rs/is.png?18) -90px -115px;height:10px;width:5px;cursor:pointer;}
.arrowright_icon{background:url(/images/srch_rs/is.png?18) -100px -115px;height:10px;width:5px;cursor:pointer;}
.checked_icon{background:url(/images/srch_rs/is.png?18) -150px 0;height:15px;width:12px;cursor:pointer;}
.unchecked_icon{background:url(/images/srch_rs/is.png?18) -133px 0;height:15px;width:12px;cursor:pointer;}
.sort_bottom_icon{background:url(/images/srch_rs/is.png?18) -101px -41px;height:15px;width:14px;cursor:pointer;margin:0 3px;}
.sort_bottom_bw_icon{background:url(/images/srch_rs/is.png?18) -101px -61px;height:15px;width:14px;cursor:pointer;margin:0 3px;}
.sort_down_icon{background:url(/images/srch_rs/is.png?18) -120px -41px;height:15px;width:14px;cursor:pointer;margin:0 3px;}
.sort_down_bw_icon{background:url(/images/srch_rs/is.png?18) -120px -61px;height:15px;width:14px;cursor:pointer;margin:0 3px;}
.sort_top_icon{background:url(/images/srch_rs/is.png?18) -139px -41px;height:15px;width:14px;cursor:pointer;margin:0 3px;}
.sort_top_bw_icon{background:url(/images/srch_rs/is.png?18) -139px -61px;height:15px;width:14px;cursor:pointer;margin:0 3px;}
.sort_up_icon{background:url(/images/srch_rs/is.png?18) -158px -41px;height:15px;width:14px;cursor:pointer;margin:0 3px;}
.sort_up_bw_icon{background:url(/images/srch_rs/is.png?18) -158px -61px;height:15px;width:14px;cursor:pointer;margin:0 3px;}
.contact_management_icon{background:url(/images/srch_rs/is.png?18) 0 -135px;height:16px;width:16px;cursor:pointer;}
.login_icon{background:url(/images/srch_rs/is.png?18) -105px -135px;height:16px;width:12px;cursor:pointer;}
.home_icon{background:url(/images/srch_rs/is.png?18) -121px -135px;height:16px;width:16px;cursor:pointer;}
.contact_icon{background:url(/images/srch_rs/is.png?18) -90px 0;height:16px;width:16px;cursor:pointer;}
.share_icon{background:url(/images/srch_rs/is.png?18) -20px -20px;height:16px;width:16px;cursor:pointer;}
.transfer_icon{background:url(/images/srch_rs/is.png?18) -63px -135px;height:16px;width:16px;cursor:pointer;}
.save_icon{background:url(/images/srch_rs/is.png?18) -40px -20px;height:16px;width:16px;cursor:pointer;}
.email_icon{background:url(/images/srch_rs/is.png?18) -80px -19px;height:16px;width:17px;cursor:pointer;}
.print_icon{background:url(/images/srch_rs/is.png?18) 0 -20px;height:16px;width:16px;cursor:pointer;}
.cma_icon{background:url(/images/srch_rs/is.png?18) -196px -60px;height:16px;width:16px;cursor:pointer;}
.export_icon{background:url(/images/srch_rs/is.png?18) -111px 0;height:16px;width:16px;cursor:pointer;}
.money_icon{background:url(/images/srch_rs/is.png?18) -141px -135px;height:16px;width:16px;cursor:pointer;}
.showing_icon{background:url(/images/srch_rs/is.png?18) -100px -19px;height:16px;width:16px;cursor:pointer;}
.bookashowing_icon{background:url(/images/bookashowing_16.png);height:16px;width:16px;cursor:pointer;}
.violation_icon{background:url(/images/srch_rs/is.png?18) -21px -135px;height:16px;width:16px;cursor:pointer;}
.stop_icon{background:url(/images/srch_rs/is.png?18) -84px -135px;height:16px;width:16px;cursor:pointer;}
.logoff_icon{background:url(/images/srch_rs/is.png?18) -70px 0;height:16px;width:16px;cursor:pointer;}
.help_icon{background:url(/images/srch_rs/is.png?18) -45px 0;height:17px;width:18px;cursor:pointer;}
.note_icon{background:url(/images/srch_rs/is.png?18) -120px -19px;height:16px;width:16px;cursor:pointer;}
.private_note_icon{background:url(/images/srch_rs/is.png?18) -120px -19px;height:16px;width:16px;cursor:pointer;}
.listing_note_icon{background:url(/images/srch_rs/is.png?18) -216px -80px;height:16px;width:16px;cursor:pointer;}
.listing_note_icon_a{background:url(/images/srch_rs/is.png?18) -196px -80px;height:16px;width:16px;cursor:pointer;}
.adduser_icon{background:url(/images/srch_rs/is.png?18) -42px -135px;height:16px;width:16px;cursor:pointer;}
.blue_check_icon{background:url(/images/srch_rs/is.png?18) -100px -80px;height:16px;width:16px;cursor:pointer;}
.cancel_icon{background:url(/images/srch_rs/is.png?18) -80px -80px;height:16px;width:16px;cursor:pointer;}
.up_icon{background:url(/images/srch_rs/is.png?18) -158px -41px;height:15px;width:14px;cursor:pointer;}
.down_icon{background:url(/images/srch_rs/is.png?18) -120px -41px;height:15px;width:14px;cursor:pointer;}
.myspace_icon{background:url(/images/srch_rs/is.png?18) -178px -80px;height:14px;width:14px;cursor:pointer;}
.link_icon{background:url(/images/srch_rs/is.png?18) -158px -80px;height:15px;width:16px;cursor:pointer;}
.calc_icon{background:url(/images/srch_rs/is.png?18) -216px -61px;height:16px;width:14px;cursor:pointer;}
.twitter_icon{background:url(/images/srch_rs/is.png?18) -179px -62px;height:14px;width:12px;cursor:pointer;}
.facebook_icon{background:url(/images/srch_rs/is.png?18) -139px -80px;height:14px;width:14px;cursor:pointer;}
.dwellicious_icon{background:url(/images/srch_rs/is.png?18) -120px -80px;height:16px;width:16px;cursor:pointer;}
.delete_icon{background:url(/images/srch_rs/is.png?18) -178px -41px;height:15px;width:14px;cursor:pointer;}
.triangle_down_icon{background:url(/images/srch_rs/is.png?18) -59px -120px;height:5px;width:11px;cursor:pointer;}
.triangle_down_icon_extra_padding{background:url(/images/srch_rs/is.png?18) -203px -294px;height:20px;width:15px;cursor:pointer;}
.triangle_up_icon{background:url(/images/srch_rs/is.png?18) -74px -120px;height:5px;width:11px;cursor:pointer;}
#mobile-details-wrap{position:absolute;top:30px;right:10px;left:20px;bottom:11px;border-top:1px solid #d4d4d5;border-left:1px solid #666;border-right:1px solid #666;border-bottom:1px solid #666;margin:0;padding:0;z-index:1;overflow:scroll!important;background:#fff;}
#mobile-details-wrap #mobile-details-content img{padding:0;}
#backshadowlayer{background-color:transparent;z-index:1000;background-image:url(/images/backshadow.png);position:absolute;top:0;bottom:0;right:0;left:0;}
* html #backshadowlayer{background-color:#666;back\ground-color:transparent;background-image:url(/images/trans1x1.gif);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/backshadow.png",sizingMethod="scale");}
#portallogonframe{z-index:1001;width:400px;height:400px;border:1px solid #333;position:absolute;top:20px;}
#fullsearchgridframe{top:119px;z-index:150;}
#dropmenudiv{position:absolute;border:1px solid #666;border-bottom-width:0;line-height:18px;z-index:1007;}
#dropmenudiv a{width:100%;display:block;text-indent:3px;color:#000;border-bottom:1px solid black;padding:3px 0;text-decoration:none;}
#dropmenudiv a:hover{background-color:#C4BFBB;}
#detail_sentrilock_link,#detail_sentrilock-showing-data_link,#dropmenudiv a#sentrilock-showing-data,#dropmenudiv a#sentrilock{background-image:url(/images/sentrilock.jpg);background-repeat:no-repeat;background-position:2px 50%;padding-left:18px;}
button.approve_me{padding-top:4px;padding-bottom:4px;background:#FCFCFC;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC',endColorstr='#E6E6E6');background:-webkit-gradient(linear,left top,left bottom,from(#FCFCFC),to(#E6E6E6));background:-moz-linear-gradient(top,#FCFCFC,#E6E6E6);-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;border:1px solid #C9C9C9;text-decoration:none;color:black;font-family:"Lucida Grande",arial,sans-serif;font-size:9pt;text-align:center;cursor:pointer;}
button.approve_me:hover{background:#E6E6E6;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6',endColorstr='#DFDFDF');background:-webkit-gradient(linear,left top,left bottom,from(#E6E6E6),to(#DFDFDF));background:-moz-linear-gradient(top,#E6E6E6,#DFDFDF);border:1px solid #B5B5B5;}
#dropmenudiv a#sentrilock-showing-data,#dropmenudiv a#sentrilock{background-color:#eee;}
#dropmenudiv a#sentrilock-showing-data:hover,#dropmenudiv a#sentrilock:hover{background-color:#C4BFBB;}
#singlelistingpicture{cursor:pointer;margin:0;padding:0;}
.singlelistingphotocounters{border-left:1px solid #ccc;border-right:1px solid #ccc;width:60%;}
.singlelistingphotocounters,.singlelistingphotocounters span{background-color:#fff;color:#000;font-size:8pt;}
.singlelistingbuttontable{background-color:#fff;border-bottom:1px solid #ccc;border-top:1px solid #ccc;}
.singlelistingpictureandbuttondiv{background-color:#D8D8D8;margin:0;padding:0;}
#singlelistingviewbutton1{border-right:1px solid #ccc;}
.singlelistingprice{font-weight:bold;font-size:11pt;}
.singlelistingaddress{font-size:11pt;}
.singlelistingstatusline{color:#000;font-size:8pt;}
#singlelistingviewbutton1,#singlelistingviewbutton2{color:#6B6B6B;font-size:11pt;line-height:8pt;}
.singlelistinglefttable{color:#000;font-size:9pt;}
.singlelistinghr{border:none 0;border-bottom:1px solid #C0C0C0;height:1px;}
#singlepaneoverflow{overflow:auto;height:200px;padding:5px;padding-top:2px;margin-top:2px;border-top:1px solid #ccc;background-color:#fff;}
#options_summary{border-left:none;border-right:none;border-bottom:1px solid #cfcfcf;padding-left:7px;padding-right:5px;left:0;}
#options_map{border-bottom:1px solid #666;}
.custsortlink{height:20px;padding-bottom:2px;padding-top:2px;}
.options_left{position:right;float:left;text-align:right;margin:3px;width:285px;}
#search_header{text-align:left;background-color:#A0B1C7;height:30px;border-bottom:1px solid #808080;padding:0;vertical-align:bottom;}
#hiddenFormElements{display:none;}
#searchgriddiv{overflow:auto;overflow-x:hidden;border-right:#ccc 2px solid;border-top:1px solid #d4d4d5;}
.searchdesc{color:#314B89;text-decoration:underline;font-size:10pt;}
.searchdesc_hover{color:#314B89;text-decoration:underline;font-size:10pt;}
.srchupdatelink{color:#314B89;text-decoration:underline;font-family:"Lucida Grande",arial;font-size:10pt;font-weight:bold;width:25px;}
.srchupdatelink_hover{color:#314B89;text-decoration:underline;font-family:"Lucida Grande",arial;font-size:10pt;font-weight:bold;width:25px;}
.searchdescempty{color:#314B89;text-decoration:underline;font-style:italic;font-size:10pt;}
.searchdescempty_hover{color:#314B89;text-decoration:underline;font-style:italic;font-size:10pt;}
.hangingindent{margin-left:24px;text-indent:-24px;position:relative;}
.srch_field_gray{color:gray;}
ul{list-style-type:none;margin:0;padding:0;}
li{padding:2px;margin-top:0;margin-bottom:1px;vertical-align:middle;font-weight:bold;}
li#listAdditionalOptions{font-weight:bold;cursor:pointer;padding:4px;font-size:10pt;background-color:#d3d3d4;border-top:1px solid #666;border-bottom:1px solid #666;color:#000;}
li div.title{font-family:"Lucida Grande",arial,helvetica,sans-serif;font-size:9pt;font-weight:bold;margin-bottom:2px;text-align:left;color:black;margin-right:24px;}
li div.click{cursor:pointer;}
li div.click span.desc{text-decoration:none;}
li div.search span.desc{text-decoration:none;cursor:pointer;}
li div.title span.desc,li div.body table tr td span.desc{font-family:"Lucida Grande",arial,helvetica,sans-serif;font-size:9pt;font-weight:normal;}
li div.title span.operator,li div.body table tr td span.operator{font-family:"Lucida Grande",arial,helvetica,sans-serif;font-size:9pt;font-weight:normal;text-decoration:underline;cursor:pointer;color:#314B89;}
li div.title span.operator_hover,li div.body table tr td span.operator_hover{font-family:"Lucida Grande",arial,helvetica,sans-serif;font-size:9pt;font-weight:normal;text-decoration:underline;cursor:pointer;color:#314B89;}
li div.title span.buttons{position:relative;float:right;margin-right:3px;}
span.deltext{font-family:verdana,"Lucida Grande",arial,helvetica,sans-serif;font-size:8pt;font-weight:normal;color:#369;cursor:pointer;}
.delbutton{font-family:verdana,"Lucida Grande",arial,helvetica,sans-serif;font-size:8pt;font-weight:normal;color:#369;cursor:pointer;margin-right:3px;float:right;}
li div.body{font-family:"Lucida Grande",arial,helvetica,sans-serif;font-weight:normal;padding:3px;padding-left:1.75em;text-align:left;display:none;}
li.item div.body{background-color:#f6f6f6;color:black;}
li div.body table tr td{padding:2px 0;width:33%;vertical-align:top;}
li input [type=text]{font-size:8.5pt;_font-size:8pt;border:1px solid #666;color:#000;padding:1px 2px;margin:0 2px;}
li input.range-select{width:331px;margin:5px 2px;}
li select{font-size:10pt;border:1px solid #666;color:#000;padding:1px 2px;margin:0 2px;width:335px;}
#iframe_search button{font-size:9pt;_font-size:8.5pt;font-weight:normal;border:1px solid #808080;background-color:#c4bfbb;background-image:url(/images/srch_rs/tab_select.png);background-repeat:repeat-x;background-position:middle;color:#333;padding:1px 2px;_padding:2px;margin:0 6px;text-align:center;white-space:nowrap;text-decoration:none;cursor:pointer;position:relative;top:-2px;width:auto;overflow:visible;h:expression(onmouseover=new Function("this.style.backgroundColor='#FEFEFE';this.style.color='#000';this.style.border='1px solid #666';"),onmouseout=new Function("this.style.backgroundColor='#EAEAEA';this.style.color='#333';this.style.border='1px solid #EAEAEA';"));}
li.group div{background-color:transparent;vertical-align:middle;padding:0;height:18px;}
ul li.item{background-color:#eee;color:#000;}
ul li.itemDisabled{background-color:#eee;color:#000;}
ul li.item:hover,ul li.itemDisabled:hover{background-color:#fff;color:#000;}
li.group div span.desc{display:table-cell;width:40px;padding:0 8px;}
li.group div span.hide{visibility:hidden;}
img{margin:auto;border:0;}
img.folder{position:relative;left:-138px;cursor:pointer;}
li.sortListHidden{visibility:hidden;}
#miniSearch{background-color:#eee;vertical-align:middle;text-align:center;width:15px;cursor:pointer;border-right:1px solid #808080;}
#searchStarter{background-color:#eee;width:285px;text-align:center;vertical-align:top;border-right:1px solid #808080;}
#searchStarterDiv{width:100%;margin:0 auto;padding:0;overflow:auto;overflow-x:hidden;}
#searchStarterDiv table{width:100%;}
#searchStarterDiv table tr td{padding-left:18px;padding-bottom:6px;line-height:150%;}
#searchStarterDiv table tr th{font-size:9pt;_font-size:8.5pt;font-weight:bold;color:#666;padding-top:4px;cursor:pointer;background-color:#ddd;border-bottom:1px solid #999;}
#searchStarterDiv table tr th img{border:0;width:12px;height:12px;position:relative;top:-1px;}
#searchStarterDiv table tr td a{font-size:9pt;_font-size:8.5pt;font-weight:normal;color:#000;text-decoration:underline;}
#searchStarterDiv table tr td a:hover{font-size:9pt;_font-size:8.5pt;font-weight:normal;color:#333;text-decoration:underline;}
#enhance{position:absolute;width:385px;left:10px;bottom:10px;z-index:170;padding:0;padding-left:13px;margin:0;text-align:left;white-space:nowrap;}
#fullsearch_bottom{position:absolute;right:10px;bottom:9px;height:29px;padding-top:5px;z-index:150;padding:0;margin:0;padding-top:4px;text-align:center;white-space:nowrap;background:#d8d8d8;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#d8d8d8');background:-webkit-gradient(linear,left top,left bottom,from(#e9e9e9),to(#d8d8d8));background:-moz-linear-gradient(top,#e9e9e9,#d8d8d8);border:1px solid #cfcfcf;border-left:none;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;-khtml-border-radius:0 0 5px 5px;}
#fullsearchgapcover{position:absolute;top:0;left:5px;background:#d8d8d8;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#d8d8d8');background:-webkit-gradient(linear,left top,left bottom,from(#e9e9e9),to(#d8d8d8));background:-moz-linear-gradient(top,#e9e9e9,#d8d8d8);border-top:1px solid #cfcfcf;height:29px;width:20px;z-index:500;}
table#enhancedDisplayTable{width:90%;margin:0 10px;}
table#enhancedDisplayTable tr td{cursor:pointer;width:50%;color:#000;font-size:8pt;padding-top:5px;padding-bottom:7px;}
table#enhancedDisplayTable tr td.out{background-color:transparent;}
table#enhancedDisplayTable tr td.over{background-color:#a9b0bb;}
table#enhancedDisplayTable tr td span.headline{font-weight:bold;color:#eee;font-size:9pt;}
table#enhancedDisplayTable tr td img{border:0;position:relative;float:left;width:24px;height:24px;margin-right:6px;}
#returnToEnhancedMenu{font-size:8pt;color:#333;cursor:pointer;}
#searchList li.loading-search{font-size:14px;text-align:center;height:200px;line-height:200px;background-color:#eee;}
#searchList .select2-search:first-child .select2-search__field:not([placeholder='']){width:100%!important;margin-right:400px;}
#fieldPickerNode{padding:0;margin:0;border-top:1px solid #acacac;background:#e9e9e9;background:-moz-linear-gradient(top,#e9e9e9 0,#ababab 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e9e9e9),color-stop(100%,#ababab));background:-webkit-linear-gradient(top,#e9e9e9 0,#ababab 100%);background:-o-linear-gradient(top,#e9e9e9 0,#ababab 100%);background:-ms-linear-gradient(top,#e9e9e9 0,#ababab 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#ababab',GradientType=0);background:linear-gradient(top,#e9e9e9 0,#ababab 100%);}
#findfield{vertical-align:middle;background-color:#fff;color:#000;border:1px solid #bcbcbc;padding-left:24px;padding-top:2px;padding-right:2px;padding-bottom:2px;background-position:4px 6px;background-image:url(/images/srch_rs/add.png);background-repeat:no-repeat;width:332px;height:26px;font-size:10pt;line-height:20pt;overflow:hidden;margin:5px;}
#fieldPicker{padding:0!important;}
.fieldpicker_th,.fieldpicker_th_action{font-size:10pt;color:#000;text-align:left;background:#f5f5f5;background:-moz-linear-gradient(top,#fefefe 0,#f5f5f5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#f5f5f5));background:-webkit-linear-gradient(top,#fefefe 0,#f5f5f5 100%);background:-o-linear-gradient(top,#fefefe 0,#f5f5f5 100%);background:-ms-linear-gradient(top,#fefefe 0,#f5f5f5 100%);background:linear-gradient(top,#fefefe 0,#f5f5f5 100%);border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;vertical-align:middle;font-weight:bold;padding:4px 0 4px 4px;height:26px;margin:0;}
.fieldpicker_th_action{cursor:pointer;vertical-align:middle;}
.fieldpicker_th_action img{margin-right:6px;}
#fieldPicker #fieldPicker_list{padding:0;margin:0;border:0;width:100%;}
#fieldPicker table{table-layout:fixed;word-wrap:break-word;width:100%;border:0;padding:0;margin:0;}
#fieldPicker table tbody{margin:0;padding:0;border:0;}
#fieldPicker tr td{padding:3px 0 2px 8px;text-decoration:none;cursor:pointer;color:#3c5587;border:1px solid #fff;}
#fieldPicker tr.row1{background-color:#fff;}
#fieldPicker tr.row2{background-color:#fff;}
#fieldPicker_clear{background-color:#fff;border:outset 1px;font-size:8pt;height:22px;width:38px;position:relative;float:right;}
#fieldPicker_input{position:relative;float:left;text-align:left;width:150px;}
#returnImage{width:16px;height:16px;margin:0;padding:0;padding-right:4px;}
img.datepicker{width:16px;height:16px;border:0;cursor:pointer;margin:0;margin-right:4px;}
img.datepicker_nopadding{width:12px;height:12px;border:0;cursor:pointer;margin:0;}
img.shapeRemove{width:14px;height:14px;border:0;cursor:pointer;margin:2px;}
#searchArena{height:100%;margin:0;padding:0;overflow:auto;overflow-x:hidden;}
.arena{width:100%;margin:0;padding:0;border:0;text-align:center;}
.modalbody{background-color:white;padding:5px 5px 5px 5px;overflow-y:scroll;height:200px;}
.modaldivheader{padding:5px;border-bottom:1px solid #D0D0D0;font-weight:bold;}
.modalloading{margin-top:20%;font-weight:bold;}
.modaltdllabel{font-weight:bold;text-align:left;vertical-align:middle;}
.modaltdlabel{font-weight:bold;text-align:right;width:125px;vertical-align:top;}
.modal_select_all_td{background-color:white;}
#modal_groups_warning{color:red;font-weight:bold;}
.badinput{border:2px solid #FFC0C0;}
.modaltdlab{font-weight:bold;text-align:right;width:90px;}
.modalinput{border:1px solid #606060;width:90%;padding:2px;}
div.shapeDiv{margin-left:0;background-color:transparent;padding:1px 4px;width:100%;color:#000;}
div.shapeDivOver{margin-left:0;background-color:#F7F7C1;padding:1px 4px;width:100%;color:#f00;}
div.shapeDiv img,div.shapeDivOver img{width:12px;height:12px;margin-left:-3px;margin-right:6px;}
div.shape_color{display:inline;font-size:6pt;border:1px solid #999;position:relative;top:-2px;}
.srch_sub_body_table tr td{padding:3px;font-size:10px;white-space:nowrap;}
.srch_sub_body_table tr td div{display:inline;}
.icon-calendar,.icon-exchange{cursor:pointer;}
.date_range,.date_relative{display:inline;}
.date_range a,.date_relative a{text-decoration:underline;color:#314B89;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;user-select:none;}
#popoverMask{display:none;position:absolute;top:0;left:0;width:110%;height:100%;margin:0;padding:0;z-index:900;background-image:url(/images/popoverMask.png);}
#popoverMask[id]{position:fixed;}
* html #popoverMask{background-color:#333;back\ground-color:transparent;background-image:url(/images/blank.gif);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/popoverMask.png",sizingMethod="scale");}
input[type="text"],textarea{background:#fff;background:-moz-linear-gradient(top,#e8e8e8 0,white 25%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(25%,white));background:-webkit-linear-gradient(top,#e8e8e8 0,white 25%);background:-o-linear-gradient(top,#e8e8e8 0,white 25%);background:-ms-linear-gradient(top,#e8e8e8 0,white 25%);background:linear-gradient(top,#e8e8e8 0,white 25%);border:1px solid #b8b8b8;}
input[type="checkbox"]{border:none;background:none;}
input[type="radio"]{border:none;background:none;}
.ui-autocomplete{max-height:150px;overflow-y:auto;}
#iframe_tour{z-index:300;}
#iframe_tour.fullscreen{left:0;border:0;}
* html .ui-autocomplete{height:150px;}
#largesearchtitle{font-weight:bold;font-size:13pt;}
#opt_sum_left_div #topgridlink_updatematches,#enhance #gridlink_updatematches{display:none;}
.compare_tab{text-align:center;}
.compare_title{font-size:1.17em;font-weight:bold;padding-top:3px;}
.compare_link_wrap{float:right;}
.trim-text-show-more a,.trim-text-show-less a{text-decoration:underline!important;}

