﻿
.newsList
{
    padding-left:2px;
    color: White;
    width: 260px;
}

.newsList table
{
    height: auto;
}
.newsList td
{
    border-top: solid 2px white;
    border-bottom: solid 1px white;
}

.newsList h6
{
    margin: 5px 0px 0px 10px;
    font-size: 12px;
}

.newsList p
{
    padding: 10px 10px 10px 10px;
}

td.topicNewsList
{
    border-top: solid 0px white;
}

.content
{
    float: left;
    background: transparent url(../layoutImages/list_bg.jpg) 668px 0 repeat-y;
	height: auto;
	margin-top: 4px;
}
