@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

body{
	direction:rtl;	
	font-family: 'Open Sans Hebrew', sans-serif;
}
canvas{
	font-family: 'Open Sans Hebrew', sans-serif;	
}
.ltrit{
	direction:ltr;	
}
a{
	text-decoration:none;	
	color:inherit;
}
t{
	/*float:left;	*/
	text-align:left;
}
.abs{
	position:absolute;	
	display: inline;
	width:200px;
	text-align:left;
}
.abs *{
	float:left;
	margin-left:2px;
	margin-right:2px;
}
.ug{
	color:rgba(255,255,255,1.00);
		
}
.popupContainer{
	display:block;
	position:absolute;
	margin:auto;left: 0;right: 0;top: 0;bottom: 0;	
	background-color:rgba(0,0,0,0.47);
}
.bt_x{
	position:absolute;
	left:0px;
	top:-20px;
	cursor:pointer;	
}
.popup{
	position:absolute;
	background-image:url(../images/notebg2.png);
	background-size:contain;
	width:1008px;
	height:709px;
	margin:auto;left: 0;right: 0;top: 0;bottom: 0;
}
.register{
	position:absolute;
	background-image:url(../images/register.png);
	background-size:contain;
	width:795px;
	height:401px;	
}
.login{
	position:absolute;
	background-image:url(../images/loginp.png);
	background-size:contain;
	width:795px;
	height:401px;	
}
.rules{
	position:absolute;
	width:795px;
	height:401px;
}
.wellcom{
	position:absolute;
	width:795px;
	height:401px;
}
.ruletext{
	overflow-y:scroll;
	 direction:ltr;
}
.wellcomtext{
	/*overflow-y:scroll;*/
	 direction:ltr;
}
.winners{
	position:absolute;
	width:795px;
	height:401px;
}
.winnerstext{
	overflow-y:scroll;
}
#bt_register, #bt_login{
	position:absolute;	
	cursor:pointer;
}
#regform, #logform{
	position:absolute;
}
#regform > input, #logform > input{
	font-size:24px;
	width:100%;
	border:0;
	background-color:rgba(169,0,255,0);	
}
#helloUser{
	display:none;
}
.blu{
	color:rgba(0,46,223,1.00);	
}
.red{
	color:rgba(212,0,3,1.00)	
}
.dataPlace{
	position: absolute;
	width:780px;
	height:620px;
	left:500px;
	top:235px;
	overflow-y: auto;
	overflow-x: hidden;
}
strong > div{
	display:inline;	
}
.dataPlace strong{
	font-size:12px;
}