/* --- General Form Style --- */

#search .input-text {
  padding: 1px 2px 1px 2px;
  border: solid 1px #89a500;
}

#search .input-checkbox {}
#search .input-radio {}

#search ul {
  list-style-type:none;
}

#search small {
  display: block;
  color: #808080;
  font-size: 11px;
}

#search div.button {
  width:102px;
  font-size: 12px;
}

#search iframe.wysiwyg {
  border: solid 1px #808080;
}

/* --- Stock List Widget --- */

div.stock-ct {
}

div.stock-list {
  float: left;
  width: 138px;
  height: 236px;
  padding:6px 0px;
  border: solid 1px #bbb;
  margin: 0px 0px 0px 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: white;
}

div.left div.stock-list {
  height:248px;
}

div.stock-list-buttons {
  float: left;
  width: 40px;
}

#search div.stock-list-buttons div.button {
  display: block;
  width: 32px;
  height: 25px;
  margin-bottom: 5px;
  background: transparent url(stocklist-buttons.png) no-repeat top left;
  text-indent: -10000px;
  border: 0;
  cursor: pointer;
  padding:2px 0px;
}

#search div.stock-list-buttons div.stock-list-add { background-position: 0px 0px; }
#search div.stock-list-buttons div.stock-list-remove { background-position: 0px -31px; }
#search div.stock-list-buttons div.stock-list-add-all { background-position: 0px -62px; }
#search div.stock-list-buttons div.stock-list-remove-all { background-position: 0px -93px; }

div.stock-list-add { margin-top: 60px; }
div.stock-list-add-all { margin-top: 20px; }

div.stock-list-available {
  margin-right: 8px;
}

div.stock-list ul li {
  font-size: 12px;
  line-height: 15px;
  padding: 0px 6px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  background: white;
}

div.stock-list ul li.sel {
  background: #1b67be;
  color: white;
}

div.stock-list label, div.stock-list .input-checkbox {
  cursor: pointer;
}

div.stock-list small {
  padding: 0px 6px;
}

div.stock-list h6 {
  padding: 0px 2px;
  margin: 0px 6px;
}

#search div.box div.stock-list h6 {
  font-size:12px;
}

div.stock-list ul li i {
  color: #808080;
  margin-left: 4px;
}

div.stock-list ul li.sel i {
  color: #b0d0ff;
}

/* --- State List (in stock lists) --- */

div.geography-state-list {
  /*margin-bottom: 6px;*/
}

div.geography-state-list h6 {
  margin-top: 2px;
  font-weight: bold !important;
}

/* --- Keyword Input Boxes --- */

.keywords {
  position: relative;
  font-size: 11px;
  width: 150px;
  height: 45px;
  display: block;
}

.keywords input {
  position: absolute;
  width: 150px;
  left: 0px;
  top: 20px;
  font-size: 12px;
}

/* --- Tabs --- */

#search {
  position: relative;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

#search-tabs {
  height: 356px;
}

#search-tabs div.search-tab {
  display: none;
}

#search h4 {
  font-size: 11px;
}

/* --- Box --- */

#search div.box {
  border: solid 1px #bbb;
  background: white;
  padding: 6px;
  position: relative;
  width: auto;
  overflow: hidden;
}

#search div.box h6 {
  font-size: 11px;
  font-weight: bold;
  border-bottom: dotted 1px #ccc;
}

#search div.box h5 {
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
}

/* --- Vertical Tabs --- */

ul.vertical-tabs {
  width: 75px;
  /*border-top: solid 1px #888888;*/
}

ul.vertical-tabs li {
  background: #bbb;
  color: #fff;
  padding: 4px 0px 0px 8px;
  height: 23px;
  cursor: pointer;
}

ul.vertical-tabs li.active {
  color: #ee9602;
  background: #fff;
  border-color: #333;
  font-weight: bold;
}

/* --- Frame --- */

#search div.frame {
  border: solid 1px #bbb;
  background: #fff;
  padding: 8px;
  position: relative;
  width: auto;
  height:338px;
  overflow: hidden;
}


#search div.frame h3 {
  font-size:18px;
  font-weight:bold;
  margin-bottom:6px;
  color:#ee9602;
}

