/*** RESEARCH ***/
div.researchItemsContainer {
	/*padding-bottom: 38px;*/
}

div.itemCounterContainer {
	position: relative;
	min-width: 160px;
	background-color: hsl(205, 25%, 15%);
	border: solid 1px hsl(205, 80%, 75%);
	/*format: offset_left, offset_top, blur radius, spread, color+alpha*/
	/*
	-moz-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
	*/
}

p.itemCounter {
	padding: 6px 12px;
	color: hsl(0, 0%, 100%);
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	white-space: nowrap;
}

p.itemCounter span.dim {
	color: hsl(205, 80%, 85%);
}



div.researchItem, a.researchItem {
	display: block;
	text-decoration: none;
	padding: 10px;
	margin-top: 5px;
	background-color: hsla(0, 0%, 0%, 0.30);
}

div.researchItem:first-child, a.researchItem:first-child {
	margin-top: 0px;
}

a.researchItem:hover {
	text-decoration: none;
}

.standardView a.researchItem:hover {
	background-color: hsla(0, 0%, 0%, 0.50);
	padding: 9px;
	border: solid 1px #477da6;
}

td.researchItemThumbTd, div.researchItemThumbDiv {
	border: solid 1px hsl(0, 0%, 100%);
	background-size: cover;
	background-position: center;
  background-repeat: no-repeat;
}

img.researchItemThumb {
	display: block;
	border: none;
}

img.researchItemThumbInvis {
	display: block;
	border: none;
	visibility: hidden;
}

p.researchItem {
	color: hsl(50, 100%, 80%);
	font-size: 13px;
	font-weight: normal;
	line-height: 125%;
}

p.researchItemTitle {
	color: hsl(0, 0%, 100%);
	font-size: 16px;
	font-weight: normal;
	line-height: 130%;
}

.phoneView p.researchItemTitle {
	font-size: 14px;
}

p.researchItemSummary {
	color: hsl(205, 50%, 90%);
	font-size: 13px;
	line-height: 125%;
}

p.researchItemSummaryLong {
	color: hsl(50, 100%, 80%);
	font-size: 14px;
	line-height: 125%;
}

p.researchItemCredit {
	color: hsl(50, 100%, 80%);
	font-size: 14px;
	font-style: italic;
	line-height: 125%;
}

p.researchPi, p.researchSponsor {
	color: hsl(205%, 75%, 65%);
	font-size: 13px;
	line-height: 125%;
}

p.researchItemDate {
	color: hsl(30, 100%, 60%);
	font-size: 14px;
	white-space: nowrap;
	text-align: right;
	line-height: 130%;
}

p.researchItemTime {
	color: hsl(30, 75%, 45%);
	font-size: 14px;
	white-space: nowrap;
	text-align: right;
	line-height: 130%;
}

p.researchItemType {
	color: hsl(205, 75%, 55%);
	font-size: 14px;
	line-height: 130%;
}

p.itemIdInfo {
	color: hsl(205, 75%, 65%);
	font-size: 13px;
	line-height: 100%;
	text-align: right;
	padding-top: 2px;
}

/*
p.researchProjectSummaryBrief {
	color: #e3e0b6;
	font-size: 13px;
	line-height: 125%;
}

p.researchProjectSummary {
	color: #f8f2a0;
	font-size: 14px;
	line-height: 125%;
}
*/

p.researchPublication, p.researchPublication span.pubTitle, p.researchPublication span.pubReference {
	color: hsl(0, 0%, 100%);
	font-size: 16px;
	line-height: 130%;
}

p.researchPublication span.pubRefSub, p.researchPublication span.pubAuthors, p.researchPublication span.pubMisc {
	color: hsl(50, 100%, 80%);
	font-size: 13px;
	line-height: 125%;
}

p.researchItemMoreInfoError {
	color: #bacfdd;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

div.researchItemMoreInfoContainer {
	margin-left: 110px;
	margin-right: 180px;
	overflow: hidden;
}

div.researchItemMoreInfoContent {
	padding: 12px 0px 4px 0px;
}

span.keywordHilite {
	background-color: hsla(0, 0%, 100%, 0.20);
	padding-left: 2px;
	padding-right: 2px;
}

div.researchSearchMsgContainer {
	text-align: center;
}	

p.researchSearchMsg {
	display: inline-block;
	margin: 6px auto 0px auto;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 12px 24px;
	background-color: hsla(0, 0%, 100%, 0.20);
	border: solid 1px #9bb7ca;
	/*format: offset_left, offset_top, blur radius, spread, color+alpha*/
	-moz-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
}

div.researchSearchErrorContainer {
	text-align: center;
}

p.researchSearchError {
	display: inline-block;
	margin: 6px auto 0px auto;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 12px 24px;
	background-color: hsla(0, 100%, 0.35, 0.55);
	border: solid 1px #a77878;
	/*format: offset_left, offset_top, blur radius, spread, color+alpha*/
	-moz-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
}
