﻿/* Grouping */
h1.cpoGrouping {
	text-transform: capitalize;
	clear: both;
}

div.cpoDocList h1.cpoGrouping {
	margin: 1em 0 0 0;
}

div.cpoDocList h1.cpoGrouping:first-child {
	margin-top: 0;
}

/* Default display type */
div.cpoDocItem {
	margin: 8px;
	padding: 10px;
	overflow: hidden;
}


div.cpoDocItem a {
}

div.cpoDocItem span {
}

div.cpoDocHeightTrunc {
	/*height: 70px;*/
	overflow: hidden;
}


/* Headlines display type */
div.cpoDocList {
	padding: 10px;
}

ul.cpoDocList {
	margin: 0px;
	padding: 2px;
}

ul.cpoDocList li {
}

span.cpoDate {
	margin: 3px 5px 2px 0;
}

span.cpoListDate {
	margin: 0 5px;
}

div.cpoDocToggle {
	margin-top: 10px;
	border-top: solid 1px silver;
	font-family: Arial;
	font-weight: bold;
	font-size: 35px;
	height: 18px;
	text-align: center;
	cursor: pointer; /* background-color to show the area that can be clicked.. HACK: disable button maring/padding on host */
	background-color: #ddd;
}

/* Newspaper display type */
div.cpoDocItemNewspaper {
	border: 2px solid #000;
	float: left;
	overflow: auto; /* 	width: 200px; */
}
