@charset "UTF-8";
/* CSS Document */

/* last edited: 3pm, Feb 25/2009, colours used: #0c2338=dark navy blue, #666666=dark grey, #2570B1=dark blue, #4ef182=light green */
/* if div uses float: and a fixed margin, then we need to apply IE6 hack: display:inline to fix double border */



	/*Todo: Warning - Border Box may ruin sizing*/
/*	html * {
		box-sizing: border-box;
	}*/
	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	background-color:#666666;

	}

	p, h1 {
	margin: 0;
	padding: 0;
	}

	p.justify {
	text-align: justify;
	}

/* these 4 div's need to be merged once the auotfill issue has been resolved */
	#containerAuto {
	width: 830px;
	margin:0 auto;
	height: auto;
	}

	#containerLogin {
	width: 830px;
	margin:0 auto;
	height: 650px;
	}

	#container {
	width: 830px;
	margin:0 auto;
	height: 850px;
	}

	#containerMain {
	width: 830px;
	margin:0 auto;
	height: 720px;
	}

	/* Language select */
	.opt-menu-left {
		width: auto;
		padding: 0;
		margin: 0;
		height: 42px;
	}
	.opt-menu-left>li{
		display: block;
		margin: 0;
		padding: 0;
		width: 60px;
		height: 40px;
		text-align: center;
		padding: 0;
		border: 1px solid rgba(0,0,0,.5);
		list-style:none;
		margin: 0;
		position: relative;
	}
	.opt-menu-left>li>ul {
		overflow:hidden;
		position: absolute;
		top: 0;
		left: 0;
		height: 40px;
	}
	.opt-menu-left>li:hover ul {
		height: 80px;
		box-shadow: 0px 1px 7px rgba(0,0,0,0.1);
	}

	.language-dropdown {
		margin: 0;
		padding: 0;
		line-height: 40px;
		border-radius: 2px;
		position: relative !important;

	}

	.language-select:hover {
		background: rgba(255,255,255,.1);

	}

	.language-dropdown li a {
		color:#fff !important;
		text-decoration: none;
		display: block;
		height: 40px;
		width: 60px;
	}
	.language-dropdown li {
		position: relative;
		z-index: 1000;
		list-style: none;
		background: #CC0000;
	}

	.language-dropdown li a:hover {
		background: rgba(255,255,255,.25);
	}

/* --------------------------------------------------------------------------- */

	/*#Ledge {
	float: left;
	height: 100%; /* this will fill the entire length with the shadow */
	/*width: 20px;
	background: url(../images/edge_l.jpg) repeat-y;
	}

	#Redge {
	float: left;
	width: 20px;
	height: 100%; /* this will fill the entire length with the shadow */
	/*background: url(../images/edge_r.jpg) repeat-y;
	}*/

	#pageFull { /* contains all div's except L & R shadows */
	float: left;
	width: 790px;
	height: 100%; /* this will fill the entire page with white */
	text-align: left;
	background-color:#FFFFFF;

	box-shadow: 0px 2px 15px rgba(0,0,0,.25);
	}

	#mainContent /* this box restricts all other content to fit inside the 790 px width */
	{

	width: 700px;

	}

#container
	{
	width: 850px;
	/*removing this line will eliminate the center alignment of the container*/
	margin: 2px auto;
	color: #666666;
	line-height: 100%;
	background-repeat: repeat-y;
	background-image: url(../images/exam_background.jpg); /* this is the gray background with the shadowed edges image */
	height: auto;
	}

	#topHeader
	{
	height: 140px;
	background: url(../images/exam_header.jpg) no-repeat; /* these are the two BCLS header images */
	}

#HeaderBar {
	background-color: #CC0000;
	width: 790px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
/*	margin-left: -20px;
*/	}

/*
#footerBlue {
	//dark blue bar at the bottom of the page
	height: 8px;
	margin: 18px 0px 0px 0px;
	//background-color: #0c2338;
	background-color: #fff;
	border-bottom:2px solid #2570B1;
	}

*/

#TilmaText
	{
	color: #FFF;
	text-align: center;
	font-size: 15px;
	width: 300px;
	}

