/* 
    Document   : noticias
    Created on : 29/09/2009, 09:45:48
    Author     : nelson
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#noticia, #noticias {
    width: 675px;
}

#titulo, #texto h1 {
	font-family: Arial,sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 0 7px 0;
}
#texto h2 {
	font-family: Arial,sans-serif;
	font-size: 18px;
	padding: 18px 0 14px 0;
	font-weight: normal;
	line-height: 25px;
}
#subtitulo {
    font-size: 14px;
    font-family: Verdana, Helvetica,Arial,sans-serif;
    color: #333333;
    margin-bottom: 10px;
}

#texto, #texto div, #texto span, #texto font{
    font-size: 10px !important;
    font-family: Verdana,Arial,Helvetica,sans-serif !important;;
    line-height: 15px !important;;
    text-align: justify !important;
}

#data {
    font-size: 11px;
    font-family: Verdana, Helvetica,Arial,sans-serif;
    color: #333333;
    font-style: italic;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 17px;
}

.pagination_desc
{
    margin-left: 15px;
    margin-top: 10px;
    font-style: italic;
    color: #2aaa31;
}

.pagination_desc strong
{
    color: #2aaa31;
}

.pagination
{
    margin-top: 10px;
    margin-left: 170px;
    color: #2aaa31;
    font-size: 110%;
    font-weight: bold;
   
}

.pagination a
{
    margin: 0 1px;
    text-decoration: none;
    color: #2aaa31;
    font-size: 75%;
    vertical-align: 1px;
    font-weight: normal;
    border: 0;
}

.pagination a:hover
{
    text-decoration: underline;
}

#noticias li{
    
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    width: 600px;
}

#noticias li a{
    text-decoration: none;
    font-weight:bold;
    color:#f6ba28;
}

.cinza{
    display: block;
}

.branco{
    display: block;
}

#data_noticia{
    color: #2aaa31;
}
