a h1 {
display: inline;
}
a img {
	border: 0;
}

* {
	font-family: sans-serif;
}
body {
	margin: 0;
	background-color: #E0E0E0;
}

#top {
	background-color: #89C1D7;
	padding: 10px 20px 0px 20px;
}
#header {
	background-color: #33A3CE;
	color: #003355;
	margin: auto;
	max-width: 1000px;
}

#bottom {
	padding: 0px 20px;
}

#bottomcontainer {
	background-color: #fff;
	margin: auto;
	max-width: 1000px;
}

#content {
	padding: 1em;
	clear: both;
}
#footer {
	font-size: small;
	text-align: right;
}
#menu {
	background-color: #fff;
	margin: 0;
	padding: 0em 1em;
}

#menu a, #menu:visited, #menu:active {
	text-decoration: none;
}

.menuitem {
	float:left;
	background-color: #00719C;
	color: #fff;
	padding: 7px;
	margin: 2px 0px 0px 2px;
	width: 150px;
	text-align: center;
}
.menuitem_selected {
}

#header h1 {
	margin: 0;
	padding: 2em 1em 0.5em 1em;
}
#header a, #header:visited, #header:active {
	color: #003355;
	text-decoration: none;
}

table {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 0px;
	border-spacing: 0px;
}

th, td {
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	padding: 3px;
	border-spacing: 0px;
	vertical-align: top;
	min-width: 40px;
}

th {
	text-align: left;
	font-weight: bold;
	background-color: #89C1D7;
	cursor: pointer;
}
td {
	background-color: #e3f3ff;
}

td.key {
	text-align: left;
	font-weight: bold;
	background-color: #89C1D7;
	width: 175px;
}
td.value {
	width: 175px;
}

table {
	font-size: small;
}
table.tablesorter {
	width: 100%;
}
table.tablesorter thead tr .header {
	background-image: url('Images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('Images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('Images/desc.gif');
}