#search div.frame h6 {
  font-size: 14px;
  font-weight:bold;
  border-bottom: dotted 1px #888;
  margin-bottom: 7px;
  padding:0 0 6px 0;
}

#search div.frame div.box {
  border-color: #bbb;
}

/* --- Checkboxes --- */

div.checkboxes {
  padding: 5px 0px;
}

div.checkboxes input {
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}

#search div.checkboxes label {
  display: block;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

/* --- Radio Buttons --- */

div.radios {
  padding: 0px 5px 3px 5px !important;
}

div.radios input {
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}

form#search div.radios label {
  display: block;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

/* --- Compact Radio Buttons --- */

div.compact-radios input {
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}

form#search div.compact-radios label {
  float: left;
  margin-right: 15px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

/* --- Ranges --- */

div.range {
  padding-bottom: 5px !important;
  overflow: hidden;
}

div.range label {
  width: 80px;
  float: left;
}

div.range input {
  width: 65px;
}

div.range div.unit {
  float: left;
  width: 20px;
  padding-top: 20px;
}

/* --- Summary --- */

#search-summary {
  position: absolute;
  right: 10px;
  top: 40px;
  width: 170px;
  background:white;
  border:1px solid #BBBBBB;
}

#search-summary h3 {
  border-bottom: 1px dotted #888888;
  padding: 0 6px;
  font-size:12px;
  font-weight:bold;
}

#search-summary-ct {
  overflow:auto;
  height:250px;
}

#search-summary ul {
  cursor: pointer;
  display: none;
  border-bottom: dotted 1px #888;
}

#search-summary li {
  list-style-type:disc;
  list-style-position:outside;
  margin-left:18px;
  color:#5d5d5d;
  font-size:80%;
  padding:0 6px;
}

#search-summary ul.active {
  background: #ffe686;
}

#search-summary ul li.title {
  font-weight: bold;
  list-style-type:none;
  color:#000;
  font-size:87.5%;
  margin-left:0px;
}

#search #search-summary small {
  display: inline;
}

#search-reset {
  display: block;
  color:#000;
  font-size:87.5%;
  background: white;
  padding: 0px 6px;
  border-top: solid 2px #ece9e1;
}

#search-reset a {
  text-decoration:none;
  font-weight:bold;
}

/* --- General Tab --- */

#general-left {
  float: left;
  width: 200px;
  padding-right: 20px;
}

#general-right {
  float: left;
}

#general-name .stock-keywords {
  height: 37px;
}

#name-keywords {
  width: 180px;
}

#general-class {
  margin-top: 4px;
}

#general-year {
  margin-top: 4px;
}

#general-classes {
  margin-top: 10px;
  height: 110px;
  width: 175px;
}

#general-right div.stock-list {
  width: 275px;
  height: 295px;
}

form#search ul.general-groups input {
  margin-right: 3px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}

form#search ul.general-groups label {
  display: block;
  height: 16px;
  line-height: 16px;
  font-weight: normal;
}

/* --- Geography Tab --- */

#geography-tabs {
  height: 334px;
}

div.geography-tab {
  display: none;
}

#search-form-geography {
  position: relative;
}

#search-form-geography ul.vertical-tabs {
  position: absolute;
  left: -1px;
  top: 0px;
  border-top:solid 1px #bbb;
  border-bottom:solid 1px #bbb;
  border-left:solid 1px #bbb;
}

#search div.frame#geography-tabs {
  position: absolute;
  left: 74px;
  top: 0px;
  width: 640px;
  border-color:#bbb;
}

/* --- Geography Tab : MSA Selection --- */

#search div.box#geography-msa-state {
  position: absolute;
  height: 295px;
}

#search div.box#geography-msa-list {
  width: 440px;
  height: 295px;
  left: 182px;
}

div#geography-msa div.stock-list {
  height:248px;
  width:190px;
}

div#geography-msa div.stock-list#msa-states {
  height:248px;
  width:155px;
}

/* --- Geography Tab : State Selection --- */

#geography-state div.stock-list {
  width: 158px;
  height: 276px;
}

