@charset "utf-8";
/* CSS Document */
/*Estilo da parte central do site*/
.mainContent h1 {
  font-size: 20px;
  color:#666666;
  font-weight: normal;
}
.mainContent h6 {
	font-size: 20px;
	color:#333;
	text-align: center;
	font-weight: bold;
}
/*Esilo da barra inferior*/
.barraInf p{
	font-size:9px;
	text-align:center;
	color:#ffffff;
}
.barraInf a{
	text-decoration:none;
	color:#FFFFFF;
}
.barraInf a:hover{
	text-decoration:underline;
}
/*Estilo dos Menus */
.menu a{
	display:block;
	width: 160px;
	height: 22px;
	line-height: 22px;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	background: url(../imagens/menu/Menu.jpg) no-repeat left top;
	text-indent:7px;
}
.menu a:hover {
	background: url(../imagens/menu/Menu_f2.jpg) no-repeat left top;
	color:#000000;
}
.menu h3{
	background:#000;
	font-size:11px;
	text-align:center;
	height:20PX;
	color:#FFF;	
}
.menuA a{
	display:block;
	width: 160px;
	height: 22px;
	line-height: 22px;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	background: url(../imagens/menu/Menu2.jpg) no-repeat left top;
	text-indent:7px;
}
.menuA a:hover {
	background: url(../imagens/menu/Menu2_f2.jpg) no-repeat left top;
	color:#000000;
}
.menuA h3{
	background:#000;
	font-size:11px;
	text-align:center;
	height:20PX;
	color:#FFF;	
}

.menuZ a{
	display:block;
	width: 160px;
	height: 22px;
	line-height: 22px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	background: url(../imagens/menu/Menu3.jpg) no-repeat left top;
	text-indent:7px;
}
.menuZ a:hover {
	background: url(../imagens/menu/Menu3_f3.jpg) no-repeat left top;
	color:#FFFFFF;
}
.menuZ h3{
	background:#000;
	font-size:11px;
	text-align:center;
	height:20PX;
	color::#FFF;	
}

/*Estilos dos Jogadores*/
.jogadores a{
	display:block;
	width:160px;
	line-height:25px;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	background:url(../imagens/jogadores/jog.gif) no-repeat left bottom;
	text-indent:10px;
}
.jogadores a:hover {
	background:url(../imagens/jogadores/jog2.gif) no-repeat left bottom;
}
.infoJogador {
	width:150px;
	display:none;
	font-size:11px;
	color:#333333;
}
.infoJogador ul{
	margin-left:2px;
	padding-left:2px;
	list-style-type:none;
}
.infoJogador li{	
	background:url(../imagens/jogadores/bullet.gif) no-repeat 0 50%;
	padding-left: 10px;
}
.placar h1{
	color:#FFCC00;
	text-align:center;
	margin-top:5px;
	font-size:12px;
}
.placar p{
	margin-top:10px;
	text-align:center;
}
.placar p a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}
.placar p a:hover{
	text-decoration:underline;
}
.placar td{
	color:#FFFFFF;
	font-size:16x;
}
.paginacao {
	color:#000;
	font-size:16px;
	text-align:center;
}
.paginacao a{
	color:#666;
	font-size:14px;
	text-decoration:none;
}
.paginacao a:visited{
	color:#666;
	font-size:14px;
	text-decoration:none;	
}
.paginacao a:hover{
	text-decoration:underline;
	color:#FFCC00;
}
/*Pagina de resumos*/
.Rplacar h1{
	color:#FFCC00;
	text-align:center;
	margin-top:5px;
	font-size:13px;
}
.Rplacar td{
	color:#FFFFFF;
	font-size:16x;
}
.Resumo td{
	color:#333333;
	font-size:12px;
}
.Resumo h1{
	font-size:12px;
	margin-left:10px;
	color:#000000;
}
.campeonato table {
	border-collapse:collapse;
	width: 50em;
	border: 1px solid #666;
}

.campeonato thead {
	font-size:14px;
  background: #ccc url(../imagens/detalhes/bar_camp.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}
.campeonato .odd {
  background-color:#FFFFFF;
}
.campeonato .odd2 {
  background-color:#C6E47C;
}
.campeonato .odd3 {
  background-color:#FFCC00;
}
.campeonato tr:hover {
  background-color:#FFCC00;
}
.campeonato a {
	text-decoration:underline;
	font-weight: bold;
	color:#333333;
	font-size:12px;
}
span.Perdedor {
	background:#999;
	font-size:10px;
	color:#fff;
}
span.Vencedor {	
	background:#666;
	font-size:10px;
	color:#FFF;
}
span.Penalidade {
	background:#F00;
	color:#FFF;
}
.campeonato {
	text-decoration:none;
	color:#333333;
	font-size:12px;	
}
.Escalacao table {
  border-collapse: collapse;
  width: 50em;
  border: 1px solid #666;
}
.Escalacao thead {
  background: #ccc url(../imagens/detalhes/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}
.Escalacao .odd {
  background-color:#FFFFFF;
}
.Escalacao .odd2 {
  background-color:#CCCCCC;
}
.Escalacao tr:hover {
  background-color:#FFCC00;
  color: #fff;
}
.Escalacao a {
	text-decoration:none;
	color:#333333;
	font-size:12px;
}
/*Pagina Agenda*/
.ainfo {
	color:#FFFFFF;
	font-size:11px;
}
.ainfo a {
	color:#FFFFFF;
}
.ainfo a:hover {
	text-decoration:underline;
}
.ainfo_Jogo {
	width:806px;
	background:#DADADA;
	margin-left:10px;
	display:none;
	font-size:14px;
	color:#000000;
}
/*Pagina de fotos*/
.fotos img{
	border-color:#666666;
	border:inherit;
	margin-left:5px;
	margin-top:5px
}
.fotos p{
font-size:12px;
}
.historia h2{
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
}
.historia p{
	font-size:12px;
	margin-top:10px;
	text-align:justify;
}
