table#lista_noticias {
 border: solid 1px;
 padding: 5px;
 width: 100%;
}

table#lista_noticias td, 
table#lista_noticias th {
 border: none;
 padding: 5px;
}

table#lista_noticias td a {
 text-decoration: none;
}

table#lista_noticias td a:hover {
 text-decoration: underline;
}

table#lista_noticias tr.titleLine {
 text-align: left;
 background-color: #CCCCCC;
}


table#lista_noticias tr.oddLine {
 background-color: #DDDDDD;
}


table#lista_noticias tr.evenLine {
 background-color: #EEEEEE;
}

div#historico_noticias {
 margin-left: 7px;
 width: 390px;
 border: 1px solid #a81353;
 border-top: none;
}

div#historico_noticias a {
 color: #a81353;
 text-decoration: none;
 padding: 0 3px 0 3px;
}

div#historico_noticias a:hover {
 color: #fff;
 background-color: #a81353;
}