#value
	{
	margin-right: 30px;
	color: #FFF;
	text-align: right;
	font-size: 17px;
	}


	#topTitle
	{
	padding: .4em;
	/* background-color: #CC0000; */
		background-color: #CC0000;
		text-shadow: 0px -1px 0px rgba(0,0,0,.25);
	}
	#topTitleExam
	{
		padding: .4em;
	/* background-color: #CC0000; */
		background-color: #CC0000;
		text-shadow: 0px -1px 0px rgba(0,0,0,.25);
	}

		/* ---------- start of Login related ---------- */
	#headerLogin { /* main login header showing both survey logos */
	height: 138px;
	background: url(../images/header_login.jpg) no-repeat;
	}

	#loginPage { /* contains the Login text and username/password boxes */
	height: auto;
	margin: 40px;
	width: 710px;
	}

	#loginBox { /* contains both the Username and Password boxes and Gov Canada text */
	height: auto;
	width: 550px;
	margin: auto;
	}

	.loginCredentials { /* contains the Username and Password text boxes and start button */
	height: auto;
	padding: 5px 5px;
	width: 500px;
	text-align: center;
	margin:0 auto;
	}
	/* Todo: Confirm depreciated? */;
	/*input.btn {
	margin: 0px 10px 0px 10px;
	} */

	.startButton {
	width: 86px;
	height: 23px;
	background: url(../images/start_exam.jpg) no-repeat;
	border: 0px;
	}

	.startButton:hover, .startButton:active {
	background-position: 0 -23px;
	}

