﻿
/* --------------------------------------------------------------------------------------------- */

body
{
  background-color: Transparent;
  background-image: None;
}

/* --------------------------------------------------------------------------------------------- */

.ContentPageContainer
{
  height: 600px;
  position: absolute;
  width: 1000px; 
}

.ContentFrame
{
  height: 600px;
  width: 1000px;
}

/* --------------------------------------------------------------------------------------------- */

.ContentBoxContainer
{
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
}

.MediumContentBoxContainer
{
  background-image: url('Images/MediumContentBoxBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 520px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 440px;
}

.LargeContentBoxContainer
{
  background-image: url('Images/LargeContentBoxBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 520px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 920px;
}

.ContentBoxHeader
{
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 28px;
  padding: 10px 10px 10px 10px;
}

.ContentBoxContent
{
  color: #606060;
  height: 435px;
  overflow: auto;
  padding: 10px 20px 10px 20px;
}

.ContentBoxContent a
{
  color: #000000;
}

.ContentBoxContentHeader
{
  color: #FF7107;
  font-size: 24px;
  font-weight: bold;
}

.ContentBoxTable
{
  border-collapse: collapse;
  width: 400px;
}

.ContentBoxTable tr
{
  height: 36px;
}

.ContentBoxFooter
{
  bottom: 0px;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  position: absolute;
  right: 0px;
}

.WelcomeBoxContainer
{
  height: 300px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 1000px;
}

.WelcomeBoxMovieContainer
{
  background-image: url('Images/WelcomeBoxMovieBackground.png');
  background-position: 40px 20px;
  background-repeat: no-repeat;
  height: 300px;
  position: absolute;
  width: 1000px;
}

#FlashPlayerDownloadContainer
{
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: 80px;
  width: 920px;
}

.NewsTickerContainer
{
  height: 45px;
  left: 40px;
  position: absolute;
  top: 309px;
  width: 920px;
}

/* --------------------------------------------------------------------------------------------- */

.LinkBoxContainer
{
  background-position: 0px 0px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  cursor: pointer;
  height: 212px;
  position: absolute;
  width: 292px;
}

.SmallLinkBoxContainer
{
  background-position: 0px 0px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  cursor: pointer;
  height: 110px;
  position: absolute;
  width: 292px;
}

.LinkBoxHeader
{
  font-size: 28px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  text-align: center;
}

.LinkBoxContent
{
  font-size: 16px;
  padding: 0px 20px 5px 20px;
  text-align: center;
}

.LinkBoxFooter
{
  bottom: 0px;
  font-size: 24px;
  font-weight: bold;
  left: 0px;
  padding: 5px 10px 8px 10px;
  position: absolute;
  text-align: center;
  width: 272px;
}

.SmallLinkBoxFooter
{
  bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  left: 0px;
  padding: 5px 10px 8px 10px;
  position: absolute;
  text-align: center;
  width: 272px;
}

#SingleplayerTrialLinkBoxContainer
{
  background-image: url('Images/PurpleBoxBackground.png');
  right: 40px;
  top: 120px;
}

#SingleplayerTrialLinkBoxContainer:hover
{
  background-position: 0px -212px;
}

.JackpotTournamentLinkBoxContainer
{
  background-image: url('Images/BlueBoxBackground.png');
  left: 40px;
  top: 365px;
}

.JackpotTournamentLinkBoxContainer:hover
{
  background-position: 0px -212px;
}

.SmallJackpotTournamentLinkBoxContainer
{
  background-image: url('Images/SmallBlueBoxBackground.png');
  left: 40px;
  top: 320px;
}

.KnockoutTournamentLinkBoxContainer
{
  background-image: url('Images/DarkBlueBoxBackground.png');
  left: 40px;
  top: 365px;
}

.KnockoutTournamentLinkBoxContainer:hover
{
  background-position: 0px -212px;
}

.SmallKnockoutTournamentLinkBoxContainer
{
  background-image: url('Images/SmallDarkBlueBoxBackground.png');
  left: 40px;
  top: 320px;
}

.MultiplayerChallengeLinkBoxContainer
{
  background-image: url('Images/RedBoxBackground.png');
  left: 354px;
  top: 365px;
}

.MultiplayerChallengeLinkBoxContainer:hover
{
  background-position: 0px -212px;
}

.SmallMultiplayerChallengeLinkBoxContainer
{
  background-image: url('Images/SmallRedBoxBackground.png');
  left: 354px;
  top: 320px;
}

.MultiplayerMatchLinkBoxContainer
{
  background-image: url('Images/GreenBoxBackground.png');
  left: 668px;
  top: 365px;
}

.MultiplayerMatchLinkBoxContainer:hover
{
  background-position: 0px -212px;
}

.SmallMultiplayerMatchLinkBoxContainer
{
  background-image: url('Images/SmallGreenBoxBackground.png');
  left: 668px;
  top: 320px;
}

/* --------------------------------------------------------------------------------------------- */

#WinnerBackgroundContainer
{
  background-image: url('Images/WinnerBackground.png');
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 500px;
}

/* --------------------------------------------------------------------------------------------- */

.WizardMessage
{
  color: #FF7107;
}

/* --------------------------------------------------------------------------------------------- */

.LoginBoxTopContainer
{
  background-image: url('Images/LoginBoxTopBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 920px;
}

.LoginBoxMiddleContainer
{
  background-image: url('Images/LoginBoxMiddleBackground.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 490px;
  left: 40px;
  position: absolute;
  top: 55px;
  width: 920px;
}

.LoginBoxBottomContainer
{
  background-image: url('Images/LoginBoxBottomBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 545px;
  width: 920px;
}

/* --------------------------------------------------------------------------------------------- */

.LeftLoginBoxContainer
{
    /*border: dotted 1px Gray;*/
  height: 480px; 
  left: 20px;
  position: absolute;
  top: 5px;
  width: 440px;
}

.RightLoginBoxContainer
{
    /*border: dotted 1px Gray;*/
  height: 480px; 
  right: 20px;
  position: absolute;
  top: 5px;
  width: 440px;
}

.LeftLoginBoxHeader
{
  font-size: 24px;
  padding: 10px 20px 10px 20px;
}

.RightLoginBoxHeader
{
  color: #000000;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
}

.LeftLoginBoxContent
{
    /*border: dotted 1px Gray;*/
  color: #404040;
  height: 390px; 
  overflow: hidden;
  padding: 20px 20px 20px 20px;
  position: absolute;
}

.RightLoginBoxContent
{
    /*border: dotted 1px Gray;*/
  color: #000000;
  height: 410px; 
  overflow: hidden;
  padding: 0px 100px 20px 20px;
  position: absolute;
}

.RightLoginBoxFooter
{
    /*border: dotted 1px Gray;*/
  left: 0px;
  text-align: center;
}

/* --------------------------------------------------------------------------------------------- */

.RegistrationBoxTopContainer
{
  background-image: url('Images/RegistrationBoxTopBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 920px;
}

.RegistrationBoxMiddleContainer
{
  background-image: url('Images/RegistrationBoxMiddleBackground.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 490px;
  left: 40px;
  position: absolute;
  top: 55px;
  width: 920px;
}

.RegistrationBoxBottomContainer
{
  background-image: url('Images/RegistrationBoxBottomBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 545px;
  width: 920px;
}

/* --------------------------------------------------------------------------------------------- */

.LeftRegistrationBoxHeader
{
  color: #000000;
  font-size: 24px;
  padding: 10px 20px 10px 100px;
}

.LeftRegistrationBoxContent
{
    /*border: dotted 1px Gray;*/
  color: #000000;
  height: 410px; 
  overflow: hidden;
  padding: 0px 20px 20px 100px;
  position: absolute;
}

.LeftRegistrationBoxFooter
{
    /*border: dotted 1px Gray;*/
  left: 0px;
  text-align: center;
}

/* --------------------------------------------------------------------------------------------- */

.CashRegistrationBoxTopContainer
{
  background-image: url('Images/CashRegistrationBoxTopBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 920px;
}

.CashRegistrationBoxMiddleContainer
{
  background-image: url('Images/CashRegistrationBoxMiddleBackground.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 490px;
  left: 40px;
  position: absolute;
  top: 55px;
  width: 920px;
}

.CashRegistrationBoxBottomContainer
{
  background-image: url('Images/CashRegistrationBoxBottomBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 545px;
  width: 920px;
}

/* --------------------------------------------------------------------------------------------- */

.FullRegistrationBoxTopContainer
{
  background-image: url('Images/FullRegistrationBoxTopBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 920px;
}

.FullRegistrationBoxMiddleContainer
{
  background-image: url('Images/FullRegistrationBoxMiddleBackground.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 490px;
  left: 40px;
  position: absolute;
  top: 55px;
  width: 920px;
}

.FullRegistrationBoxBottomContainer
{
  background-image: url('Images/FullRegistrationBoxBottomBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 545px;
  width: 920px;
}

.FullRegistrationBoxHeader
{
  color: #000000;
  font-size: 24px;
  padding: 10px 20px 0px 20px;
}

.FullRegistrationBoxContent
{
  color: #000000;
  overflow: hidden;
  position: absolute;
}

/* --------------------------------------------------------------------------------------------- */

.FunMoneyBoxTopContainer
{
  background-image: url('Images/FunMoneyBoxTopBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 920px;
}

.FunMoneyBoxMiddleContainer
{
  background-image: url('Images/FunMoneyBoxMiddleBackground.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 490px;
  left: 40px;
  position: absolute;
  top: 55px;
  width: 920px;
}

.FunMoneyBoxBottomContainer
{
  background-image: url('Images/FunMoneyBoxBottomBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 545px;
  width: 920px;
}

#FunMoneyBoxContent
{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}

.FunMoneyLinkBoxContainer
{
  background-position: top right;
  background-repeat: no-repeat;
  color: #FFFFFF;
  cursor: pointer;
  height: 100px;
  width: 400px;
}

.FunMoneyLinkBoxContent
{
  display: table-cell;
  font-size: 18px;
  height: 90px;
  padding: 0px 20px 0px 0px;
  text-align: left;
  vertical-align: middle;
  width: 220px;
}

/* --------------------------------------------------------------------------------------------- */

#CashRegistrationLinkBoxContainer
{
  background-image: url('Images/CashRegistrationButtonBackground.png');
}

#FunMoneyLinkBoxContainer
{
  background-image: url('Images/FunMoneyButtonBackground.png');
}

#FriendsInvitationLinkBoxContainer
{
  background-image: url('Images/FriendsInvitationButtonBackground.png');
}

/* --------------------------------------------------------------------------------------------- */

.RealMoneyBoxTopContainer
{
  background-image: url('Images/RealMoneyBoxTopBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 920px;
}

.RealMoneyBoxMiddleContainer
{
  background-image: url('Images/RealMoneyBoxMiddleBackground.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 490px;
  left: 40px;
  position: absolute;
  top: 55px;
  width: 920px;
}

.RealMoneyBoxBottomContainer
{
  background-image: url('Images/RealMoneyBoxBottomBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 545px;
  width: 920px;
}

/* --------------------------------------------------------------------------------------------- */

.LuckyCardVerificationBoxTopContainer
{
  background-image: url('Images/LuckyCardVerificationBoxTopBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 920px;
}

.LuckyCardVerificationBoxMiddleContainer
{
  background-image: url('Images/LuckyCardVerificationBoxMiddleBackground.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 490px;
  left: 40px;
  position: absolute;
  top: 55px;
  width: 920px;
}

.LuckyCardVerificationBoxBottomContainer
{
  background-image: url('Images/LuckyCardVerificationBoxBottomBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 545px;
  width: 920px;
}

/* --------------------------------------------------------------------------------------------- */

.LuckyCardConversionBoxTopContainer
{
  background-image: url('Images/LuckyCardConversionBoxTopBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 40px;
  width: 920px;
}

.LuckyCardConversionBoxMiddleContainer
{
  background-image: url('Images/LuckyCardConversionBoxMiddleBackground.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 490px;
  left: 40px;
  position: absolute;
  top: 55px;
  width: 920px;
}

.LuckyCardConversionBoxBottomContainer
{
  background-image: url('Images/LuckyCardConversionBoxBottomBackground.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 15px;
  left: 40px;
  position: absolute;
  top: 545px;
  width: 920px;
}

/* --------------------------------------------------------------------------------------------- */

.LobbyBoxContainer
{
  height: 600px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 1000px;
}

.LobbyBoxMovieContainer
{
    border: dotted 1px Gray;
  height: 600px;
  position: absolute;
  width: 1000px;
}

/* --------------------------------------------------------------------------------------------- */

