@charset "utf-8";
/* CSS GAMES */
.gameWrapper{
	float:left;
	background:#fff;
}
.gameContainer{
	width:550px;
	
	font-size:0.75em;
	float:left;
}
.gameHeader{
	width:500px;
	height:33px;
	float:left;
}
.gameHeader h1{
	width:500px;
	font:bold 1.3em Arial, Helvetica, sans-serif;
	color: #666699;
	padding-top:2px;
	}
.gameHeader2{
	width:500px;
	height:33px;
	background-image:url(../images/scoring.gif);
	background-repeat:no-repeat;
	float:left;
}
.gameSubHeader{
	font-size:0.8125em;
	font-weight:bold;
	padding:5px 0 10px 0;
	color:#4d5785;
}

.gameInput{
	width:24px;
	margin:2px 0 2px 0;
	padding: 2px 0 0 0;
	float:left;
}
.gameQuestion{
	width:500px;
	/*font-size:12px;*/
	font-size:0.75em;
	font-family:Verdana;
	font-weight:bold;
	padding:0 0 3px 0;
	color:#737880;
	float:left;
}
.gameAnswer{
	width:500px;
	line-height:16px;
	
	font-size:0.6875em;
	padding:3px 0 0 0;
	color:#737880;
	float:left;
}
.gameScore{
	width:40px;
	height:35px;
	/*font-size:18px;*/
	font-size:1.125em;
	font-family:Verdana;
	font-weight:bold;
	padding:14px 0 0 14px;
	color:#4d5785;
	background-image:url(../images/gameResultBg.gif);
	background-repeat:no-repeat;
	float:left;
}
.gameScoreTxt{
	width:84px;
	height:30px;
	font-size:0.75em;
	font-weight:bold;
	padding:19px 0 0 18px;
	color:#4d5785;
	background-image:url(../images/gameTile.gif);
	background-repeat:repeat-x;
	float:left;
}
.gameScoreBar{
	width:445px;
	height:30px;
	/*font-size:12px;*/
	font-size:0.75em;
	font-family:Verdana;
	font-weight:bold;
	padding:19px 0 0 6px;
	color:#4d5785;
	background-image:url(../images/gameTile.gif);
	background-repeat:repeat-x;
	float:left;
}
.gameScoreSpan{
	font-weight:bold;
	color:#4d5785;
}
.gamePsycTxt{
	width:400px;
	height:14px;
	font-size:0.6875em;
	padding:3px 0 0 0;
	color:#737880;
	float:left;
}
.gameSpace{
	width:20px;
	height:20px;
	float:left;
}
.gameSpaceBtn{
	width:430px;
	height:20px;
	float:left;
}
.gameSpaceBtn2{
	width:340px;
	height:20px;
	float:left;
}
.gameSpaceBtn3{
	width:144px;
	height:20px;
	float:left;
}
.gameBtn{
	float:left;
}
.gameLotTop{
	width:438px;
	height:47px;
	background-image:url(../images/lotteryTopBg.gif);
	background-repeat:no-repeat;
	float:left;
}
	.gameLotTop h1{
	font:bold 1.3em Arial, Helvetica, sans-serif;
	color: #666699;
	margin:10px 45px;
	padding-top:5px;
	}
.gameLotMid{
	width:438px;
	background-image:url(../images/lotteryTile.gif);
	background-repeat:repeat-y;
	float:left;
}
.gameLotBottom{
	width:438px;
	height:18px;
	background-image:url(../images/lotteryBottom.gif);
	background-repeat:no-repeat;
	float:left;
}
.gameLotSpace{
	width:43px;
	height:30px;
	float:left;
}
.gameLotSpace2{
	width:8px;
	height:50px;
	float:left;
}
.gameLotSpace3{
	width:86px;
	height:50px;
	float:left;
}
.gameLotTxt{
	width:350px;
	font-family:Verdana;
	/*font-size:11px;*/
	font-size:0.6875em;
	color:#737880;
	float:left;
}
.gameLotTxt2{
	font-size:0.6875em;
	font-weight:bold;
	padding:4px 4px 0 0;
	color:#4d5785;
	float:left;
}
.gameLotResultBg{
	width:422px;
	background-image:url(../images/gameLotResultBg.gif);
	background-repeat: repeat;
	float:left;
	text-align:center;
}
.gameLotResults{
/*	width:60px;
	height:50px;*/
	width:58px;
	height:36px;
	/*font-size:18px;*/
	font-size:1.125em;
	font-family:Verdana;
	font-weight:bold;
	padding:14px 0 0 2px;
	color:#4d5785;
	background-image:url(../images/gameLotResults.gif);
	background-repeat:no-repeat;
	float:left;
}
.gameLotBtn{
	width:156px;
	height:31px;
	border:none;
	cursor: pointer; /* hand-shaped cursor */
 	cursor: hand; /* for IE 5.x */
	float:left;
}
.gameLotSelect{
	width:50px;
	height:18px;
	font-size:0.6875em;
	float:left;
}
.gamePsyHeader{
	width:208px;
	height:33px;
	/*background-image:url(../images/psychicQuiz.gif);
	background-repeat:no-repeat;*/
	float:left;
}
.gamePsyHeader h1{
	width:208px;
	font:bold 1.3em Arial, Helvetica, sans-serif;
	color: #666699;
	padding-top:5px;
	}
.gamePsySubHeader{
	width:400px;
	font-family:Verdana;
	font-size:0.6875em;
	padding:5px 0 10px 0;
	color:#4d5785;
}
.gamePsyQuestion{
	width:350px;
	height:32px;
	font-size:0.6875em;
	float:left;
}
.gamePsyInput{
	width:20px;
	height:15px;
	font-family:Verdana;
	font-size:0.8125em;
	float:left;
	background:#FFFFFF url(../images/input_bg.jpg) repeat-x;
}
.gamePsyBtnSpace{
	width:330px;
	height:12px;
	float:left;
}
.gamePsyBtnWrapper{
	width:330px;
	height:31px;
	float:left;
}
.gamePsyBtn{
	width:156px;
	height:31px;
	margin:12px 0 0 0;
	background:transparent url(../images/psyBtn.gif) no-repeat left top;
	border:none;
	cursor: pointer; /* hand-shaped cursor */
 	cursor: hand; /* for IE 5.x */
}
.gamePsyResultBg{
	width:392px;
	background-image:url(../images/gameLotResultBg.gif);
	background-repeat: repeat;
	float:left;
	text-align:left;
}
#gamePsyResultNb
{
	width:36px;
	height:36px;
	font-size:1.125em;
	font-weight:bold;
	padding:14px 0 0 18px;
	margin:0 0 11px 0;
	color:#4d5785;
	background-image:url(../images/gameLotResults.gif);
	background-repeat:no-repeat;
	float:left;
	/*border:solid 1px #FF0000;*/
}

#gamePsyResultTxt{
	width:392px;
	font-size:0.6875em;
	color:#4d5785;
	float:left;
}
.gamePsySpace{
	width:100px;
	height:20px;
	float:left;
}
.gamePassionTop{
	width:438px;
	height:18px;
	background-image:url(../images/passionTop.gif);
	background-repeat:no-repeat;
	float:left;
}
.gamePassionMid{
	width:438px;
	background-image:url(../images/lotteryTile.gif);
	background-repeat:repeat-y;
	padding-left:18px;
	float:left;
}
.gamePassionBottom{
	width:438px;
	height:18px;
	background-image:url(../images/lotteryBottom.gif);
	background-repeat:no-repeat;
	float:left;
}

.hiddenResult{
	display:none;
}

.showResult{

}