/* End Todo */

	#first	{ /* box that contains hidden info to expand with arrow */
	text-align: left;
	color: #2570B1;
	}

	#projectCanada { /* contains the Canada related text and logo */
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: left;
	height: auto;
	width: 450px;
	background: url(../images/canada_logo.gif) no-repeat 100% 0;
	}
	/* ---------- end of Login related ---------- */

	#headerBC { /* this BC image header will only be shown when a BC user logins in */
	height: 138px;
	background: url(../images/header_bc.jpg) no-repeat;
	}

	#headerAB { /* this AB image header will only be shown when an AB user logins in */
	height: 138px;
	background: url(../images/header_ab.jpg) no-repeat;
	}


	/* ---------- start of Title bar ---------- */
	#titleBar { /* this panel contains the countdown timer, TILMA Title and "125 points text" */
	padding: .4em 0 .4em 0;
	height: 16px;
	background-color: #CC0000;
	height: 32px;
	width: 100%;
	}

	#titleLeft {/* this panel contains the countdown timer */
	float: left;
	width: 150px;
	}

	#timer {  /* dynamic countdown timer */
	width: 60px;
	padding: 0 .1em 0 .1em;
	font-size: 12px;
	letter-spacing: 1px;
	color:#FFFF00;
	background-color: #000000;
	}

	#titleCenter {/* contains the white TILMA text */
	float:left;
	width: 490px;
	color: #FFFFFF;
	margin:0 auto;
	font-weight: 600;
	text-align: center;
	}

	#titleRight {/* contains the 125 text */
	float: right;
	width: 150px;
	color: #e7e7e7;
	}

	#titleCenterLogin {/* contains the white TILMA text only on Login page */
	width: 490px;
	color: #FFFFFF;
	margin:0 auto;
	font-weight: 600;
	text-align: center;
	}
	/* ---------- end of Title bar ---------- */


	/* ---------- start of Section bar ---------- */
	#sectionBar { /* contains the Section #, "Main Page" text and Question/Answers dynamic numbers */
	padding: .4em 0 .4em 0;
	height: 16px;

	background-color: #fff;
	border-top: 1px solid #FFFFFF;
	font-weight: 500;
	}

	#sectionLeft {/* contains "Section" text */
	float: left;
	padding-left: .8em;
	color: #FFFFFF;
	width: 250px;
	text-align: left;
	}

	#sectionCenter {/* contains the "Main Page" text */
	float:left;
	width: 282px;
	color: #d9d9d9;
	margin: auto;
	text-align: center;
	}

	#sectionRight {/* contains the dynamic question & answer boxes */
	float: right;
	width: 245px;
	color: #e7e7e7;
	text-align: right;
	/* padding-right: .8em; */
	}

	#sectionQ {
	float: left;
	text-align: right;
	width: 152px;
	color: #72afd1;
	}

	#sectionA {
	float: right;
	text-align: left;
	width: 92px;
	color: #4ef182;
	}

	/* ---------- end of Section bar related ---------- */


	/* ---------- start of Question related ---------- */

	.subqbody {
		padding-left: 15px;
		border-left: 15px solid #eaeaea;
	}

	.questionBox { /* contains all the questions on this page */
	clear: both;
	height: auto;
	margin: 40px;
	width: 710px;
	margin-bottom: 20px;
	}

	.questionSingle { /* contains one question and answer section */
	height: 140px;
	margin-bottom: 20px;
	width: 710px;
	border: 1px solid #0c2338;
	}

	.questionSleft {
	float: left;
	width: 22px;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	}

	.questionStop {
	float: right;
	padding: 8px;
	width: 672px;
	height: auto;
	color: #0c2338;
	text-align: left;
	background-color: #f3f3f3;
	border-bottom: 2px solid #0c2338;
	}

	.questionSbottom {
	float: right;
	height: auto;
	padding: 8px;
	width: 672px;
	color: #2570B1;
	text-align: left;
	}

	.questionMulti { /* contains one multi-part question and answer section */
	height: 320px;
	margin-bottom: 20px;
	width: 710px;
	border: 1px solid #0c2338;
	}

	.questionMleft {
	float: left;
	padding-top: 8px;
	width: 22px;
	/* height: 100%; */
	height: 312px;
	text-align: center;
	color: #FFFFFF;
	}

	.questionMtop {
	float: right;
	padding: 8px;
	width: 672px;
	height: auto;
	color: #0c2338;
	text-align: left;
	background-color: #f3f3f3;
	border-bottom: 2px solid #0c2338;
	}

	.questionMmiddle {
	float: right;
	padding: 8px;
	width: 672px;
	height: auto;
	color: #0c2338;
	text-align: left;
	background-color: #f3f3f3;
	border-bottom: 2px solid #0c2338;
	border-top: 4px solid #0c2338;
	}

	.questionMbottom {
	float: right;
	padding: 8px;
	width: 672px;
	color: #2570B1;
	text-align: left;
	}


	#BarButtons
	{
	margin-left: -15px;
	width: 790px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	}

	#BarBlack {

	margin-left: -20px;
	width: 782px;
	font-family: arial, helvetica, sans-serif;
	font-weight:900;
	font-size: 13px;
	border-top: 2px solid #72afd1;
	}

	#Section /* The Section # and name */
	{

  margin-right: 20px;
	width: 320px;
	color: #666666;
	text-align: left;
	font-weight:bold;
	border-bottom: 2px solid #72afd1;
	}

	#SectionMain  /* The Section # and name on the Main page*/
	{
  margin-left: 20px;
	width: 400px;
	color: #000;
	text-align: left;
	text-decoration: none;

	}

	#SectionMain a:hover {
	 color: #72afd1;
	 font-weight: bold;
	 text-decoration: none;
	}

	#SectionMain a {

	 color: #666666;
	 width: 420px;

	 text-decoration: none;
	}


	#BarMain{ /* Main Page text goes here */
	width: 100px;
	color: #CCC;
	text-align: center;
	}

	#BarQ{ /* Questions text goes here */
	width: 160px;
	color: #72afd1;
	text-align: right;
	}


	#BarTotalPlaceHolder{
	width: 70px;
	color: #72afd1;
	text-align: right;
	}

	#BarA { /* Answered text goes here */
	margin-right: 20px;
	width: 70px;
	color: #72afd1;
	text-align: left;
	}

	#BarSectionHeader { /* Section Column Header */
	margin-left: 20px;
	width: 535px;
	color: #72afd1;
	text-align: left;
	font-weight: bold;
	}

	#BarQuestionHeader { /* Question/Answer Column Header */

	margin-bottom: 2px;
	width: 200px;
	color: #72afd1;
	text-align: center;
	font-weight: bold;

	}

	#BarTotal { /* Total Header */
	margin-left: 20px;

	width: 420px;
	color: #72afd1;
	text-align: right;
	font-weight: bold;

	}



	#UnderLine{ /* Separating Bar*/
	width: 780px;
	height: 2px;
	border-bottom: 2px solid #72afd1;
	margin-left: -20px;
	}

	.NumberDynamic  /* this is the number box filled by php */
	{
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
 	line-height: 1.3em;

	text-align:center;
	}

