﻿.NewsScrollerTbl
{
    margin-top: 10px;
    height: 69px;
    background-image: url(pictures/site/news_bar.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.NewsScrollerTblInside
{
    margin-top: 10px;
    height: 69px;
    background-image: url(pictures/site/news_inside.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.NewsScrollerTitleDiv
{
    color: White;
    font-weight: bold;
    margin: 8px 0px 0px 15px;
}

.NewsScrollerContentDiv
{
    margin: 22px 0px 0px 15px;
}



/*---------------------------------------------*/


.RightColTheme
{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #8FBF30;
    font-weight: bold;
    border-bottom: solid 1px #d0d0d0;
    height: 20px;
}

.NewsColumn
{
    width: 200px;
    padding: 0px 10px 0px 70px;
    background: url(Pictures/news.jpg) no-repeat;
}

.NewsDetails
{
    width: 100%;
}

.NewsDate
{
    margin-top: 2px;
    margin-left: 15px;
    font-weight: bold;
}

.NewsTitle
{
    margin-top: 5px;
    margin-left: 15px;
}

.NewsShortDescription
{
    margin-top: 2px;
    margin-right: 20px;
    margin-left: 15px;
}

.NewsSeparator
{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 40px;
    height: 1px;
    width: 60%;
}

.NewsDetailsTitle
{
    font-weight: bold;
}

.NewsDetailsText
{
    padding-top: 5px;
}
