body {
	direction: rtl;
	font: 14px Arial;
	margin: 0px;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.fright {
	float: right;
}
.fleft {
	float: left;
}

.center {
	text-align: center;
}

.loading {
	width: 48px;
	height: 48px;
	background: url('images/loading.gif');
	margin: auto;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#exam-cats h1{
	border: none;
	padding: 0px;
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
	border-radius: 0px;
}

h1 {
	font: bold 22px Arial;
	border-bottom: 2px solid #000;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 5px 10px;
	margin: 10px;
}

#wrapper {
	width: 785px;
	margin: auto;
}

#header {
	padding: 10px;
	clear: both;
	text-align: center;
}
#header {
	font-size: 12px;
}

#topmenu {
	height: 35px;
	background: url('images/topmenu_bg.jpg');
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	list-style-type: none;
	padding: 0;
	margin: 10px;
	overflow: auto;
	clear: both;
}
#topmenu li {
	width: 16.66%;
	float: right;
}
#topmenu li a {
	height: 21px;
	font: bold 16px Arial;
	color: #353535;
	text-align: center;
	text-decoration: none;
	padding: 7px 0;
	display: block;
}
#topmenu li a:hover {
	background-color: #B9FF22;
}

.form_temp {
	width: 412px;
	margin: 50px auto 50px auto;
}
.form_temp .field {
	padding: 7px 0;
}
.form_temp label {
	display: block;
	padding: 0 10px 0 0;
	margin: 0 0 4px 0;
}
.form_temp input[type=text], .form_temp input[type=password], .form_temp textarea, .form_temp select {
	width: 88%;
	font: 14px Arial;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 0 0 10px 0;
}
.form_temp textarea {
	min-width: 400px;
	max-width: 400px;
	min-height: 50px;
	max-height: 300px;
}
.form_temp select {
	width: 412px;
}
.form_temp input[type=text]:focus, .form_temp input[type=password]:focus, .form_temp textarea:focus, .form_temp select:focus {
	border-color: #0646ad;
	-webkit-box-shadow: 0px 0px 5px 0px #0646ad;
	-moz-box-shadow: 0px 0px 5px 0px #0646ad;
	box-shadow: 0px 0px 5px 0px #0646ad;
}
.form_temp input[type=submit] {
	font: 14px Arial;
	background-color: #94afdc;
	border: 1px solid #0646ad;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 10px 0 0 0;
	cursor: pointer;
	float: left;
}
.form_temp input[type=submit]:hover {
	background-color: #cfdbef;
}

.form_temp .btn {
	font: 14px Arial;
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 10px 0 0 5px;
	text-decoration: none;
	cursor: pointer;
	float: right;
}

.form_temp .question_form form_tab {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	position: relative;
}

..form_temp_message {
	border: 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin: 10px 0;
}
..form_temp_message.success {
	border-color: #c1d779;
	background-color: #effeb9;
}
..form_temp_message.error {
	border-color: #e18b7c;
	background-color: #fad5cf;
}

#add-question {
	background-color: #94afdc;
	border-color: #0646ad;
}
#add-question:hover {
	background-color: #cfdbef;
}

#delete-question {
	background-color: #94afdc;
	border-color: #0646ad;
	display: none;
}
#delete-question:hover {
	background-color: #cfdbef;
}

.logo {
	margin: auto auto -19px;
}

.error {
	width: 380px;
	font: bold 14px Arial;
	background: #fae4e2 url('css/images/error_icon.png') right no-repeat;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #d82014;
	padding: 5px 25px 5px 5px;
	margin: 0 0 30px 0;
}

#sendAnswer input[type=submit] {
	width: 98px;
	height: 49px;
	background: url('images/sendBtn.jpg');
	border: 0px;
	cursor: pointer;
}