/* end of bar */

	/* ---------- start of Main page elements --------- */
	#sectionBlack { /* contains the Section #, "Main Page" text and Question/Answers dynamic numbers */
	padding: .4em 0 .4em 0;
	height: 16px;
	margin:0 auto;
	background-color: #000000;
	border-top: 1px solid #FFFFFF;
	font-weight: 500;
	}

	#mainPage {
	height: auto;
	margin: 20px 40px 40px 40px;
	width: 710px;
	}

	#sectionMain { /* contains the Section #, "Main Page" text and Question/Answers dynamic numbers */
	margin-left: 20px;
	width: 430px;
	color: #FFF;
	text-align: left;
	}

	#sectionMainL {/* contains Section text */
	float: left;
	padding-left: .8em;
	width: 400px;
	color: #ffffff;
	text-align: left;
	/* padding-right: .8em; */
	}

	.sectionMainRight {/* contains the dynamic question & answer boxes */
	float: right;
	width: 245px;
	text-align: right;
	/* padding-right: .8em; */
	}

	.sectionMainQ {
	float: left;
	text-align: right;
	width: 152px;
	color: #72afd1;
	}

	.sectionMainA {
	float: right;
	text-align: left;
	width: 92px;
	color: #4ef182;
	}

	/* ---------- start of Main class div's ---------- */
	.mainSectionBar {
	padding: .4em 0 .4em 0;
	height: 16px;
	background-color: #0c2338;
	border-top: 1px solid #FFFFFF;
	font-weight: 500;
	}

	.mainSectionLeft {/* contains "Section" text */
	float: left;
	padding-left: .8em;
	color: #FFFFFF;
	width: 350px;
	text-align: left;
	}

	.mainSectionRight {/* contains the dynamic question & answer boxes */
	float: right;
	width: 245px;
	text-align: right;
	}

	.mainSectionQ {
	float: left;
	text-align: right;
	width: 152px;
	color: #72afd1;
	}

	.mainSectionA {
	float: right;
	text-align: left;
	width: 92px;
	color: #4ef182;
	}


	/* ---------- end of Main class div's ---------- */

	/* ---------- start of various lower buttons ---------- */
	#buttonsLower {
	width: 710px;
	height: 23px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	}

	.returnButton {
	float: left;
	width: 166px;
	height: 23px;
	background: url(../images/button_return.jpg) no-repeat;
	border: 0px;
	}

	.returnButton:hover, .returnButton:active {
	background-position: 0 -23px;
	}

	.proceedButton {
	float: right;
	width: 166px;
	height: 23px;
	background: url(../images/button_proceed.jpg) no-repeat;
	border: 0px;
	}

	.proceedButton:hover, .proceedButton:active {
	background-position: 0 -23px;
	}

	.finishButton {
	width: 92px;
	margin: auto;
	height: 23px;
	background: url(../images/button_finish.jpg) no-repeat;
	border: 0px;
	}

	.finishButton:hover, .finishButton:active {
	background-position: 0 -23px;
	}

	/* ---------- end of lower buttons ---------- */


	.clearDiv { /* this div is to clear the floats so the text is normal below*/
	clear: both;
	}

	.textGrey {
	margin: 0;
	padding: 0;
	}

	h1 {
	font-weight: bold;
	font-size: 15px;
	color: #2570B1;
	text-align: center;
	}

	.textBold {
	font-weight: bold;
	}

	.textBlue {
	color: #2570B1;
	text-align: left;
	}

	.textGreen {
	color: #389500;
	}

	.textGrey {
	color: #fff;
	}

	.textDnumber {
	padding-top: 8px;
	color: #FFFFFF;
	}

	.errorstyle {color: #FF0000}



.timeremainingNormal
{
	color: #FFF;
	text-align: center;
}

.timeremainingWarning {
	color: red;
	text-align: center;
	background: white;
	font-weight: bold;
}

#viewAttachment {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	text-decoration:  none;
}

