@charset "UTF-8";
/* CSS Document */
html{
	margin: 0px;
}

body{
	margin: 0px ;
	color: #ffffff;
	border:none;
	background:url(images/wood.jpg) repeat, url(image/orang.png) repeat;
	
}



#game{
	position:absolute;
	width:960px;
	z-index:1;
	
}

#menu{
	width: 960px;
	margin: 0 auto;
	text-align:right;
}

#wrapper{
	width:980px;
	height:620px;
	margin: 30px auto;
	position:relative;
}

td{
	
	width: 120px;
	height:120px;
	
}

#board{
	background-image:url(images/board.jpg);
	background-repeat: no-repeat;
	border: 10px solid #FFF;	
	
}



#start{
	left:900px;
	position:absolute;
}

a:link, a:visited, a:hover, a:active{
	border:none;
	text-decoration:none;
}

#question td{
	background-color:#F36;
}

#img{
	border:none;}
#die{
	border:none;
}

element.style{
	border:none;
}

#clear{
	display: block;
	clear: both;
}

iframe{
	border:none;
	background:transparent;
	overflow:hidden;
	
	}
	#scoreboard{
	color:#FFFFFF;
	background:none;
	font-size: 24px;
	font-weight: bold;
	width:60px;
		border:none;
	}
	#scoreboard input{
		background:none;
			border:none;
	}
	
		#highscore{
	color:#FFFFFF;
	background:none;
	font-size: 24px;
	font-weight: bold;
	width:60px;
		border:none;
	}
	#highscore input{
		background:none;
			border:none;
	}

	
	#formscore{
		width: 60px;
	float:left;
	
	
		border:none;
	margin: 37px 0 0 122px;
	}
	
	#cardstack{
		float:right;
		width: 257px;
		height: 316px;
		margin: 20px 30px 0 0;
	}
	
	#alldice{
		float:right;
		margin-right:20px;
		margin-top:150px;
	}
	
	#piece{
		width:88px;
		height:98px;
	}
	
	.markCorrect{
		font-size: 36px;
		color:#6C0;
		text-align:center;
	}
	
	#submitanswer{
	background-image:url(images/submit.png);
	width: 313;
	height: 81px;
	}
		
	/* Takes out the little X on the top of the UI box */
	
.ui-icon {
	display:none;
}

ui-dialog-titlebar-close ui-corner-all{
display:none;
}

img {
	border: none; !important;
}

#highscoreBoard{
	background-image:url(images/scoreque.png);
	width: 79px;
		height: 76px;

		backround-repeat:none;
		margin:0 auto;
		padding: 20px 0 0 161px;
}



/* WELCOME PAGE */

#welcomebox{
	width: 870px;
	height: 765px;
	margin: 0 auto;
	background-image:url(images/welcomescreen.png);
	
}
#highscorewelcome{
	width: 870px;
	height: 700px;
	margin: 0 auto;
	background-image:url(images/highscorescreen.png);
	
}

#box{
	width: 870px;

	margin: 0 auto;
	padding-top: 200px;
	position:absolute;
}

#pieces{
	width:550px;
	margin: 0 auto 0 auto;
	height: 150px;
	
}

#highscorebox{
	text-align:center;
	width: 870px;
	margin: 0 auto;
	padding: 225px 0 0 0;
}


