@CHARSET "UTF-8";
/* 
Style: OrangeYouGlad.css
Created by Randy Peterman, September 2nd, 2005
http://design.randypeterman.com
using TopStyle Pro 3.12

Requires one image: down_arrow.gif for {mostly} 
Standards Compliant browsers like Firefox.
*/
.table_content table{
	/*line-height:24px;
	background: #FFEFD5;*/
	color:#222;	
}

.table_content caption {width: 100%; text-align: left; font-size:6px; color:#555; padding:2px 0;}
.table_content caption h1 {margin-bottom:8px; color:#920; font-weight: bolder;}
.table_content caption b {font-weight: bolder; font-size:6px;}
.table_content table tbody tr {line-height:1.2em;}
.table_content table *{font-family: Arial, 微軟正黑體;}

.table_content thead {background: #FFA109;}
.table_content thead * th{border-bottom: 1px outset; border-top: 1px outset; padding:3px 1px;
}

.table_content thead tr {line-height:1.2em;}
.table_content tfoot{
	background: #FFA109;
	font-size:13px;
}
.table_content table * a{}
.table_content tbody * th{
	background: #FFDfA5;
	border-right: 1px solid #d3b199 !important;
	border-bottom: 1px solid #dFbCa2;
	font-size: 4px; font-weight: normal;
	padding:0px 6px;
	/*vertical-align: top;*/
}
.table_content tbody * th a{

}
.table_content tbody * td{
	border: 0px none; 
	border-bottom: 1px solid #ddd; padding:0px 6px; font-size:13px;margin:0px;
	text-align: center;
	/*line-height:2.0em;*/
	max-height:40px;
/*	vertical-align: top; */
}
.table_content tbody * td[colspan='13']{
	text-align:left;
}
.table_content tbody tr.odd {background: #FFF4E6; }
.table_content tbody tr.odd th{
	background: #FFE2B0;
}
.table_content tbody tr.hover{
	background: #DDCCCC;
}
.table_content tfoot tr td[colspan='4']{

}
.table_content tbody td a{

}
.table_content tbody tr th+td a{

}
/* Fake for IE, argh! Maybe IE 7 will resolve this. */
.table_content tbody td a{

}
.table_content tfoot * td{
	padding:0 4px;
	background:#fff;
	color:#821;
}
.table_content tfoot * th{
	padding:0 4px;
	border-bottom: 1px outset;
	border-top: 1px outset;
}

.table_content table input {
	/*height:26px;*/
	/*padding:3px 4px;*/
	/*border:1px solid #cab;*/
}