#viewAttachment:hover {
	color: #72afd1;
	font-size: 12px;
	text-decoration:  none;
	border-bottom: 2px solid #72afd1;
	border-top: 2px solid #72afd1;
}

	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	background-color:#666666;
	}

	/*
	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
	*/


	#container
	{
	width: 850px;
	margin: 2px auto; /* removing this line will eliminate the center alignment of the container */
	color: #666666;
	line-height: 100%;
	background-repeat: repeat-y;
	background-image: url(../images/exam_background.jpg); /* this is the gray background with the shadowed edges image */
	}

	#topHeader
	{
	height: 140px;
	background: url(../images/exam_header.jpg) no-repeat; /* these are the two BCLS header images */
	}

	#mainContent /* this shell restricts all other content to fit inside the 790 px width */
	{

	width: 790px;
	overflow: hidden;
	}

	#topTitle
	{
	color: #FFF;
	text-align: center;
	padding: .4em;
	/* height: 18px; */
	/* background-color: #CC0000; */
	font-size: 15px;
	}


	textarea#styled { /* this is the text box where you type in the answer */
	/*letter-spacing: .4em;*/
	width: 465px;
	padding: 3px;
	height: 60px;
	border: 1px solid #DDDDDD;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	}

	textarea#style { /* this is the text box where you type in the answer */
	width: 465px;
	padding: 3px;
	height: 60px;
	border: 1px solid #DDDDDD;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	}

	textarea.response {
		width: 100% !important;
		min-height: 200px;
		margin-left:10px;
		margin-right: 50px;
		margin-top: 10px;
	}

	textarea.response:focus {
		background-color: #e0efff;
	}


	#adminCol   /* this box assists in arranging the various columns of user text input */
	{
	margin-top: -23px;
	padding: .2em 0 0 150px;
	width: 450px;
	}

	#block1 /* Recent list #1 */
	{
	padding:.2em 0 ;
	margin-top: 30px;
	background-color: #CC0000;
	color: #FFF;
	width: 150px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	}


	#block2 /* Recent list #1 */
	{
	padding: .2em 0;
	margin-top: 30px;
	background-color: #CC0000;
	color: #FFF;
	width: 150px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	}

	#dynamic1
	{
	overflow: auto;
	padding: 0 0 .2em .2em;
	color: #CC0000;
	border: 1px solid #2570B1;
	margin-top: -21px;
	margin-left: 152px;
	width: 610px;
	height: 155px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background-color:#f7f6f6;
	}

	#dynamicsrch
	{
	overflow: auto;
	padding: 0 0 .2em .2em;
	color: #2570B1;
	border: 1px solid #2570B1;
	margin-top: -21px;
	margin-left: 152px;
	width: 630px;
	height: 300px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	background-color:#f7f6f6;
	}


	#userButton
	{
	padding: 0 0 0 150px;
	margin-top: 30px;
	width: 140px;
	}

	#userButton2
	{
	padding: 30px 0 0 0px;
	margin-top: 30px;
	width: 140px;
	}

	#userButton3
	{
	padding: 20px 0 0 0px;
	margin-top: 0px;
	width: 140px;
	}

	#col2, #col3, #col6, #col6b, #col5, #col7 /* column setup for section with pull down menus */
	{
	padding: 2px;
	border-right: 1px solid #ffffff;
	margin-right: 1px;
	float: left;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #DDDDDD;
	}

	#col2 { width: 186px;
	}

	#col3 { width: 196px;
	margin-right: 0;
	}

	#col5 { width: 145px; /* this is a text input box and radio button sections */
	margin-right: 0;
	}

	#col6b { width: 135px;
	margin-right: 0;
	}

	#col7 { width: 105px; /* this is a text input box and radio button sections */

	}

	#col8 { /* this is the text box where you type in the question text */
	width: 456px;
	margin-top: 50px;
	margin-left: 150px;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	background-color: #DDDDDD;
	}

	/*
	@charset "UTF-8";
	*/

#dashboardcontainer
{
	width: 100%; height: 300px;
	margin-left: 20px;
	margin-top: 40px;
}

#statuscontainer
{
	width: 100%;
	margin-top: 40px;
}

#statusTable
{

	width: 100%
}