/* Pop up*/
#popup {
	width: 470px;
	height: 100px;
	font-size: 24px;
	font-weight: bold;
	padding: 50px 15px 0 15px;
	text-align: center;
	background: #ffffff;
	border: 3px solid #000000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 18px #000000;
	-moz-box-shadow: 0 0 18px #000000;
	box-shadow: 0 0 18px #000000;
	position: absolute;
	z-index: 200;
}
#popup input[type=text] {
	font-size: 18px;
	background: #ffffff;
	border: 2px solid #cccccc;
	padding: 3px;
}

/* Start Game Screen */
#startGameScreen {
	width: 650px;
	height: 448px;
	background: url('images/startGame_bg.jpg');
	padding: 30px 100px 0 0;
	margin: auto;
	overflow: auto;
	position: relative;
}
#startGameScreen h1 {
	font: bold 24px Arial;
	border: 0;
}
#startGameBTN {
	width: 188px;
	height: 78px;
	background: url('images/startGame_start.jpg');
	cursor: pointer;
	position: absolute;
	top: 285px;
	right: 150px;
}
#startGameShareBTN {
	width: 188px;
	height: 78px;
	background: url('images/startGame_share.jpg');
	cursor: pointer;
	position: absolute;
	top: 250px;
	left: 350px;
}
#startGameDescription {
	width: 400px;
	height: 200px;
	font: bold 16px Arial;
	margin: 0 25px 0 0;
}
#startGameDescription img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.quiz_description_credit {
	font: bold 12px Arial;
	border-top: 1px solid #ffe500;
	padding: 5px;
	margin: 10px 0 0 0;
	display: block;
}

/* Game Page Content */
#pageContent {
	width: 750px;
	min-height: 1100px;
	background: #E68300 url('images/bg.jpg') no-repeat;
	margin: auto;
	overflow: auto;
	position: relative;
	display: none;
}

#footer {
	clear: both;
}

.popupScreen {
	width: 260px;
	height: 260px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #d1d1d1;
	padding: 20px;
	margin-top: 20px;
	margin: auto;
}

/* User Bar */
.userBar {
	width: 240px;
	height: 48px;
	background: url('images/userBar.png');
	padding: 15px;
	position: absolute;
	left: 10px;
	top: 20px;
}
.userBar .user_name {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.userBar .user_highscore {
	font-size: 14px;
	font-weight: bold;
	color: #FFF000;
}

.game_info {
	width: 564px;
	height: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}

.quiz_options {
	margin: auto;
	clear: both;
}

.quiz_options div {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
.quiz_option div span {
	font-size: 14px;
	font-size: normal;
}

#quiz_panel {
	width: 564px;
	height: 462px;
	background: url('images/gameTab.png');
	text-align: center;
	float: right;
	position: absolute;
	right: 5px;
	top: 120px;
}

#quiz_screen h2 {
	margin: 40px 0;
}

#quiz_screen {
	width: 524px;
	height: 362px;
	padding: 20px;
}

#quiz_screen ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#quiz_screen ul li {
	width: 250px;
	min-height: 36px;
	padding: 25px 5px;
	float: right;
}
#quiz_screen ul li .answer_btn {
	width: 230px;
	background: #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin: 0;
	text-decoration: none;
	word-wrap: break-word;
	display: block;
}
#quiz_screen ul li .answer_btn:hover {
	background: #f1f1f1;
}

#quiz_screen ul li .answer_btn.correct {
	background-color: #59b809;
}
#quiz_screen ul li .answer_btn.incorrect {
	background-color: #e10707;
}

.option_note {
	margin: auto;
}
.option_note div {
	float: right;
	padding: 5px;
}
.option_note .delete_letter {
	width: 30px;
	height: 20px;
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}
.option_note .delete_letter div {
	width: 100%;
	height: 100%;
	background: url('images/delete.png');
	position: absolute;
	top: 0px;
	left: 0px;
}

.quiz_alert {
	font-size: 18px;
	color: #cf5105;
	padding: 10px;
	display: none;
}

.write_answer {
	font-size: 18px;
	font-weight: bold;
	margin: auto;
}

