﻿/*TL*/
.bordered {
    /*border: solid #ccc 1px;     */
	/*border-bottom:10px solid #8FC0E8;*/
	/*border-top:3px solid #24558F;*/
	background-color:#fff;	
}

.bordered tr:nth-child(even){
    /*background-color:#B4CAE9;*/	
	background: #FCEDC5;
  box-sizing: border-box;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-style: double;
 }

/*.bordered tr:hover {
    background: #FFFFCC;    
}*/   
    
.bordered td, .bordered th {
    /*border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;*/
    padding: 10px;
    text-align: left; 	
}

.bordered th {    
	background-color:#FFD648;
	color:black;
	font-weight:bold;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

/* Pure Table*/  
.tbShow {
   /*border: solid #ccc 1px; */    
	 /*border-bottom:10px solid #8FC0E8;*/
	/*border-top:3px solid #24558F;*/	
	background-color:#fff
}  

.tbShow td, .tbShow th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;	
}

.tbShow th{
	background-color:#FFD648;
	color:black;
	font-weight:bold;
}

.tbShow td:first-child, .tbShow th:first-child {
    border-left: none;	
}

.tbShow-date{
	background-color:#d7e9ec;
}

.tbShow tr:nth-child(even){
    /*background-color:#B4CAE9;*/	
	background: #FCEDC5;
  box-sizing: border-box;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-style: double;
 }

.page-title{
	font-size:1.6em;
	color:#113366;
}

.tbarrow{  
  width: 100%;
  float: left;
  box-sizing: border-box;
  font-size: 18px;
  color: #013252;
  padding-left: 45px;
  background: url(../images/search_item_icon.png) no-repeat 27px 0px;  
  

  /*height: 30px;
  width: 195px;
  line-height: 30px;
  background: url(../images/search_item_icon.png) no-repeat 0px 8px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 18px;*/

}

.tbarrow > span {
  display: inline-block;
  margin-left: 20px;
  color: #4D4D4D;
}

.btn_search
{
	font-family: '微軟正黑體';
	/*width: 180px;*/
	height: 38px;
	background: #C2DD1E;
	text-align: center;
	border: 0px;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0px 0px 120px;
}