

/*ÕâÊÇÓÃÓÚautoindex*/
.indexpar
{
    border: 1px solid #B7BABC;
}
.indexhead_list {
  background: transparent;
  border: 1px solid #bdc7d8;
  border-top: none;
  font-size: 12px;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  z-index: 102;
}

.indexhead_list .autoindex_header {
  background: #f7f7f7;
  font-size: 12px;
  color: #555;
  border-top: 1px solid #ddd;
  padding: 3px;
}

.indexhead_list .indexhead_suggestion,
.indexhead_list .indexhead_message {
  border-top: 1px solid #ddd;
  padding: 3px;
  
}

.indexhead_list .indexhead_suggestion {
  background: #fff;
  color: #000;
  cursor: default;
  filter: alpha(opacity=94);
  opacity: 0.94;
  width: 100%;
}

.indexhead_list .indexhead_suggestion:hover {
    cursor: pointer;
    cursor: hand;
}

.indexhead_list .indexhead_suggestion em {
  background: #d8dfea;
  color: black;
  font-style: normal;
  font-weight: bold;
}

.indexhead_list .indexhead_suggestion small {
  color: #808080;
  padding-left: 5px;
}

.indexhead_list .indexhead_selected {
  background: #0055AA;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}

.indexhead_list .indexhead_selected em {
  background: #F39464;
  color: #fff;
}

.indexhead_list .indexhead_message {
  background: #eee;
  color: #333;

}

input.indexhead_found {
  background: #e1e9f6;
}

.indexhead_placeholder {
  color: #777;
}

.indexhead_iframe {
  filter: alpha(opacity=0);
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 1;
}

/* the indexpar main div */
.indexpar {
  min-height: 5px;
  padding: 0px 0px 3px 3px;
  width: 100%;
  background:#fff;
  font-size: 12px;
}
.indexpar_locked {
  background: #f4f4f4;
}
.indexpar,
.indexpar * {
  cursor: text
}

.indexpar input {
  width:100%;
}

.indexpar .indexpar_input,
.indexpar .indexchild {
  float: left;
  margin-right: 3px;
  margin-top: 3px;
}

.indexpar .tab_stop,
.indexpar .indexpar_stretcher {
  display: block;
  float: left;
  overflow: hidden;
  width: 0px;
}
.indexpar .tab_stop {
  height: 0px;
}
.indexpar .indexpar_stretcher {
  padding-top: 7px;
}

#facebook .indexpar .tab_stop input {
  border: 0px solid black;
  display: inline;
  position: relative;
  left: -500px;
}

/* the input elements inside the indexpar. note: .indexpar_input_borderless is SAFARI ONLY */
.indexpar_input_borderless div {
  left: 4px;
  margin-left: -1px;
  overflow: hidden;
  position: relative;
}

.indexpar_input_borderless div input {
  border: 3px solid white!important;
  border-left: none;
  display: block;
  margin: -2px 0px -2px -2px;
  padding: 0px!important;
}
.indexpar div:-moz-first-node {
  padding-top: 1px!important; /* sweet hacks. firefox makes these textboxes aligned 1px higher than other browsers, so we bump it down 1px here */
}

.indexpar_input {
  max-width: 450px;
  overflow: hidden;
  padding: 1px 0px;
}

.indexpar_input_shadow {
  border: 0px solid black;
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  padding: 0px 5px;
  white-space: pre;
}
.indexpar_input_shadow {
  display: inline;
  left: -10000px;
  position: absolute;
  top: -10000px;
}
.indexpar .indexpar_input_shadow {
  height: 0px;
  display: block;
  left: 0px;
  overflow: hidden;
  position: relative;
  top: 0px;
}

