﻿
/*Table Style*/
table, th, td { white-space:normal; word-wrap : break-word; word-break:normal; }
table a:link {text-decoration:none; color: #222222;}
table a:visited {text-decoration:none; color: #222222;}
table a:hover {text-decoration:underline; color: #b4b4b4;}
table a:active {text-decoration:underline; color: #b4b4b4;}
table a.selected { color:#F6AC04; }

.table1 { width:100%; margin:0; font-family:微軟正黑體; color:#000000; /*border-top:1px solid #b4b4b4; border-left:1px solid #b4b4b4; border-right:1px solid #b4b4b4;*/ border-collapse:collapse; margin-bottom:10px; }

caption {
	padding:7px 0 5px;
	/*border-top:1px solid #b4b4b4;
	border-right:1px solid #b4b4b4;*/
	/*font-weight:bold;*/
	font-size: 1.8rem;
	font-family:微軟正黑體;
	text-align:left;
	color:#303030;
	background:#ffffff;
}
.table1 tr:hover, .table1 tr.even:hover {
}
.table1 tr {
	background: #fff;
}
.table1 tr.even {
	background: #F7F7F7;
}
.table1 th {
	color: #787878;
	text-align:center;
	/*border-bottom: 1px solid #b4b4b4;*/
	padding:5px;
	background:#F9F9F9;
	text-align:center;
	}
.table1 td {
	max-width:200px;
	vertical-align:middle; 
	/*border-left: 1px solid #b4b4b4;*/
	border-bottom: 2px solid #f6f6f6;
	padding:10px 5px;
	text-align:left;
	color:#787878;
	font-size: 1.2rem;
	}

.HistoryList .table1 td { text-align:center; }

.table1 #NewsList td { text-align:center; }

.table1 td.name { width:200px; }
.table1 td.kind { width:150px; }
.table1 td.icon { width:20px; text-align:center; }
.table1 td.list { text-align:left; }
.table1 td.tdkeyV { max-width:400px; width:400px }
.table1 td.tdkeyV img { max-width:400px; }
.table1 td.center { text-align:center; }
.table1 td.number { width:50px; text-align:center; }
.table1 td.modifyer { width:80px; text-align:center; color:#777; }
.table1 td.date { width:80px; text-align:center; color:#777; }
.table1 td.dateRange, .table1 td.time { width:200px; text-align:center; color:#777; }
.table1 td.time { width:100px; }
.table1 td.btn { text-align:center; width:45px }
.table1 td.state { text-align:center; width:45px }
.table1 td.class { text-align:center; width:60px; }
.table1 td.age { text-align:center; width:70px; }
.table1 td.sort { text-align:center; width:70px; }
.table1 td.num { text-align:center; width:50px; }
.table1 td.img_list { text-align:center; width:80px; height:42px; }
.table1 td.img_list img { max-width:56px; max-height:42px; *width:56px; }

.table1 tfoot tr > th, .table1 tfoot tr > td { text-align:center; border:none; padding:0; }

.table1.noBorder tr, .table1.noBorder td { background:none; border:none; }

.pagination{margin:20px 0}
.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;margin-left:0;}
.pagination ul>li{display:inline}
.pagination ul>li>a {color:#777777;float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #cccccc;border-left-width:0}
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>li>a:active,.pagination ul>li>a.active {color:#303030;background-color:#f5f5f5; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;}
.pagination ul>li:first-child>a { border-left-width:1px; }
.pagination ul>li:last-child>a { }
.pagination-centered{text-align:center;}
.pagination-right{text-align:right;}
.totalPage { margin-right:0; vertical-align:top; padding-top:7px; display:inline-block; *display:inline; *zoom:1;  position:absolute; right:0; font-size: 1.2rem; }



.visit .table1 td { padding:5px 10px !important; }

