﻿body {
	background-image: url('images/background.png');
	font-family: Tahoma;
	font-size: 12px;
}
h1 {
	background: transparent url('images/logo.png') no-repeat;
	padding-left: 50px;
	font-size: 22px;
	height: 100px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
#searchform {
	text-align:center;
	width: 350px;
}
#searchform div.row {
	position:relative;
	height:36px;
}
#searchform div.row p {
	position:absolute;
	width:150px;
	left: 0;
	text-align:right;
}
#searchform div.row input {
	border: 1px navy solid;
	position:absolute;
	left: 158px;
	top: 4px;
}
#searchform #toprow {
	text-align: left;
	width: 100px; height: 40px; position: absolute; left: 140px
}
#searchform #toprowspace {
	position: relative;
	height: 50px;
}
#searchform div.toprow input {
	float:none;
}
#searchform input {
}
table {
	border:1px navy solid;
	border-collapse:collapse;
}

.noborder {
	border:0px;
	border-collapse:collapse;
}

.header {
	background-color:silver;
	font-weight:bold;
	background-color:#7A9CD4;
	color:#ffffff;
}
td {
	border:1px navy solid;
	font-family:Tahoma;
	font-size:14px;
	vertical-align:top;
	padding:2px;
}
tr.even {
	background-color:#C3D8F3;
}
#navigator {
	margin-bottom:16px;
}
#button {
	position: absolute;
	left: 380px;
	top: 2px;
}