#geography-state-left {
  float: left;
  margin-right: 8px;
  width:172px;
  height:294px;
}

#search div.geography-region-buttons {
  float: left;
  width: 120px;
  margin-right: 8px;
}

#search div.geography-region-buttons div.button {
  margin: 0px 0px 8px 0px;
  width: 110px;
}

form#search ul.geography-states input {
  margin-right: 3px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}

form#search ul.geography-states label {
  display: block;
  height: 16px;
  line-height: 16px;
  font-weight: normal;
}

div#geography-region-description {
  float:left;
  width:220px;
  color:#999;
}

/* --- Geography Tab : County Selection --- */

#county-left {
  float: left;
  padding-bottom: 9px !important;
  margin-right: 16px;
  height:292px;
}

#county-right {
  width: 400px;
  float: left;
}

#county-right div.stock-list {
  width: 190px;
}

/* --- Geography Tab : City Selection --- */

#city-left {
  float: left;
  padding-bottom: 9px !important;
  margin-right: 16px;
  height:292px;
}

#city-right {
  width: 400px;
  float: left;
}

#city-right div.stock-list {
  width: 190px;
}

/* --- Demographics Tab --- */

#search-form-demographics div.range label {
  width: 75px;
}

#demographics-left {
  width: 200px;
  float: left;
  margin-right: 8px;
  position: relative;
}

#demographics-left div.box {
  margin-bottom: 15px;
}

#demographics-left div.range {
  width: 180px !important;
}

#demographics-right {
  float: left;
  position: relative;
}

#demographics-right div.box {
  width: 490px;
  margin-bottom: 4px;
  padding-bottom:4px;
}

#demographics-right div.range {
  float: left;
  margin-right: 10px;
}

#demographics-right div.last {
  float: left;
  margin-right: 0px;
}

div.demographics-coverup,
div.demographics-coverup-note
{
  position: absolute;
  left: 0px;
  top: 0px;
}

div.demographics-coverup {
  background: #ECE9E1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index:100000;
}

div.demographics-coverup-note {
  z-index:100001;
  left:50%;
  top: 180px;
  width:150px;
  margin-left:-80px;
  margin-top:-50px;
  padding: 5px;
  border: dotted 1px #89a500;
  text-align: center;
  background: white;
}

/* --- Physical Features Tab --- */

#physical-left {
  width: 200px;
  float: left;
}

#search-form-physical div.box {
  margin-bottom: 10px;
}

#physical-right {
  margin-left: 20px;
  width: 220px;
  float: left;
}

/* --- Trend Demographics Tab --- */

#trends { position:relative; }

#trend-demographics-coverup {
  width: 520px;
  height: 360px;
}

#trend-demographics-coverup-note {
  width: 220px;
}

#trends p.trends-unavailable {
  width:550px;
  margin:0 auto;
  padding:15px;
  border: dotted 1px #89A500;
  background-color:white;
  text-align: center;
  position:absolute;
  top:65px;
  left:158px;
  opacity:0.85;
}

#trends p.trends-trial-message {
  background:#f5cc3c;
  border:solid 2px #000;
  font-size:13px;
  line-height:14px;
  font-weight:bold;
  text-align:center;
  padding:15px;
  margin-bottom:15px;
}

/*
#advanced-demographics-coverup {
  width: 200px;
  height: 250px;
}
*/

/* --- Leasing Info Tab --- */

#leasing-left {
  float: left;
  width: 270px;
}

#leasing-left div.box {
  margin-bottom: 15px;
}

#leasing-right {
  float: left;
  width: 210px;
  margin-left: 20px;
}

#leasing-right div.box {
  margin-bottom: 2px;
}

#search #leasing-left div.box h5 {
  margin-top: 5px;
}

/* --- Company Tab --- */

#search div.frame#company-box {
  width: 680px;
}

#company-left {
  float: left;
  margin-right: 10px;
  height:290px;
}

#company-left .stock-keywords input {
  width: 180px;
}

#company-left div.stock-list {
  height: 213px;
  width: 180px;
}

#company-right {
  width: 400px;
  height:286px;
  float: left;
  padding: 8px !important;
}

