table.liga_tabela
{
	color: #000000;
	margin-bottom: 10px;
}

table.liga_tabela th {
	width: 40px;
	border: 1px solid #000000;
	text-align: center;
	padding: 2px;
}

table.liga_tabela th.team {
	width: 280px;
	border: 1px solid #000000;
	text-align: center;
}

table.liga_tabela th.big {
	width: 50px;
	border: 1px solid #000000;
	text-align: center;
}

table.liga_tabela th.order {
	background-color: #996600;
	color: #ffffff;
}

table.liga_tabela td {
	border: 1px solid #000000;
	text-align: center;
	padding: 2px;
	
}

table.liga_tabela td.background {
	background-color: #D3D3D3;
}

table.liga_tabela th.background {
	background-color: #996600;
	color: #FFFFFF;
}

table.liga_tabela td.team {
	text-align: left;
}

table.liga_tabela td.plus {
	color: #008000;
	font-weight: 900;
}

table.liga_tabela td.minus {
	color: #800000;
}

table.liga_tabela td.order {
	background-color: #996600;
	color: #ffffff;
}

table.liga_tabela caption {
	
	border: 1px solid #000000;
	background-color: #E29C22;
	color: #000000;
	padding: 7px;
	font-weight: 900;
}

span.plus
{
	color: #008000;
	font-weight: 900;
}

span.minus
{
	color: #800000;
	font-weight: 900;
}