﻿body, table, input, select, textarea, button {
	font: normal 1em Arial, Sans-Serif;
}
body {
	font-size: 9pt;
}
a {
	text-decoration: underline;
	color: #336699;
}
a img {
	border: 0;
}
#header {
	padding-bottom: 20px;
}
#login
{
	margin-top: 80px;
	text-align: center;
}
#msg
{
	display: none;
	color: #FFFFFF;
	border: solid 1px #ff3300;
	background: #ff9999;
	margin: 4px;
	padding: 4px;
	text-align: center;
}
#greeting {
	color: #808080;
}
#menu {
	font-size: 12pt;
	padding: 8px 0px;
}
#navi {
	color: #808080;
}
#table-caption td {
	border-top: solid 1px #000000;
	padding: 4px 2px;
}
#list-caption {
	font-size: 12pt;
	font-weight: bold;
	border-left: solid 1px #000000;
}
#type-filter {
	border-right: solid 1px #000000;
}
table.result {
	border-collapse: collapse;
	font-size: 8pt;
	width: 100%;
}
table.result th {
	background: #336699;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border: solid 1px #000000;
	padding: 2px;
}
table.result td {
	background: #DEDEDE;
	color: #000000;
	text-align: center;
	border: solid 1px #000000;
	padding: 2px;
}
#title {
	text-transform: uppercase;
}
#result-print table.result td, #result-print table.result th {
	background: #FFFFFF;
	color: #000000;
}
#result-print a {
	color: black;
}
#footer {
	text-align: center;
	padding-top: 4px;
}
#tooltip {
	position: absolute;
	border: solid 1px black;
	padding: 2px;
	background: #C8E5E7;
}
table.form {
	width: 100%;
}
table.form th {
	background: silver;
	text-align: right;
	white-space: nowrap;
	width: 10%;
}
table.form td {
	background: #DEDEDE;
	text-align: left;
}
table.form td.section {
	padding-top: 1em;
	font-weight: bold;
	text-align: left;
	background: #FFFFFF;
}
@media print {
	#result-print a {
		text-decoration: none;
	}
}