
div#result {
	border: none;
	position: relative;
	left: 0em;
	right: 0em;
	margin-top: 10px;
}

table.result {
	width: 95%;
	border-width: 1px 1px 1px 1px;
	border-color: silver;
	border-style: solid;
	padding: 0px; margin: 10px auto;
	border-spacing: 0px;
}
table caption {
	text-align: left;
	font-size: 1.05em;
	font-weight: bold;
}
table.result tr.spearator td {
	padding-top: 10px;
}
table.result tr th {
	font-size: 0.9em;	font-weight: normal;
	text-align: center;
	padding: 3px 5px;
	font-weight: bold;

	color: black;
	background-color: #ffe065;
	border-width: 1px; border-style: solid;
	border-color: #fff7dd #aa8000 #aa8000 #fff7dd;
/*
	color: white;
	background-color: #b0c4de;
	border-width: 1px; border-style: solid;
	border-color: #d9e4f2 #94afd3 #94afd3 #d9e4f2;
*/
}

table.result tr th.left {
	text-align: left;
}
table.result tr td {
	width: 50%;
	font-size: 0.85em;
	text-align: left;
	vertical-align: top;
	padding: 3px 5px;
	border-left: 1px solid silver;
	background-color: transparent;
}
table.result tr td.left-col {
	border-left: none;
}
table.result tr.swap td {
	background-color: #f0f0f0;
}
table.result tr.subheadline td {
	background-color: #f0f0f0;
	color: #669;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: none;
}
table.result tr.subheadline td {
	font-weight: bold;
	padding: 3px 5px 2px;
}
table.result td.dummy-cell {
	overflow: hidden;
	line-height: 0px;
	height: 5px;
}

table.result tr td.indent {
	padding: 0px 5px 3px 20px !important;
}

table.result tr td dl {
	margin: 0 !important;
	padding: 0 !important;
}
table.result tr td dl dt {
	margin: 0 !important;
}
table.result tr td dl dd {
	margin-left: 10px !important;
}

