﻿body {
	background-color:#CC3300;
	background-image:none;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	color:yellow;
	font-family:"Arial Rounded MT Bold";
	}
h1 {
	font-size:56px;
	color:#EEE;
	-webkit-text-stroke: 1px black;
	text-shadow:3px 3px 0 black,-2px -2px 0 black,2px -2px 0 black,-2px 2px 0 black,2px 2px 0 black;
	padding:2px;
	margin:2px;
	letter-spacing:5px;
}
div#ContainerInvisible {
	position:relative;
	background-color:#FFCCCC;
	width:900px;
	height:460px;
	padding:0px;
	border:10px white solid;
	margin:auto;
	margin-bottom:10px;
	margin-top:2px;
	border-radius:10px;
}
div#InstructionsAndFeedback {
	position:relative;
	width:820px;
	height:70px;
	padding:0px;
	border:3px black solid;
	margin:auto;
	margin-bottom:10px;
	background-color:#FFCCCC;
	background-image:url('Bkground.gif');
	background-repeat:repeat;
}
div#InstructionsAndFeedback p{
	margin:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
#Button1, #Button2 {
	position:absolute;
	top:20px;
	width:100px;
	height:30px;
}
.DragNumber {
	text-align: center;
	background-image:url('Maltese.gif');
	border: 0px solid #000000;
	padding: 0px;
	margin: 10px 0px 0px 5px;
	width: 70px;
	height: 105px;
	position: absolute;
	overflow: hidden;
	cursor: move;
}
.DragNumber p{
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
	color: white;
	margin-top:20px;
}
.NumberSpace {
	color: #FF0000;
	text-align: center;
	background-color:#CCCCCC;
	border: 3px solid #000000;
	padding: 0px;
	margin: 0px;
	width: 75px;
	height: 120px;
	position: absolute;
	border-radius:15px;
}
.RowColBkground {
	background-color:#FF6666;
	opacity:0.6;
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:10px;
	-webkit-box-shadow:  0px 0px 9px rgba(0,0,0,0.5);
	-moz-box-shadow:  0px 0px 9px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
}
#ProgressCheck {
	position:absolute;
	right:10px;
	top:1px;
	font-size:20px;
	color:#000000;
	display:none;
}
#Trophybutton {
	width:500px;
	position:absolute;
	left:160px;
	top:20px;
}
#ButtonNext {
	margin:auto;
}
#QuizFooterTable p.Answers {
	color:red;
}
#StagesSpriteHolder {
	width:882px;
	height:35px;
	margin:auto;
	background-image:url('StagesSprite.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:none;
}
#QuizFooterTable p.comment_title {
	background-color:red;
	background-image:none;
	background: linear-gradient(to right, #D93E40 0%, #FFFFFF 1%, #D93E40 2%, white 95%, white 100%);
	font-weight:bold;
	color:white;
	margin-bottom:0px;
	padding:5px 20px 10px;
}
.comment_title::before {
	content:'Comment from ';
}
.comment_date {
	display:none;
}
.comment_body {
	margin-left:100px;
	margin-right:100px;
}

.QuotationMarks {
	font-weight:bold;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

