.NewsListItem  
{
    min-height: 75px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e6e4cd;
    cursor: pointer;
}
.NewsListItem:hover 
{
    background: url("/Images/NewsListItemHoverBackground.jpg") no-repeat right bottom;
}
.NewsListItem .Date
{
    text-align: right;
    font-weight: bold;
}

.NewsListItem .NewsTitle 
{
    border-style: none;
    background-image: none;
    padding-right: 50px;
    font-weight: bold;
    text-align: left;
}

.NewsListItem .Summary
{
    padding-right: 50px;
}

.NewsListItem:hover .Date, .NewsListItem:hover .NewsTitle, .NewsListItem:hover .Summary
{
    color: #692040;    
}

.NewsListItem .Date, .NewsListItem .NewsTitle, .NewsListItem .Summary
{
    color: #8b4262;
}