﻿.NewsColumn
{
    width: 100px;
    padding: 10px 2px 0px 2px;
    background-color: #F4F4F4;
}

.divNewsSearch
{
    color: #ff8400;
    background-color: #ebebeb;
    border: solid 1px #dedede;
    padding: 3px;
    margin-bottom: 10px;
}

.tblNewsSearch
{
    color: #ff8400;
    background-color: #ebebeb;
    border: solid 1px #dedede;
    margin-bottom: 10px;
}

.NewsListSeparator
{
    height: 8px;
    margin-top: 8px;
    border-top: dotted 1px #d0d0d0;
}

.NewsDetails
{
    width: 100%;
}

.NewsDate
{
    margin-top: 2px;
    font-weight: bold;
}

.NewsTitle
{
    margin-top: 5px;
}

.NewsShortDescription
{
    margin-top: 2px;
}

.NewsDetailsTitle
{
    font-weight: bold;
    text-align: left;
}

.NewsDetailsText
{
    padding-top: 5px;
    text-align: left;
}