
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html, body {
	margin: 0px;	padding: 0px;
	background-color: #fff8bb;
	height: 99%;
}

body {
	font-size: 101%;
}

.center {
	text-align: center;
}

div#content {
	margin: 0px; padding: 2px;
}
div#content a {
	color: #00008b;
	text-decoration: none;
}
div#content a img {
	border: none;
}

input.button {
	background-color: #ffe065;
	color: black;
	border-width: 1px; border-style: solid;
	border-color: #fff7dd #aa8000 #aa8000 #fff7dd;
	color: #403580;
 	padding-top: 2px; padding-bottom: 2px;
	vertical-align: bottom;
	cursor: pointer;
	font-size: 13px;
}
input.text {
	border: 1px solid #a9a9a9;
	background-color: #fffff0;
	padding: 1px 3px;
	font-size: 13px;
}
select option {
	padding: 1px 4px;
	font-size: 13px;
}


div#content {
	margin: 2px;
	padding: 0px;
}
div#content h1 {
	font-size: 14px;
	margin: 5px 0px -2px;
}

table.result {
	width: 100%;
 	padding: 0px; margin: 5px auto;
	border-spacing: 0px;
}
table.result tr.spearator td {
	padding-top: 5px;
}
table.result tr th {
	font-size: 12px;	font-weight: normal;
	text-align: center;
	padding: 1px 2px;
	color: black;
	background-color: #ffe065;
	border-width: 1px; border-style: solid;
	border-color: #fff7dd #aa8000 #aa8000 #fff7dd;
}

table.result tr th.left {
	text-align: left;
}
table.result tr td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 1px 2px;
}
table.result tr.swap {
	background-color: #fff8bb;
}
table.result tr.subtitle {
	background-color: #fff8bb;
}
table.result tr.subtitle td {
	font-weight: bold;
	padding: 1px 2px 2px;
}
table.result td.dummy-cell {
	overflow: hidden;
	line-height: 0px;
	height: 5px;
}

span.gender {
	font-style: italic;
}
span.descriptor {
	color: #309;
}
span.found {
	font-weight: bold;
	color: #483d8b;
}