#admincontainer
{
	width: 100%; height: 100%;
	margin-top: -2px;
}


#title
{
 font-family:arial, verdana, sans-serif;
 font-size:1.2em;
 padding-bottom: 5px;
}

#menu li {
  list-style-type:none;
  margin:0 0 0.15em 0;
  }
#menu a, #menu a:visited {
  display:block;
  width:16em;
  border:1px solid #CC0000;
  font-family:arial, verdana, sans-serif;
  font-size:0.9em;
  text-align:left;
  text-decoration:none;
  background:#CC0000;
  color:#eee;
  padding:0.25em;
  }
#menu a:hover {
  background:#ddd;
  color:#000;
  }


#exam_management {
	float: left;
	width: 49%
}
#completed_exams {
	float: left;
	width: 49%
}
#user_management {
	margin-left:auto;
	margin-right:auto;
	width: 49%;
}
#reporting_results {
	float: right;
	width: 49%
}
#error {
	padding: 15px;
	color: #FF3030;
}

#message{
	float: right;
	margin: 10px 200px 10px 10px;
	padding: 15px;
	color: green;
	width: auto;
	height: auto;
	border:2px green dotted;
}

#message2{
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	color: #00CD00;
}

#listtable {
		float: right;
		margin: 10px 30px 10px 10px;
		padding: 15px;
		width: 550px;
		height: auto;
}

#listtable .header, table .head, thead td {
	background-color:gray;
	color:white;
	font-weight:bold;
	text-align:center;
}

#listtable .center {
 text-align:center;
 width:66px;
}

#listtable .right {
	text-align:right;
}

.alignMid{
	margin-right:45px;
}

#listtableGrade {
		float: right;
		margin: 10px 80px 10px 10px;
		padding: 15px;
		width: 550px;
		height: auto;
}

#listtableGrade .header, table .head, thead td {
	background-color:gray;
	color:white;
	font-weight:bold;
	text-align:center;
}

#listtableGrade .center {
 text-align:center;
 width:66px;
}

#listtableGrade .right {
	text-align:right;
}

#listtable2 {

		margin: 10px 30px 10px 10px;
		padding: 15px;
		width: 650px;
		height: auto;
}

#listtable2 .header {
	background-color:gray;
	color:white;
	font-weight:bold;
	text-align:center;
}

#listtable2 .center {
 text-align:center;
 width:100px;
}

#listtable2 .right {
	text-align:right;
}

#adminform .labeltext {
	background-color:gray;
	color:white;
	font-weight:bold;
	text-align:left;
}

#adminform {
	float: right;
	margin: 10px 50px 10px 10px;
	padding: 15px;
	width: 500px;
	height: auto;

}

/* #pageFull #adminform {
	float: none !important;
} */

table.ungradedExamsTable
{
   	width: 500px !important;

}

table.gradedExamsTable
{
	width: 700px;
}

.question
{
	text-align: left;
	width: 400px;
}

.correctAnswer
{
	color: Green;
	text-align: left;
	width: 250px;
}

.givenAnswer
{
	text-align: left;
	max-width: 250px;
	color: Red;
	word-wrap: break-word;

}


.markingInput
{
	width: 45px;
}


#logoutLink  {
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	text-decoration:  none;
	}

#UnderLine{ /* Separating Bar*/
	width: 780px;
	height: 2px;
	border-bottom: 2px solid #72afd1;
	margin-left: -20px;
	}

#goodMessage
{
	color: green;
	width: 500px;
}

#badMessage
{
	color: red;
	width: 500px;
}

.reportLink, #reportLink  {
	color: #666666;
	font-size: 15px;
	text-decoration:  none;
	padding: 2px;
	border: 1px solid #666666;

	}

.reportLink:hover, #reportLink:hover  {
	color: #72afd1;
	font-size: 15px;
	text-decoration:  none;
	border-bottom: 2px solid #72afd1;
}

.download-attachment {
	border: 1px solid #ccc;
	line-height: 20px;
	padding: 10px;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	margin: 5px;
}

.download-attachment:before {
	content: '\1F4CE';
	margin-right: 5px;
}

.download-attachment.key-attachment {
	border-color: green;
	color: green;
}

.download-attachment.candidate-attachment {
	border-color: orange;
	color: orange;
}

