﻿body    {
	text-align: center;
	background-color:#c1e7ff;
	background-image:url('../Images/Backgrounds/c1e7ff.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
	}
h1 	{
	text-shadow: 4px 4px 4px #1c041c;
	filter: dropshadow(color=#1c041c, offx=4, offy=4);
	}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	margin:5px;
}
ul      {
	text-align: left;
	}
td      { 
	vertical-align:top;
	text-align:left;
	}
div.Container   {
	position: relative;
	width: 710px;
	background-color: #FFFFFF;
	padding: 20px;
	text-align:left;
	color: #000000;
	border: medium dashed #000000; 
	margin: 0 auto; font-family:Tahoma; font-size:14pt;
	}
#QuizTable {
	border:0px;
	width:100%;
	margin:auto;
}
input.Answer_box {
	background-color: PaleTurquoise;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 12pt
	} 
textarea.Working {
	background-color:white;
	}
p.Working {
	color:silver;
	font-size:small;
	}
#Trophybutton {
	visibility: hidden;
	background-color:red;
	color:white;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	}
div#GreyOut {
	position:absolute;
	top:30px;
	left:0px;
	width:100%;
	height:1000px;
	background-color:silver;
   	visibility:hidden;
   	/* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.6;
}
div#DescriptionBox, div#HelpBox {
	position:absolute;
	top:150px;
	width:600px;
	height:550px;
	left: 50%;
	margin-left: -320px;
	border:6px maroon solid;
	background-color:white;
	padding:20px;
	color:black;
	visibility:hidden;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
}
div#DescriptionBox p, div#HelpBox p{
	text-align:left;
	font-family:Tahoma;
	font-size:14px;
}
img#CloseImg {
	position:absolute;
	width:30px;
	height:30px;
	right:5px;
	top:5px;
}
p#CloseP {
	position:absolute;
	right:39px;
	top:-1px;
	border:0px;
	padding:0px;
}
img.tick {
	border:0px;
	width:34px;
	height:31px;
}
img.cross {
	border:0px;
	width:26px;
	height:32px;
}
#H1Table {
	width:800px;
	margin:auto;
	margin-bottom:0px;
	border:0px aqua solid;
}
#H1Table h1, #H1Table h2{
	margin:1px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#H1Table td:first-child {
	padding-right:10px;
}