.write_answer input[type=text] {
	font: 18px Arial;
	font-weight: bold;
	width: 20px;
	text-align: center;
	padding: 2px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #000000;
	margin: 0 2px 0 2px;

}
.write_answer input[type=text]:focus {
	background: #f0f0f0;
}

#countdown_dashboard {
	width: 40px;
	float: right;
}
#countdown_dashboard .digit {
	float: left;
}
#countdown_dashboard .hr_dash {
	float: left;
}

#yoyo_tab {
	width: 150px;
	height: 400px;
	position: absolute;
	top:  225px;
	left: 0px;
}
#yoyo_scissors {
	width: 84px;
	height: 58px;
	background: url('images/yoyo_scissors.png') no-repeat;
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 80px;
}
#yoyo_scissors.open {
	background-position: 0px 0px;
}
#yoyo_scissors.close {
	background-position: 0px -58px;
}
#yoyo_trap {
	width: 145px;
	height: 94px;
	background: url('images/yoyo_trap.png');
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 10px;
}
#yoyo_hand {
	width: 129px;
	height: 72px;
	background: url('images/yoyo_hand.png');
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}

#fbButtons_tab {
	width: 162px;
	position: absolute;
	top: 640px;
	left: 10px;
}

/* Score Tabs */
#scoreTab_1 {
	width: 234px;
	height: 345px;
	background: url('images/scoreTab_1.jpg');
	padding: 60px 20px 20px 20px;
	position: absolute;
	top: 640px;
	right: 10px;
}
#scoreTab_2 {
	width: 371px;
	height: 345px;
	background: transparent url("images/scoreTab_2.jpg") repeat scroll 100% center;
	padding: 60px 20px 20px 20px;
	border: 1px black solid;
	margin-right: 15px;
	border-radius: 5px;
	float: RIGHT;
	margin-top: 20px;
}

.score_line {
	width: 100%;
	clear: both;
}
.score_line.title {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	overflow: auto;
}
.score_line .num {
	width: 15px;
	padding: 5px;
	float: right;
}
.score_line .name {
	width: 103px;
	padding: 5px;
	float: right;
}
.score_line .score {
	width: 84px;
	padding: 5px;
	float: right;
}

#quiz_top_title {
	font: bold 28px Arial;
	position: absolute;
	top: 20px;
	right: 30px;
}

/* Help Tools Buttons*/
#help_tools {
	width: 159px;
	height: 85px;
	background: url('images/help_tools_bg.png');
	padding: 31px 8px 0 0;
	position: absolute;
	top: 100px;
	left: 10px;
}

.helptool_1 {
	width: 151px;
	height: 23px;
	background: url('images/help_tools_buttons.jpg') 0px 0px no-repeat;
	cursor: pointer;
	margin-bottom: 2px;
}
.helptool_1:hover {
	background: url('images/help_tools_buttons.jpg') 0px -23px no-repeat;
}
.helptool_1_close {
	width: 151px;
	height: 23px;
	background: url('images/help_tools_buttons.jpg') 0px -46px no-repeat;
	cursor: default;
	margin-bottom: 2px;
}

.helptool_2 {
	width: 151px;
	height: 23px;
	background: url('images/help_tools_buttons.jpg') 0px -69px no-repeat;
	cursor: pointer;
	margin-bottom: 2px;
}
.helptool_2:hover {
	background: url('images/help_tools_buttons.jpg') 0px -92px no-repeat;
}
.helptool_2_close {
	width: 151px;
	height: 23px;
	background: url('images/help_tools_buttons.jpg') 0px -115px no-repeat;
	cursor: default;
	margin-bottom: 2px;
}

.helptool_3 {
	width: 151px;
	height: 23px;
	background: url('images/help_tools_buttons.jpg') 0px -138px no-repeat;
	cursor: pointer;
	margin-bottom: 2px;
}
.helptool_3:hover {
	background: url('images/help_tools_buttons.jpg') 0px -161px no-repeat;
}
.helptool_3_close {
	width: 151px;
	height: 23px;
	background: url('images/help_tools_buttons.jpg') 0px -184px no-repeat;
	cursor: default;
	margin-bottom: 2px;
}


