/* 
Geral CSS
15/01/2008
*/

body {
	background-color: #cccccc;
	margin: 0px 0px 0px 0px;
}

.tabGeral {
	background-color: #000000;	
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;	
}

/* MENU TOPO */
	.menu{
		font-family: "Trebuchet MS";
		font-size: 0.75em;
		font-weight: bold;
		color: #FB7115;		
		text-decoration: none;
		text-transform: uppercase;
	}
	.menu:hover{
		color: #ffffff;
	}
/* FIM MENU TOPO */

/* BOX CAPA */
	.box_Capa {
		border:1px solid #999999;
	}
	.box_Capa_titulo{
		font-family: "Trebuchet MS";
		font-size: 1.3em;
		font-weight: bold;
		color: #BBBBBB;
	}
	.box_Capa_texto{
		font-family: "Trebuchet MS";
		font-size: 0.7em;
		color: #ffffff;
	}
	.box_Capa_texto_link{
		font-family: "Trebuchet MS";
		font-size: 0.7em;
		color: #ffffff;
		font-weight: bold;		
		text-decoration: none;
	}
	.box_Capa_texto_link:hover{
		text-decoration: underline;	
	}
/* FIM BOX CAPA */

/* NOTICIAS CAPA */
	.noticias_Capa_data{
		font-family: "Trebuchet MS";
		font-size: 0.6em;
		font-weight: bold;
		color: #FA9D2E;
	}
	.noticias_Capa_titulo{
		font-family: "Trebuchet MS";
		font-size: 1em;
		/*line-height: 14px;*/
		font-weight: bold;
		/*color: #EE7E1B; */
		color: #FB7115;
		
	}
	.noticias_Capa_texto{
		font-family: "Trebuchet MS";
		font-size: 0.7em;
		color: #ffffff;
		text-decoration: none;
	}
	.noticias_Capa_texto:hover{
		text-decoration: underline;	
	}
	.destaqueFoto {
		border:1px solid #ff9900;
	}	

/* FIM NOTICIAS CAPA */

/* TABELA */
	.tabela_topo{
		font-family: "Trebuchet MS";
		font-size: 0.8em;
		color: #FBA82E;
		text-transform: uppercase;
		text-decoration: none;
	}
	.tabela_topo_link{
		font-family: "Trebuchet MS";
		font-size: 0.8em;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
	}
	.tabela_topo_link:hover{
		text-decoration: underline;
	}
	.tabela_campeonato{
		font-family: "Trebuchet MS";
		font-size: 1em;
		font-weight: bold;
		color: #ffffff;
	}
	.tabela_dados{
		font-family: "Trebuchet MS";
		font-size: 0.6em;
		color: #ffffff;
	}
	.tabela_dados_acbf{
		font-family: "Trebuchet MS";
		font-size: 0.6em;
		color: #FBB638;
	}
/* FIM TABELA */

/* FORM CAPA */
	.form_capa{
		border: 1px solid #777777;
		font-family: "Trebuchet MS";
		font-size: 0.6em;
		background-color: #333333;
		color: #ffffff;
	}
/* FIM FORM CAPA /*

/* RODAPÉ */
	.rodape_branco{
		font-family: "Trebuchet MS";
		font-size: 0.65em;
		color: #ffffff;
		text-decoration: none;
	}
	.rodape_laranja{
		font-family: "Trebuchet MS";
		font-size: 0.65em;
		color: #FB7115;
		text-decoration: none;
	}
/* FIM RODAPÉ /*

/* INTERNOS */
	.home{
		font-family: "Trebuchet MS";
		font-size: 0.6em;
		color: #FB7115;
		text-decoration: none;
	}
	.home:hover{
		text-decoration: underline;
	}
	.titulo{
		font-family: "Trebuchet MS";
		font-size: 1.6em;
		color: #FB7115;
		text-transform: uppercase;
	}
	.texto{
		font-family: "Trebuchet MS";
		font-size: 11px;
		color: #cccccc;
		text-decoration: none;
		text-align: justify;
	}
	.texto:link{
		text-decoration: underline;
		text-align: '';
	}
	.texto:visited {
		text-decoration: underline;
	}
	.texto:hover {
		text-decoration: none;
	}
	.subtitulo{
		font-family: "Trebuchet MS";
		font-size: 0.9em;
		color: #FB7115;
		font-weight: bold;
	}
	.texto_mini{
		font-family: "Trebuchet MS";
		font-size: 9px;
		color: #cccccc;
	}
/* FIM INTERNOS */



/* MENU */

.menu_off{
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	background-color: #000000;	
	color: #FFFFFF;
	border: 1px solid #333333;
	cursor: pointer;
}
.menu_on{
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	background-color: #FB7115;	
	color: #FFFFFF;
	border: 1px solid #000000;
	cursor: pointer;
}
/* FIM MENU */

/*+++++++++++++++++++++++++++++++++++++++*/
.textoNews{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #f0f0f0;
	text-decoration: none;
}
.textoNews:hover{
	text-decoration: underline;
}
.textoNewsTitulo{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FB7115;
	font-weight: bold;
}
.textoNewsCreditos {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #999999;
	text-align: right;
}