/* index card on story content type */
div.alfresco-report-story-content-type {
	background-color: #ececec;
	font-size: 11px;
	margin-top:20px;
}

div.alfresco-report-story-content-type div.ic-titles {
	height: 65px;
}
div.alfresco-report-story-content-type div.ic-header {
	background-color: #ffff00;
	color: #000;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

div.alfresco-report-story-content-type h3 {
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	width: 550px;
	
}

div.alfresco-report-story-content-type div.ic-titles p {
	padding-bottom: 10px;
}

div.alfresco-report-story-content-type div.ic-metadata {
	float: left;
	width: 550px;
	padding-left: 5px;
	line-height: 120%;
	padding-top: 10px;
}

div.alfresco-report-story-content-type div.ic-metadata strong {
	color: #999;
}

div.alfresco-report-story-content-type div.ic-metadata span {
	padding-left: 5px;
}
div.alfresco-report-story-content-type p.ic-metadata-description {
	padding-left: 5px;
	width: 530px;
	line-height: 120%;
}

div.alfresco-report-story-content-type div.ic-report-files ul.files {
	list-style-type: none;

}

div.alfresco-report-story-content-type div.ic-report-files ul.files li.HTML {
	list-style-image: url(/sites/default/modules/custom/amnesty/amnesty_alfresco/images/html.jpg);
}

div.alfresco-report-story-content-type div.ic-report-files ul.file li.PDF {
	list-style-image: url(/sites/default/modules/custom/amnesty/amnesty_alfresco/images/pdf.jpg);
}

div.alfresco-report-story-content-type div.ic-report-files-bottom {
	padding-left: 5px;
}

div.alfresco-report-story-content-type div.ic-report-files-bottom p {
	margin: 0;
	padding: 0;
	line-height: 120%;
}

div.alfresco-report-story-content-type div.ic-report-files-bottom span.ic-full-lang-name {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 120%;
	width: 55px;
}

div.alfresco-report-story-content-type div.ic-report-files-bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 120%;
}

div.alfresco-report-story-content-type div.ic-report-files-bottom ul li {
	display: inline;
}

div.alfresco-report-story-content-type div.service-links {
	background-color: #ececec;
	border: 0;
	padding-bottom: 15px;
}
