/*
 * Globals
 */
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);
body {
  font-family: "Yu Gothic", SimHei;
  color: #555;
  background-image: url('../images/bg1.png');
  background-repeat: repeat;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}

/*
 * Override Bootstrap's default container.
 */

/*@media screen and (min-width:600px) and (max-width: 900px) {

  body{
    width:100%;
  }

  .header-container img{
    width:100%;
  }

  .container {
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border:1px solid;
    background: rgb(213,207,123);
  }
}*/

/*@media screen and (min-width:600px) and (max-width: 900px){
  div.content{
    padding-left:20px;
  }
}*/

/*.header-container{
  border-bottom:1px solid rgb(100,88,62);
  width: 1058px;
  background-image: url('../images/header_1024.png');
}*/

/*
css menu
*/

.container{
    width:1058px;
    box-shadow: 10px 10px 5px #888888;
    border:1px solid;
    background: rgb(213,207,123);
}

.inner{
  padding-left: 25px;
}

#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 4px 6px;
  height: 40px;
  line-height: 100%;
 /* border-radius: 24px;
 -webkit-border-radius: 24px;
  -moz-border-radius: 24px;*/
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: rgb(104,74,10);
  /*background: linear-gradient(top,  #A9A9A9,  #7A7A7A);
  background: -ms-linear-gradient(top,  #A9A9A9,  #7A7A7A);
  background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
  background: -moz-linear-gradient(top,  #A9A9A9,  #7A7A7A);*/
  /*border: solid 1px #6D6D6D;*/
  position:relative;
  z-index:999;
}

#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}

#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  /*border-radius: 10px;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #0399D4;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 260px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
 /* border-radius: 10px;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 10px 10px 15px;
  color:#424242 !important;
  font-size:14px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}

#menu-bar ul a p{
  line-height:18px;
}

#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}



/* sidebar */

.sidebar-1, .sidebar-2{
  border:1px solid rgb(253,241,193);
  margin-left:10px;
  background-color: rgb(253,241,193);
}


.sidebar-header{
  /*background-color: rgb(251,202,39);*/
  background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJElEQVQIW2P8fUr9PwMUsJrdZGSECYA4IDaYgHFAChlBBLI2APuuFMbP69ieAAAAAElFTkSuQmCC') repeat;
  font-family: "Yu Gothic", SimHei;
  color:rgb(152,19,14);
  font-weight:700;
  font-size:17px;
}

.sidebar-1 p{
  padding-left:15px;
   padding-top:15px;
}

.tree{
  padding: 0 0 0 30px;
  width: 300px;
  font-size: 16px;
}  

.tree li {
  position: relative;
  margin-left: -15px;
  line-height: 2.0;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
}  

#tree-inner{
    display:none;
}

#tree-inner li{
  list-style: none;
}

.content{
  border:1px solid rgb(253,241,193);
  border-radius: 10px;
  margin-right: 20px;
  background-color: rgb(253,241,193);
}

.contain-header{
  background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJElEQVQIW2P8fUr9PwMUsJrdZGSECYA4IDaYgHFAChlBBLI2APuuFMbP69ieAAAAAElFTkSuQmCC') repeat;
}

.contain-header p{
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
  font-family: "Yu Gothic", SimHei;
  color:rgb(152,19,14);
  font-size:26px;
}

.contain-inner{
  font-family: arial; 
  font-weight: normal;
  font-size:18px;
  color:black;
}

/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: white;
  text-align: center;
  background-color: rgb(99,81,31);
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/*table*/

.CSSTableGenerator {
  margin:0px;padding:0px;
  margin-left:40px;
  width:90%;
  box-shadow: 10px 10px 5px #888888;
  border:1px solid #000000;
  
  -moz-border-radius-bottomleft:14px;
  -webkit-border-bottom-left-radius:14px;
  border-bottom-left-radius:14px;
  
  -moz-border-radius-bottomright:14px;
  -webkit-border-bottom-right-radius:14px;
  border-bottom-right-radius:14px;
  
  -moz-border-radius-topright:14px;
  -webkit-border-top-right-radius:14px;
  border-top-right-radius:14px;
  
  -moz-border-radius-topleft:14px;
  -webkit-border-top-left-radius:14px;
  border-top-left-radius:14px;
}.CSSTableGenerator table{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;

}

