@charset "utf-8";
/* CSS Document */

table, table th, table td{ 
	padding:0;
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
}

/*   mediagroove_Yellow   */
table.datatable01 {
	border-collapse:collapse;
	border-bottom:1px solid #333;	
}
table.datatable01 caption {
	font: 1.2em/1.0em 微軟正黑體;
	text-align: left;
	text-indent: 0px;
	background: url(../image/bg_caption.jpg) right top;
	/*background-color:#333;*/
	padding:8px;
	color:#ccc;
}
table.datatable01 thead th {
	/*background: url(../image/bg_th.jpg) no-repeat right;*/
	height: 30px;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: center;
	border-bottom: 2px solid #6d604f;
}
table.datatable01 tbody tr {
background: url(bg_td1.jpg) repeat-x top;
}
table.datatable tbody tr.odd {
	background-color: #555;
}

table.datatable01 tbody th{
	font-size: 1.0em;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	padding: 8px;
	text-align: center;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	background-color:#151515;
}

.num_box{	background-color:#4a4735; 
			padding:2px 5px; 
			color: #d3ca95;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			border: 1px solid #363427;
}

table.datatable01 tbody td{
	padding: 5px 7px;
	text-align: left;
	border-top:1px solid #333;
	border-bottom:1px solid #353535;
	border-right:none;
	vertical-align:middle;
}
table.datatable01 a {
	/*color: #777777;*/
	font-weight: bold;
	text-decoration: none;
}
table.datatable01 a:hover {
	text-decoration: underline;
}
table.datatable01 tfoot th {
	background: url(../image/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
	border-top:0px solid #333;
}
table.datatable01 tfoot td {
	background: url(../imagebg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
	border-top:0px solid #333;
	border-bottom:0px solid #333;
}

table.datatable01 h1{ font-size:1.20em; margin-left:0;}
table.datatable01 .img{ border:1px solid #444; padding:3px;}

/*   black   */
table.datatable_black {
	border-collapse:collapse;
}
table.datatable_black caption {
	font: 1.0em/1.0em 微軟正黑體;
	text-align: center;
	text-indent: 0px;
	background: url(../image/bg_caption.jpg) right top;
	/*background-color:#f5f5f5;*/
	font-weight: bold;
	padding:0;
	color:#9b78a2;
	
}
table.datatable_black thead th {
	/*background: url(../image/bg_th.jpg) no-repeat right;*/
	font-size: 0.82em;
	padding: 10px 0;
	text-align: center;
	border-top:2px solid #575757;
	border-right:1px solid #111;
	border-bottom: 3px solid #222;
	background-color:#444;
}
table.datatable_black thead th.none{ border-right:none;}
table.datatable_black tbody tr { background-color:#333;}
table.datatable_black tbody tr.odd {	background-color:#222;
	/*background: #FFF8E8 url(../image/bg_td2.jpg) repeat-x;*/
}

table.datatable_black tbody th, table.datatable_black td {
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 7px;
	border-top: 1px solid #111;
	text-align: center;
}
table.datatable_black a {
	color:#e5d6a7;
	/*font-weight: bold;*/
	text-decoration: none;
}
table.datatable_black a:hover {
	text-decoration: underline;
}
table.datatable_black tfoot th {
	background: url(../image/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
table.datatable_black tfoot td {
	background: url(../imagebg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
table.datatable_black tbody tr:hover { 
	background:#252525;
	cursor:default
}





table.datatable02 {
	border-collapse:collapse;
	border:1px solid #575757;	
}
table.datatable02 caption {
	font: 1.2em/1.0em 微軟正黑體;
	text-align: left;
	text-indent: 0px;
	background: url(../image/bg_caption.jpg) right top;
	/*background-color:#333;*/
	padding:8px;
	color:#ccc;
}
table.datatable02 thead th {
	/*background: url(../image/bg_th.jpg) no-repeat right;*/
	height: 30px;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: center;
	border-bottom: 2px solid #575757;
	background:#111 url(../image/bg_th.gif) repeat-x left top;
}
table.datatable02 tbody tr {
background: url(bg_td1.jpg) repeat-x top;
}
table.datatable tbody tr.odd {
	background-color: #555;
}

table.datatable02 tbody th{
	font-size: 1.0em;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 8px;
	text-align: left;
	background-color:#151515;

}
table.datatable02 tbody th h4{ 	color:#ccc;
	font-weight: normal;}

table.datatable02 tbody td{
	padding:8px;
	text-align: left;
	border-top:1px solid #575757;
	border-bottom:1px solid #575757;
	border-right:none;
	vertical-align:middle;
	background-color:#313131;
}
table.datatable02 a {
	/*color: #777777;*/
	font-weight: bold;
	text-decoration: none;
}
table.datatable02 a:hover {
	text-decoration: underline;
}
table.datatable02 tfoot th {
	/*background: url(../image/bg_total.jpg) repeat-x bottom;*/
	background-color:#464646;
	color: #FFFFFF;
	font-weight: normal;
	height: 22px;
	/*border-top:0px solid #333;*/
}
table.datatable02 tfoot td {
	/*background: url(../imagebg_total.jpg) repeat-x bottom;*/
	color: #FFFFFF;
	/*border-top:0px solid #333;
	border-bottom:0px solid #333;*/
}

table.datatable02 h1{ font-size:1.20em;}
table.datatable02 .img{ border:1px solid #575757; padding:3px;}