#addSubQues {
	color: #666666;
	font-weight: bold;
	font-size: 15px;
	text-decoration:  none;
	}

#viewAttachment {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	text-decoration:  none;
}

#addSubQues:hover {
	color: #72afd1;
	font-size: 15px;
	text-decoration:  none;
	border-bottom: 2px solid #72afd1;
	border-top: 2px solid #72afd1;
}

#viewAttachment:hover {
	color: #72afd1;
	font-size: 12px;
	text-decoration:  none;
	border-bottom: 2px solid #72afd1;
	border-top: 2px solid #72afd1;
}

label.error {
		background: url('../../images/errorIcon.jpg') no-repeat;
		padding-left: 16px;
		margin-left: .3em;
}

#correctAnswer {
		border: 1px solid #33CC33;
}

#wrongAnswer {
		border: 1px solid #CC0000;
}

.menu {width:100%; height:24px; position:relative; z-index:100;border-right:1px solid #000; text-align:center; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:100%; w\idth:100%;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:239px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:263px;position:relative;}
.menu li:only-child {float:left;width:100%;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:253px; height:22px; border: 1px solid #000; border-width:1px 0 1px 1px; background:#CC0000; padding-left:10px; line-height:20px; font-weight:bold;}
.menu>ul>li:only-child>ul{
	width:100%;
}
.menu>ul>li:only-child>a, .menu>ul>li:only-child>a:visited {
	display:block;font-size:12px;
	text-decoration:none;
	color:#fff;
	width:100%;
	height:22px;
	border: 1px solid #000;
	border-width:1px 0 1px 1px;
	background:#CC0000;
	padding-left:10px;
	line-height:20px;
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:260px;
	 w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#eeeeee;
 }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#eeeeee;
 }
.menu ul ul :hover > a.drop {background:#eeeeee; }
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#eeeeee;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#eeeeee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:23px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#eeeeee; color:#000; text-align:center; height:auto; line-height:1em; padding:5px 10px; width:242px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#ddd; }
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#ddd; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; background:#ddd}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden; background:#ddd}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
.menu ul li ul li ul li a:hover { background:#ddd}

#sidemenu {
width: 159px; /* set width of menu */
background: #CC0000;
}

#sidemenu_bottom {
background: #CC0000;
height:100%;
margin-top: 1px;
padding-bottom: 32767px;
margin-bottom: -32767px;
}

#sidemenu_top {
background: #CC0000;
height:50px;
margin-top: 1px;
}

#sidetitle {
	height: 100%;
	padding-top: 20px;
	text-align: center;
	font-style: italic;
	color: #fff;
}

#sidemenu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
text-indent: 5px;
}

/* style, color and size links and headings to suit */
#sidemenu a, #sidemenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: .1em;
margin: 0px;
border-style: solid;
border-color: #000;
margin-bottom: -1px;
padding: 2px 3px;
}

#sidemenu h2 {
color: #000;
background: #eeeeee;
text-transform: uppercase;
}

#sidemenu a {
color: #E7E7E8;
background: #CC0000;
text-decoration: none;
}

#sidemenu a:hover {
color: #000;
background: #eeeeee;
}

#sidemenu a.selected {
	color: #000;
	background: #999999;
}

#sidemenu ul ul ul {
text-indent: 10px
}

#sidemenu ul ul ul ul {
text-indent: 20px
}

.alert-success {
	color:green;
	padding-bottom: 0.83em;
}

.alert-fail {
	color:red;
	padding-bottom: 0.83em;
}

/* One-Off Exam Components
*/
.panel {
	border-radius: 3px;
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
	padding: 5px 15px;
}
.text-center {
	text-align: center;
}

.disable {
	cursor: not-allowed;
	opacity: 0.5;
}

/*.btn {
	border-radius: 2px;
	background-color: #2570b1;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 2px #1560a1;
}

	.btn.btn-go {
		border-radius: 2px;
		background-color: #2570b1;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		line-height: 60px;
	}
	.btn.btn-secondary {
		border-radius: 2px;
		background-color: #fff;
		border-bottom: none;
		border: 1px solid #aaa;
		box-shadow: 0 1px #cacaca;
		padding: 10px;
		color: #aaa;
		text-decoration: none;
		line-height: 60px;
	}
		.btn.btn-secondary:hover {

			background-color: #fafafa;
			cursor: pointer;

		}
		.btn.btn-secondary:active {

			background-color: #f0f0f0;
			cursor: pointer;

		}*/
