	@charset "UTF-8";
	/* CSS Document */


	.jackpotViewer{
		width:300px;
	}
	
	.jackpotGameName{
	color:#201e21;
	font-size:10px;
	text-align:left;
	font-weight:normal;
	width:200px;
	border-bottom: #d8d9d9 dotted 1px;
	}

	.jackpotValue{
	text-align:right;
	color:#e2001a;
	font-size:10px;
	font-weight:bold;
	width:90px;
	border-bottom: #d8d9d9 dotted 1px;;
	}
		
	
/*	DISPLAY CASINO WINNERS OF THE MONTH + TOP 10 WINNERS (poker feed) */
	
	.thisMonthWinners{
	font-family:Arial, Helvetica, sans-serif;
	color:#d8d9d9;
	font-size:10px;
	text-align:left;
	font-weight:normal;
	width:300px;
	margin-top: 5px;
	}
	
		
.winnerName{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	text-align:left;
	font-weight:bold;
	width:140px;
	border-bottom: 1px solid #c7970b;
	}
		

	.winCash{
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	color:#e2001a;
	font-size:0.9em;
	font-weight:bold;
	border-bottom: 1px dotted #e2001a;
	width:80px;
	padding:6px;
	}
	
	
	
/*	GAME PROMO TEXT BOX <|> TESTO PROMOZIONE GIOCO */

	.gamePromoTextBox a{

	border-bottom:1px dotted #FC0;
	padding-left:45px;
	padding-bottom:5px;
	}

	.gameDescription{
	padding:5px;
	color:#fff;
	font-size:11px;
	text-align:left;
	}
	
/* specific kind of bold markup */
	.highlight{
	color:#FC0;
	}
		
		
/* ______________________________POKER FEEDS_____________________*/
/* ____________ TOURNAMENTS LIST _______________________________ */
/* _____ FILTERS _______________________________________________ */
		
		.filters
	{
		color: #000;
		font-weight: bold;
		margin-bottom:15px;
		margin-left:15px;
	}
	
	
/* _____________________________________________  POKER FEEDS_____________________*/
/* _____________________________ TOURNAMENTS LIST _______________________________ */
/* ______ TOURNAMENTS LIST TABLE ________________________________________________ */
	
	.tournamentsTableHeader{
	margin-top:25px;
	width:750px;
	}
	
	.tournamentsTableHeader th{
	padding: 5px;
	background-color:#dadbdc;
    font-weight: bold;
	color:#e2001a;
	border-right:1px solid #fff;
	text-transform:uppercase;
	}
	
	.td_A{
	/*background-color:#031536;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px!important;
	color:#000;
	padding: 3px;
	border-bottom:1px solid #dadbdc;
	border-right:1px solid #dadbdc;
	border-left:1px solid #dadbdc;
	}
	
	.td_B{
	/*background-color:#34addc;*/
	padding: 3px;
	border-bottom:1px solid #dadbdc;
	border-right:1px solid #dadbdc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px!important;
	color:#000 !important;
	}
	
	.td_C{
	/*background-color:#b5e6ff;*/
	padding: 3px;
	border-bottom:1px solid #dadbdc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px!important;
	color:#000 !important;
	}
	
	.td_D{
	padding: 3px;
	border-bottom:1px solid #dadbdc;
	border-right:1px solid #dadbdc;;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px!important;
	color:#000;
	}
	
	.td_E{
	padding: 3px;
	border-bottom:1px solid #dadbdc;
	border-right:1px solid #dadbdc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px!important;
	color:#000;
	}
	
/* ____________________________________________ POKER FEEDS_____________________*/
/* _____________________________ TOP 10 WINNERS _______________________________ */

	.top10winners{
	width:200px;
	margin-left:15px;
	}
	
	.winner_header
	{
		padding-bottom:4px;
		border-bottom: 1px solid #db2190;
		text-align:left;
		font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#000;
		width:90%;
	}
	
	.top10winners th{
	padding: 5px 5px 5px 0px;
    font-weight: bold;
	color:#e2001a;
	text-align:left;
	border-bottom: 1px dotted #e2001a;
	}
	
	.pokerRanking{
	padding:5px;
	text-align:left;
	color:#fff;
	font-size:0.9em;
	text-align:left;
	border-bottom:1px dotted #ccc;
	text-transform:uppercase;
	background-color:#fc0;
	}
	
	.pokerWinnerName{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	text-align:left;
	font-weight:bold;
	width:140px;
	border-bottom: 1px dotted #e2001a;
	border-right: 1px dotted #e2001a;
	}
	
	/* ____________________________________________ POKER FEEDS_____________________*/
/* _____________________________ ACTIVE PLAYERS _______________________________ */
	.activePlayers
{
width:400px;
margin-left:50px;
margin-top:50px;
}

.activePlayersHeader
{
padding-left:50px;
padding-top: 25px;
padding-bottom: 25px;
padding-right:10px;
background: url('images/playerLeft.png') top left transparent no-repeat;
font-weight: bold;
color:#FFF;
text-align:right;
font-size:13px;
width:280px;
}

.playersCounter
{
padding:25px;
background: url('images/playerRight.png') top right transparent no-repeat;
text-align:left;
color:#fff;
font-size:13px;
font-weight:bold;
}

	
/*---------------------- ANNOUNCEMENT MODULE (FAQ)-------------------------------------*/
		
	.AnnouncementItemBody{
		FONT-SIZE: 12px; COLOR: #fff;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.AnnouncementItemBody p{
		background-color:#333; 
		padding:5px;
		color:#1b4ca8;
	}
	
	.pnlCollapsing{
		padding:10px;
		margin:10px;
	}
	
	.pnlCollapsing .commandButton
	{
		background-color:#333;
		padding:5px;
	}
