@charset "UTF-8";
/* CSS Document */

INPUT.screen {background:transparent; text-align:center; color:#FFFFFF; border: transparent; font-size: 8pt}

INPUT.winningTicket {background:transparent; text-align:center; font-style: bold; color:#010199; border: transparent; font-size: 40px}

INPUT.ticketDate {background:transparent; font-style: bold; text-align:center; color:#010199; border: transparent; font-size: 7px}

INPUT.winner {background:#0000A0; text-align:center; width:200; font: 8px; color:#FFFFFF; border: solid thin #FFFF00; }

TD.winner {background:#A8A800; width:65; position: relative; color:#FFFF00; border: transparent;}





#gameWrapper {

    margin: 0px auto 0 auto;
	margin-top: 20px;
	
}

#gameTop {

	margin-left: 38px;
	width: 580px;
	height: 300px;
	background-image: url(images/machine2_01.jpg);

}

#gameScreen {

	margin-left: 38px;
 
	display: block; 
	width:580px;
	height:532px; 
	background-image: url(images/screen.jpg);				
}



#gameConsole {
	width: 656px;
	height: 276px;

}

#gameBottom {

	width: 656px;
	height: 333px;
	background-image: url(images/machine2_07.jpg);

}

#gameOutput {
	
	margin-left: 	88px;
	display: 		block;
	overflow:		visible;
	
	position:		static;
	
	left: 			10px;
	top:			80px;
	height: 		88px;
	width:			450px;
}

/* Screen Stats Output */

		#stats {
		
		
		
		
		}
		
	
		#winbank_disp {
		
			margin-left:		184px;
			margin-top:			59px;
			width:				60px;
			
			font-family:		"Times New Roman", Times, serif;
			font-weight:		bold;
			color:				#FFCC33;
			position:			absolute;
	
		}
		
		#cards_disp {
		
			margin-left:		295px;
			margin-top:			59px;
			width:				60px;
			
			font-family:		"Times New Roman", Times, serif;
			font-weight:		bold;
			color:				#FFCC33;
			position:			absolute;
	
		}
			
		#wins_disp {
		
			margin-left:		365px;
			margin-top:			59px;
			width:				60px;
			
			font-family:		"Times New Roman", Times, serif;
			font-weight:		bold;
			color:				#FFCC33;
			position:			absolute;
	
		}
	
		
		#coins_disp {
		
			margin-left:		448px;
			margin-top:			59px;
			width:				60px;
			
			font-family:		"Times New Roman", Times, serif;
			font-weight:		bold;
			color:				#FFCC33;
			position:			absolute;
		
		}
		
		#message {
		
			margin-left:		190px;
			margin-top:			430px;
			width:				200px;
			
			font-family:		"Times New Roman", Times, serif;
			font-weight:		bold;
			color:				#FFCC33;
			position:			absolute;
	
			
			text-align:		center;
		}
		
		
		#win_wrapper { }
		
		#win0 {
			margin-left:		210px;
			margin-top:			140px;
	
			position:			absolute;
			
			z-index: 1;
		}

		#win1 {
			margin-left:		210px;
			margin-top:			228px;
	
			position:			absolute;
			
			z-index: 1;
		}
		
		#win2 {
			margin-left:		210px;
			margin-top:			318px;
	
			position:			absolute;
			
			z-index: 1;
		}		

		#win3 {
			margin-left:		210px;
			margin-top:			405px;
			position:			absolute;
			z-index: 1;
			
		}	
		
		#ticket {
		
			margin-left:		190px;
			margin-top:			100px;
	
			
			visibility:			hidden;
			position:			absolute;
			z-index:			4;
			width:				209px;
		
		}
		
		#binGame {
		
			margin-left:		80px;
			margin-top:			100px;
	
			
			visibility:	hidden;
			position:	absolute;
			z-index:	3;
			width:		418px;
			height:		281px;
		
		}		


.gameRow {
	margin-left: 	80px;
	display: 		block;
	overflow:		hidden;
	
	position:		relative;
	
	left: 			10px;
	top:			80px;
	height: 		88px;
	width:			450px;
}




body {
	background-color: #000000;
	background-image:url(images/background_top.gif);
	background-repeat:repeat-x;
}
