﻿.LatestNews_DateCell
{
    font-size: small;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid silver;
    width:100px;
}

.LatestNews_ContentCell
{
    font-size: small;
    vertical-align: top;
    border-bottom: 1px solid silver;
    width:450px;
    word-wrap:break-word;
}

.LatestNews_Title
{
    font-weight: bold;
    font-size: small;
}

.LatestNews_Description
{
    font-size: smaller;
}

.LatestNews_Picture_Cell
{
    vertical-align: top;
    text-align: right;
    border-bottom: 1px solid silver;
}

.LatestNews_Picture
{
    border:2px solid white;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='gray', Positive='true');
}