body {
	margin:0px;
}

body, tr, td {
	font: 10pt Arial, Helvetica, sans-serif;
}

div#finder_fixed {
	position:fixed;
	width:100%;
	background: #003366;
	color:#fff;
}

div#finder_fixed table#query {
	width:400px;
	margin:0px auto 0px auto;
}

table.pagination {
	width:100%;	
}

table.pagination td.middle {
	width:40%;
	text-align:center;
}

table.pagination td.right {
	width:30%;
	text-align:right;
}

table.list {
	width:100%;
}

table.list td {
	padding: 0px 6px 0px 6px;
}

table.list th {
	padding: 0px 6px 0px 6px;
}

table.list th.narrow {
	width:10%;
}

table.list th.narrow-centered {
	width:10%;
	text-align:center;
}

tr.header_row {
	background:#ccc;
}

tr.dark_row {
	background:#ddd;
}

tr.light_row {
	background:#eee;
}

a {
	text-decoration:none;
	color:#003388;
}

a:hover {
	text-decoration:underline;
}

