/*----------guso_common.css  Start----------*/
body{
  margin:0px;
  padding:0px;
  text-align:left;
}
A:link {
	 COLOR: #0066FF;TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #0066FF;TEXT-DECORATION: underline;
}

A:hover {
	 COLOR: #C4141B;TEXT-DECORATION: underline;
}
A:active {
	 COLOR: #0066FF;TEXT-DECORATION: none;
}
h6
{
  color:#800080;
  font-family:·ÂËÎ_GB2312;
  font-style:normal;
  font-weight:bold;
  text-align:center;
  width:100%;
  font-size:larger;
  margin:1px auto;
}
h5
{
  color:#800080;
  font-family:·ÂËÎ_GB2312;
  text-indent:29px;
  font-style:normal;
  font-weight:bold;
  width:100%;
  font-size:larger;
  margin:1px auto;
}
/*----------guso_common.css  End----------*/
/*----------guso_index.css  Start----------*/
.main_width
{
  width:100%;
  height:100%;
}
.main_common
{
  text-align:center;
}
.main_table
{
  width:800px;
  margin-top:20px;
}
.main_logo
{
}
.main_titles
{
  text-align:left;
  width:500px;
  height:30px;
  font-size:14px;
  margin-top:20px;
}
.main_title
{
  cursor:pointer;
}
.main_search
{
  text-align:left;
  width:500px;
}
.main_search_input
{
  width:400px;
  height:25px;
  line-height:20px;
  font-size:20px;
  font-family:Fixedsys,ËÎÌå;
}
.main_search_submit
{
  height:25px;
}
.main_search_top
{
  text-align:left;
  padding:5px 0;
  font-size:12px;
  width:500px;
}
.main_help
{
  margin-top:100px;
  width:600px;
}
.main_remind
{
  margin-top:20px;
  font-size:16px;
  text-align:center;
  font-family:¿¬Ìå_GB2312;
  width:600px;
}
.main_copyright
{
  margin-top:10px;
  width:600px;
}
/*----------guso_index.css  End----------*/
/*----------guso_menu.css  Start----------*/
.main_menu
{
   border:1px #CCCCCC solid;
   background-color:#DCF1FF;
   filter : progid:DXImageTransform.Microsoft.Alpha(opacity=80);
   overflow:auto; 
   padding:10px;
   font-size:12px;
   width:150px;
   height:400px;
   position:absolute;
   left:0;
   top:0;
   visibility:hidden;
   text-align:left;
}
.main_menu a:link
{
  color:Black;
  text-decoration:none;
}
/*----------guso_menu.css  End----------*/
/*----------autocomplete.css  Start----------*/
/* 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:#000;
  -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;
  color:#000;
  text-align:left;
  padding-left:5px;
  width:50%;
  -moz-user-select:none;
  
  overflow:hidden;
  text-align:left;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.neverModules-auto .autot-over {
  font-size:9pt;
  color:#fff;
  text-align:left;
  padding-left:5px;
  width:50%;
  -moz-user-select:none;
  
  overflow:hidden;
  text-align:left;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* autocomplete right content default */
.neverModules-auto .autoc {
  font-size:8pt;
  color:#008000;
  text-align:right;
  padding-right:5px;
  width:50%;
  -moz-user-select:none;
  
  overflow:hidden;
  text-align:left;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.neverModules-auto .autoc-over {
  font-size:8pt;
  color:#fff;
  text-align:right;
  padding-right:5px;
  width:50%;
  -moz-user-select:none;
  
  overflow:hidden;
  text-align:left;
  text-overflow:ellipsis;
  white-space:nowrap;
}
/*----------autocomplete.css  End----------*/
