/* present by never-online */



/* this is the autocomplete container style, summary style */
.neverModules-auto { 
  border-left:1px solid #EDF9FE;
  border-top:1px solid #EDF9FE;
  border-bottom:2px solid #ccc;
  border-right:2px solid #ccc;
  background-color:#fff;
  width:200%;
  margin:0;
  padding:0;
  -moz-user-select:none;
  line-height:20px;
}
.red{color:#FF0000;}
.neverModules-auto strong{color:#FF0000}


/* this the autocomplete property useContent is not true, 
the style is the item css, default style or onmouseout style */
.neverModules-auto .out {
  width:200%;
  -moz-user-select:none;
}

.neverModules-auto .out1 {
  padding:0 10px;
  color:#023A74;
  background:#EDF9FE;
  

}
.neverModules-auto .out2{
  padding:0 10px;
  color:#023A74;
  background:#EDF9FE;
  text-align:right;
  
}
/* this the autocomplete property useContent is not true, 
the style is the item css, highlight (onmouseover) style */
.neverModules-auto .over {
  width:100%;
  color:highlighttext;
  background-color:#ff8000;
  -moz-user-select:none;
}


/* -----------------------------------------------------------------
if autocomplete property useContent is true, using folowing style
 ----------------------------------------------------------------- */

/* text style, in the left of the autocomplete container */
.neverModules-auto .autot {
  font-size:12px;
  color:#9B9C9D;
  text-align:left;
  padding-left:5px;
  
  -moz-user-select:none;

}

.neverModules-auto .autot-over {
  font-size:12px;
  color:#fff;
  text-align:left;
  padding-left:5px;
  
  -moz-user-select:none;
}

/* autocomplete right content default */
.neverModules-auto .autoc {
  font-size:12px;
  color:#9B9C9D;
  text-align:right;
  padding-right:5px;
  
  -moz-user-select:none;
}

.neverModules-auto .autoc-over {
  font-size:12px;
  color:#fff;
  text-align:right;
  padding-right:5px;
 
  -moz-user-select:none;
}