/* Tables */
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.box {
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
	overflow: auto;
}
.box h2 {
	min-width: 142px;
	height: 17px;
	font-size: 12px;
	background: url('images/tab_head.jpg') no-repeat;
	color: #fff;
	padding: 5px 5px 5px 45px;
	margin: 0;
	float: right;
}
.box .content {
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	clear: both;
}

/* -------------------------------------------------------------------------------- */
/* Table Colors */
/* -------------------------------------------------------------------------------- */

/* Yellow */
.box.yellow {
	background: url('images/tab_bg_yellow.jpg') repeat-x;
}
.box.yellow h2 {
	background-position: 0 -54px;
	color: #443A12;
}

/* Blue */
.box.blue {
	background: url('images/tab_bg_blue.jpg') repeat-x;
}
.box.blue h2 {
	background-position: 0 0;
	color: #163336;
}

/* Purple */
.box.purple {
	background: url('images/tab_bg_purple.jpg') repeat-x;
}
.box.purple h2 {
	background-position: 0 -27px;
	color: #4E1E52;
}

/* Green */
.box.green {
	background: url('images/tab_bg_green.jpg') repeat-x;
}
.box.green h2 {
	background-position: 0 -81px;
	color: #2C4811;
}

/* Grey */
.box.grey {
	background: url('images/tab_bg_grey.jpg') repeat-x;
}
.box.grey h2 {
	background-position: 0 -108px;
	color: #2f2f2f;
}

/* Pink */
.box.pink {
	background: url('images/tab_bg_pink.jpg') repeat-x;
}
.box.pink h2 {
	background-position: 0 -135px;
	color: #4E1E52;
}

/* Pale Blue */
.box.pale_blue {
	background: url('images/tab_bg_pale_blue.jpg') repeat-x;
	width: 100%;
}
.box.pale_blue h2 {
	background-position: 0 -162px;
	color: #163336;
}

.homepage_table_1 {
	clear: both;
	width: 759px;
}
.homepage_table_1 .right {
	width: 49%;
	float: right;
}
.homepage_table_1 .right .links {
	padding: 8px;
	overflow: auto;
}
.homepage_table_1 .right .links img {
	border: 3px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.homepage_table_1 .right .links img:hover {
	border-color: #ccc;
}
.homepage_table_1 .left {
	width: 49%;
	float: left;
}

.homepage_table_2 {
	clear: both;
}

.homepage_table_2 .box {
	width: 221px;
}

#new_quizzes {
	width: 100%;
}

#same-cat
{
	width:100%;
	margin-top: 8px;
	height: 150px;
}

#all_quizzes{
	padding: 0 0 34px 0;
	width: 100%;
}

#all_quizzes ul li {
	width: 186px;
	float: right;
	min-height: 73px;
}

#cat-quizzes
{
	padding: 0 0 34px 0;
	clear: both;
	margin-top:35px;
}

#new_quizzes ul li {
	width: 50%;
	float: right;
	min-height: 73px;
}

#same-cat ul li {
	width: 33%;
	float: right;
	min-height: 73px;
}

#cat-quizzes ul li {
	width: 164px;
	min-height: 80px;
	float: right;
}
#new_quizzes  ul li .fright , #cat-quizzes ul li .fright, #same-cat ul li .fright {
	width: 50px;
}
#new_quizzes ul li .fright img, #cat-quizzes ul li .fright img , #same-cat ul li .fright img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#new_quizzes ul li .fleft , #cat-quizzes ul li .fleft, #same-cat ul li  .fleft {
	width: 148px;
	padding: 10px 5px 0 5px;
}

#new_quizzes ul li .ftext, #all_quizzes ul li .ftext, #same-cat ul li .ftext, #cat-quizzes ul li .ftext
{
   width: 58%;
   padding: 10px 5px 0 5px;
     float: right;
}

