div.ccm-block-page-list-wrapper {
    position: relative;
}

div.ccm-block-page-list-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    margin-bottom: 10px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
	float: left;
    width: 1px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 120px;
    max-width: none;
	padding-right: 20px;
}
.ccm-block-page-list-header-container {
	display: table;
}

.ccm-block-page-list-page-entry-thumbnail img {
	margin-right: 15px;
}

.ccm-block-page-list-title-container {
	display:table-cell;
}

.ccm-block-page-list-page-entry-thumbnail {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

input[type=radio].ccm-input-checkbox , input[type=checkbox].ccm-input-checkbox {
	margin-right: 5px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
	font-size: 16pt;
    font-weight: bold;
	display: inline-block;
}
div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-date {
	font-size: 9pt;
    font-weight: bold;
	padding-bottom: 14px;
	display: inline-block;
}
div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-catg {
	font-size: 11pt;
    font-weight: bold;
}

.pagination
{
display:inline-block;
padding-left:0;
margin:20px 0;
border-radius:4px
}
.pagination>span
{
display:inline
}
.pagination>a,.pagination>span
{
position:relative;
float:left;
padding:6px 12px;
line-height:1.42857143;
text-decoration:none;
color:#428bca;
background-color:#fff;
border:1px solid #ddd;
margin-left:-1px
}
.pagination:first-child>a,.pagination:first-child>span
{
margin-left:0;
border-bottom-left-radius:4px;
border-top-left-radius:4px
}
.pagination:last-child>a,.pagination:last-child>span
{
border-bottom-right-radius:4px;
border-top-right-radius:4px
}
.pagination>a:hover,.pagination>span:hover,.pagination>a:focus,.pagination>span:focus
{
color:#2a6496;
background-color:#eee;
border-color:#ddd
}
.pagination>.active>a,.pagination>.active,.pagination>.active>a:hover,.pagination>.active:hover,.pagination>.active>a:focus,.pagination>.active:focus
{
z-index:2;
color:#fff;
background-color:#428bca;
border-color:#428bca;
cursor:default
}
.pagination>.disabled,.pagination>.disabled:hover,.pagination>.disabled:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus
{
color:#999;
background-color:#fff;
border-color:#ddd;
cursor:not-allowed
}

#js-tab-events {
	padding-top: 5px;
}

#js-tab-events .subheading-outerborder {
	margin-bottom: 20px;
}