﻿@import url("../../../../styles/CustomList.css");

.latestPublications .headItems .item
{
    border-bottom:0;
	padding-right: 5px;
}

.latestPublications .headItems .item.rowLast
{
    padding-right: 0;
}

.latestPublications .headItems .item .content
{
    background:#fff;
    border-top: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    padding: 7px;
    padding-bottom: 3px;
    overflow:hidden; /*fixing IE white text problem*/
}

.latestPublications .headItems .item .liTitle a
{
    font-size: 16px;
    font-weight: bold;
    color: #bd6e07;
    text-decoration:none;
}
.latestPublications .headItems .item .liDescription
{
    color: #373737;
    margin-top: 8px;
    padding-left: 0;
}
.latestPublications .headItems .item .liImage img
{
    float: right;
    border-width: 0px;
    margin-left: 5px;
}
.latestPublications .headItems .item .liDate
{
    display:block;
}
.activitiesLanding .activity A.more
{
    float: left;
    display: block;
    text-align: center;
    padding: 3px;
    background: #f1f0e3;
    border: solid 1px #e2e0cd;
    color: #7b6c30;
    font-size: 11px;
    margin-top: 4px;
    text-decoration: none;
}
.activitiesLanding .activity A.more:hover
{
    background: #fdecbe;
}
