@CHARSET "UTF-8";
body{
	direction: rtl;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
}
p{
	width: 60%;
}
h2{
	font-size: +20pt;
	text-decoration: underline;
}
h3.note{
	font-size: +15pt;
	color: red;
	text-decoration: underline;
}
#showStat{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
#ask{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#coach{
	position: absolute;
	left: 40%;
	width: 460px;
	height: 410px;
	background-image: url(../img/coachbg.gif);
	border-style: none;
}
#cmds{
	position: absolute;
	bottom: 70px;
	left: 155px;
}
.exercises{
	position: absolute;
	direction: ltr;
	left: 132px;
	top: 124px;
	font-size: 25pt;
	color: #2222EE;
}
#wrongEx{
	color: #EE2222;
	left: 0px;
	position: relative;
	top: 0px;
}
#exInput{
	position: absolute;
	direction: ltr;
	text-align: center;
	left: 132px;
	top: 180px;
	font-size: 25pt;
	color: #2222EE;
}

#notes{
	position: absolute;
	text-align: center;
	top: 126px;
	width: 343px;
	left: 42px;
}

#wrong{
	position: absolute;
	left: 76px;
	top: 100px;
	width: 280px;
	height: 100px;
	text-align: right;
	display: none;
}

#correct{
	position: absolute;
	left: 76px;
	top: 100px;
	width: 280px;
	height: 100px;
	text-align: right;
	display: none;
}

.rootl{
	position: absolute;
	font-size: 11pt;
	top: 0px; 
}

.exponent{
	position: absolute;
	font-size: 11pt;
	top: 0px; 
}

#exit{
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 1;
}

#flashMessage{
	color: red;
}

#pick{
	position: absolute;
	right: 100px;
	top: 66px;
	width: 230px;
	direction: rtl;
}
#info{
	color:black;
	direction:rtl;
	font-size:13px;
	position:absolute;
	top:-30px;
	width:160px;
}
