@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
}
p{
	padding:0px;
	margin:0px;
}
.Debug {
	font-size: 10px;
	font-weight: bold;
	background-color: #000;
	width: 500px;
	color: #FFF;
	vertical-align: text-bottom;
	padding: 5px;
	float: left;
}
.DebugLeft {
	float: left;
	width: 50%;
}
.DebugRight {
	float: left;
	width: 50%;
}
.DebugGrid {
	float: left;
	width: 120px;
}
.TestContainer {
	font-size: 10px;
	font-weight: bold;
	width: 650px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	float: left;
}
.Test {
	width: 650px;
	background-color: #FF6;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.StartPosition {
	border: 1px solid #CCCCCC;
}
.TestMovement {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.Benchmark {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.TestDescriptionTitle {
	width: 150px;
	float: left;
	padding: 20px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.QuestionsHeader {
	background-color: #E5e5e5;
	border: 1px solid #CCCCCC;
}
.QuestionsHeader .Question {
	font-size:18px;
	padding: 10px;
	line-height: 35px;
	height: 40px;
}
.QuestionsHeader .TestDirection {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 10px;
	font-weight: bold;
	height: 10px;
	float: right;
	width: 100px;
}
.QuestionsHeader .TestSide {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 10px;
	font-weight: bold;
	height: 10px;
	float: left;
	width: 100px;
}
.SiteRow {
	background-color:#2B5F84;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear:both;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.QuestionsRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear:both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.Question {
	width: 610px;
	float: left;
	font-size: 11px;
	padding: 10px;
	line-height: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.TestLoad{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-weight: bold;
	padding: 10px;
	height: 10px;
}
.TestDirection{
	width: 102px;
	float: right;
	font-size: 12px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.TestSide{
	float: left;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.TestCentre{
	width: 200px;
	float: left;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.SiteHeader{
	width: 650px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.SiteQuestion{
	width: 650px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.TestDescription {
	width: 540px;
	float: left;
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.FormButtons {
	padding: 5px;
	text-align: center;
}
.submitastext{
	font-family:       Helvetica, Arial, sans-serif;
	font-size:         12px;
	color:             #FFFFFF;
	background-color:  #EF372D;
	font-weight:       bold;
	border-width:      0;
	cursor:            pointer;
	background-image: url(../../Images/red.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
}
.submitaslogin{
	font-family:       Helvetica, Arial, sans-serif;
	font-size:         12px;
	color:             #FFFFFF;
	background-color:  #EF372D;
	font-weight:       bold;
	border-width:      0;
	cursor:            pointer;
	background-image: url(../../Images/red.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	height:25px;
	margin-top:0px;
}
.submitastext a:hover{
	background-image: none;
}
.Answer {
	font-size: 10px;
	font-weight: bold;
	background-color: #000;
	width: 40px;
	color: #FFF;
	float: left;
	vertical-align: text-bottom;
}
.TestContainer .TestDescriptionTitle {
	font-size: 12px;
	font-weight: bold;
}
.TestContainer .Test .TestDescriptionTitle {
	font-size: 18px;
}
.ResultGrid1Container {
	color: #000;
}
.ResultGrid1Header {
	background-color:#FC0;
}
.ResultGrid1Row {
	background-color:#FFFFFF;
}
.ResultGrid1Direction {
	float:left;
	width:100px;
	background-color:#FC0;
}
.ResultGrid1Result {
	float:left;
	width:80px;
	text-align:center;
}
.RoughtGrid {
	float:left;
	width:90px;
	height:40px;
	text-align:center;
}
pre{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
.TestDescription li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.TestDescription ol {
	margin: 0px;
	padding-right: 10px;
	padding-left: 20px;
}
.QuestionHeadRight {
	float: left;
	width: 244px;
}
.QuestionsRow .TestSide {
	border-right-color: #CCCCCC;
	text-align: center;
	width: 244px;
	padding-right: 0px;
	padding-left: 0px;
}
.TestSide select {
	margin-right: 25px;
	margin-left: 25px;
}
.video {
float: right;
margin-bottom: 10px;
margin-left: 10px;
border: 1px solid #CCCCCC;
width: 580px;
}
.blueman h2 {
font-weight: normal;
color: #547E9C;
}
.mandiv #container .FullBoxOut .BoxContentNoPad .BoxContentRightPad .NoPadInner .restrictions .unIndentedList {
	font-weight: normal;
	color: #000;
}
.SmallManTitle {
float: left;
background-color:#FFF;
padding-bottom: 10px;
padding-left: 10px;
width: 200px;
}
.SmallManDiv {
float: left;
background-color:#FFF;
width: 2px;
}
.SmallManTitleDiv {
float: left;
background-color:#FFF;
width: 2px;
padding-bottom:10px;
}
