/* Minification failed. Returning unminified contents.
(59,1): run-time error CSS1019: Unexpected token, found '@import'
(59,9): run-time error CSS1019: Unexpected token, found '"base.css"'
(60,1): run-time error CSS1019: Unexpected token, found '@import'
(60,9): run-time error CSS1019: Unexpected token, found '"theme.css"'
(143,21): run-time error CSS1030: Expected identifier, found ' '
(178,19): run-time error CSS1030: Expected identifier, found ' '
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(238,18): run-time error CSS1030: Expected identifier, found ' '
: run-time error CSS1036: Expected expression, found ''
(281,19): run-time error CSS1030: Expected identifier, found ' '
(320,19): run-time error CSS1030: Expected identifier, found ' '
(354,20): run-time error CSS1030: Expected identifier, found ' '
(390,20): run-time error CSS1030: Expected identifier, found ' '
(415,21): run-time error CSS1030: Expected identifier, found ' '
(437,21): run-time error CSS1030: Expected identifier, found ' '
(486,19): run-time error CSS1030: Expected identifier, found ' '
(516,24): run-time error CSS1030: Expected identifier, found ' '
(822,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@import "base.css";
@import "theme.css";


.menu_d {/*�w���e��*/

  font-family:'Microsoft JhengHei',Tahoma,�L�n������,'Trebuchet MS' ,Arial ,san-serif;
 font-size: 12px;
}

.menu { /*�����r*/
 font-family:'Microsoft JhengHei',Tahoma,�L�n������,'Trebuchet MS' ,Arial ,san-serif;
 font-size: 12px;

}
.menu a { /*����r�t�m*/
 display: block;
 font-size: 12px;
 padding: 3px;
 font-family:'Microsoft JhengHei',Tahoma,�L�n������,'Trebuchet MS' ,Arial ,san-serif;
}


.menu a:hover {

  color: #333333;
 background-color: #E3E3E3;
}


.menu td.mainnav {/*���*/
 text-indent: 8px;
  font-family:'Microsoft JhengHei',Tahoma,�L�n������,'Trebuchet MS' ,Arial ,san-serif;
 font-size: 14px;

}



.Node
{
	color:Black;
	text-indent: 8px;
	font-family:'Microsoft JhengHei',Tahoma,�L�n������,'Trebuchet MS' ,Arial ,san-serif;
	font-size: 12px;
}

.selectedNode
{
	/*�襤������*/
	
  color:#FFFFFF;
 background-color: #969696;
	font-weight: bolder;
}

.hover {

  color:#FFFFFF;
 background-color: #969696;
}

.LeafNode
{
	/*�L�l��������*/
 text-indent: 8px;
  font-family:'Microsoft JhengHei',Tahoma,�L�n������,'Trebuchet MS' ,Arial ,san-serif;
 font-size: 12px;

}

.cssSearchButton_01 {
	line-height: 25px;
	background: transparent url(search.png) no-repeat 4px 4px;
	min-width: 54px;
	height: 25px;
	border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
	cursor: pointer;
	font-size: 13px;
	padding-left: 20px;
	vertical-align: middle;
}
.cssSearchButton_01: hover {
	background: url(search.png) whitesmoke no-repeat 4px 4px;
	color: Red;
	font-weight: bold;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}
