ul.authorList li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 3px;
	list-style: none;
}

ul.grid article.research-doc {
	margin-right: 15px;
}


ul.grid article.research-doc.formatter-10 {
	margin-right: 10px;
}

article.research-doc.formatter-1 img
,article.research-doc.formatter-2 img
,article.research-doc.formatter-3 img
,article.research-doc.formatter-4 img
,article.research-doc.formatter-5 img
,article.research-doc.formatter-6 img
,article.research-doc.formatter-7 img
,article.research-doc.formatter-8 img
,article.research-doc.formatter-9 img
,article.research-doc.generic img {
	margin: 5px 0;
	float: none;
	display: block;
}

article.research-doc.formatter-3 img {
    max-width:100%;
    height: auto;
}

article.research-doc h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	word-wrap: break-word;
}

article.research-doc h1 a,
article.research-doc h1,
.formatter-1 article.research-doc h1,
article.research-doc footer a,
article.research-doc h2 a
{
	color: #54301A;
}

article.research-doc footer a {
	word-wrap: normal;
}

.formatter-1 article.research-doc h1,
.formatter-2 article.research-doc h1,
.formatter-5 article.research-doc h1
{
	margin-bottom: 3px;
	text-transform: uppercase;
	color: #666;
}

article.research-doc time,
article.research-doc footer a {
	font-size: 10px;
}

article.research-doc footer a {
	color: #6A8AB0;
}

/*Formatter 6*/
.formatter-6 .orangeBg,
.formatter-6 .blueBg {
	background-color: #E8810D;
	color: #FFF;
	font-weight: bold;
	margin: 0 2px 10px 0;
	text-align: center;
	width: 100px;
}

.formatter-6 .blueBg {
	background-color: #336699;
}


article.research-doc footer a.past-issues {
	color: #666;
	margin-top: 10px;
	display: block;
}

article.research-doc.formatter-10 {
	border: 1px solid #eee;
	background: #F8F6F4;
	padding: 10px;
}

	article.research-doc.formatter-10 h1 {
		text-align: center;
	}

	article.research-doc.formatter-10 img {
		margin: 10px -0 5px -10px;
	}

	article.research-doc.formatter-10 time{
		margin-bottom: 10px;
		display: block;
	}

