/*LIST OF BETS ----------------------------------------------------------------*/
h1 {margin:2px 0 7px 0;}
#tooltip {position:absolute; visibility:hidden;}

/*game menu*/
#gameMenu { 
	margin:5px 0 10px 0; padding:10px; height:20px;
	/*background:#FFF3BB url(../img/account/game_menu_bg_bingo.gif) no-repeat right 9px;*/
	background:#FFF3BB;
	border:2px solid #ffd200;
	}
/*game menu: skins*/
.bingoAccountPages #gameMenu { 
	background-image:url(../img/account/game_menu_bg_bingo.gif);
	background-color:#FFF3BB;
	border-color:#ffd200;
	}
.slotsAccountPages #gameMenu { 
	background-image:url(../img/account/game_menu_bg_slots.gif);
	background-color:#ffbab2;
	border-color:#ff1800;
	}
.gamesAccountPages #gameMenu { 
	background-image:url(../img/account/game_menu_bg_games.gif);
	background-color:#cce6ff;
	border-color:#0076fe;
	}
.rouletteAccountPages #gameMenu { 
	background-image:url(../img/account/game_menu_bg_roulette.gif);
	background-color:#c3eb9f;
	border-color:#54b002;
	}
.lottoAccountPages #gameMenu { 
	background-image:url(../img/account/game_menu_bg_lotto.gif);
	background-color:#ffd1b2;
	border-color:#ff6702;
	}
.bingoAccountPages#statementsPage #gameMenu { 
	background-image:none;
	background-color:#e5e5e5;
	border-color:#bbb;
	}

#gameMenu .one {
	float:left;
	margin-left:10px;
	}
#gameMenu .two {
	float:left;
	margin-left:10px;
	}
#gameMenu .three {
	float:left;
	margin-left:10px;
	}
#gameMenu .four {
	float:left;
	margin-left:10px;
	}
#gameMenu select, #gameMenu input.date {
	font-size:1.5em; font-weight:bold; color:#0000c6;
	padding-left:2px;
	border:1px solid #ffd200;
	}
/*game menu: select: skins*/
.bingoAccountPages #gameMenu select {border-color:#ffd200;}
.slotsAccountPages #gameMenu select {border-color:#ff1800;}
.gamesAccountPages #gameMenu select {border-color:#0076fe;}
.rouletteAccountPages #gameMenu select {border-color:#54b002;}
.lottoAccountPages #gameMenu select, .lottoAccountPages #gameMenu input.date{border-color:#ff6702;}
.bingoAccountPages#statementsPage #gameMenu select {border-color:#bbb;}


#gameMenu .cleaner {display:none;}


/*results table*/
#results {
	width:100%;
	border-collapse:collapse;
	border:2px solid #99ccff;
	}
#results th{
	height:2.5em; line-height:10px;
	font-size:1.3em; text-align:center; color:#0000c6;
	background:#cce6ff;	
	border:1px solid #99ccff;
	}
#results td{
	height:2.5em; line-height:10px;
	padding:0;
	text-align:center;
	border:1px solid #99ccff;
	}
#results td.one {}
#results td.two a{text-decoration:underline;}
#results td.club {width:80px;}
#results td.club a {position:relative; }
#results td.club a:hover {background:#fff;z-index:1;}
#results td.club a span {display:none;}
#results td.club a:hover span {
	display:block;
	position:absolute;
	top:0px; _top:13px;left:-50px; z-index:1;
	width:130px;
	padding:5px;
	text-align:center; font-weight:bold; line-height:1.2em; color:#0000c6;
	background-color:#fff3bb;
	border:1px solid #ffd200;
	}
#results td.three {width:150px; text-align:left; padding-left:15px;}
#results td.four {width:120px; text-align:left; padding-left:20px;}
#results td.five {}
#results td.six {width:120px; text-align:right; padding-right:20px;}

/*results pages nav*/
#resultPagesNav {width:100%; margin:20px 0 0 0; text-align:center;}
#resultPagesNav	a {
	margin-right:10px; padding:5px;
  	font-size:1.3em; font-weight:bold; line-height:2.3em; color:#0000c6; text-decoration:underline; 	
	border:1px solid #99ccff;
	}
#resultPagesNav	a.back {padding-left:20px; background:#cce6ff url(../img/account/arrow_prev_darkblue.gif) no-repeat left 9px;  }
#resultPagesNav	a.forward {padding-right:20px; background:#cce6ff url(../img/account/arrow_next_darkblue.gif) no-repeat right 9px; }
#resultPagesNav	a.back:hover {color:#fff; background:#99ccff url(../img/account/arrow_prev_white.gif) no-repeat left 9px; }
#resultPagesNav	a.forward:hover {color:#fff; background:#99ccff url(../img/account/arrow_next_white.gif) no-repeat right 9px; }

