@charset "utf-8";
/* CSS Document */

.table1 {
	font-size: 12px;
	margin: 12px auto;
	width:98%;
	text-align: center;
}
.table1 thead tr{
	background:#dadada;
	border-bottom: 2px solid #c9c9c9;
    color:#DADADA;
}
.table1 th , .table2 th, .table3 th{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #70685e;
	text-align:center;
	border-top :1px solid #c9c9c9;
	border-left : 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.table1 td , .table2 td, .table3 td  {
	padding: 8px;
	color: #669;
	border-top :1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left : 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	vertical-align:middle;
}
.table2 .odd {
	background:#f4f4f3;
}
input[type="submit"] {
	background:#ffcc00;
	padding:5px 7px;
	font-family: "微軟正黑體";
	border: 1px solid #a18100;
}
.table2 {
	font-size: 12px;
	margin: 12px auto;
	width:98%;
}
.table3 {
	font-size: 12px;
	margin: 12px auto;
	width:50%;
}
.table4 {
	font-size: 10px;
	margin: 10px auto;
	width:100%;
	text-align: center;
}

.table4 thead tr{
	background:#dadada;
	border-bottom: 2px solid #c9c9c9;
    color:#DADADA;
}
.table4 th {
	font-size: 14px;
	font-weight: normal;
	padding: 4px 4px;
	color: #70685e;
}
.table4 td  {
	padding: 4px;
	background:#f4f4f3;
	color: #669;
	border-bottom: 1px solid #e3dfd4;
	vertical-align:middle;
}
/*------------------------------------------ pagination--------------------------------------------- */
div.pagination {
	width:100%;
	padding:5px;
	margin:5px;
	text-align:center;
	float:left;
	clear:both;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #EF551F;
	text-decoration: none;
	color: #8E4E3C;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #7B502E;
	color: #fff;
	background-color: #EF551F;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #422608;
	font-weight: bold;
	background-color: #EF551F;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}