
div.search-result:hover {
	background-color: #f6f6f6;
}

div.search-results { /* contains all results */
	margin-top: 1.5em;
	font-family: sans-serif;
	font-size: 1em;
}
.page-body{
	margin-bottom: 2em;
}
.search-message { /* error messages, and "No Results" */
	color: red;
	text-align: center;
	font-size: 1.2em;
	margin-top: 3em;
	margin-bottom: 3em;
}
.search-result {  /* each result */
	margin-bottom: 1em;
	padding: .2em .2em .7em .2em;
	clear: none;
	overflow: hidden;
}

/* search links -- is this the right format ?? */
div.search-result a {
	text-decoration: none;
	color: #2C4998;
}
div.search-result a:hover {
	text-decoration: underline;
}

.search-title {
	font-size: 1.2em;
	margin-top: .5em;
	color: #000000;
}
.search-rank {
	color: gray;
	font-size: 85%;
}
.search-description {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	max-width: 700px; /* not supported by IE */
	
	/* what kind of black magic is this? */
	
	/* width:expression(document.body.clientWidth > 600? "600px": "auto" ); */
}
.search-metadata { 
	margin-left: 2em;
	font-size: 0.8em;
/*	color: #2C4998;*/
	color: rgb(28, 153, 162);
	clear: none;
}
.search-metadata a { 
	text-decoration: none; 
	color: #2C4998;
}
.search-highlight { 
	background : #ffffcc;
	font-weight: bold;
	text-decoration: inherit;
}
div.ukoln-side-links {
	float: right;
	font-size: .7em;
	width: 20%;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #336699;
	margin-bottom: 2em;
}
div.ukoln-side-links h2 {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
}

form {
	margin-bottom: .7em;
	margin-top: 2em;
	font-size: .8em;
}
div.footer {
	font-size: .7em;
	width: 100%;
	margin-bottom: 2em;
	min-height: 3em;
}
div.footer-logos {
	float: right;
	display: inline;
	width: 300px;
	text-align: right;
}
div.maintainer {
	float: left;
}
input[type=text] {
	border: rgb(44, 73, 152) solid 1px;
	padding: .2em .2em .2em .2em;
	vertical-align: middle;
}
input[type=radio] {
	border:  rgb(44, 73, 152) solid 1px;
}
select {
	border: rgb(44, 73, 152) solid 1px;
	padding: 0em 0em 0em 0em;
	vertical-align: middle; 
}