#company-right div.stock-list {
  width:195px;
}

div#stock-ct-company div.stock-list {
  height:274px;
}

/* --- Stores Tab --- */

#search div.frame#stores-box {
  width: 710px;
}

#stores-left {
  float: left;
  margin-right: 10px;
}

#store-types {
  height: 262px;
  width: 160px;
}

#stores-right {
  width: 400px;
  float: left;
}

div#results {
  border-top:2px solid #ECE9E1;
  padding:6px;
}

div#results h6 {
  margin-bottom:6px;
  font-weight:bold;
}

div#results h6.spinner {
  padding-left:20px;
  background:url(spinner.gif) no-repeat top left;
}

#stock-ct-store div.stock-list {
  width:225px;
}

/* --- Results --- */

#search-results { margin-top: 12px; }
#search-results ul.yiiPager { list-style-type:none; }
#search-results ul.yiiPager li { float:left; width:70px; margin-left:1px; }
#search-results ul.yiiPager li.page { width: 30px; }
#search-results ul.yiiPager a { display: block; background: #ece9e2; border: solid 1px #cccccc; color: black; text-decoration:none; text-align:center; }
#search-results ul.yiiPager a:hover { background: white; }
#search-results ul.yiiPager li.selected a { background:#89a500; font-weight:bold; color:white; border-color:#d0fa00; }

#search-results div.table-header h2 { font-size: 15px; }
#search-results div.table-header h2 span.order-by { padding-left:55px; }

#search-results div.table-body td { height:20px; padding:0px 5px 0px 5px; vertical-align:top; overflow:hidden; }
#search-results div.table-body tr.mock-even td { color:#c2c0ba; }
#search-results div.table-body tr.mock-odd td { color:#c9c9c9; }

#search-results th.sort-asc a  { background:url(sort-asc.png)  transparent no-repeat 2px 4px; text-decoration:underline; }
#search-results th.sort-desc a { background:url(sort-desc.png) transparent no-repeat 2px 4px; text-decoration:underline; }

#search-report-button { width:105px; float:right; font-weight:bold; }
#search-save-button { width:105px; float:right; margin-right:8px; }
#search-export-button { width:105px; float:right; margin-right:8px; }
#search-export-button.unavailable { background-color:#777; color:#eee; }

#search-results div.table-body { position:relative; }
div.search-demo { background:#f5cc3c; border:solid 2px #000; font-size:15px; line-height:14px; font-weight:bold; text-align:center; padding:15px 15px 0px 15px; }
div.search-demo-overlay { position:absolute; top:55px; left:320px; }
div.search-demo-results { position:absolute; top:0px; right:0px; }
div.search-demo p { margin-bottom:15px; }
div.search-demo a { color:#1b66bc; }
div.search-demo div.demo-info { font-weight:normal; }

#search-results div.search-demo { width:360px; }
#search-details div.search-demo { font-size:12px; margin-top:59px; padding:4px; width:450px; }
#search-details div.search-demo p { margin-bottom:0; line-height:16px; }

/* --- Details --- */

#search-details { margin-top:12px; }
#siteplan-area a.print { position:absolute; right:6px; top:6px; }

/* --- Details: Location --- */

#search-details { position:relative; }
#search-details div.location { position:relative; float:left; background-color: #ECE9E2; width:400px; height:115px; padding: 10px; margin: 0 0 10px; }
#search-details div.location h1 { font-weight:bold; }
#search-details div.location small { color:#999; }
#search-details div.location p.id { font-size: 11px; line-height: 16px; color: #666; }
#search-details div.location p { color: #666; }
#search-details a.quick-report { display:block; position:absolute; bottom:10px; right:10px; width:100px; }
#search-details p.right { float:right; text-align:right; font-size:11px; }

/* --- Details: Contacts --- */

#search-details div.contact { width: 400px; background: #F0F0F0; padding: 10px; margin: 0 0 10px; height: 190px; }
#search-details div.contact h2 { margin: 0; font-weight: bold; }
#search-details div.contact p.type { font-size: 11px; font-weight:bold; line-height: 10px; text-transform:uppercase; }
#search-details div.contact p { margin: 0; line-height: 18px; }
#search-details div.contact p strong { color: #000; }
#search-details div.left { float: left; }
#search-details div.right { float: right; }
#search-details div.joint-venture { background: #F0F0F0; padding: 10px; margin-top:10px; }
#search-details div.joint-venture strong { color: #000; }

/* --- Details: Stores --- */

#search-details div.stores table.fancy { margin-bottom:10px; }
#search-details div.stores td.left { width:65%; }

/* --- Details: Personal Notes --- */

#user_notes { width:500px; height:250px; }

/* --- Details: Group Selection --- */

#search-details div.groups { float:left; background-color: #ECE9E2; width:300px; height:115px; padding: 10px; margin: 0 10px 0px 10px; overflow-y:auto; }
#search-details div.groups h1 { font-weight:bold; }
#search-details div.group-checkboxes label { display:block; }

/* --- Demo Notice --- */

#demo-notice {
  float:right;
}

/* --- Scroll Notice --- */

#scroll-notice {
  display:none;
  background:#ee9602;
  color:white;
  padding:4px 0px;
  text-align: center;
  font-size:15px;
  font-weight:bold;
  position:fixed;
  bottom:0px;
  cursor:default;
  width:100%;
  z-index:999999;
}

