﻿/* Box Style */
.txtBoxStyle1
{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
	padding-left: 4px;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;    
    color: #666666;
    background-image: url(imagens/corners.gif);
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.txtBoxStyle2
{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
	padding-left: 4px;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;    
    color: #666666;
    background-image: url(imagens/grid.gif);
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.txtBoxStyle3
{
	border-top: 1px solid #BED73D;
    border-bottom: 1px solid #BED73D;
    border-left: 1px solid #BED73D;
    border-right: 1px solid #BED73D;
	padding-left: 4px;
    background-color: #FFFFFF;
    font-family: Trebuchet MS;
    font-size: 10px; 
    vertical-align: middle;
    line-height: 16px;   
    color: #666666;
    background-image: url(imagens/corners2.gif);
    height: 16px;
}

.frmPesquisa {
	color: #ffffff;
	
	background: transparent repeat 0% 100%;
	
	height: 21px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	padding-top: 10px;
}

/* Destaques */
.tdDestaque
{
	background: url('imagens/fundo_destaque.png');
	width: 23px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.tdDestaqueON
{
	background: url('imagens/fundo_destaque_on.png');
	width: 23px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/* Newsletter */

.frmNewsletter {
	color: #ffffff;
	
	background: transparent repeat 0% 100%;
	
	height: 16px;
	vertical-align: middle;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	padding-top: 2px;
}

.tdNewsletterCampo 
{
	width: 248px;
	height: 20px;
	background: url('imagens/fundo_newsletter_campo.jpg');
}

/* Popups */
.bodyPopup 
{
	background-color: #FFFFFF;
}

.txtTituloPopup 
{
	padding-top: 1px;
	font-family: Verdana;
    font-size: 13px;    
    color: #FFFFFF;
	text-decoration: normal;
	font-weight: normal;
}

.txtPopup {
	font-family: Verdana;
    font-size: 11px;    
    color: #666666;
	text-decoration: none;
}

/* Validações */
.txtValidacao {
	color: #CE0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: middle;

}

/* Formulários */
.txtFormulario {
	font-family: Verdana;
    font-size: 11px;    
    color: #070A01;
	text-decoration: none;
	font-weight: normal;
}

/* Top Músicas */
.tdFundoMusicasMP
{
	width: 254px;
	height: 36px;
	background: url('imagens/fundo_musica_topMP.jpg');
	text-align: center;
	color: #070A01;
	font-family: Verdana;
    font-size: 10px;    
	text-decoration: none;
}

.txtMusica {
	font-family: Verdana;
    font-size: 10px;    
    color: #070A01;
	text-decoration: none;
}


/* Programação */
.tdFundoProgramacaoHoraMP
{
	width: 49px;
	height: 21px;
	background: url('imagens/fundo_programacao_horaMP.png');
	background-repeat: no-repeat;
	text-align: center;
	color: #D8E245;
	font-family: Verdana;
    font-size: 10px;    
	text-decoration: none;
}

.tdFundoProgramacaoTextoMP
{
	width: 142px;
	height: 21px;
	background: url('imagens/fundo_programacao_textoMP.jpg');
	background-repeat: no-repeat;
	padding-left: 5px;
	color: #070A01;
	font-family: Verdana;
    font-size: 10px;    
	text-decoration: none;
}

.tdFundoProgramacaoTextoMPA
{
	width: 142px;
	height: 21px;
	background: url('imagens/fundo_programacao_textoMPA.jpg');
	padding-left: 5px;
	color: #070A01;
	font-family: Verdana;
    font-size: 11px;    
	text-decoration: none;
}

.tdDiaProgramacao
{
	background: url('imagens/fundo_dia_programacao.jpg');
	background-repeat: repeat-x;
	background-color: #BED63A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: middle;
	text-align: left;
	height: 36px;
	width: 152px;
	display:block; 
	clear:both;
	font-family: Verdana;
    font-size: 11px;    
    color: #070A01;
	text-decoration: none;
	cursor: pointer;
}

.tdDiaProgramacao:hover
{
	background: url('imagens/fundo_dia_programacao_sel.jpg');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: middle;
	text-align: left;
	height: 36px;
	width: 152px;
	display:block; 
	clear:both;
	font-family: Verdana;
    font-size: 11px;    
    color: #070A01;
	text-decoration: none;
	cursor: pointer;
}

.tdDiaProgramacaoSel
{
	background: url('imagens/fundo_dia_programacao_sel.jpg');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: middle;
	text-align: left;
	height: 36px;
	width: 152px;
	display:block; 
	clear:both;
	font-family: Verdana;
    font-size: 11px;    
    color: #070A01;
	text-decoration: none;
}

.tdTituloProgramacao
{
	background-color: #070A01;
	color: #BED63A;
	font-family: Verdana;
    font-size: 11px;    
    padding-left: 5px;
}

.tdFundoProgramacaoHora
{
	width: 50px;
	height: 20px;
	background: url('imagens/fundo_programacao_hora.jpg');
	text-align: center;
	color: #666666;
	font-family: Verdana;
    font-size: 10px;    
	text-decoration: none;
}

.tdFundoProgramacaoHora_Sel
{
	width: 50px;
	height: 20px;
	background: url('imagens/fundo_programacao_hora_sel.jpg');
	text-align: center;
	color: #D8E245;
	font-family: Verdana;
    font-size: 10px;    
	text-decoration: none;
}

.tdFundoProgramacaoTexto
{
	width: 246px;
	height: 20px;
	background: url('imagens/fundo_programacao_texto.jpg');
	padding-left: 5px;
	color: #666666;
	font-family: Verdana;
    font-size: 10px;    
	text-decoration: none;
}

.tdFundoProgramacaoTexto_Sel
{
	width: 246px;
	height: 20px;
	background: url('imagens/fundo_programacao_texto_sel.jpg');
	padding-left: 5px;
	color: #070A01;
	font-family: Verdana;
    font-size: 11px;    
	text-decoration: none;
}
/* Normal */
.txtNormal {
	font-family: Verdana;
    font-size: 11px;    
    color: #070A01;
	text-decoration: none;
	line-height: 16px;
}

.txtNormalBold {
	font-family: Verdana;
    font-size: 11px;     
    color: #070A01;
	text-decoration: none;
	font-weight: bold;
}

a.lnkNormal:link, a.lnkNormal:visited, a.lnkNormal:active  {
	font-family: Verdana;
    font-size: 11px;    
	font-style: normal;
	color: #070A01;
	text-decoration: none;
}
a.lnkNormal:hover {
	font-family: Verdana;
    font-size: 11px;    
	font-style: normal;
	color: #D8E245;
	text-decoration: none;
}

a.lnkNormalBranco:link, a.lnkNormalBranco:visited, a.lnkNormalBranco:active  {
	font-family: Verdana;
    font-size: 11px;    
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.lnkNormalBranco:hover {
	font-family: Verdana;
    font-size: 11px;    
	font-style: normal;
	color: #16543F;
	text-decoration: none;
}

.txtManutencao {
	font-family: Verdana;
    font-size: 13px;    
    color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.lnkManutencao:link, a.lnkManutencao:visited, a.lnkManutencao:active  {
	font-family: Verdana;
    font-size: 11px;    
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a.lnkManutencao:hover {
	font-family: Verdana;
    font-size: 11px;    
	font-style: normal;
	color: #D8E245;
	text-decoration: none;
}

.txtNormalVerde {
	font-family: Verdana;
    font-size: 11px;      
    color: #D8E245;
	text-decoration: none;
}

.txtNormalBranco {
	font-family: Verdana;
    font-size: 11px;    
    color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

.txtNormalBrancoBold {
	font-family: Verdana;
    font-size: 11px;     
    color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.txtNormalCinza {
	font-family: Verdana;
    font-size: 11px;      
    color: #666666;
	text-decoration: none;
}

.txtNormalCinzaBold {
	font-family: Verdana;
    font-size: 11px;      
    color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.lnkIcone:link, a.lnkIcone:visited, a.lnkIcone:active  {
	font-family: Verdana;
    font-size: 14px;    
	font-style: normal;
	color: #D8E245;
	text-decoration: none;
}
a.lnkIcone:hover {
	font-family: Verdana;
    font-size: 14px;    
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* Título */
.txtTitulo 
{
	font-family: Verdana;
	font-size: 13px;
	color: #D8E245;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	
}

.txtTituloBold 
{
	font-family: Verdana;
	font-size: 13px;
	color: #D8E245;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	
}

.txtTituloBranco 
{
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	
}

/* Downloads */

.tdDownloadFoto
{
	background-color: #0B0E07;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #070A01;
	vertical-align: middle;
	width: 100px;
}

.tdDownloadTexto
{
	background: url('imagens/fundo_download_texto.jpg');
	background-repeat: repeat-x;
	background-color: #EDEDED;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: middle;
	height: 105px;
}

/* Parceiros */

.tdParceiroFoto
{
	background-color: #0B0E07;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #070A01;
	vertical-align: middle;
}
.tdParceiro
{
	background: url('imagens/fundo_tit_noticia.jpg');
	background-repeat: repeat-x;
	background-color: #BED63A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: top;
	height: 20px;
	padding: 4px;
}


/* Noticias */

.tdNoticiaDestaqueTit
{
	/*background-color: #FFFFFF;*/
	background-color:White;
	filter: alpha(opacity=50);
	opacity: 0.5;
	vertical-align: middle;
	text-align: center;
	line-height: 50px;
}

a.lnkTituloNoticiaDest:link, a.lnkTituloNoticiaDest:visited, a.lnkTituloNoticiaDest:active  {
	font-family: Verdana;
    font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #070A01;
	text-decoration: none;
}
a.lnkTituloNoticiaDest:hover {
	font-family: Verdana;
    font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #070A01;
	text-decoration: none;
}

.tdNoticiaFoto
{
	background-color: #0B0E07;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #070A01;
	vertical-align: middle;
	width: 149px;
}

.tdNoticiaFoto2
{
	background-color: #0B0E07;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #070A01;
	vertical-align: middle;
	height: 102px;
}

.tdNoticiaTexto
{
	background: url('imagens/fundo_download_texto.jpg');
	background-repeat: repeat-x;
	background-color: #EDEDED;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: middle;
	height: 105px;
}

.tdNoticiaTitulo
{
	background: url('imagens/fundo_tit_noticia.jpg');
	background-repeat: repeat-x;
	background-color: #BED63A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: top;
	height: 50px;
	padding: 4px;
}

.tdNoticiaTituloUlt
{
	background: url('imagens/fundo_tit_noticia.jpg');
	background-repeat: repeat-x;
	background-color: #BED63A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: top;
	height: 70px;
	padding: 4px;
}



a.lnkTituloNoticia:link, a.lnkTituloNoticia:visited, a.lnkTituloNoticia:active  {
	font-family: Verdana;
    font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #070A01;
	text-decoration: none;
}
a.lnkTituloNoticia:hover {
	font-family: Verdana;
    font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.txtTituloNoticia {
	font-family: Verdana;
    font-size: 11px;    
    color: #070A01;
	text-decoration: none;
	font-weight: bold;
}

.txtDataNoticia {
	font-family: Verdana;
    font-size: 11px;    
    color: #BED73D;
	text-decoration: none;
	font-weight: normal;
}

a.lnkFonteNoticia:link, a.lnkFonteNoticia:visited, a.lnkFonteNoticia:active  {
	font-family: Verdana;
    font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #BED63A;
	text-decoration: none;
}
a.lnkFonteNoticia:hover {
	font-family: Verdana;
    font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #BED63A;
	text-decoration: underline;
}

.tdOutrasNoticias
{
	background: url('imagens/fundo_outras_noticias.jpg');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: middle;
	text-align: left;
	height: 20px;
	width: 140px;
	display:block; 
	clear:both;
	font-family: Verdana;
    font-size: 13px;    
    color: #070A01;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}

.tdNoticiaTituloOutras
{
	background: url('imagens/fundo_tit_noticia.jpg');
	background-repeat: repeat-x;
	background-color: #BED63A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: top;
	height: 40px;
	padding: 4px;
}

/* Contactos */
.tdContactoEsq
{
	background: url('imagens/fundo_contacto_esq.jpg');
	background-repeat: repeat-x;
	background-color: #BED63A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: middle;
	height: 45px;
	font-weight: bold;
}

.tdContactoEsqPreto
{
	background: url('imagens/fundo_contacto_esq_preto.jpg');
	background-repeat: repeat-x;
	background-color: #090C03;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: middle;
	height: 45px;
	width: 105px;
	color: #D8E245;
	font-weight: bold;
}

.tdContactoDir
{
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666666;
	vertical-align: middle;
	height: 45px;
	padding-left: 5px;
}
.tdContactoDirPreto
{
	background-color: #F2F2F2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
	vertical-align: middle;
	height: 45px;
	padding-left: 5px;
}


/* DropDownList */
.txtDropDown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;    
    color: #070A01;
	text-decoration: none;
}


/* Rodapé */
a.lnkRodape:link, a.lnkRodape:visited, a.lnkRodape:active {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #E5E5E5;
	text-decoration: none;
	
}
a.lnkRodape:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #D8E245;
	text-decoration: none;
}

.txtRodape 
{
	font-family: Verdana;
	font-size: 10px;
	color: #E5E5E5;
	text-decoration: none;
	font-style: normal;
}

.tdRodape 
{
	font-family: Verdana;
	font-size: 10px;
	color: #E5E5E5;
	text-decoration: none;
	font-style: normal;
	height: 35px;
	background-color: #141414;
	/*background-image: url('imagens/fundo_rodape.jpg');*/
}

/* Menus */
td.fundoMenu {	
	/*background-color: #CCDE58;*/
	background: url('imagens/fundo_menu.jpg');
	color: #070A01;
	height: 35px;
}
a.lnkMenu:link, a.lnkMenu:visited, a.lnkMenu:active {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.lnkMenu:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #BED73D;
	text-decoration: none;
	font-weight: normal;
}

.txtMenu {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

td.fundoSubMenu {	
	background-color: #CCDE58;
	color: #FFFFFF;
}
a.lnkSubMenu:link, a.lnkSubMenu:visited, a.lnkSubMenu:active {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #070A01;
	text-decoration: none;
}
a.lnkSubMenu:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #BED73D;
}
td.botaoMenu a {	

	/*background-color: #070A01;*/
	color: #070A01;
	
	background: transparent url('imagens/btt_menu.jpg') repeat 0% 50%;
	vertical-align: middle;
	line-height: 22px;
	width: 135px;
	height: 22px;
	
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	display:block; 
	clear:both;
}
td.botaoMenu a:hover {	

	/*background-color: #070A01;*/
	color: #CCDE58;
	
	background: transparent url('imagens/btt_menu_on.jpg') repeat 0% 50%;
	vertical-align: middle;
	line-height: 22px;
	width: 135px;
	height: 22px;
	
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	display:block; 
	clear:both;
}

td.botaoMenuSel a, td.botaoMenuSel a:hover {	

	/*background-color: #070A01;*/
	color: #CCDE58;
	
	background: transparent url('imagens/btt_menu_on.jpg') repeat 0% 50%;
	vertical-align: middle;
	line-height: 22px;
	width: 135px;
	height: 22px;
	
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	display:block; 
	clear:both;
}


/* fundos */
.body 
{
	background: url('imagens/bg.jpg');
	background-repeat: repeat-x;
	background-color: #141414;
	margin: 0px;
}

.borderRedondo
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #070A01;
}

.borderRedondoCinza
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #B2B2B2;
	background-color: #B2B2B2;
}

.borderRedondoBranca
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}



.miolo {
	background-color: #FFFFFF;
	background-image: url('imagens/fundo_miolo.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	height: 400px;
}

/* Hrs */
.hrs {
	color: #BDD73C;
	background-color: #BDD73C;
	height: 1px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(imagens/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(imagens/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(imagens/SavedStar.png);
}

/* GridView paginação */
.gridviewPaginacao
{     
    color: #070A01;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana;
	text-align: center;
	height: 30px;
	text-align: left;
}

.gridviewPaginacao a
{
	background-color: #D7DF3A;
    color: #070A01;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #070A01;
	padding: 4px;
}
.gridviewPaginacao a:hover
{
	background-color: #070A01;
    color: #D7DF3A;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #070A01;
	padding: 4px;
	
}

td.paginacaoSel
{     
    background-color: #070A01;
    color: #D7DF3A;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #070A01;
	padding: 4px;
}


td.paginacao a
{
	background-color: #D7DF3A;
    color: #070A01;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #070A01;
	padding: 4px;
}
td.paginacao a:hover
{
	background-color: #070A01;
    color: #D7DF3A;
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #070A01;
	padding: 4px;
	
}
.txtPaginacao  {
	font-family: Verdana;
    font-size: 11px;    
	font-style: normal;
	color: #070A01;
	text-decoration: none;
}
a.lnkPaginacao:link, a.lnkPaginacao:visited, a.lnkPaginacao:active  {
	font-family: Verdana;
    font-size: 11px;    
	font-style: normal;
	color: #070A01;
	text-decoration: none;
}
a.lnkPaginacao:hover {
	font-family: Verdana;
    font-size: 11px;    
	font-style: normal;
	color: #D8E245;
	text-decoration: none;
}

/* Publicidade */
.borderPublicidade
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #FFFFFF;
}