/* Elements */
a
{
	color: #CCFFFF;
}
a:hover
{
	color: #99FFCC;
}
a:visited
{
	color: #FF99FF;
}
a:active
{
	color: orange;
	font-weight: bold;
}
body
{
	background-color: #212121; /*#CCCC9A;*/
	position: relative;
	width: 550px;
	height: 550px;	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	overflow: hidden;
}
button
{		
	border-radius: 10px;
	border-width: 2px;
	border-style: outset;
	background-repeat: no-repeat;
	opacity: 0.90;
}
button.dialog
{
	position: relative;
	color: #111144;
	font-size: 1.1em;
	margin-left: auto;
	margin-right: auto;
	width:160px;
	height:50px;
	margin-bottom: 12px;
	border-color: #ff7000 #f96 #f96 #ff7000;
	background-color: #CCCC9A;/*#17d;*/
}

button.input
{
	position: relative;
	color: #F5F5DC; /*beige */
	font-size: 1.1em;
	font-weight: bold;
	width: 131px;
	height: 86px;
	margin-left: 3px;
	margin-right: 3px;
	/*
	border-color: #ff7000 #f96 #f96 #ff7000;
	
	background-color: #eee;	
	*/
	background-image: url('../images/input_text.png');
	background-repeat: no-repeat;
}
.down
{
	border-color: #ffb #bbb #bbb #ffb;
	background-color: #3de;
}
button.session
{
	position: relative;
	top: 10px;
	color: #111144;
	font-size: 1.0em;
	margin-left: auto;
	margin-right: auto;
	width:150px;
	height:50px;
	margin-bottom: 12px;
	border-color: #ff7000 #f96 #f96 #ff7000;
	background-color: #CCCC9A;/*#17d;*/
}
button.summary
{
	position: relative;
	color: #111144;
	font-size: 1.0em;
	margin: 2% 0%;
	width: 180px;
	height: 50px;
	margin-bottom: 12px;
	border-color: #ff7000 #f96 #f96 #ff7000;
	background-color: #CCCC9A;/*#17d;*/
}
canvas.paper {
	position: absolute;
	top: 80px;
	left: 75px;
	/*
	width: 560;
	height: 400;*/	
	background-color: #F5F5DC; /*beige */
	padding: 0px;
	border: 0px solid #555;
	z-index: 1;
}
div.dialog_content
{
	display: none;
}
div.frame
{
	color: #fea;
	position: absolute;
	width: 600px;
	height: 550px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Trebuchet, Tahoma, Verdana, Arial;	
	background-color: #666666;/*#447;*/
	border: 2px solid #ff7000;
	border-radius: 25px;
	display: none;
}
div.hit_box
{
	position: absolute;
	left: 350px;
	top: 95px;
	float: left;
	width: 40px;
	height: 40px;
	border: 0px solid #000;
	padding: 2px 2px;	
	background-color: #F5F5DC; /*beige */
	display: none;
	z-index: 5;
}
div.info
{
	position: relative;
	text-align: center;
	font-family: Verdana, Tahoma, Arial;
	font-size: 1.4em;
	margin-left: auto;
	margin-right: auto;
	color: #ff7000;	
}
div.input_box
{		
	position: absolute;
	left: 40px;
	top: 320px;
	float: left;	
	background-color:#666666;/*#447;*/
	width: 425px;
	height: 90px;
	border: 0px solid #eee;
}
div.instructions_btn
{
	position: relative;
	top: 0px;
	margin-left: auto;	
	margin-right: auto;	
	width: 180px;
	height: 30px;
	padding: 3px 3px;
	border: 0px solid #eee;	
}
div.logo
{
	position: relative;
	top: 110px;
	left: 26px;
	width: 48px;
	height: 170px;
	border: 0px solid #eee;
	background-image: url('../images/ks_logo.png');
}
div.menu_box
{
	position: absolute;
	left: 430px;
	top: 30px;
	float: right;	
	margin-left: 5%;
	margin-right: 5%;
	width: 104px;
	height: 340px;
	border: 0px solid #eee;
	padding: 0px 0px;
	background-color: #447;
}
div.menu_dlg_btns
{
	position: relative;
	top: 100px;
	margin-left: auto;	
	margin-right: auto;	
	width: 160px;
	height: 180px;
	padding: 3px 3px;
	border: 0px solid #f00;	
}
div.score
{
	color: #fea;
	position: absolute;
	width: 150px;	
	height: 275px;
	font-family: Trebuchet, Tahoma, Verdana, Arial;
	font-size: 1.3em;
	border: 0px solid #ff7000;
	border-radius: 1px;
}
div.score_box
{	
	position: absolute;
	top: 75px;
	width: 350px;
	height: 295px;
	left: 125px;
	border: 2px solid #ff7000;
	border-radius: 1px;
	background-color: #333;
}
div.score_footer
{
	position: absolute;
	width: 250px;	
	height: 25px;
	top: 380px;
	left: 175px;
	font-size: 1.1em;
	text-align: center;
	color: orange;
	border: 0px solid white;
}
div.session_table
{
	color: #ff7000;
	font-family: Trebuchet, Tahoma, Verdana, Arial;
	font-size: 1.5em;
	position: relative;	
	text-align: center;
	top: 150px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 2px solid #ff7000;
	background-color: #222;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
	border-radius: 25px;
}
div.staff_area
{
	position: absolute;
	top: 90px;
	left: 70px;
	/*background-color: #F5F5DC; *//*beige */
	border: 0px solid #eee;
	width: 358px;
	height: 200px;
}
div.status
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90px;
	height: 27px;
	border: 0px solid #eee;
	padding: 0px 0px;
	font-size: 0.8em;
	text-align: center;
	background-color: #000;
}
div.status_bar
{
	position: relative;
	left: 70px;
	top: 0px;
}
div.status_box
{
	position: absolute;
	left: 470px;
	top: 95px;
	float: right;
	width: 90px;
	height: 135px;
	border: 2px solid #F5F5DC;
	padding: 2px 2px;	
	background-color: #000;
	border-radius: 5px;
}
div.sum_buttons
{
	position: relative;
	border: 0px solid white;
	top: 60px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px;
}
div.summary_table
{
	color: #ff7000;
	font-family: Trebuchet, Tahoma, Verdana, Arial;
	font-size: 1.5em;
	position: relative;
	text-align: center;
	width: 500px;
	height: 500px;
	border: 3px solid #ff7000;
	background-color: #111144;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	border-radius: 25px;
}
h1, h2, h3, h4
{
	position: relative;
	top: 15px;
	text-align: center;
}
p
{
	position: relative;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Tahoma, Trebuchet;	
}
p.go_home
{
	text-align: center;
	font-size: 1.5em;
	top: 120px;
}
p.no_canvas
{
	top: 30px;
}
p.session
{
	width: 120px;
	color: #fea;
	text-align: center;
	font-size: 0.85em;
}
p.vexflow
{
	text-align: center;
	font-size: 0.9em;
	top: 135px;
}
span.status_text
{
	color: #ff7000;
	font-size: 1.65em;
	font-weight: bold;
}
span.your_scores
{
	color: orange;
	font-weight: bold;
}
table.status
{
	border: 0px solid #F5F5DC;	
	width: 360px;
}
table.tbl_summary
{
	position: relative;
	top: 30px;
	margin-left: auto;	
	margin-right: auto;	
	width: 240px;
	height: 100px;
	padding: 3px 3px;
	border: 0px solid #ff7000;
	border-radius: 15px;	
}
table.status_bar_table
{
	position: absolute;
	float: left;
	left: 0px;
	top: 40px;
	width: 360px;
	height: 33px;
	border: 1px solid #F5F5DC;
	background-color: #222;
}
td.status_bar_td
{
	position: absolute;
	color: #1f2;
}
td.status_bar_td.level
{
	left: 215px;
	width: 20px;
	text-align: center;
}
td.status_bar_td.percent
{
	left: 65px;
	width: 45px;
	color: #fea;
	text-align: center;
}
td.status_bar_td.points
{
	left: 120px;
	width: 55px;
	color: #6af;
}
td.status_bar_td.score
{
	left: 295px;
	width: 60px;
	text-align: center;
}
td.status_bar_td.timer
{
	left: 10px;
	width: 40px;	
	text-align: right;
}
td.status_bar_td_label
{
	position:absolute;
	text-align: left;
	color: #fb6600;
	border: 0px solid #eee;
}
td.status_bar_td_label.level
{
	left: 165px;
	width: 40px;
}
td.status_bar_td_label.score
{
	left: 245px;
	width: 45px;
}
td.scores
{	
	text-align: center;	
}
td.td_summary
{
	position: relative;
	text-align: center;
	color: #1f1;
	font-size: 1.2em;
	border: 0px solid gray;
}
td.summary_label
{
	position: relative;
	width: 70%;
	text-align: left;
	color: #fea;
	font-size: 1.2em;
	border: 0px solid gray;
}
ul.instruction_list
{
	position: relative;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #ff7000;
	border-radius: 25px;
	padding: 25px 25px;
	font-size: 1.2em;
}
/* Classes */
.hover
{
	border: 4px solid #eee;
}
.out
{
	border: 5px solid #fea;
}

/* IDs */
#back_button
{
	top: -5px;
}

#instructions_frame
{	
	font-size: 0.9em;
	text-align: left;
}
#level
{
	width: 10%;
}
#level_label
{
	width: 20%;
}
#main_menu_button
{
	top: 345px;
	left: 225px;
	display: none;
}
#menu_button
{
	background-image: url('../images/menuBtn.png');
}

#percent
{
	width: 15%;
}
#points
{
	width: 10%;
}
#score_label
{
	width: 15%;
}
#score
{
	width: 10%;
}
#timer
{
	width: 20%;
}
#top_dates
{
	top: 10px;
	left: 190px;
	text-align: left;
}
#top_rank
{
	top: 10px;
	left: 5px;
	width: 30px;
	text-align: right;
	border: 0px solid #f02;
}
#top_scores
{
	top: 10px;
	left: 50px;
	width: 125px;
	text-align: left;
	border: 0px solid #ff4;
}