/*.btn:hover {
	background-color: #1560a1;
}
.btn:active {
	background-color: #055091;
}*/

.Qpoints .points {
	margin-top: 15px;
	font-size: 12px;
	line-height: 24px;
	color: #ccc;
}
.Qpoints .points:before {
	content: "(";
}
.Qpoints .points:after {
	content: ")";
}

.question {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 2px solid #fafafa;
}
.question fieldset {
	margin-top: 10px;
	border: 1px dotted #eaeaea;
	border-radius: 3px;
}

.question .attachment {
	background: #eaeaea;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,.25);
	padding: 10px;
	margin-top: 10px;
}
.answer {

}

.sectionsTable{
	width:91%;
	border:0;
	border-spacing:0;
}

.tableHeader{
	background-color: white;
	color:#72afd1;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	text-align:left;
	font-size: 13px;
	padding-left: 50px;
	border-bottom: 2px solid #72afd1;
}

.tableHeaderRight{
	color:#72afd1;
	background-color: white;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	text-align:right;
	font-size: 13px;
	padding-right: 50px;
	border-bottom: 2px solid #72afd1;
}


.tableFooter{
	color:#72afd1;
	font-weight: bold;
	width:00px;
	text-align:right;
	padding: 10px 0px 0px 0px;
	border-top-style: solid;
	border-top: 2px solid #72afd1;
}

.tableFooterRight{
	font-weight: bold;
	text-align:right;
	padding: 10px 65px 0px 0px;
	border-top-style: solid;
	border-top: 2px solid #72afd1;
	padding-right: 108px;
}



.tableRow{
	padding: 15px 0px 15px 15px;
	padding-left:68px;
	font-size:12px;
	width: 320px;
	text-align: left;
}

.tableRow a{
	text-decoration: none;
	font-weight: bold;
	color:#666666;
}

.tableRow a:hover{
	text-decoration: underline;
	color:#72afd1;
	font-weight:bold;
}

.tableRowRight{
	text-align:right;
	padding: 8px 65px 2px 15px;
	padding-right: 108px;
	font-size:12px;

}

.examTable{
	border-spacing:0;
	width:750px;
	border:black 1px solid;
}

.buttonTableTop{
	padding: 10px 0px 10px 0px;
	width:300px;
	border:0;
	border-spacing: 0;
}

.buttonTableFoot{
	width:300px;
	border:0;
	border-spacing: 0;
}

.sectionHeader{
	margin-left:20px;
	width:790px;
	border:0;
	padding: 0px 0px 10px 0px;
}

.textBox{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 465px;
	padding: 3px;
	height: 60px;
	border: 1px solid #DDDDDD;
	font-size: 13px;
	font-family: arial, helvetica;

}

.questionContainer{
	margin-left:20px;
	margin-right: 50px;
}

textarea:focus {
    outline:none;
}

.blueBold{ /* Questions text goes here */
	color: #72afd1;
	text-align: left;
}

.sectionName{
	width: 320px;
	color: #666666;
	text-align: left;
	font-weight:bold;
	border-bottom: 2px solid #72afd1;
}

.questionStats{
	padding: 0px 40px 0px 0px;
	text-align:right;
}

.adminTitle{
	color:#666666;
	font-size:20px;
	text-align:left;
	margin-bottom:15px;
	margin-top:15px;
}

.adminTable{
	text-align:center;
	border:1px solid #666666;
	border-collapse: separate;
	border-spacing:1px;

}

.adminTable tr{
	text-align:center;
	border:1px solid #666666;
	border-collapse: separate;

}

.adminTable td{
	text-align:center;
	border:1px solid #666666;
	border-collapse: separate;
	height:17px;

}

.langbtn {
	color:#666;
	border-radius: 2px;
	background: #eaeaea;
	text-decoration: none;
	padding: 15px 15px;

}

.langbtn:first-child {
	margin-right: 15px;
}

#qopen {
	text-align: left;
}
