body {
	background-color: #fff;
	COLOR: #000;
	margin: 2px;  
  font-family: 'Noto Sans TC', "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", "Tahoma", "Arial","Microsoft YaHei";
  font-size: 16px;
  line-height: 24px;
}
a:link {
	color: #b7ae83;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b7ae83;
}
a:hover {
	text-decoration: none;
	color: #b7ae83;
}
a:active {
	text-decoration: none;
	color: #b7ae83;
}

table.tran {
  padding-bottom: 70px;
}


table.tran tr.row {
  height: 60px;
  background: #fff;
  color: #000;  
}


table.tran tr.stdFrmTitle, table.tran tr.stdFrmTitle:hover {
  background:#fff;
  height:40px;  
  
}

table.tran tr.stdFrmTitle td {
  border-bottom: 1px solid lightgrey;
  background: #eee;
}


table.tran tr.row td {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 24px;
}

table.tran tr:hover{
  background-color:fafafa;
}

table.searcher {
  margin: 10px 0 30px 0;
}

table.searcher td{
 padding: 5px 0 5px 0;
}

table.searcher select, table.searcher input {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid lightgrey;
  border-radius: 4px 4px 4px 4px;
  padding: 4px;
}

h2.title {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 30px;
  color:#b7ae83;
  margin-bottom:0;

}

.btn-search {
  border: 1px solid #404042;
  border-radius: 4px 4px 4px 4px;
  background-color: #404042;
  font-weight: bold;
  color: #bbac84;
  width: 80px;
}

.btn-reset {
  border: 1px solid #a19276;
  border-radius: 4px 4px 4px 4px;
  background-color: #bbac84;
  font-weight: bold;
  color: #404042;
  width: 80px;
}

.btn-print {
  border: 1px solid #404042;
  border-radius: 4px 4px 4px 4px;
  background-color: #404042;
  font-weight: bold;
  color: #bbac84;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
}

.btn-selectclear {
  border: 1px solid #404042;
  border-radius: 4px 4px 4px 4px;
  background-color: #404042;
  font-weight: bold;
  color: #bbac84;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
}

table.tran tr.nav {
  height:100px;

}

.stdPrevNext {
  margin: 20px 0;
}

.stdPrevNext a{
  padding: 5px 15px;
  border: 1px solid lightgrey;
  margin-top: 20px;
  height: 30px;
}

.stdPrevNext b{
  padding: 5px 15px;
  border: 1px solid lightgrey;
  margin-top: 20px;
  height: 30px;
  background-color:#b7ae83;
}