@charset "utf-8";
/*
 *
 *	æ­¤ç‚ºä½¿ç”¨Less CSS ï¿?????????? CSS??ï¿½ï¿½?ï¿½èƒ½å¸¶ï¿½?ï¿½ï¿½?ï¿½æ•¸??ï¿½ç›¸??ï¿½ï¿½?ï¿½ï¿½?ï¿½å‡½?ï¿½ï¿½???
 * 	???ä¾?è³´ compiler-1.1.jar ??? hamcrest-core-1.3.jar ???  junit-4.12.jar ??? rhino-1.7R5.jar ??ï¿½ï¿½?ï¿½æ”¯ç¬¬ï¿½?ï¿½æ–¹å¥—ä»¶???
 *
 *  How to compile a source file:
 *  // create compiler & source file
 *	LessCompiler compiler = new LessCompilerImpl();
 *	File source = new File("/less/file.less");
 *
 *	// compile file with default options
 *	String cssCode = compiler.compile(source);
 *
 *	// set custom option: minify CSS code
 *	CompilerOptions options = new CompilerOptionsBuilder().setMinified(true).create();
 *	String cssMinifiedCode = compiler.compile(source, options);
 *
 * 	???è¨­ï¿½?ï¿½æ•´é«”æ¨£ï¿??????????:
 * 	1.ä¸»ï¿½?ï¿½ï¿½?ï¿½è‰²
 * 	2.ä¸»ï¿½?ï¿½ï¿½?ï¿½ï¿½?ï¿½å¤§ï¿??????????
 * 	3.ä¸»ï¿½?ï¿½ï¿½?ï¿½ï¿½?ï¿½ï¿½?ï¿½è‰²
 * 	4.ä¸»ï¿½?ï¿½ï¿½?ï¿½ï¿½?ï¿½ï¿½??çµ?ï¿½?ï¿½è‰²
 * 	5.??ï¿½ç”¨è¡¨æ ¼åº•è‰²
 *	6.??ï¿½ç”¨??ï¿½ï¿½?ï¿½ï¿½?ï¿½è‰²
 *	7.?ï¿½ï¿½ä»–æ¨£ï¿??????????
 *
 * 	ä½¿ç”¨èªªï¿½?ï¿½ï¿½??
 * 	1.è¨­ï¿½?ï¿½ï¿½?ï¿½æ•¸è«‹æ–¼ Custom Setting Style ?ï¿½ï¿½  END Custom Setting Style ?ï¿½ï¿½?ï¿½ï¿½å¢žï¿½??
 * 	2.?ï¿½ï¿½??? #Start# ä»¥ï¿½?? #End# ??ï¿½å…©??ï¿½ï¿½?ï¿½ç°½è«‹å‹¿ä¿®æ”¹?ï¿½ï¿½?ï¿½ï¿½??ï¿½è‡ªè¡Œæ·»??ï¿½ï¿½??ï¿????????????ï¿½ï¿½?ï¿½ç±¤???
 * 	3.å¦‚ï¿½??å¢žï¿½?ï¿½é?¢æ¨¹ï¿½?ï¿½è‡ªè¡Œåœ¨#Start# ??? #End# æ¨™ç±¤?ï¿½ï¿½?ï¿½ï¿½è¡Œæ·»??ï¿½ï¿½?ï¿½å‘½??ï¿½ï¿½?ï¿½ï¿½?ï¿½ç¬¬ï¿????????????ï¿½ï¿½?ï¿½ï¿½?ï¿½ï¿½?ï¿½ç‚º @ ï¼Œï¿½?ï¿½ï¿½?ï¿½ä»¥ ; çµ?å°¾???
 *	4.?ï¿½ï¿½æ¨™ç±¤ Start Override Original CSS ?ï¿½ï¿½?ï¿½ï¿½?ï¿½ï¿½è¡Œè¨­å®šï¿½??è¦?ï¿½?ï¿½å¯«??ï¿½ï¿½?ï¿½ï¿½?ï¿½CSSï¼Œï¿½?ï¿½ï¿½?ï¿½ä½¿?ï¿½ï¿½Custom Setting Style?ï¿½ï¿½??ï¿½è¨­å®šï¿½?ï¿½ï¿½?ï¿½æ•¸??ï¿½ï¿½??
 *
 *
 *	P.S. å¦‚ï¿½??è¦?æ?¢å¾©ï¿½????ï¿½è¨­å®šå?¯??ï¿½ç…§ c_style_default.less æ­¤ï¿½?ï¿½ï¿½?ï¿½ï¿½?ï¿½ç‚º?ï¿½ï¿½ç¤Žï¿½??
 *
 *	Created at Oct 29, 2015
 *
 *	@author Bruce Chen
 *
 */
