@charset "utf-8";
/* CSS Document */
form
{
	margin:0;
	padding:0;
}
body{
	font-size:12px;
}
input
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.form-container
{
	width:70%;
	margin:auto;
}
.section-header
{
	color:#006699;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
.form-row
{
	clear:both;
	height:20px;
	margin-bottom:5px;
	text-align:center;
}
.form-row .col-left
{
	float:left;
	width:30%;
	text-align:left;
	vertical-align:top;
}
.form-row .col-right
{
	float:right;
	width:70%;
	text-align:left;
	vertical-align:middle;
}
.red-text
{
	color:#CC0000;
	font-size:8pt;
}

.details_container .category_item
{
	display:inline-block;
	height:25px;
	width:40%;
}
.details_container .category_item a
{
	padding-left:10px;
	text-decoration:none;
	color:#cc0000;
	font-weight:bold;
	width:100%;
}
a.red_link:link, a.red_link:hover, a.red_link:visited
{
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}
.lesson-left
{
	width:400px;
	height:100%;
	vertical-align:middle;
	float:left;
	display:inline;
	text-align:center;
}
.lesson-left img
{
	vertical-align:middle;
	padding-top:40px;
}
.lesson-center
{
	height:130px;
	width:1px;
	background-color:#c5ced1;
	float:left;
	display:inline;
}
.lesson-right
{
	height:100%;
	width:350px;
	float:left;
	display:inline;
	vertical-align:middle;
	padding-left:20px;
}
.lesson-right ul
{
	list-style:none;
	padding-left:20px;
}
.lesson-right ul li
{
	list-style:none;
	list-style-image:url('../images/icons/red_arrow_dif.gif');
	padding-top:-5px;
	padding-bottom:15px;
	vertical-align:text-bottom;
}
.bookmark_question
{
	clear: both;
	width: 95%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
.bookmark_question span.question_number
{
	vertical-align: top;
	font-weight: bold;
	float:left;
	width:100px;
}
.bookmark_question span.question_content
{
	float:left;
	width: 600px;
}
.bookmark_question span.question_action
{
	float:right;
	width: 150px;
	vertical-align: middle;
}

.tabs li a.clickable
{
	cursor:pointer;
	text-decoration:none;
	color:#006699;
}
.summary-test
{
	width:500px;
	float:right;
	position:relative;
	top:5px;
	font-size:15px;
	font-weight:bold;
}
.pass-text
{
	color:#09aa09;
	text-transform:uppercase;
}
.fail-text
{
	color:#cc0000;
	text-transform:uppercase;
}
.header-summary
{
	border-top:1px solid #c5ced1;
	border-bottom:1px solid #c5ced1;
	background-color:#cfe8f2;
	height:35px;
	vertical-align:middle;
	clear:both;
	font-size:11px;
}
.summary-row
{
	clear:both;
	height:30px;
	vertical-align:middle;
	white-space:nowrap;
	margin:auto;
	margin-bottom:5px;
	margin-top:10px;
	border-bottom:1px solid #dde6e9;
	font-size:11px;
}
.summary-row .summary-no, .header-summary .summary-no
{
	float:left;
	width:40px;
	text-align:center;
	padding-top:2px;
}
.summary-row .summary-date, .header-summary .summary-date
{
	float:left;
	width:100px;
	text-align:center;
	padding-top:2px;
}
.summary-row .summary-duration, .header-summary .summary-duration
{
	float:left;
	width:150px;
	text-align:center;
	padding-top:2px;
}
.summary-row .summary-correct, .header-summary .summary-correct
{
	float:left;
	width:300px;
	text-align:center;
	padding-top:2px;
}
.summary-row .summary-result, .header-summary .summary-result
{
	float:left;
	width:170px;
	text-align:center;
}
.summary-row .summary-action, .header-summary .summary-action
{
	float:right;
	width:100px;
	text-align:center;
}
.big-fail
{
	color:#cc0000;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
}
.big-pass
{
	color:#009900;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
}
.big-quit
{
	color:#000000;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
}
.header-summary .question-no
{
	float:left;
	width:110px;
	text-align:center;
	padding-top:2px;
	font-weight:bold;
	padding-top:12px;
}
.header-summary .question-answer
{
	float:left;
	width:200px;
	text-align:left;
	font-weight:bold;
	padding-top:12px;
}
.header-summary .question-button
{
	float:right;
	width:300px;
	text-align:right;
	font-weight:bold;
	padding-top:7px;
	padding-right:14px;
}
.review-row
{
	clear:both;
	margin:auto;
	padding-top:5px;
	font-size:11px;
	height:auto;
}
.review-row .question-no
{
	float:left;
	width:110px;
	text-align:center;
	font-weight:bold;
	white-space:normal;
	padding-bottom:10px;
}
.review-row .question-answer
{
	float:left;
	width:670px;
	text-align:justify;
	white-space:normal;
	padding-bottom:10px;	
}
.review-row .question-button
{
	float:right;
	width:100px;
	text-align:center;
	padding-bottom:10px;
	vertical-align:top;
}
.correct-answer
{
	color:#009900;
	font-size:14px;
	font-weight:bold;
}
.wrong-answer
{
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
}
#paging{
	font-weight: bold;
}
#paging a:link, #paging a:visited
{
	color:#CC0000;
	text-decoration:none;
}
#paging a:hover
{
	color:#CC0000;
	text-decoration:underline;
}
.details_container ul{
	list-style: none;
}
.details_container ul li{
	list-style:none;
	list-style-image:url('../images/icons/red_arrow_dif.gif');
}
a.alphabel:link, a.alphabel:hover, a.alphabel:visited{
	color:#CC0000;
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
}
.alpha_selected{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
}
