/* present by never-online */



/* this is the autocomplete container style, summary style */
.neverModules-auto { 
  border:1px solid #000;
  background-color:#fff;
  width:100%;
  margin:0;
  padding:0;
  -moz-user-select:none;
}

/* this the autocomplete property useContent is not true, 
the style is the item css, default style or onmouseout style */
.neverModules-auto .out {
  width:100%;
  color:#006600;
  -moz-user-select:none;
}

/* 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:#3366CC;
  -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:9pt;
	font-family:Î¢ÈíÑÅºÚ;
	color:#006600;
	text-align:left;
	padding-left:5px;
	width:100%;
  -moz-user-select:none;
	line-height: 1.5em;
}

.neverModules-auto .autot-over {
	font-size:9pt;
	font-family:Î¢ÈíÑÅºÚ;
	color:#fff;
	text-align:left;
	padding-left:5px;
	width:99%;
  -moz-user-select:none;
	line-height: 1.5em;
	cursor: pointer;
}

/* autocomplete right content default */
.neverModules-auto .autoc {
  font-size:8pt;
  color:#008000;
  font-family:Î¢ÈíÑÅºÚ;
  text-align:right;
  padding-right:0px;
  width:1%;
  -moz-user-select:none;
}

.neverModules-auto .autoc-over {
  font-size:8pt;
  font-family:Î¢ÈíÑÅºÚ;
  color:#fff;
  text-align:right;
  padding-right:0px;
  width:99%;
  -moz-user-select:none;
}