/*----------Custom Setting Style ---------------*/
/*#Version : 20151103.2*/
/*#Start#*/
/*ç¸½ï¿½?ï¿½æ¨£ï¿??????????*/
/*è¡¨æ ¼?ï¿½ï¿½???*/
/*??ï¿½ï¿½?ï¿½ç›¸??? */
/*å¾Œå?°æ¡†æž¶?ï¿½ï¿½??? */
/* ä¸Šé?¢ä¸»é?¸?ï¿½ï¿½ */
/* ä¸‹é?¢Footer */
/* email */
/* client site */
/*#End#*/
/*---------- END Custom Setting Style ----------*/
/*---------- Start Override Original CSS ----------*/
/*---------- End Override Original CSS ----------*/
html {
  color: #1b3d7b !important;
  font-size: 14px !important;
  font-family: Helvetica, Arial, sans-serif, "Microsoft JhengHei", PMingLiU !important;
  background-color: #fbfbf2 !important;
}
a {
  color: #0089a7;
  font-size: 14px !important;
}
/*
	Content
*/
.content-link,
.content-link a,
a.content-link font {
  color: #0089a7 !important;
  font-size: 14px !important;
}
.content-link a:hover {
  text-decoration: underline;
}
.content-link:hover {
  text-decoration: underline;
}
/*
	Tree
*/
.tree1 .collapse a {
  font-size: 14px !important;
  color: #0089a7 !important;
}
.tree2 .expand a {
  font-size: 14px !important;
  color: #0089a7 !important;
}
.tree2 .leaf a {
  font-size: 14px !important;
  color: #0089a7 !important;
}
/*
*	copied from theme/vc/menutree.css
*/
.tree1 ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}
.tree1 ul ul {
  border: none;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.tree1 a {
  display: block;
  overflow: hidden;
  padding: 4px 0px 4px 0px;
  text-decoration: none;
  text-indent: 16px;
  white-space: nowrap;
}
.tree1 ul ul li a {
  padding-left: 10px;
}
.tree1 ul ul ul li a {
  padding-left: 20px;
}
.tree1 ul ul ul ul li a {
  padding-left: 30px;
}
.tree1 ul ul ul ul ul li a {
  padding-left: 40px;
}
.tree1 ul ul ul ul ul ul li a {
  padding-left: 50px;
}
.tree1 ul ul ul ul ul ul ul li a {
  padding-left: 60px;
}
.tree1 ul ul ul ul ul ul ul ul li a {
  padding-left: 70px;
}
.tree1 ul ul ul ul ul ul ul ul ul li a {
  padding-left: 80px;
}
.tree1 ul ul ul ul ul ul ul ul ul ul li a {
  padding-left: 90px;
}
.tree1 ul ul ul ul ul ul ul ul ul ul ul li a {
  padding-left: 100px;
}
.tree1 ul ul li.collapse a {
  background-position: 10px;
}
.tree1 ul ul ul li.collapse a {
  background-position: 20px;
}
.tree1 ul ul ul ul li.collapse a {
  background-position: 30px;
}
.tree1 ul ul ul ul ul li.collapse a {
  background-position: 40px;
}
.tree1 ul ul ul ul ul ul li.collapse a {
  background-position: 50px;
}
.tree1 ul ul ul ul ul ul ul li.collapse a {
  background-position: 60px;
}
.tree1 ul ul ul ul ul ul ul ul li.collapse a {
  background-position: 70px;
}
.tree1 ul ul ul ul ul ul ul ul ul li.collapse a {
  background-position: 80px;
}
.tree1 ul ul ul ul ul ul ul ul ul ul li.collapse a {
  background-position: 90px;
}
.tree1 ul ul ul ul ul ul ul ul ul ul ul li.collapse a {
  background-position: 100px;
}
.tree1 ul ul li.expand a {
  background-position: 10px;
}
.tree1 ul ul ul li.expand a {
  background-position: 20px;
}
.tree1 ul ul ul ul li.expand a {
  background-position: 30px;
}
.tree1 ul ul ul ul ul li.expand a {
  background-position: 40px;
}
.tree1 ul ul ul ul ul ul li.expand a {
  background-position: 50px;
}
.tree1 ul ul ul ul ul ul ul li.expand a {
  background-position: 60px;
}
.tree1 ul ul ul ul ul ul ul ul li.expand a {
  background-position: 70px;
}
.tree1 ul ul ul ul ul ul ul ul ul li.expand a {
  background-position: 80px;
}
.tree1 ul ul ul ul ul ul ul ul ul ul li.expand a {
  background-position: 90px;
}
.tree1 ul ul ul ul ul ul ul ul ul ul ul li.expand a {
  background-position: 100px;
}
.tree1 ul ul li.leaf a {
  background-position: 10px;
}
.tree1 ul ul ul li.leaf a {
  background-position: 20px;
}
.tree1 ul ul ul ul li.leaf a {
  background-position: 30px;
}
.tree1 ul ul ul ul ul li.leaf a {
  background-position: 40px;
}
.tree1 ul ul ul ul ul ul li.leaf a {
  background-position: 50px;
}
.tree1 ul ul ul ul ul ul ul li.leaf a {
  background-position: 60px;
}
.tree1 ul ul ul ul ul ul ul ul li.leaf a {
  background-position: 70px;
}
.tree1 ul ul ul ul ul ul ul ul ul li.leaf a {
  background-position: 80px;
}
.tree1 ul ul ul ul ul ul ul ul ul ul li.leaf a {
  background-position: 90px;
}
.tree1 ul ul ul ul ul ul ul ul ul ul ul li.leaf a {
  background-position: 100px;
}
.tree1 li.collapse a {
  background: url("../../images/sitemap/vc/arrow_s2_on.png") no-repeat center left;
}
.tree1 li.expand a {
  background: url("../../images/sitemap/vc/arrow_s2.png") no-repeat center left;
}
.tree1 li.loading a {
  background: url("../../images/sitemap/tree/loading.gif") no-repeat center left;
}
.tree1 li.leaf a {
  background: url("../../images/sitemap/vc/arrow_s2.png") no-repeat center left;
}
.tree1 a.selected {
  background: #f5f5de !important;
  border: 1px solid #888888s;
}
.tree1 img {
  vertical-align: middle;
}

