@charset "utf-8";

/* 
	Thunder Tiger- All Rights Reserved.
	Thunder Tiger Innovator 型網站 CSS Style(writed by Thunder Tiger/Carol13 carol13@thundertiger.com)
	2009.03
*/ 


.tableSet1 {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	margin: 15px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體";
}
.tableSet1 table {
	width: 100%;
	border-left: 1px solid #d3dbe4;
	border-collapse: collapse;
}

.tableSet1 caption {
	text-align: left;
	font-weight: bold;
	color: #000;
	padding: 0px 10px 3px 0px;
	border-bottom: 2px solid #eee;
	font-size: 13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.tableSet1 tr:hover {
	background: #eee;
}

.tableSet1 td, th {
	font-size: 11.5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.tableSet1 th {
	color: #d7d7d7;
	background: #666;
	white-space: nowrap;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 2px;
	vertical-align:middle;
}
.tableSet1 td {
	border-right: 1px solid #d3dbe4;
	border-bottom: 1px solid #d3dbe4;
	color: #31394d;
	padding: 2px;
}
.tableSet1 td a {
	color: #06f;
	text-decoration: underline;
}
.tableSet1 td a:hover {
	text-decoration: none;
	color: #FF0000;
}
.tableSet1 td.title {
	font-weight: bold;
	color: #000;
}