.cssButton_Bule01 {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-webkit-appearance: none;
	background-color: #4D90FE;
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	border: 1px solid #3079ED;
	color: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	min-width: 54px;
	outline: 0px;
	padding: 0 8px;
	vertical-align: middle;
}
.cssButton_Bule01: hover {
	background-color: #357AE8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorStr= '#4d90fe' ,EndColorStr= '#357ae8' );
	font-weight: bold;
	border: 1px solid #2F5BB7;
	color: white;
}
.cssButton_Red01 {
	border-left-color: #C6322A;
	background: whiteSmoke;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #444;
	cursor: pointer;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorStr= '#f5f5f5' ,EndColorStr= '#f1f1f1' );
	font-size: 13px;
	height: 25;
	line-height: 25px;
	min-width: 54px;
	outline: none;
	padding: 0 8px;
	text-align: center;
	transition: all .218s;
	-moz-border-radius: 2px;
	-moz-transition: all .218s;
	-moz-user-select: none;
	-o-transition: all .218s;
	-webkit-border-radius: 2px;
	-webkit-transition: all .218s;
	-webkit-user-select: none;
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid transparent;
	color: white;
	text-transform: uppercase;
	background: #D14836;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));
	background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
	background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
	background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
	background-image: -o-linear-gradient(top,#dd4b39,#d14836);
	background-image: linear-gradient(top,#dd4b39,#d14836);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorStr= '#dd4b39' ,EndColorStr= '#d14836' );
	/*text-shadow: 0 1px rgba(0, 0, 0, 0.1);*/
	vertical-align: middle;
}
.cssButton_Red01: hover {
	font-weight: bold;
	border: 1px solid #B0281A;
	border-bottom: 1px solid #AF301F;
	color: white;
	background: #C53727;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
	background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
	background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
	background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
	background-image: -o-linear-gradient(top,#dd4b39,#c53727);
	background-image: linear-gradient(top,#dd4b39,#c53727);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorStr= '#dd4b39' ,EndColorStr= '#c53727' );
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.cssButton_Gary01 {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-webkit-appearance: none;
	background-color: whiteSmoke;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	border: 1px solid gainsboro;
	color: #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	min-width: 54px;
	outline: 0px;
	padding: 0 8px;
	vertical-align: middle;
}
.cssButton_Gary01: hover {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	background-color: #F8F8F8;
	background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
	border: 1px solid #C6C6C6;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	color: #333;
	font-weight: bold;
}
.cssButton_Gary02 {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-webkit-appearance: none;
	background-color: #9B9B9B;
	background-image: -webkit-linear-gradient(top, 0% 0%, 0% 100%, from(rgb(205, 205, 205)), to(rgb(155, 155, 155)));
	background-image: -moz-linear-gradient(top, 0% 0%, 0% 100%, from(rgb(205, 205, 205)), to(rgb(155, 155, 155)));
	background-image: -ms-linear-gradient(top, 0% 0%, 0% 100%, from(rgb(205, 205, 205)), to(rgb(155, 155, 155)));
	background-image: -o-linear-gradient(top, 0% 0%, 0% 100%, from(rgb(205, 205, 205)), to(rgb(155, 155, 155)));
	background-image: linear-gradient(top, 0% 0%, 0% 100%, from(rgb(205, 205, 205)), to(rgb(155, 155, 155)));
	border: 1px solid #828282;
	color: white !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	min-width: 54px;
	outline: 0px;
	padding: 0 8px;
	text-shadow: #9B9B9B 1px 1px 0;
	vertical-align: middle;
}
.cssButton_Gary02: hover {
	font-weight: bold;
	background: -moz-linear-gradient(center top,#E8E5E5 0,#9B9B9B 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#E8E5E5),color-stop(1,#9B9B9B));
	background-color: #9B9B9B;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(232, 229, 229)), to(rgb(155, 155, 155)));
	background: -moz-linear-gradient(center top,#E8E5E5 0,#9B9B9B 100%);
	-pie-background: linear-gradient(270deg,#e8e5e5,#9b9b9b);
	text-decoration: none;
}
.cssButton_Green01 {
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	min-width: 54px;
	outline: 0;
	padding: 0 8px;
	background-color: #C1ECB2;

	background-image: -webkit-linear-gradient(top,#C1ECB2,#7ED75F);
	background-image: -moz-linear-gradient(top,#C1ECB2,#7ED75F);
	background-image: -ms-linear-gradient(top,#C1ECB2,#7ED75F);
	background-image: -o-linear-gradient(top,#C1ECB2,#7ED75F);
	background-image: linear-gradient(top,#C1ECB2,#7ED75F);
	border: 1px solid #808080;
	color: #404040;
	vertical-align: middle;
}
.cssButton_Green01: hover {
	background-color: #368200;
	background-image: -webkit-linear-gradient(top,#3d9400,#368200);
	background-image: -moz-linear-gradient(top,#3d9400,#368200);
	background-image: -ms-linear-gradient(top,#3d9400,#368200);
	background-image: -o-linear-gradient(top,#3d9400,#368200);
	background-image: linear-gradient(top,#3d9400,#368200);
	border: 1px solid #2D6200;
	font-weight: bold;
}
.cssButton_Green02 {
	height: 25px;
	line-height: 25px;
	min-width: 54px;
	outline: 0;
	padding: 0 8px;
	cursor: pointer;
	background-color: #85BA61;
	background: -moz-linear-gradient(center top,#B3DC89 0,#85BA61 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#B3DC89),color-stop(1,#85BA61));
	background: -moz-linear-gradient(center top,#B3DC89 0,#85BA61 100%);
	-pie-background: linear-gradient(270deg,#b3dc89,#85ba61);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #6BA147;
	color: white;
	text-shadow: #73B134 1px 1px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	text-align: center;
	vertical-align: middle;
}
.cssButton_Green02: hover {
	background: -moz-linear-gradient(center top,#CCEAAE 0,#85BA61 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#CCEAAE),color-stop(1,#85BA61));
	background-color: #85BA61;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(204, 234, 174)), to(rgb(133, 186, 97)));
	background: -moz-linear-gradient(center top,#CCEAAE 0,#85BA61 100%);
	-pie-background: linear-gradient(270deg,#cceaae,#85ba61);
	text-decoration: none;
}
.cssButton_Orange01 {
	height: 25px;
	line-height: 25px;
	min-width: 54px;
	padding: 0 8px;
	font-size: 13px;
	cursor: pointer;
	background: #FE6D4C;
	border: 1px solid #D2603F;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 1px 1px 0 #ff9c85 inset;
	-webkit-box-shadow: 1px 1px 0 #ff9c85 inset;
	vertical-align: middle;
}
.cssButton_Orange01: hover {
	font-weight: bold;
	background: #F45E3B;
	text-decoration: none;
	color: white;
}
.cssButton_Orange02 {
	height: 25px;
	line-height: 25px;
	min-width: 54px;
	padding: 0 8px;
	font-size: 13px;
	cursor: pointer;
	background: #ff733e;
	border: 1px solid #D2603F;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 1px 1px 0 #ff9c85 inset;
	-webkit-box-shadow: 1px 1px 0 #ff9c85 inset;
	vertical-align: middle;
}
.cssButton_Orange02: hover {
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	min-width: 54px;
	padding: 0 8px;
	font-size: 13px;
	cursor: pointer;
		height: 25px;
	line-height: 25px;
	min-width: 54px;
	padding: 0 8px;
	font-size: 13px;
	cursor: pointer;
	background: #FE6D4C;
	border: 1px solid #D2603F;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 1px 1px 0 #ff9c85 inset;
	-webkit-box-shadow: 1px 1px 0 #ff9c85 inset;
	vertical-align: middle;
	border: 1px solid #D2603F;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 1px 1px 0 #ff9c85 inset;
	-webkit-box-shadow: 1px 1px 0 #ff9c85 inset;
	vertical-align: middle;
}
.cssButton_Bule02 {
	height: 25px;
	line-height: 25px;
	min-width: 54px;
	font-size: 13px;
	cursor: pointer;
	background: #098DF4;
	background-image: linear-gradient(top,#098df4,#125cb8);
	background-image: -webkit-linear-gradient(#098df4,#125cb8);
	background-image: -moz-linear-gradient(#098df4,#125cb8);
	background-image: -ms-linear-gradient(top,#098df4,#125cb8);
	border: 1px solid #125CB5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 8px;
	color: white;
	vertical-align: middle;
}
.cssButton_Bule02: hover {
	background: #098DF4;
	background-image: linear-gradient(top,#0584e7,#125bb3);
	background-image: -webkit-linear-gradient(#0584e7,#125bb3);
	background-image: -moz-linear-gradient(#0584e7,#125bb3);
	background-image: -ms-linear-gradient(top,#0584e7,#125bb3);
	text-decoration: none;
	color: white;
	cursor: pointer;
	font-weight: bold;
}
.cssButton_LightBule01 {
	height: 25px;
	line-height: 25px;
	min-width: 54px;
	font-size: 13px;
	cursor: pointer;
	background: #E5ECF9;
	background-image: linear-gradient(top,#CFDDF5,#E5ECF9);
	background-image: -webkit-linear-gradient(#CFDDF5,#E5ECF9);
	background-image: -moz-linear-gradient(#CFDDF5,#E5ECF9);
	background-image: -ms-linear-gradient(top,#CFDDF5,#E5ECF9);
	border: 1px solid #125CB5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 8px;
	color: #427bd6;
	vertical-align: middle;
}
.cssButton_LightBule01: hover {
	background: #C0D3F5;
	background-image: linear-gradient(top,#CFDDF5,#C0D3F5);
	background-image: -webkit-linear-gradient(#CFDDF5,#C0D3F5);
	background-image: -moz-linear-gradient(#CFDDF5,#C0D3F5);
	background-image: -ms-linear-gradient(top,#CFDDF5,#C0D3F5);
	text-decoration: none;
	color: #427bd6;
	cursor: pointer;
	font-weight: bold;
}

.header {
	height: 100%;
  background-color: #A1D8E8;
  border-bottom: #98b4e8 1px solid;
  height: 95px;
}

.header-logo {
	background: url(img/MapApi.png) no-repeat;
	height: 95px;
}

.header-opt {
    float: right;
    padding-top: 5px;
}
.opt-left {
    float: right;
    padding-bottom: 60px;
}
.opt-right {
  padding-right: 10px;
  clear: both;
}

#top-loading-bar {
    z-index: 9999999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
}

.breadcrumbs {
    height: 20px;
    padding-top: 8px;
    padding-left: 6px;
    border-bottom: silver thin solid;
    font-size: 12px;
    font-family: 'Microsoft JhengHei', Tahoma, 微軟正黑體, 'Trebuchet MS', Arial, san-serif;
}
.breadcrumbs-img {
    float: left;
    height: 12px;
    width: 12px;
    border-width: 0px;
    margin-right: 5px;
}
.breadcrumbs-text {
    float: left;
}

.main {
	position: relative;
  width: 100%;
	height: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.content {
	padding-left: 20%;
}

.content-tool {
	margin: 10px;
  margin-left: 20px;
	padding-top: 15px;
	padding-left: 10px;
	background-color: #E3F9EB;
	min-height: 40px;
}

.content-main {
  margin: 30px;
  word-wrap: break-word;
	word-break: break-all;
}

.content-main-left {
  float: left;
  width: 100%;
	line-height: 2;
}

.content-main-right {
  float: left;
}

.content-refer {
  width: 80%;
  min-width: 400px;
  border-right-width: thin;
	border-right-style: solid;
	border-right-color: rgb(152, 180, 232);
}

.menu {
	position: absolute;
  padding: 0px;
	width: 20%;
  height: 99%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: rgb(152, 180, 232);
  vertical-align: top;
  padding-top: 5px;
  padding-left: 10px;
}

.menu-refer  ul li ul li a{
	background: white url(img/TreeMenu/book-icon.png) no-repeat left 1px ;
}

.menu ul{
  padding: 0px;
  margin: 0px;
}

.menu li {
  list-style-type: none;
  padding-left: 22px;
  margin-bottom: 8px;
}

.menu li a{
  background: white url(img/TreeMenu/small-blue-right.png) no-repeat left center;
  position: relative;
  left: -22px;
  padding-left: 22px;
}

.menu li.submenu{
  /*background: white url(img/TreeMenu/small-blue-down.png) no-repeat left 1px ;*/
}

.menu li.open> a{
  background: white url(img/TreeMenu/small-blue-down.png) no-repeat left 1px ;
}

.menu-refer  ul li ul li.open a{
	background: white url(img/TreeMenu/book-icon.png) no-repeat left 1px ;
}

.menu li.submenu ul{
  display: none;
}

.menu .submenu ul li{
  cursor: default;
}

.menu .file a{
  background: white url(img/TreeMenu/file-icon.png) no-repeat left 1px ;
}

.menu .on {
  background-color: #E3E3E3;
}

.menu li.submenu .active {
  display: block;
}

.menu a {
  text-decoration:none;
  margin-bottom: 8px;
}

.menu a:link {
color:#000000;
text-decoration:none;
}

.menu a:visited {
color:#000000;
text-decoration:none;
}

.menu a:hover {
color:#000000;
background-color: rgba(0, 0, 0, 0.1) ;
text-decoration:none;
}

.menu a:active {
color:#000000;
text-decoration:none;
}

.footer {
	clear: left;
	background-color: #E6F5F8;
	height: 95px;
	padding-top: 10px;
	color: #666666;
	line-height: 20px;
	font-size: 12px;
	width: 100%;
}

.footer-img {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.footer-info {
	margin-top: 20px;
	font-family: 'Microsoft JhengHei', Tahoma, 微軟正黑體, 'Trebuchet MS', Arial, san-serif;
}

.footer-info a {
	color: #666666;
	font-family: 'Microsoft JhengHei', Tahoma, 微軟正黑體, 'Trebuchet MS', Arial, san-serif;
	text-decoration:none;
}

.footer-info a:hover{
	color: #000000;
	text-decoration: none;
}

.footer-info a:active{
	color: #666666;
	text-decoration: none;
}

/*returnTop*/
.back-to-top{
    position:fixed;
    display:none;
    bottom:10px;
    right:20px;
}

.back-to-top a{
    text-align:center;
    text-decoration:none;
    color:#000000;
    display:block;
    width:64px;
    font-size:small;
    /*使用CSS3中的transition屬性给跳轉鏈接中的文字添加漸變效果*/
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
}

.back-to-top a:hover{
    color:#000000;
}

.back-to-top a span{
    background:#d1d1d1 url(img/gotop.png) no-repeat center center;
    border-radius:6px;
    display:block;
    height:64px;
    width:64px;
    margin-bottom:3px;
    /*使用CSS3中的transition屬性给<span>標簽背景顏色添加漸變效果*/
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
}

.back-to-top a:hover span{
    background:#d1d1d1 url(img/gotop.png) no-repeat center center;
}


.reference h3 {
  font: 300 24px/32px Roboto,sans-serif;
}

.reference h3 {
  font: 300 24px/32px Roboto,sans-serif;
  border-bottom: 1px solid #ebebeb;
  margin: 40px 0 20px;
  padding-bottom: 3px;
}

.reference .memo {
  border-left: 4px solid #d35d5d;
  background-color: #ededed;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}

.reference table {
  line-height: 40px;
  width: 100%;.
  -moz-box-shadow:0px 4px 3px rgba(20%,20%,40%,0.5);
  -webkit-box-shadow:0px 4px 3px rgba(20%,20%,40%,0.5);
  box-shadow:0px 4px 3px rgba(20%,20%,40%,0.5);
  /*min-width: 822px;*/
}

.reference table tr {
  color: #ffffff;
  background: #00acc1;
  text-align: left;
  border-bottom: 1px solid #dbdbdb;
}

.reference table .title {
  font-size: 26px;
  padding-left: 20px;
}

.reference table tr th{
  font-size: 20px;
  padding-left: 20px;
}

.reference table tr:not(.alt) td:first-child {
  background: rgba(255,255,255,.87);
  color: #000000;
  width: 300px;
  padding-left: 20px;
}

.reference table td{
  color: #000000;
  background: rgba(255,255,255,.95);
  padding-left: 20px;
}

.reference .methods table tr {
  background: #FF2461;
}

.reference .properties table tr {
  background: #00CC84;
}

.reference .events table tr {
  background: #CC7A00;
}

.reference .constant table tr {
  background: #266F7F;
}

.reference .bm-20 {
  padding-bottom: 20px;
}

.refer-class {
  border-bottom: 1px solid #ebebeb;
  margin: 40px 0 20px;
  padding-bottom: 3px;
}

.api-search {
  height: 20px;
  padding-left: 10px;
  margin-bottom: 10px;
}

/*.menu::-webkit-scrollbar {
    display: none;
}*/