/*stats*/
/*Navigation begin-----*/
.tableNav {
	position:relative;
	width:100%; height:24px;
	margin:10px 0 1px 0; padding:0 0 1px 0; _padding:0; /*fix for IE*/ 
	}
.tableNav div {
	float:left;
 	height:24px;
	margin:0 1px 0 0;
	}
.tableNav a {
	display:block;
	height:24px;
	overflow: hidden;
	}
.tableNav a span {visibility:hidden;}
	
/*tweaking the navigation for IE5 MAC by using Backslash hack*/
/*\*//*/
  .tableNav a{overflow:inherit;}
/**/

/*Active state (bottom layer)*/
#drawHistory {background:url(../img/account/nav/act/draw_history.gif) top left no-repeat;}
#gameSummary {background:url(../img/account/nav/act/games_summary.gif) top left no-repeat;}
/* #topNavClubs are defined at the end of the navigation section*/

/*Passive state (top layer)*/
#drawHistory a {background:url(../img/account/nav/pas/draw_history.gif) top left no-repeat; width:123px;}
#gameSummary a {background:url(../img/account/nav/pas/games_summary.gif) top left no-repeat; width:140px;}

/*rollover effect and highlighting active section*/
#drawHistory a:hover, #drawHistory a.active,
#gameSummary a:hover, #gameSummary a.active {background-image:none; border-bottom:1px solid #D9ECFF;}
/*Navigation end-----*/

.gameImage {padding-left:20px;}

#numberOfRowsSelector {
	position:absolute; top:-9px; right:-2px; _right:-1px;
	padding:5px;	
	background:#cce6ff;	
	border:2px solid #99ccff; border-bottom:none;}

/*stats BINGO*/
#timeTableNav {
	border-bottom:2px solid #99ccff;
	}
#timeTableNav h3#date{
	float:left; margin-left:30px;
	}
	
div.hour h3.hour {width:25px;}
table.hour {width:740px;}
table.hourHighlighted {width:730px;}

#statsBingo {
 	position:relative; z-index:1;
	width:100%;
	border-collapse:collapse;
	border:2px solid #99ccff;
	}
table.hour th {text-align:center;}
table.hour th.one {width:85px;}
table.hour th.two {width:95px;}
table.hour th.three {width:185px;}
table.hour th.four {width:185px;}
table.hour th.five {width:185px;}

table.hour td{
	height:2.5em; line-height:1.5em;
	padding:0;
	text-align:center;
	border:1px solid #99ccff;
	}
table.hour td a {font-weight:bold; text-decoration:underline;}	
table.hour td.one {
	width:85px;
	font-weight:bold;
	color:#0088ff;
	}
table.hour td.two {width:95px;}
table.hour td.three {width:185px;}
table.hour td.four {width:185px;}
table.hour td.five {width:185px;}


/*stats table*/
#stats {
 	position:relative; z-index:1;
	width:100%;
	border-collapse:collapse;
	border:2px solid #99ccff;
	}
#stats th{
	height:2.5em; line-height:10px;
	font-size:1.3em; text-align:center; color:#0000c6;
	background:#cce6ff;	
	border:1px solid #99ccff;
	}
#stats td{
	height:2.5em; line-height:10px;
	padding:0;
	text-align:center;
	border:1px solid #99ccff;
	}
#stats td.one {}
#stats td.two {}
/*3 stages of column two*/
#stats td.red {text-align:right;}      #stats td.red span {background-color:#FF0000; color:#fff; font-weight:bold; padding:5px;}
#stats td.black {text-align:left;}     #stats td.black span {background-color:#000; color:#fff; font-weight:bold; padding:5px;}
#stats td.green {text-align:middle;}   #stats td.green span {background-color:#00CC00; color:#fff; font-weight:bold; padding:5px;}
/*3 stages of column two end*/
#stats td.three {width:150px; }
#stats td.four {width:150px;}
#stats td.five {}
#stats td.six {width:150px;}

/*statsSixtySeconds table*/
#statsSixtySeconds {
 	position:relative; z-index:1;
	width:100%;
	border-collapse:collapse;
	border:2px solid #99ccff;
	}
