﻿.NewsContainer
{
    border-width: 0px;
    border-style: solid;
    border-color: #fffff;
    background-color: #fffff;
    padding: 5px 5px 5px 5px;
    width: 100%;
}

table.News
{
    border-width: 0px;
    font-size: small;
    border-style: solid;
    border-color: #fffff;   
}

table.News .TextCell
{
    padding-left: 10px;
    padding-right: 10px;
}

div.NewsContent
{
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 4px;
    width: 100%;
}

/*
.NewsDetail
{
    background-image: url(Images/sfondo01.gif);
    background-repeat: repeat-x;
    background-position: top;
}
*/

.Comments,
a.Comments,
a.Comments:Hover
{
	font-size: xx-small;
	font-weight: bold;
	color: #798C01;
}