﻿.sfnewsList                 /* ul Wrapper of all News list modes — Titles only, Titles and dates, Titles, dates and summaries and Titles, dates and full content. */
{
    font-weight:normal;
	list-style-position: outside;
    list-style-type: none;
    border:none;
    margin: 10px 0 0 0;
    color: #333333;
    padding:0;
    }
.sfnewsListTitlesOnly       /* ul Wrapper of Titles only mode of News list. */
 {
    list-style-type: none;
    } 
.sfnewsListTitleDate        /* ul Wrapper of Titles and dates mode of News list. */
{
     }  
.sfnewsListTitleDateContent /* ul Wrapper of Titles, dates and full content mode of News list. */
{
     }  
sfnewsListTitleDateSummary  /* ul Wrapper of Titles, dates and summaries mode of News list. */
{
        list-style-type: none;
        }

.sfnewsListItem             /* li Single news wrapper. */
{
    border:none;
    list-style-type: none;
    margin: 10px 0 0 0;
    text-align:justify;
    padding-bottom: 12px;
    border-bottom: 1px dotted #C2BFB8;
    }
.sfnewsThumbnail            /* <div> Wrapper do thumbnail */ 
{
    }
.sfnewsThumbnail img        /* <img> do thumbnail */ 
{
    width:100px;
    padding:2px;
    }
.sfnewsThumbnailBig            /* <div> Wrapper do thumbnail */ 
{
    }
.sfnewsThumbnailBig img        /* <img> do thumbnail */ 
{
    width:200px;
    padding:2px;
    }
.sfnewsTitle                /* h1> in details mode and <h2> in list mode - Single news title. */
{
    border:none;
    margin-top:0;
    margin-bottom:0;
    margin-left:6px;
    margin-right:0;
    padding:none;
    text-transform:none;
    text-align:left;
}
.sfnewsTitle a              /* h1> in details mode and <h2> in list mode - Single news title. */
{
    color: #1785BA;
    font-size: 14px;
    font-weight:bold;
    text-decoration:none;
    }
.sfnewsTitleGreen                /* h1> in details mode and <h2> in list mode - Single news title. */
{
    border:none;
    margin-top:0;
    margin-bottom:0;
    margin-left:6px;
    margin-right:0;
    padding:none;
    text-transform:none;
    text-align:left;
}
.sfnewsTitleGreen a
{
    color: #a2cd3a;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.sfnewsTitleBlue                /* h1> in details mode and <h2> in list mode - Single news title. */
{
    border:none;
    margin-top:0;
    margin-bottom:0;
    margin-left:6px;
    margin-right:0;
    padding:6px 0 10px 0;
    text-transform:none;
    text-align:left;
}
.sfnewsTitleBlue a              /* h1> in details mode and <h2> in list mode - Single news title. */
{
    color: #95c6ea;
    font-size: 12px;
    font-weight:bold;
    text-decoration:none;
    }
.sfnewsMetaInfo             /* <div> Wrapper of news publication date and link to news comments. */
{
    border:none;
    margin-top:0px;
    margin-left:6px;
    margin-right:6px;
    margin-bottom:0px;
    padding-bottom:0;
    text-align:left;
    font-size:9px;
    }
.sfnewsAuthorAndDate        /* <div> Author and publication date wrapper. */
{
    margin:none;
    padding-bottom:4px;
    font-size:9px;
    }

/* classes do widget de apresentação integral da notícia */

.sfnewsSummary
{
    margin-top:0px;
    margin-left:6px;
    margin-right:6px;
    margin-bottom:6px;
    padding-top:6px;
	line-height: 18px;
	font-size:11px;
}
.sfnewsDetails              /* <div> Wrapper of single news details. */
 {
    width:100%;
	line-height: 20px;
    }
.sfnewsLinksWrp             /* <div> Go back link wrapper. */
 {
    border:none;
    margin:none;
    padding-bottom:0;
    text-align:right;
    }
.sfnewsContent              /* <div> News content wrapper. */
 {
    text-align:justify;
    margin:6px;
    padding-top:10px;
    border-top: 1px dotted #C2BFB8;

    }
.sfnewsFullStoryWrp
{
    margin-top:4px;
    width:62px;
    height:21px;
    text-align: right;
    float:right;
    border:none 0 #FFF;
}
.sfnewsfullstory            /* <a> Link, which leads to news details - 'Ver mais' */
{
    border:none 0 #FFF;
    }
.sfnewsfullstory a      /* <a> Link, which leads to news details - 'Ver mais' */
{
    text-decoration:none;
    }

.sfnewsfullstory a img      /* <a> Link, which leads to news details - 'Ver mais' */
{
    border:none 0 #FFF;
    }
sfnewsCommentsCount         /* <a> Link, which leads to comments list or form, if there are no comments. */
{}