#statsSixtySeconds th{
	height:2.5em; line-height:10px;
	font-size:1.3em; text-align:center; color:#0000c6;
	background:#cce6ff;	
	border:1px solid #99ccff;
	}
#statsSixtySeconds td{
	height:2.5em; line-height:10px;
	padding:0;
	text-align:center;
	border:1px solid #99ccff;
	}
#statsSixtySeconds td.einstein {font-weight:bold;}
#statsSixtySeconds td.two {}
#statsSixtySeconds td.three {}
#statsSixtySeconds td.four {}
#statsSixtySeconds td.five {}
#statsSixtySeconds td.six {}

#statsSixtySeconds td.blueball {color:blue; font-weight:bold;}
#statsSixtySeconds td.greenball {color:green; font-weight:bold;}
#statsSixtySeconds td.yellowball {color:orange; font-weight:bold;}
#statsSixtySeconds td.redball {color:red; font-weight:bold;}

/*statsSummaryRoulette tables*/
.statsSummaryRoulette{
 	position:relative; z-index:1;
	width:100%;
	margin-bottom:20px;
	border-collapse:collapse;
	border:2px solid #99ccff;
	}
.statsSummaryRoulette th{
	height:2.5em; line-height:10px;
	font-size:1.3em; text-align:center; color:#0000c6;
	background:#cce6ff;	
	border:1px solid #99ccff;
	}
.statsSummaryRoulette td{
	height:2.5em; line-height:10px;
	padding:0;
	text-align:center;
	border:1px solid #99ccff;
	}
.statsSummaryRoulette .one { width:50px;}
.statsSummaryRoulette .two { width:50px;}
.statsSummaryRoulette .three { width:260px; text-align:left; padding-left:10px;}
.statsSummaryRoulette .four { width:80px; line-height:1em;}
.statsSummaryRoulette .five {text-align:left; padding-left:10px;}
.statsSummaryRoulette .five span{font-weight:bold;}

/*statsSummaryInsideRoulette tables*/
.statsSummaryInsideRoulette{
 	position:relative; z-index:1;
	width:100%;
	border-collapse:collapse;
	border:2px solid #99ccff;
	}
.statsSummaryInsideRoulette th{
	height:2.5em; line-height:10px;
	padding:5px 0;
	font-size:1.3em; text-align:center; color:#0000c6;
	background:#cce6ff;	
	border:1px solid #99ccff;
	}
.statsSummaryInsideRoulette td{
	height:2.5em; line-height:10px;
	padding:0;
	text-align:center;
	border:1px solid #99ccff;
	}
.statsSummaryInsideRoulette th.one a.active {padding-left:10px; background:url(../img/account/icon_sort_sml.gif) left no-repeat;}
.statsSummaryInsideRoulette th a.active {padding-left:10px; background:url(../img/account/icon_sort_lge.gif) left no-repeat;}
.statsSummaryInsideRoulette th {padding-left:10px; text-align:left;}
.statsSummaryInsideRoulette .one {width:50px;}
.statsSummaryInsideRoulette .two {width:50px;}
.statsSummaryInsideRoulette .three {width:260px; text-align:left; padding-left:10px;}
.statsSummaryInsideRoulette .four {width:120px; line-height:1em;}
.statsSummaryInsideRoulette .five {text-align:left; padding-left:10px;}
.statsSummaryInsideRoulette .five span {font-weight:bold;}	

