/* 3Rs project stylesheet */

body {
	color: #000;
	background: #FFF;
	font-family: arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

#header {
	background: #FFF;
	padding: 10px;
	width: 100%;
align: left;
}

#content {
	background: #FFF;
	padding: 10px;
	width: 90%;
	
}

.nav {
	color: #333;
	background: #EEE;
	padding: 10px;
	font-style: oblique;
	font-size: small;
}

table {
	width: 90%;
	border: none;
	align: right;
}

table td.body {
	width: 75%;
	padding: 10px;
	vertical-align: top;
	border: 0px solid #333;
}

table th {
	border: none;
	background: #C2C2D6;
}

table td {
	border: none;
	background: none;
	padding: 10px;
	border: dashed #CCC thin;
}

table td.sidebar {
	width: 25%;
	vertical-align: top;
	border: none;
	background: #DFDFFF;
	font-size: small;
	padding: 10px;
}

#results a {
}

.searchresult {
	padding: 10px;
	background: #E0E0EB;
}

.metadata {
	color: #999;
}

.metadata a {
	text-decoration: none;
	color: #999;
}
