@import url(/stylesheets/test_grades.css);

ul.choices {
	list-style-type: none;
	margin: 30px;
}

ul.choices li {
	margin: 10px 0px;
}

ul.choices strong {
	margin: 0px 14px 0px 6px;
}

ul.choices input {
	margin: 0px 10px;
}

ul.choices input.choice {
	margin: 6px 0px 6px 8px;
	width: 400px;
	float: left;
}

table.choices {
	margin: 20px 0px 0px 0px;
	position: relative;
	left: 100px;
	width: 470px;
}

table.choices td {
	padding: 6px 0px;
}

table.choices th {
	padding: 6px 10px 6px 0px;
	width: 1%;
}

span.choice {
	position: relative;
	display: block;
	width: 400px;
}

/*#options {
	background-color: #fff;
	padding: 8px;
	position: absolute;
	top: 0px;
	right: 0px;
}*/

#options ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#options ul li {
	margin: 10px 0px;
}

#countbox {
	color: #0c3;
	font-weight: bold;
}

#countbox em {
	color: #f00;
	font-weight: bold;
}

input.question_number {
	width: 40px;
	text-align: center;
}

#question_container {
	position: relative;
	width: 550px;
}

span.question_choice {
	cursor: default;
}

span.question_number {
	font-size: 16pt;
	font-weight: bold;
	width: 40px;
	color: #ccc;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

span.question {
	display: block;
	position: relative;
	left: 60px;
	width: 500px;
	font-weight: bold;
}

div.graph {
	width: 400px;
	height: 12px;
	border: 1px solid #ccc;
	padding: 0px;
	background-color: #fff;
}

div.graph div {
	margin: 0px;
	height: 12px;
}

div.graph div.pass {
	/*background-color: #0b3;*/
	background-image: url(/images/graph.png);
	background-position: 0px 0px;
}

div.graph div.fail {
	/*background-color: #f00;*/
	background-image: url(/images/graph.png);
	background-position: 0px -12px;
}

span.detail {
	color: #999;
	font-style: italic;
}

#intro_description {
	list-style-type: none;
}

#intro_description li {
	margin: 6px 0px;
}

.results th {
  width: 200px;
}

.results td {
	padding: 4px 0px;
}

.results td.far_left {
	width: 0px;
	padding: 0px 0px 0px 10px;
}

div.test_section {
	position: relative;
	margin: 16px 0px 4px 0px;
	width: 100%;
	background-color: #eee;
	padding: 4px 8px;
	font-weight: bold;
}

div.test_section input {
	position: absolute;
	top: 4px;
	right: 8px;
}

table.test_section {
	width: 100%;
	margin: 10px 0px;
	border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 10pt;
}

table.test_section th, table.test_section td {
   border: 1px solid;
   border-left-color: #fff;
   border-top-color: #fff;
   border-right-color: #ddd;
   border-bottom-color: #ddd;
   /*padding: 2px 4px;*/
}

table.test_section table {
	width: 100%;
	margin: 0px 0px;
	border-left: 0px;
    border-top: 0px;
}

table.test_section tr.title table td {
	padding: 0px;
	font-weight: normal;
	font-size: 12pt;
	border-width: 0px;
}

table.test_section thead th {
	background-color: #eee;
	padding: 4px 8px;
	font-weight: bold;
}

table.test_section thead td {
	width: 40%;
}

table.test_section td {
	padding: 2px 8px;
}

table.test_section tfoot tr {
        background-color: #eee;
        font-size: 9pt;
}

#timeout_dialog {
	font-size: 10pt;
}

#next_actions {
	margin: 30px 0 30px 24px;
}
