table.table-indfund {
	margin: 0 auto;
	width: 940px;
	height: 400px;
	font-family: Arial, sans-serif;
	border-collapse: collapse;
	border-spacing: 6px;
	table-layout: fixed;
	caption-side: top;
	border: none;
}
table.table-indfund caption {
	font-size: 12px;
	font-weight: 700;
	padding-top: 40px;
	padding-bottom: 8px;
	letter-spacing: 0.1em;
}
table.table-indfund tr {
	border-bottom: 1px solid #A0CFDB;
	background-color: #E4FAFF;
}
table.table-indfund th {
	border: 1px solid #A0CFDB;
	color: #fff;
	font-weight: 200;
	background-color: #20AFCB;
	height: 2em;
}
table.table-indfund td {
	color: #555;
	width: 210px;
	height: 100px;
	font-size: 13px;
	text-align: center;
	vertical-align: center;
	background-color: #E4FAFF;
	border: 1px dashed #A0CFDB;

}
table.table-indfund td.gap { height: 8px; background-color: white; }
table.table-indfund td.content-right { text-align: right; }


table.table-indfund tr.networth {
	background-color: #E4FEE5;
}

table.table-indfund tr.networth td {
	height: 3em;
	background-color: transparent;
}

table.table-indfund input,
table.table-indfund button,
table.table-indfund select,
table.table-indfund textarea {
	font-family: "Arial";
	font-size: 13px;
	color: #444;
	line-height: normal;
	border: 0;
	margin-top: 2px;
	margin-bottom: 2px;
}
button {
	font-family: "Arial";
	font-size: 14px;
	line-height: normal;
	width: 80px;
}
table.table-indfund [readonly] {
	background-color: #EEE;
}

table.table-indfund input.input-tall {
		font-size: 17px;
		text-align: center;
}
table.table-indfund .input-mini {
		width: 20%;
}
table.table-indfund .input-mdm {
		width: 41%;
}

table.table-indfund .input-lrg {
		width: 60%;
}

input.title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	border: 1px dashed #aaa;
	vertical-align: baseline;
	background-color: #DCE2EF;
	width: 300px;
}