#scroll-notice span { display:inline-block; padding:0px 45px 0px 0px; background-image:url(bar-arrow.gif); background-repeat:no-repeat; background-position:top right; }
#scroll-notice span span { padding:0px 0px 0px 45px; background-position:top left; }

/* --- Group Management --- */

#search-results div.table-body td.cb { vertical-align:middle; }

#group-list { float:right; width:150px; }

#groups-header div.button { float:right; width:50px; margin-left:8px; }

#group-scroll-area { height:400px; overflow:auto; border:solid 1px #cccccc; }

/* --- Group Merge Dialog --- */

#group-merge {
  width:486px;
  height:264px;
  background:#ebebeb;
  border: solid 1px black;
  display:none;
}

#group-merge-ct { padding:16px; }

#group-merge div.table-header { border-bottom: solid 1px black; }

.group-merge-choice { height:68px; cursor:pointer; }

.group-merge-choice p { font-size:13px; margin-left:100px; }
.group-merge-choice p.title { color:#103f74; padding-top:11px; }
.group-merge-choice p.result { color:#89a500; }

#group-merge-choices {
  background:url(group-merge.png);
  width:438px;
  margin: 0 auto;
}

#group-merge-message { display:none; text-align:center; }

#group-name-dialog, #group-select-dialog { display:none; border:solid 1px black; }

/* --- Group Selection Dialog --- */

#group-select-dialog ul { height:225px; overflow:auto; }
#group-select-dialog ul li { margin-bottom:-1px; }
#group-select-dialog ul a { padding:2px 4px; text-decoration:none; width:auto; display:block; border:solid 1px #000; overflow:hidden; }
#group-select-dialog ul a:hover { background:white; }

/* --- Result Navigation --- */

#search-nav-ct { position:relative; z-index:999999; }
#search-nav { position:absolute; right:0px; width:182px; padding-top:15px; display:none; }
#search-nav div.button { width:75px; float:left; }
#search-nav-prev { margin-right:2px; }

a.search-return { display:block; float:right; width:auto; background:url(return.png) no-repeat top right; padding-right:20px; color:#558; text-decoration:none; font-size:11px; line-height:19px; }
a:hover.search-return { color:#89a500; }

#search-nav a.search-return { margin:8px 8px 0px 0px; }

/* --- HomePage Search Form Tweaks --- */

#home-search #search div#geography-msa-list.box { left:162px; }

#home-search #stock-msa-available,
#home-search #stock-msa-selected { width:194px; }

#home-search #search div.box h6 { margin-bottom:6px; }

#home-search #stock-ct-msa div.stock-list { height:228px; }
#home-search #stock-ct-msa div.stock-list-add { margin-top:42px; }

#home-search #geography-msa-state div.stock-list { height:248px; }

#home-search div.home-search-button { float:right; margin-top:5px; }

#home-gla-search div.box { width:190px; }

#home-search #general-class { width:200px; }