.statsSummaryInsideRoulette a {display:block; position:relative; text-decoration:underline; color:#0000c6;}
.statsSummaryInsideRoulette a:hover, .statsSummaryInsideRoulette a.active:hover {background-color:#cce6ff; text-decoration:none;z-index:1;}
.statsSummaryInsideRoulette a span {display:none;}
.statsSummaryInsideRoulette a:hover span {
	display:block;
	position:absolute;
	top:20px; left:15px; z-index:1;
	width:130px;
	padding:10px;
	text-align:left; font-weight:normal; line-height:1.2em;
	background-color:#F2FAFF;
	border:1px solid #0000c6;
	}
	
/*statsSummaryOtherGames tables*/
.statsSummaryOtherGames{
 	margin-bottom:20px;
	position:relative; z-index:1;
	width:100%;
	border-collapse:collapse;
	border:2px solid #99ccff;
	}
.statsSummaryOtherGames th{
	height:2.5em; line-height:10px;
	padding:5px 0;
	font-size:1.3em; text-align:center; color:#0000c6;
	background:#cce6ff;	
	border:1px solid #99ccff;
	}
.statsSummaryOtherGames td{
	height:2.5em; line-height:10px;
	padding:0;
	text-align:center;
	border:1px solid #99ccff;
	}
.statsSummaryOtherGames th.one {background:#fff;}
.statsSummaryOtherGames .one {width:50px; }
.statsSummaryOtherGames .two {width:50px;}
.statsSummaryOtherGames .three {width:260px; text-align:left; padding-left:10px;}
.statsSummaryOtherGames .four {width:120px; line-height:1em;}
.statsSummaryOtherGames .five {text-align:left; padding-left:10px;}
.statsSummaryOtherGames .five span {font-weight:bold;}


/*statsSummarySpectrum tables*/
.statsSummarySpectrum{
 	margin-bottom:20px;
	position:relative; z-index:1;
	width:100%;
	border-collapse:collapse;
	border:2px solid #99ccff;
	}
.statsSummarySpectrum th{
	height:2.5em; line-height:10px;
	padding:5px 0;
	font-size:1.3em; text-align:center; color:#0000c6;
	background:#cce6ff;	
	border:1px solid #99ccff;
	}
.statsSummarySpectrum td{
	height:2.5em; line-height:10px;
	padding:0;
	text-align:center;
	border:1px solid #99ccff;
	}
.statsSummarySpectrum .one {width:100px; }
.statsSummarySpectrum .two {}
.statsSummarySpectrum .three {width:400px; text-align:left; padding-left:10px;}
.statsSummarySpectrum .three span {font-weight:bold;}

.statsSummarySpectrum td.blueball {color:blue; font-weight:bold;}
.statsSummarySpectrum td.greenball {color:green; font-weight:bold;}
.statsSummarySpectrum td.yellowball {color:orange; font-weight:bold;}
.statsSummarySpectrum td.redball {color:red; font-weight:bold;}

/*lotteryHistoryPage */
#lotteryHistoryPage #gameMenu {position:relative;}
#lotteryHistoryPage #gameMenu form {margin:0;}
#lotteryHistoryPage #gameMenu h2 {font-size:1.2em; padding:0; color:#FD4F04;}
#lotteryHistoryPage #gameMenu h2 img {margin:0 10px 0 0; border:1px solid #fff;}
#lotteryHistoryPage #gameMenu .two {position:absolute; top:10px; right:150px;}

#lotteryHistoryPage #stats .one {width:10%;}
#lotteryHistoryPage #stats .one img {border:1px solid #99ccff;}
#lotteryHistoryPage #stats .two {width:30%;}
#lotteryHistoryPage #stats .three {width:30%;}
#lotteryHistoryPage #stats th.four {text-align:center; padding-right:0px; }
#lotteryHistoryPage #stats .four {width:30%; padding-right:30px; text-align:right;}
#lotteryHistoryPage #stats .four span {font-weight:bold;}
#lotteryHistoryPage .blue {color:blue;}
#lotteryHistoryPage .green {color:green;}
#lotteryHistoryPage .yellow {color:orange;}
#lotteryHistoryPage .red {color:red;}
#lotteryHistoryPage .brown {color:brown;}
#lotteryHistoryPage .gray {color:grey;}

#lottoLegend {margin:10px 0 0 0; text-align:right;}
.lottoAccountPages #results a {text-decoration:underline;}
.lottoAccountPages #gameMenu span.info {font-size:1.2em; padding:0; color:#FD4F04; font-weight:bold;}
#lottoPage.lottoAccountPages #gameMenu input.date{position:relative; z-index:3; color:#0000c6; font-weight:bold;}
#lottoPage.lottoAccountPages #gameMenu .two {position:relative;}

#lottoPage.lottoAccountPages #calendar {position:absolute; left:200px; top:80px;visibility:hidden; z-index:2;}
#lottoPage.lottoAccountPages #calendar #calendarTableTop {position:relative; border:2px solid #ff6702; background-color:#fff;}
#lottoPage.lottoAccountPages #calendar #calendarTableHeader {background:#ffd1b2;}
#lottoPage.lottoAccountPages #calendar #calendarTableHeader .button {border:1px solid #ff6702; background-color:#fff; font-weight:bold; color:#0000c6; font-size:.8em; height:2em;}
#lottoPage.lottoAccountPages #calendar #calendarTableHeader span#spanMonth {}
#lottoPage.lottoAccountPages #calendar #selectMonth, #lottoPage.lottoAccountPages #calendar #selectYear {position:absolute; top:25px; left:58px; border:0px solid #ff6702; background-color:#ffd1b2;}
#lottoPage.lottoAccountPages #calendar #selectYear {left:155px;}