.CSSTableGenerator thead tr th{
  background:-o-linear-gradient(bottom, #4c4c4c 5%, #4c4c4c 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #4c4c4c) );
  background:-moz-linear-gradient( center top, #4c4c4c 5%, #4c4c4c 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#4c4c4c");  background: -o-linear-gradient(top,#4c4c4c,4c4c4c);
  color: white;
  border:1px solid black;
}

.CSSTableGenerator tr:last-child td:last-child {
  -moz-border-radius-bottomright:14px;
  -webkit-border-bottom-right-radius:14px;
  border-bottom-right-radius:14px;
}
.CSSTableGenerator table tr:first-child td:first-child {
  -moz-border-radius-topleft:14px;
  -webkit-border-top-left-radius:14px;
  border-top-left-radius:14px;
}
.CSSTableGenerator table tr:first-child td:last-child {
  -moz-border-radius-topright:14px;
  -webkit-border-top-right-radius:14px;
  border-top-right-radius:14px;
}.CSSTableGenerator tr:last-child td:first-child{
  -moz-border-radius-bottomleft:14px;
  -webkit-border-bottom-left-radius:14px;
  border-bottom-left-radius:14px;
}.CSSTableGenerator tr:hover td{
  background-color:#ffffff;
    

}
.CSSTableGenerator td{
  vertical-align:middle;
  background:-o-linear-gradient(bottom, #e5e5e5 5%, #ffffff 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #ffffff) ); 
  background:-moz-linear-gradient( center top, #e5e5e5 5%, #ffffff 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#ffffff");  background: -o-linear-gradient(top,#e5e5e5,ffffff);

  background-color:#e5e5e5;

  border:1px solid #000000;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:7px;
  /*font-size:10px;*/
  font-family:"Yu Gothic", SimHei;
  font-weight:normal;
  color:#000000;
}.CSSTableGenerator tr:last-child td{
  border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
  border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
  background:-o-linear-gradient(bottom, #4c4c4c 5%, #4c4c4c 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #4c4c4c) );
  background:-moz-linear-gradient( center top, #4c4c4c 5%, #4c4c4c 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#4c4c4c");  background: -o-linear-gradient(top,#4c4c4c,4c4c4c);

  background-color:#4c4c4c;
  border:0px solid #000000;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font-size:14px;
  font-family:"Yu Gothic", SimHei;;
  font-weight:bold;
  color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
  background:-o-linear-gradient(bottom, #4c4c4c 5%, #4c4c4c 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #4c4c4c) );
  background:-moz-linear-gradient( center top, #4c4c4c 5%, #4c4c4c 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#4c4c4c");  background: -o-linear-gradient(top,#4c4c4c,4c4c4c);

  background-color:#4c4c4c;
}
.CSSTableGenerator tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;
}


.tblcss1{
  margin-left:22px;
  border-collapse: separate; 
  border:1.2px solid white;
  border-radius: 10px;

}


table.tblcss1 tr td:first-child{
  background: #e7f3d4;  
  background: rgba(184,243,85,0.7);
}

table.tblcss1 tr td:last-child{
  background: white;
  margin-left: 5.0pt;
}

.tblcss1 tr td{
  padding-top: 2px;
  border:1.2px solid gray;
  border-radius: 8px;
}

.tblcss1 tr td:first-child p{
  text-align: center;
}

.tblcss1 tr td:last-child p{
  padding-left:5px;
  font-family: arial;
  font-weight: normal;
  font-size:14px;
}

a.back-to-top {
  display: none;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  background: #27AE61 url("../images/up-arrow.png") no-repeat center 43%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
a:hover.back-to-top {
  background-color: #000;
}