@CHARSET "UTF-8";
.table{
	position: relative;
	float: left;
	width:  225px;
	height: 136px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
}
#celek #obsah .vlevo .blok-bottom{
	position: relative;
	background-color: #1F1F1F;
	border: 1px solid #4A4A4A;
	width: 680px;
	padding: 15px;
	margin-top: 10px;
	float: left;
}
#celek #obsah .vlevo .redLink{
	text-decoration: none;
	color: #AA0000;
}
.game{
	background-image: url(../images/poker/poker_table.png);
}
.promotion_class{
	background-image: url(../images/poker/poker_table_promotion.png);
}
.pause{
	background-image: url(../images/poker/poker_table_pause.png);
}
.wait{
	background-image: url(../images/poker/poker_table_wait.png);
}
.table .seat{
	position: absolute;
	top: 0px;
	left: 0px;
	width:  225px;
	height: 136px;
	border: none;
	background-color: transparent;
}
.table .tableName {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 13px;
	left: 0px;
	font-weight: bold;
	color: yellow;
	width:  225px;
	text-align: center;
	border: none;
	background-color: transparent;
}
.table .tableText {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 45px;
	left: 0px;
	width:  225px;
	text-align: center;
	border: none;
	background-color: transparent;
}
	
.tableText td{
	color: black;
	padding: 2px 6px 2px 6px;
	background-color: #EEEEEE;
}
.tableText .sedyBorder{
	border: 2px solid #4A4A4A;
	margin: 5px 0px;
	width: 690px;
}
.tableText .sedyBorderSSirkou{
	border: 2px solid #4A4A4A;
	margin: 5px 0px;
	width: 690px;
}
.tableText .sedyBorderSSirkou small{
	font-size: 70%;
	color: #777;
}
.tableText .header{
	padding: 5px 6px 5px 6px;
	background-color:#335884;
	color: yellow;
	font-weight:bold;
}
.tableText .headerLight{
	padding: 5px 6px 5px 6px;
	background-color:#335884;
	color: yellow;
	font-weight:bold;
}
.tableText .row{
	background-color:#c7efff;
	color: black;
}
.tableText .rowLight{
	background-color:#c7efff;
	color: black;
}
.tableText .zluty{
	border-top: 1px solid #4A4A4A;
	background-color:#679AEF;
	color: #EEEEFF;
	font-weight:bold;
}
.tableText .zlutyLight{
	border-top: 1px solid black;
	background-color:#77AAFF;
	color: #EEEEFF;
	font-weight:bold;
}


.table .tableWPText {
	position: absolute;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	left: 0px;
	width:  225px;
	text-align: center;
	font-weight: bold;
	color: red;
	border: none;
	background-color: transparent;
}
