div.research-top-five {
	position: relative;
}

div.research-top-five div.document {
	position: relative;
	margin: 15px 0px;
}

div.research-top-five div.document div.title {
	position: relative;
	width: 80%;
	font-weight: bold;
	float: right;
}

div.research-top-five div.document div.date {
	position: relative;
	width: 20%;
	text-align: right;
	float: right;
}

div.research-top-five div.document div.synopsis {
	position: relative;
	padding-top: 5px;
	clear: both;
}

div.research-top-five div.document div.more {
	position: relative;
	margin-top: 5px;
}

table.research {
	position: relative;
	width: 100%;
	clear: both;
}

table.research tr td {
	position: relative;
	vertical-align: top;
	padding: 5px;
}

table.research-search-form {
	position: relative;
	margin: 25px 0px;
}

table.research-search-form tr td {
	position: relative;
	vertical-align: center;
	padding: 2px 5px;
}

table.research-search-form tr td input.text, table.research-search-form tr td select.drop-down {
	position: relative;
	width: 135px;
}

div.research-item {
	position: relative;
}

div.research-item div.published, div.research-item div.author, div.research-item div.attachments {
	position: relative;
	margin: 10px 0px;
}

div.research-item div.published {
	font-weight: bold;
}