
/* ------TABLES---------- */


/* HOME */
	.hometables {/* caixa para tabelas de eventos */
		width: 538px; height: 110px;
		margin-bottom: 0px;
		padding: 6px 0 0 6px;
		float: left;
		font-size: 10px;
		background: url('../img/boxes2/box_home_tables.jpg') no-repeat;
	}
		.hometables .tables {/* subcaixa para tabelas de eventos */
			float: left;
			padding-left: 2px;
			/*border-left: 2px solid #333;*/
		}
			.hometables .tables H6 {
				font-size: 10px;
				margin: 0;
				text-align: center;
				color: #97E81E;
			}
			.hometables .tables IMG {
				float: none;
				margin: 0;
			}
				.hometables .tables TABLE {
					width: 174px;
					margin-top: 4px;
				}
					.hometables .tables TABLE TH, .hometables .tables TABLE TD {
						text-align: left;
						font-weight: normal;
						padding: 0;
					}
						.hometables .tables TABLE TH A, .hometables .tables TABLE TD A {
							color: #72AFE2;
							text-decoration: none;
						}
						.hometables .tables TABLE TH A:hover, .hometables .tables TABLE TD A:hover {
							text-decoration: underline;
						}


/* STANDARD */
	TABLE.standard {
		margin: 0px auto;
		background: #000 url('../img/geral/table_fundo1.jpg') no-repeat;
		border: solid 2px #2A2A2A;
	}
	TABLE.standard TH, TABLE.standard CAPTION {
		font-size: 13px;
		color: #FF8000;
		padding: 4px;
	}
	TABLE.standard TH {
		background: #000;
		text-align: center;
	}
	TABLE.standard TH A {color: #2c3c5d;}
	TABLE.standard TR {
		vertical-align: center;
	}
	TABLE.standard TD {
		padding: 4px;
	}
	TABLE.standard TD EM {
		color: #d50000;
	}
	TABLE.standard TD A {
		color: #BA9341;
	}



/* TEST */
	TABLE.teste {
		margin: 0px auto;
		background: #FFF;
	}
	TABLE.teste TR {
		vertical-align: center;
	}
	TABLE.teste TD {
		color: #333;
	}
	TABLE.teste TD A {
		color: #FFF;
		background: #a9cd2b;
	}


/* TOPJOGOS */
	TABLE.topjogos {
		margin: 0px auto;
		background: none;
		color: #B1B1B1;
		border: none;
	}
	TABLE.topjogos TR {
		font: 11px Arial, Tahoma, sans-serif;
	}
	TABLE.topjogos TR.first {
		font: 13px Arial, Tahoma, sans-serif;  
	}
	TABLE.topjogos TD {
		background: none;
		padding: 2px;
	}
	TABLE.topjogos TD A {
		color: Arial;
		font-weight: bold;
		text-decoration: none;
	}


/* HOT */
	DIV.hot TABLE {
		width: 544px;
		float: left;
		background: #222;
		margin: 0 0 8px 0;
		padding: 0;
		font: 11px Arial, Tahoma, sans-serif;
	}
	DIV.hot TABLE TH, DIV.hot TABLE TD {
		padding: 0;
		border-bottom: dotted 1px #333;
		text-align: left;
	}
	DIV.hot TABLE TH, DIV.hot TABLE TD {
		/*background: #606060;*/
		font-weight: normal;
	}
	DIV.hot TABLE TH A, DIV.hot TABLE TD A {
		color: #72AFE2;
		text-decoration: none;
	}
	DIV.hot TABLE TH A:hover, DIV.hot TABLE TD A:hover {
		color: #72AFE2;
		text-decoration: underline;
	}