﻿.Exam_Required
{
	color: Red;
	font-weight: bold;	
}
/*** ExamLoginPage - <root>/Exam.aspx ***/
.Exam_Header
{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.Exam_Header h1
{
	text-align: center;
}
.Exam_Login
{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	display: block;
	text-align: center;
}
.Exam_Login label
{
	text-align: center;
	font-weight: bold;
	margin: 1em 1em 0 0;
	display: block;
}
.Exam_LoginSubmit
{
	padding-top: 20px;
	margin-right: .5em;	
}
.Exam_ExamLinksWrapper
{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align: center;
	display: block;
}
.Exam_ExamLink
{
	text-align: center;
	display: block;
	padding: 10px 0 10px 0;
	margin-right: 1em;
}
.Exam_FreeText
{
	font-family: Lucida Sans,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 1em 1em 15px 0;
	display: block;
}
.Exam_NoExamLinks
{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align: center;
	display: block;
}
/*** ParentPage - <root>/Exam.aspx ***/
.Exam_EnterCredentials
{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align: left;
	display: block;
}
.Exam_EnterCredentials fieldset
{
	border: 0;
}
#Exam_btnSubmit input[type="submit"]
{
	margin-left: 12.5em;
	margin-top: 15px;
	width: 10em;
	display: inline-block;
}
.Exam_ThankYou
{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align: center;
	display: block;
}
.Exam_ThankYou_Link
{
	display: block;
	padding-top: 20px;	
}
.Exam_Navigation
{
	text-align: right;
	padding: 25px 25px 25px 0;
}
/*** Exam Control - <root>/cPanel/TestCenter/Controls/ucExam.ascx ***/
.Exam_QuestionWrapper
{
	margin: 0 25px 0 25px;
	padding: 0 0 40px 0;
	border-bottom: 1px solid Black;
}
.Exam_Questions
{
	font-family: Lucida Sans,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 1em 1em 0 0;
	display: block;
}
.Exam_QuestionNumber
{
	width: 25px;
	float: left;
	display: block;
}
.Exam_QuestionText
{
	display: block;
}
.Exam_QuestionText img
{
	max-width: 100%;
	height: auto !important;
}
.Exam_Answers
{
	margin-top: 15px;
	margin-left: 25px;
}
.Exam_Answers input[type="radio"]
{
	margin-right: 5px;
	margin-bottom: 10px;
	vertical-align: top;
}
.Exam_Answers label
{
	font-family: Lucida Sans,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.Exam_AnswerNote
{
	font-family: Lucida Sans,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: Red;
	margin-top: 15px;
	margin-left: 25px;
}
.Exam_IncompleteNote
{
	font-family: Lucida Sans,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Red;
	margin-top: 25px;
	text-align: center;
}