﻿
/* --------------------------------------------------------------------------------------------- */

.SkillGameBoxContainer
{
  background-image: url('Images/SkillGameBoxBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 560px;
  left: 40px;
  position: absolute;
  top: 20px;
  width: 920px;
}

.SkillGameBoxHeader
{
  border-bottom: solid 1px #FFFFFF;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  height: 63px;
  padding: 2px 0px 0px 0px;
}

.SkillGameBoxContent
{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  height: 492px;
  padding: 0px 0px 3px 0px;
  position: relative;
}

/* --------------------------------------------------------------------------------------------- */

.SkillGameCategoryBox
{
  float: left;
  height: inherit;
  position: relative;
  text-align: center;
  width: 182px;
}

/* --------------------------------------------------------------------------------------------- */

.SkillGameIconContainer
{
  height: 60px;
  left: 40px;
  position: absolute;
  top: 20px;
  width: 60px;
}

.SkillGameTitleContainer
{
  height: 60px;
  left: 120px;
  position: absolute;
  top: 20px;
  width: 320px;
}

.SkillGameTitleLabel
{
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  height: inherit;
  vertical-align: middle;
  width: inherit;
}

.SkillGameInstructionContainer
{
  height: 260px;
  left: 40px;
  overflow: hidden;
  position: absolute;
  top: 90px;
  width: 480px;
  z-index: 1;
}

.SkillGameInstructionLabel
{
  font-size: 16px;
  font-weight: normal;
}

.SkillGameScreenshotContainer
{
  border: solid 2px #D4D4D4;
  height: 264px;
  position: absolute;
  right: 40px;
  top: 20px;
  width: 352px;
}

.SkillGameBackgroundContainer
{
  left: 2px;
  position: absolute;
  top: 311px;
}

/* --------------------------------------------------------------------------------------------- */

.SkillGameBackLinkButton
{
  bottom: 60px;
  left: -20px;
  position: absolute;
}

.SkillGamePlayLinkButton
{
  bottom: 40px;
  left: 140px;
  position: absolute;
}

.SkillGameCategoryMoreButton
{
  left: 46px;
  position: absolute;
  top: 443px;
}

/* --------------------------------------------------------------------------------------------- */

.JackpotTournamentLinkButton
{
  bottom: 140px;
  right: 290px;
  position: absolute;
}

.MultiplayerChallengeLinkButton
{
  bottom: 140px;
  right: 160px;
  position: absolute;
}

.MultiplayerMatchLinkButton
{
  bottom: 140px;
  right: 30px;
  position: absolute;
}

/* --------------------------------------------------------------------------------------------- */

.SkillGameLinkBoxContainer
{
  bottom: 40px;
  left: 140px;
  position: absolute;
}

.SkillGameLinkBoxHeader
{
  font-size: 36px;
  font-weight: bold;
  height: 45px;
  left: 25px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 200px;
}

.SkillGameLinkBoxContent
{
  font-size: 42px;
  font-weight: bold;
  height: 52px;
  left: 25px;
  padding: 14px 0px 14px 0px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 200px;
}

.SkillGameLinkBoxFooter
{
  border-top: solid 1px #FFFFFF;
  font-size: 20px;
  font-weight: normal;
  height: 35px;
  left: 25px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 45px;
  width: 200px;
}

/* --------------------------------------------------------------------------------------------- */
