@charset "utf-8";

@import url("i_reportForm.css");/*20090928 added by chiung*/
/* CSS Document */

.report table caption {
	font-size: 105%;
	font-weight: bold;
	color: #006C90;
	padding-bottom: 5px;
	border-bottom: 1px solid #006C90;
	margin-bottom: 10px;
}
.report table tr th {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	width: 15%;
}
.center2 .report #form2 {
	text-align: center;
}
.report .report_table td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
.report_table .table_1 {
	width: 5%;
	color: #333;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom: 1px dotted #CCC;
	display: none;
}
.report_table .table_2 {
	text-align: right;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dotted #CCC;
}
.report_table .table_3{
	padding-left: 5px;
	border-bottom: 1px dotted #CCC;
	width: 60%;
	}