/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Shared Get Checked Abstracts CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*-------------------------------------------------------------------------------
	Page-wide preferences
-------------------------------------------------------------------------------*/

/* don't display numbering */
li.gca-results-abs, li.gca-results-cit {
	list-style: none;
}


/*-------------------------------------------------------------------------------
	Jump list
-------------------------------------------------------------------------------*/


/* Don't indent either the ul or the li of the jump list */
.gca-results-cit-list, .gca-results-cit{
	margin-left: 0;
	padding-left: 0;
}


/* Similar formatting to aindex/toc headings */
.gca-abs-jump {
	background-image:url(../../shared/img/toc/dwnarrow.gif);
	background-position:0pt center;
	background-repeat:no-repeat;
	padding-left:16px;
}
		
.gca-abs-position {
	background-image:url(../../shared/img/toc/uparrow.gif);
	background-position:0pt center;
	background-repeat:no-repeat;
	padding-left:16px;
}

.gca-results-abs-list .gca-abs-position a {
	color:#003333;
	font-size:1.1em;
	font-weight:bold;
}

.gca-results-cit-list .gca-abs-jump a {
	color:#003333;
	font-size:1.1em;
	font-weight:bold;
}

/* Don't display citation colors here */
.gca-results-cit-list .cit.openaccess, .gca-results-cit-list .cit.inaugural, .gca-results-cit-list .cit.fromcover{
	background-color: #FFF;
}

/* Decrease some of the padding on the citation, it look funny without the citation colors.  */
.gca-results-cit-list .cit {
	margin-top: 0;
}

/*-------------------------------------------------------------------------------
	Abstract tweaking
-------------------------------------------------------------------------------*/

.gca-abs-position,
.gca-section,
.gca-series-title {
	display: block;
	line-height: 1.5;
}

/* This the "Abstract X of Y" text.  Make it bigger and stand it off from other text */
.gca-abs-position {
	margin:10px 0pt;
}

.gca-section,
.gca-series-title {
	font-weight: bold;
}

ol.gca-results-abs-list,
li.gca-results-abs {
	padding-left: 0; margin-left: 0;
}

.gca-results-abs-list li.gca-results-abs {
	border-top: 1px solid #999;
}

.cit-views a {
            background-image:url(../../shared/img/misc/rightchevron.gif);
            background-position:0pt center;
            background-repeat:no-repeat;
            padding-left:9px;
            font-weight:bold;
            color:#660033;
}

#pageid-gca #content-block .gca-results-abs-list div.article .fig {
            margin:0;
}

#pageid-gca #content-block .gca-results-abs-list .fig-caption {
            background-color:#FFFFFF;
            padding:0;
            border:none;
}


.gca-results-cit-list {
list-style-type:none;
}

/* Don't display figures in abstract since abstract figures are not handled well */
#pageid-gca .fig-inline {
    display: none;
}
