
/* CSS links */
a:link {text-decoration: none
color: #333333;
}
a:visited {text-decoration: none
color: #333333;
}
a:hover {text-decoration: underline; 
color: #333333;
}
a:active {text-decoration: none
color: #333333;
}

/*Fullbanner INDEX*/
div#marcus {position:absolute; z-index:1000; left:50%; margin:5px 0 0 -95px}

/*Menu DIREITA*/
div.tras {z-index:1}

/* Tabela do popup do trailer */
.table-trailer {

    border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}

/* Linha vermelha das laterais */
.table-lateral {

    border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF000F;
	border-left-color: #FF000F;
}

/* Linha cinza da coluna direita do centro das subpaginas */
.table-lateral-centro {
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E5E6;
}


/* Linha rosa do final de cada noticia com + mais */
.table-base-centro {
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8F4F5;
}

/* Tabela vermelha da pagina anunciar*/
.table-completa-vermelha {

    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6666;
	border-right-color: #FF6666;
	border-bottom-color: #FF6666;
	border-left-color: #FF6666;

}


/* Linha branca e cinza do menu_esq.php */
.table-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 21px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #FBF7F7;
	background-color: FBF7F7;
}

.texto-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.texto-data2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.texto-contato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.texto-noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.texto-noticia2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}

.texto-noticia3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.texto-noticia-sabor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}


.titulo-noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.titulo-noticia-sabor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.texto-rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.texto-email-caderno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.texto-tempo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.table-completa-roxa {

    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A2A2B7;
	border-right-color: #A2A2B7;
	border-bottom-color: #A2A2B7;
	border-left-color: #A2A2B7;

}
