@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:13px; 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:15px;}
.table_content table tbody tr {line-height:28px;}
.table_content table *{font-family: Arial, 新細明體;}
.table_content thead {background: #F3D3D5;color:#550505;}
.table_content thead * th{border-bottom: 1px outset #B99488; border-top: 1px outset #B99488; padding:3px 1px;
}.table_content thead tr {line-height:28px;}
.table_content tfoot{
	background: #FFA109;
	font-size:13px;
}
.table_content table * a{}
.table_content tbody * th{
	background: #FEEEDD;
	border-right: 1px solid #ebd6d6 !important;
	border-bottom: 1px solid #ebd6d6;
	font-size: 14px; font-weight: bolder;
	padding:3px 6px;
	color:#8E5D5D;
	/*vertical-align: top;*/
}
.table_content tbody * th a{

}
.table_content tbody * td{
/*	border: 0px none; */
	border-bottom: 1px solid #ddd; padding:3px 6px; font-size:13px;
/*	text-align: left; */
/*	vertical-align: top; */
}
.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;*/
}
