@charset "utf-8";
/* CSS Document */
/** TAX Cal **/
table.tax-cal {
	float:left;
	border:1px solid #bfd6d8;
/*	margin-bottom:20px;*/
}
table.tax-cal tr th {
	background: url(../../th/asset/images/bg-th-blue.gif) 0 0 repeat-x;
	background: -moz-linear-gradient(100% 100% 90deg, #cfe0e2, #ebf3f3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebf3f3), to(#cfe0e2));
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf3f3', endColorstr='#cfe0e2',GradientType=0);
	background: -ms-linear-gradient(top, #ebf3f3 0%,#cfe0e2 100%);
	padding:10px;
	color:#06375b;
	font-weight:300;
	border-bottom:1px solid #fff;
	border-right:1px solid #bfd6d8;
	font-size:14px;
	vertical-align:middle;
}
table.tax-cal tr th.blueline {
	border-bottom:1px solid #bfd6d8;
}
table.tax-cal tr td {
 padding:8px;
 color:#4d4d4d;
}
table.tax-cal tr.odd td {
 background:#f2f7f7;
 padding:8px;
}
table.tax-cal tr.even td {
 background:#e8f1f1;
 padding:8px;
}
table.tax-cal tr:last-child td {
	border-bottom:none;
}
table.tax-cal tr.subtotal td {
	background:#d5eef2;
	font-weight:600;
	padding:8px;
}
table.tax-cal tr.whiteline td {
	border-bottom:1px solid #fff;
}
table.tax-cal tr td.right {
	border-right:1px solid #bfd6d8;
}
table.tax-cal tr.bottom td {
	border-bottom:1px solid #bfd6d8;
	height:18px;
/*	height:17px\9;
	*height:15px;*/
}
table.tax-cal tr td input.radio {
	float:left;
	margin:0 5px 0 0;
}
table.tax-cal tr td label {
	float:left;
	padding:0 5px;
	margin:0 5px 0 0;
	width:auto;
}
table.tax-cal tr td div.list {margin:5px 0 0 57px; line-height:1.8em;}
table.tax-cal tr td div.value {margin:5px 0 0 0; line-height:1.8em;}
table.tax-cal tr td img.graph {
	border:15px solid #fff;	
}

table.tax-cal-gray {
	border:1px solid #d8d8d8;
	margin-left:20px;
/*	margin-bottom:20px;*/
}
table.tax-cal-gray tr th {
	background:url(../../th/ef/images/bg-th-gray.gif) 0 0 repeat-x;
	background: -moz-linear-gradient(100% 100% 90deg, #dbdbdb, #eeeeee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#dbdbdb));
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dbdbdb',GradientType=0);
	background: -ms-linear-gradient(top, #eeeeee 0%, #dbdbdb 100%);
	padding:10px;
	color:#4d4d4d;
	font-weight:300;
	border-bottom:1px solid #fff;
	vertical-align:middle;
}
table.tax-cal-gray tr.gray th {
	background:url(../../th/ef/images/bg-th-gray.gif) 0 0 repeat-x;
	background: -moz-linear-gradient(100% 100% 90deg, #cacaca, #d8d8d8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d8d8), to(#cacaca));
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#cacaca',GradientType=0);
	background: -ms-linear-gradient(top, #d8d8d8 0%, #cacaca 100%);
	padding:10px;
	color:#4d4d4d;
	font-weight:300;
	border-bottom:1px solid #fff;
	font-size:14px;
	vertical-align:middle;
}
table.tax-cal-gray tr td {
 background:#f5f5f5;
 padding:8px 5px;
 color:#4d4d4d;
 border-bottom:1px solid #d8d8d8;
}
table.tax-cal-gray tr:last-child td {
	border-bottom:none;
}
table.tax-cal-gray tr th.grayline {
	border-bottom:1px solid #d8d8d8;
}
table.tax-cal-gray tr td.none {
	border-right:none;
}
table.tax-cal-gray tr td h3 {
	margin-top:5px;
	font-size:18px;
}
table.tax-cal-gray tr th div {
	padding:8px 0;
}
table.tax-cal-gray tr.white td {
	background:#fff;
}
table.tax-cal-gray-inner {
	border:1px solid #d8d8d8;
}
table.tax-cal-gray-inner tr th {
	background:#eaeaea;
	border-bottom:1px solid #d8d8d8;
	font-size:18px;
}
table.tax-cal-gray-inner {
	border:1px solid #d8d8d8;
}
table.tax-cal-gray tr.subtotal td {
	background:#d5eef2;
	font-weight:600;
	padding:8px;
}
table.tax-cal-gray tr.total td {
 	background:#e8f1f1;
	font-weight:600;
	padding:8px;
}

ul.individuals {
	float:left;
	margin:0 0 0 20px;
}
ul.individuals li {
	float:left;
	text-align:left;
	background:url(../../image_shared/list-dash.gif) center left no-repeat;
	width:300px;
	padding:5px 0 0 10px;
}
.rmf-questionmark, .lft-questionmark {
	right:0;
	top:8px;
/*	*top:25px;*/
	position:relative;
	/*position:absolute;*/
}
h2.remark {
	float:left;
	font-size:13px;
	margin:10px 0;
	padding:0;
	text-align:left;
	width:100%;
}