a {
	text-decoration: none;
}
a:visited {
	color: inherit;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

body {
	text-align: center;
	font-family: sans-serif;
	background: #aeaeae;
}

ul {
	text-align: left;
}

#page {
	font-family: sans-serif;
	background: white;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 1em;
	border: 1px black solid;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.error { color: red; }

h1 {
	font-weight: normal;
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}

#language {
	text-align: right;
	font-size: 0.8em;
	color: gray;
}

#language a {
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}

div#header {
	background: url('grnet-logo.png') no-repeat;
	height: 50px;
	margin-bottom: 2em;
}
div#header a {
	color: inherit;
	text-decoration: none;
}

#title {
	font-size: 1.5em;
	padding-top: 8px;
	font-weight: bold;
}
#grnet {
	font-weight: bold;
	color: gray;
}

#footer {
	font-size: 0.8em;
	color: gray;
	text-align: center;
}

p.copyright {
	font-size: 0.7em;
	color: white;
	text-align: center;
	font-style: italic;
}

/* search form style */
form {
	text-align: center;
	padding-bottom: 1em;
}
fieldset {
	width: 50em;
	margin: 0 auto;
	padding: 0;
	padding-top: 1em;
	text-align: left;
	position: relative;
	border: 1px dotted gray;
}
fieldset span.number {
	float: left;
	position: relative;
	left: 7em;
	height: 1em;
	width: 25px;
}
fieldset label {
	float: left;
	clear: both;
	text-align: right;
	width: 25em;
	margin-right: 0.5em;
	padding-top: 0.1em;
}
fieldset p#submit {
	text-align: center;
}

/* results formatting */
p#no-results {
	font-style: italic;
}

table {
	margin: 0 auto;
	width: 80%;
	padding-bottom: 2em;
}
table tr.header {
	background-color: #e7e7e7;
}
table tr {
	background-color: #f7f7f7;
}
table td {
	text-align: center;
	vertical-align: middle;
}
table#results td.icon {
	text-align: right;
}

table#results td.n, th.n {
	display: none;
}
