@CHARSET "UTF-8";

div#research_wrapper {
	padding: 0.5em;
	margin: 0;
	position: relative;
}

div#research_wrapper * {
	color: #333;
}

div#research_wrapper div#header {
	clear: both;
	width: 100%;
}

div#research_wrapper div#research_grid {
	clear: both;
	height: 500px;
	margin: 0.286em;
}

div#research_wrapper div#research_grid * {
	font-size: 12px;
}

div#research_wrapper div#research_loading {
	text-align: center;
	position: absolute;
	bottom: 50%;
	width: 100%;
	display: none;
}

div#research_wrapper div#research_loading p {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

div#research_wrapper > h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}

div#research_wrapper h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	color: #696969;
	font-size: 12px;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #f36f21;
}

div#research_wrapper h3 a {
	color: #3366ff;
	text-decoration: none;
	border-bottom: 1px dotted #87ceeb;
	font-size: 12px;
	font-weight: normal;
}

div#research_wrapper h3 a:visited {
	color: purple;
	text-decoration: none;
	border-bottom: 1px dotted purple;
	font-size: 12px;
	font-weight: normal;
}

div#research_wrapper div.search {
	clear: both;
	padding: 5px;
}

div#research_wrapper div.search p {
	color: #aaa;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

div#research_wrapper div.search a {
	color: #3366ff;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}



