﻿/*****************************************************************
							POKER CSS
******************************************************************/
.pokerFlash
{
}

.pokerPromotionsTable
{
	/*border-top:1px Solid #434343;*/
	padding-top:10px;
	display:inline-block;
}

.pokerTournamentsSchedule
{	
	border:0px;
	padding-top:10px;
	vertical-align:top;
}

.pokerBannersContentTable
{
	height:170px; 
	width:250px;
	padding-left: 10px;
	padding-right: 15px;
}

.pokerBannersContentTable a
{
	color:#FFFFFF;
	text-decoration:none;
}

.pokerBannersContentTable a:hover
{
	
}


.pokerBannersTitle
{
	color:#F18A02;
	font:verdana;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	height:30px;
	
}
.pokerBannersContent
{
	height:115px;
	font:verdana;
	font-size:11px;
	color:#E5E5E5;
	padding-left:5px;
	text-decoration:none;
}


.pokerbanner1,.pokerbanner2,.pokerbanner3,.pokerbanner1_IT,.pokerbanner2_IT,.pokerbanner3_IT
{
	height:330px;
	width:250px;
	background-position:TOP;
	cursor:hand;
	cursor:pointer;
}



.pokerbanner1_IT
{
	background-image:url('Resources/Content/it-IT/Poker/PokerBg01.jpg');
}
.pokerbanner1
{
	background-image:url('Resources/Content/en-GB/Poker/PokerBg01.jpg');
}

.pokerbanner1:hover, .pokerbanner1_IT:hover
{
	background-position:bottom;	
}


.pokerbanner2_IT
{
	background-image:url('Resources/Content/it-IT/Poker/PokerBg02.jpg');
}
.pokerbanner2
{
	background-image:url('Resources/Content/en-GB/Poker/PokerBg02.jpg');
}

.pokerbanner2:hover,.pokerbanner2_IT:hover
{
	background-position:bottom;
}


.pokerbanner3_IT
{
	background-image:url('Resources/Content/it-IT/Poker/PokerBg03.jpg');
}
.pokerbanner3
{
	background-image:url('Resources/Content/en-GB/Poker/PokerBg03.jpg');
}

.pokerbanner3:hover, .pokerbanner3_IT:hover
{
	background-position:bottom;
}




.pokerBannerContainer
{
	width:750px; 
	height:315px;
}

.pokerBannerFlashContainer
{
	width:500px; 
	height:315px; 
	float:left;
}

pokerBannerSide
{
	width:250px; height:315px; float:right;
}




.pokerMainBannerButtons
{
	width:250px; 
	height:65px; 
	background-position:top;
	cursor:hand;
	cursor:pointer;
	
}

.pokerMainBannerButtons:hover
{
	background-position:bottom;
}