#top_quizzes ul li {
  width: 50%;
  min-height: 73px;
  float: right;
}
#top_quizzes ul li .fright {
	width: 50px;
}
#top_quizzes ul li .fright img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#top_quizzes ul li .fleft {
	width: 148px;
	padding: 10px 5px 0 5px;
}

#top_quizzes ul li .ftext
{
   width: 58%;
   padding: 10px 5px 0 5px;
     float: right;
}

/* -------------------------------------------------------------------------------- */
/* Table */
/* -------------------------------------------------------------------------------- */
.page_content table {
	width: 763px;
	margin: 10px;
}

.page_content table, .page_content tr, .page_content td, .page_content th {
	border: 1px solid #bdbdbd;
	border-collapse: collapse;
}

.page_content td, .page_content th {
	padding: 5px;
}

.page_content thead {
	background: url('images/table_head.jpg');
	color: #2C4811;
}
.page_content tfoot {
	background-color: #dceec8;
}

.page_content table img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* -------------------------------------------------------------------------------- */
/* Pages Nav */
/* -------------------------------------------------------------------------------- */
.pages_nav {
	padding: 5px;
}
.pages_nav a {
	font: bold 14px Arial;
	background-color: #fff;
	border: 1px solid #000;
	text-decoration: none;
	padding: 5px;
	margin: 0 5px;
}
.pages_nav a:hover {
	background-color: #f1f1f1;
}
.pages_nav a.current {
	border-color: #ccc;
	background-color: #f1f1f1;
}


#tload{
display:none;
text-align: center;
font-size: 20px;
}

#tload span{
color : red;
}

#exam-cats
{
	margin-right:20px;
}

#exam-cats ul
{
	padding: 5px;
	margin-top: 16px;
}

#exam-cats li
{
	float: right;
	margin-left: 23px;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------- */
/* Answer Exam */
/* -------------------------------------------------------------------------------- */

#exam_title
{
	line-height: 8px;
	font-size: 30px;
}

#exam-display
{
	margin-top: 20px;
	min-height: 754px;
	margin-right: 20px;
}

.not-answered
{
	border: none;
	width: 100%;
	margin-bottom: 20px;
}

.answered
{
	border: none;
	width: 50%;
	float:right;
	margin-bottom: 20px;
}

#exam-display h3
{
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 5px;
	
}

#img-display
{
  height: 200px;
  width: 20%;
  float: left;
    text-align: center;
}

#the-exam
{
  float: right;
  width: 69%;
}

.answer
{
	float: right;
    margin-top: 34px;
}

.answer img
{
   width: 86px;
}

.answers-result
{
	display: block;
	font-size: 28px;
	font-weight: bold;
}

.answers-desc
{
	display: block;
	font-size: 22px;
	font-weight: bold;
}
.side-icon
{
	width: 123px;
}

#fb-plugins
{
	margin-bottom: 20px;
	margin-top: 20px;
}

#fb-share
{
	cursor: pointer;
	margin-left: 30px;
}

#back-btn
{
	font-size: 20px;
	color: blue;
	margin-right: 32px;
}

.title-ul
{
	font-size: 23px;
	text-decoration: underline;
	display: block;
	font-weight: bold;
}

#ext-links
{
	margin-top: 20px;
	margin-right: 15px;
}

#ext-links  img
{
	margin-left: 20px;
}

.expand
{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("images/glyphicons-halflings.png");
    background-position: -456px -144px;
  background-repeat: no-repeat;
}

.bs_btn
{
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  /* text-align: center; */
  /* text-shadow: 0 1px 1px rgba(255,255,255,0.75); */
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.bs_btn :hover
{
	z-index: 2;
	color:#333;
	background-color:#e6e6e6;
	*background-color:#d9d9d9;
	color:#333;
	text-decoration:none;
}

#exam_title_input
{
	margin-bottom: 21px;
}

#exam_desc
{
	font-size: 18px;
}

#exam_author
{
	font-weight: bold;
}