/* CSS Document */

.tabela-poker {
	font: normal 12px 'Lucida Sans Unicode', Arial, Verdana, Helvetica;
	color:#999;
	padding: 10px 10px 20px 10px;
	color: #535353;
	border: 2px solid #4b3753;
	background-color:#4b3753;
	padding:0;
	margin: 8px 0 20px 0;
	text-align: left;
	border: 2px solid #4b3753;
	width: 98%;
}

.tabela-poker a {
	color: #666;
	text-decoration: none;
	font-size: 90%;
}
.tabela-poker a:hover {
	color: #fff;
	text-decoration: underline
}
.tabela-poker tr {
	color:#999;
	background-color: #000;
	border-top: 1px solid #666;
}
.tabela-poker tr:hover {
	color:#ccc;
	background-color: #141414;
}
.tabela-poker th {
	color: #ccc;
	font-size: 100%;
	font-weight: bold;
	background-color: #2f1e36;
	padding: 5px 8px;
}

.tabela-poker td {
	border-top: 1px solid #333;
	border-left: 1px solid #111;
	font-size: 95%;
	padding: 5px 8px;
	vertical-align:top;
	margin:1px;
}
.tabela-poker td a {
}



