body {
	background-color: #eee; color: #333;
  font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0em;
	padding: 0em;
}

pre {
  background-color: #eee;
  padding: 1em;
}

a { color: #000; }

a:visited { color: #666; }

a img {
	border: none;
}

input[type=text] {
	width: 30em;
}

textarea {
	width: 30em;
}

blockquote {
	padding: 0.75em;
}

h1 {
/*	font-size: 3.75em;*/
}

h2 {
/*	font-size: 18px;*/
}

h5 {
	margin-top: 0.2em;	
	margin-bottom: 0.2em;
}

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

#login_box {
	float: right;
	text-align: right;
}

#flash_notice {
	color: green;
}

#flash_alert {
	clear: right;
	color: red;
	padding: 1em;
	border: 1px solid red;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #ffc;
  display: inline;
}

#errorExplanation {
  border: 0.2em solid gray;
  background-color: #f0f0f0;
  width: 30em;
}

#errorExplanation h2 {
	margin: 0em;
  padding: 0.5em;
  background-color: gray;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  padding: 0.5em;
}

#errorExplanation ul li {
  list-style: square;
}

div.formError {
	display: inline;
}

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

.content {
	background-color: white;
	width: 60em;
	margin: 0em auto;
	padding: 2em;
}

div#menu_bar {
	background-color: #ffa800;
	background-image: url('/images/header_texture.png');
	width: 60em;
	margin: 0em auto;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

ul.menu {
	margin-bottom: 0em;
	padding: 0em;
	padding-bottom: 0.3em;
	list-style-type: none;
	text-align: left;
}

ul.menu li {
	display: inline;
}

ul.menu li:before {
	content: "| ";
	color: #eeeeee;
}

ul.menu li:first-child:before {
	content: "";
}

ul.tabbed li {
	font-weight: bold;
}

ul.tabbed li h1 {
	padding: 0.5em 0.7em 0.5em 0.7em;
	background-color: white;
	color: #333;
	display: inline;
	font-size: 1.2em;
}

ul.tabbed li a {
	padding: 0.5em 0.7em 0.5em 0.7em;
	background-color: #ffd582;
	text-decoration: none;
	color: black;
	font-weight: normal;
}

ul.tabbed li h1 a {
	padding: 0px;
	background-color: white;
	color: #333;
	background-image: none;
}


ul.tabbed li:before {
	content: "";
	color: #eeeeee;
}

ul.sub {
/*	background-color: lightgray;*/
	border-bottom: 1px solid gray;
	margin: 0em;
}

ul.sub li {
	padding: 0.5em 2em 0.5em 2em;
	border: 1px solid gray;
	border-bottom: 0px;
	margin-left: 0.5em;
}

ul.sub li.current {
	background-color: white;
	border-bottom: 1px solid white;
}

ul.sub li a {
	text-decoration: none;
}

ul.sub li.current a {
	font-weight: bold;
}

ul.sub li:before {
	content: "";
}


img#logo {
	vertical-align: top;
}

span#logo_container {
	padding-bottom: 1em;
	padding-right: 12em;
}

span.partner_logo {
	float: right;
	text-align: right;
}

span.partner_logo img {
	vertical-align: top;
}

p.col1 {
	float:left;
	width:50%;
}

p.col2 {
	float:right;
	width:50%;
}

p.testimonial {
	margin-left: 1em;
}

span.explanation {
	color: #999;
}


img.testimonial {
	float: left;
	padding-right: 1em;
	padding-top: 1em;
}
#footer {
	border-top: 1px dotted gray;
	padding-top: 0.25em;
}

ul.footer_links {
	margin-bottom: 0.4em;
	margin-top: 0.2em;
}

#footer_link_col1 {
	width: 33%; 
	float: left;
}

#footer_link_col2 {
	width: 33%; 
	float: left;
}

#footer_link_col3 {
	width: 33%; 
	float: left;
}

#footer_left {
	float: left;
	width: 60%;
}

#footer_right {
	float: right;
	width: 40%;
	text-align: right;
}

ul.landing_bullet {
/*	border: 1px solid blue;*/
	margin-left: 0px;
	padding-left: 15px;
}

.padded_link a {
	padding: 10px;
}

.small_print {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 1em;
}

p.left {
	clear: left;
}

p.clearer, .clearer {
	clear: both;
}

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

p#user_details {
	float: right;
	text-align: right;
	font-size: 0.8em;
}

table.test_selection {
	width: 90%;
	border-collapse: collapse;
}

table.test_selection th {
	text-align: left;
}

table.earnings {
	width: 50%;
	border-collapse: collapse;
}

th {
	text-align: left;
}

th.number {
	text-align: right;
}

td.number {
	text-align: right;
}
td.boolean {
	text-align: center;
}

tr.subtotals {
	border-bottom: 1px solid #eeeeee;
}

tr.totals {
	border-top: 1px solid gray;
	border-bottom: 3px double gray;
}

table.users {
	border-collapse: collapse;
}

table.users td {
	padding-right: 0.2em;
}

tr td.action {
	text-align: right;
}

table.demo {
	width: 100%;
}

.striped {
	background-color: #eee;
}


div#branding_preview {
	background-color: gold;
	padding: 1em;
	border: 1em solid #eeeeee;
}

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

#test_ad_canvas {
	width: 1000px;
	margin: 0px auto;
}

div.test_skyscraper_ad {
	width: 160px;
	float: left;
}

div.test_area {
	background-color: #ffffce;
	width: 680px;
	margin: 0px auto;
	padding: 1em;
	padding-top: 0em;
	margin-top: 0em;
}

div.ad_enabled_test_area {
	float: left;
	background-color: #ffffce;
	width: 650px;
	padding: 1em;
	padding-top: 0em;
	margin-top: 0em;
}


div#test_menu {
	background-color: gold;
	margin: -1em -1em 0em -1em;
}

#test_logo {
	vertical-align: middle;
}

span#test_logo_container {
	padding: 0em;
	margin: 0em;
	padding-right: 1em;
}
span#timer {
	font-style: italic;
}

span.answered, p.answered {
	background-color: #00c7c7;
}

img.option_button {
	float: left;
	padding-right: 0.5em;
	margin-top: -0.5em;
}

.options {
}

p.option {
	width: 49%;
	float: left;
}

.stem {
	float: left;
	width: 48%;
	font-size: 1.2em;
}

.stem_image {
	float: left;
	width: 48%;
}

.minute_text {
	line-height: 0.1em;
}

#question_explanation {
	border: 2px solid gold;
	background-color: #eee;
	padding-left: 1em;
	padding-right: 1em;
}

#question_explanation h3 {
	float: left;
	width: 15em;
}

#question_explanation_controls, #show_question_explanation {
	text-align: right;
}

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

.library_authorization_message {
	clear: both;
	border: 4px solid gray;
	background-color: #efefef;
	padding: 3em;
	text-align: center;
}

.screen_shots_and_callouts {
	text-align: center;
}

.screen_shots_and_callouts img {
	float: left;
}

.column_top_border {
	border-top: 1px dotted grey;
}

.col1_2  {
	float: left;
	width: 374px;
	margin-right: 10px;
}

.col2_2 {
	float: left;
	width: 384px;
}

.screen_shots_and_callouts object, .screen_shots_and_callouts embed {
	padding-top: 15px;
	padding-right: 10px;
	float: left;
}

.screen_shots_and_callouts .column {
	width: 350px;
	float: left;
}

.screen_shots_and_callouts p.first {
	padding-top: 20px;
}

.screen_shots_and_callouts a img {
	float: none;
}

.signup_instructions {
	float: right;
	width: 300px;
	background-color: #ffc;
	padding: 1em;
}

.signup_instructions > ul {
	padding-left: 2em;
}

strong.highlight {
	background-color: gold;
}

strong.big {
	font-size: 1.6em;
}

.video_container {
	text-align: center;
}

.video_alternative {
	width: 448px;
	height: 370px;
	border: 1px solid black;
	vertical-align: middle;
	line-height: 370px;
}

ul.products {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.products li {
	float: left;
	border: 1px solid gray;
	text-align: center;
	padding: 1em;
	margin: 1em;
}

ul.products li strong {
 font-size: 1.3em;
}

.current_question {
	background-color: gold;
	padding: 0.5em;
}

.mark_answer_text {
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
}

.admin-warning {
	font-size: 1.3em;
	border: 3px solid red;
	padding: 2em;
	display: block;
	background-color: pink;
}

input[type=text].subdomain {
	width: 150px;
}


.col {
	float: left;
}

#signup_container {
	width: 400px;
}

#signup_container input[type=text] {
	width: 360px;
}

#signin_container {
	width: 300px;
}

#promo_text {
	width: 350px;
}

#example_question_small {
	width: 350px;
	margin-left: -10px;
}

.landing {
	float: none;
}

.left_column {
	width: 35em;
	float: left;
}

.right_column {
	float: left;
	width: 20em;
	margin-left: 1.2em;
	padding-left: 1.2em;
	border-left: 1px solid gray;
}

/*
#landing_form p {
	clear: both;
}

#landing_form input.text, #landing_form input.password, #student_nationality {
	width: 235px;
}

#landing_form #student_nationality {
	width: 241px;
}

#landing_form input.text, #landing_form input.password, #student_nationality {
	float: right;
	margin-right: 30px;
}

#landing_form #student_nationality {
	float: right;
	margin-right: 30px;
}

#landing_form #student_age_range {
	float: right;
	margin-right: 205px;
}

#landing_form #test_date {
	float: right;
	margin-right: 60px;
}
*/


.case_study_question .case_study {
	background-color: #fff;
	width: 30%;
	float: left;
	padding: 1em;
}

.case_study_question .question_area {
	width: 60%;
	float: left;
	padding-left: 1em;
}

.case_study_question .stem, .case_study_question .stem_image, .case_study_question .option {
	width: 100%;
}

.case_study_question p.left {
	float: none;
}

.test_selector_header {
	border: 1px solid #cdcdcd;
	padding: 7px;
	margin-top: 0px;
	background-color: #f4f4f4;
}

#available_tests {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 7px;
}

.test_types_wrapper {
	margin: 3px;
	list-style: none;
	padding-left: 3px;
}

.test_list_item {
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #cdcdcd;
}

.highlight_test_list_item {
	color: #2e2e2e;
}

.test_list_item > a {
		color: #8d8d8d;
		text-decoration: none;
}

#list_wrapper {
	margin:3px;
	list-style:none;
	padding-left: 3px
}

.tests_header_block {
	font-size: 15px;
	font-weight: bold;
	border: 1px solid gray;
	background: #F4D634;
}

.tests_main_block {
	border: 1px solid #ccc;
	height: 100px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.highlight {
	background-color: #ffc;
}

.announcement {
	padding-left: 1em;
	padding-right: 1em;
	border: 2px solid #eeeeee;
	margin-bottom: 10px;
	position: relative;
	background-color: #ffc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.announcement h1 {
	font-size: 13px;
	font-weight: bold;
}

.announcement .dismiss_announcement {
	position: absolute;
	top: 0px;
	right: 1em;
}

#question_coverage_graph {
  position: relative;
}

#question_coverage_graph_labels div {
  position: absolute;
  color: #FFF;
}

#question_coverage_graph_labels .answered {
  left: 130px;
  top: 40px;
}

#question_coverage_graph_labels .notanswered {
  left: 110px;
  top: 160px;
}

#topic_container {
	background-color: #eeeeee;
	margin: 0em;
	padding: 3px;
	width: 756px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#topic_list {
	width: 260px;
	float: left;
	list-style: none;
	padding: 0em;
	margin: 0em;
}

#topic_list li {
	font-size: 1.2em;
	background-color: #ffffff;
	padding: 0.5em;
	margin-bottom: 3px;
	margin-right: 3px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
}

#topic_list li.selected {
	background-color: #ffffcc;
	margin-right: 0px;
}

#topic_body {
	float: left;
	background-color: #ffffcc;
	margin-left: 0px;
	padding: 26px;
	width: 444px;
	-webkit-border-radius: 2px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius: 2px;
}

#topic_body ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

#topic_body_content {
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.topical_quiz {
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	width: 180px;
	margin-right: 1em;
	margin-bottom: 1em;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#topic_questions {
	clear: both;
}

.topical_quiz .name, .topical_quiz .action {
	font-size: 1.2em;
	font-weight: bold;
}

#topic_body_content #topic_questions li {
	line-height: 2.5em;
	border-bottom: 1px solid #eeeeee;
}

#topic_body_content #topic_questions li.last_answered {
	border-top: 3px solid gold;
	border-bottom: 3px solid gold;
}


ul.libraries {
  float: left;
  width: 300px;
  list-style-type: none;
}

ul#not_your_library {
  clear: both;
}

ul#not_your_library, ul#not_a_member {
	float: left;
	width: 300px;
	list-style-type: none;
}

ul#not_a_member {
	width: 340px;
}

.graph {
	float: left;
	padding-right: 3em;
}

.coverage {
	float:left;
	padding-right: 3em;
	width: 361px;
}

.history {
	float:left;
	padding-right: 3em;
	width: 300px;	
}

.facebook_thanks {
	float: left;
	width: 400px;
}

.facebook_thanks h1 {
	line-height: 120%;
}

.facebook_widget {
	float: left;
	margin-left: 3em;
}

.facebook_visit_us {
	text-align: center;
}

.facebook_thanks strong {
	font-size: 18px;
}


#test_complete_results {
	width: 30em;
	float: left;
	text-align: center;
}

#test_complete_results .pass, #test_complete_results .fail {
	font-size: 40px;
}

#test_complete_social {
	width: 15em;
	height: 20em;
	float: left;
	border: 0.5em solid #ccc;
	background-color: #fff;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 2em;
}

#test_complete_social h2 {
	margin-top: 0px;	
}

#test_complete_explanation {
	clear: both;
	padding: 0.5em;
	text-align: center;
}

h2.test_complete_facebook_fail {

}

div.test_complete_facebook_fail {

}

div#test_complete_social_pass {
	width: 300px;
	margin: 0px auto;
}

.test_left_column {
	width: 280px;
	margin-right: 20px;
	float: left;
}

.test_ad_column {
	width: 336px;
	float: left;
}

div.stats div.left_column, div.stats div.right_column {
	width: 45%;
	float: left;
	border: none;
}

.tour {
	text-align: center;
}

input#coupon_code {
	width: 150px;
}

table.sales_journal td, table.partner_report td {
	white-space: nowrap;
}

table.sales_journal tr.refund td {
	background-color: pink;
}

table.driving_school_usage_report, table.ttp_for_adis_sign_up_report, table.sales_journal, table.library_value_for_money_report {
	border-collapse: collapse;
}

table.library_value_for_money_report td {
	white-space: nowrap;
}

table.driving_school_usage_report tr.averages td, table.library_value_for_money_report tr.averages td {
	border-top: 1px solid #000;
}

table.sales_journal tr.totals td, table.library_value_for_money_report tr.totals td {
	border-top: 1px solid #000;
	border-bottom: 3px double #000;
}

.school_dashboard_column {
	width: 350px;
	padding-right: 25px;
	float: left;
}

.school_dashboard_column_right {
	border-left: 1px solid #999;
	padding-right: 5px;
	padding-left: 20px;
}

#partner_student_personal_information, #partner_student_report_card, #partner_student_theory_stats, #partner_student_hazard_stats {
	width: 370px;
	float: left;
}

#partner_student_personal_information, #partner_student_theory_stats {
	margin-right: 15px;	
}

#partner_student_instructors_notes, #partner_schools_dashboard_student_actions {
	list-style-type: none;
	padding-left: 0px;
}

#partner_schools_dashboard_student_actions li .date {
	font-size: 10px;
	font-style: italic;
	border-bottom: 1px solid #ddd;
}

#partner_student_projected_score, #partner_student_question_mastery {
	width: 160px;
	padding: 10px;
	float: left;
	background-color: #eee;
	border-radius: 5px;
}

#partner_student_projected_score {
	margin-right: 10px;	
}

#partner_student_projected_score .report_title, #partner_student_question_mastery .report_title {
	font-weight: bold;
	line-height: 160%;
}

#partner_student_projected_score img, #partner_student_question_mastery img {
	float: left;
}

#partner_student_projected_score .score, #partner_student_question_mastery .score {
	font-size: 50px;
	line-height: 100%;
	font-weight: bold;
	padding-left: 10px;
}

#partner_student_projected_score .description, #partner_student_question_mastery .description {
	padding-left: 10px;
}

.projected_score_not_started, .projected_score_poor, .mastery_not_startedd, .mastery_revision_required {
/*	background-color: pink;*/
}

.projected_score_revision_require {
/*	background-color: #ffc;*/
}

.projected_score_good, .mastery_on_track, .mastery_competent, .mastery_perfect {
/*	background-color: lightgreen;*/
}

table.partner_students {
	border-collapse: collapse;
}

table.partner_students th, table.partner_students td {
	padding-left: 1em;
	padding-right: 1em;
}

textarea#note_note {
	width: 364px;
}

.new_subscriptions {
	background-color: #ffc;
}


form .explanation {
	color: #999;
}

#account_takeover_note {
	color: white;
	background-color: black;
	text-align: center;
	padding: 0.5em;
}

#account_takeover_note a {
	color: white;
}

#account_takeover_note a:visited {
	color: white;
}

ul#partner_students_actions {
	list-style-type:none;
	padding-left: 0px;
}

ul#partner_students_actions li {
	display: inline;
}

#driving_school_student_self_enrolment {
	border-bottom: 1px solid #999;
}

#driving_school_student_self_enrolment input#enrolment_enrolment_code {
	width: 10em;
}

.student_partner_name {
	padding-left: 2px;
	font-size: 1.5em;
	line-height: 2em;
	color: white;
	background-color: black;
	font-weight: bold;
}

.student_partner_name a {
	color: white;
}

.student_partner_name a:visited {
	color: lightgray;
}

#new_net_promoter_score #submit {
	float: right;
}

#net_promoter_score {
	border-collapse: collapse;
}

#nps_labels {
	text-align: center;
}

#nps_buttons > td {
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


/* Test results */
.quiz_question.incorrect {
	background-color: pink;
}

.quiz_question {
	border-bottom: 1px solid gray;
}

.quiz_question_stem img {
	vertical-align: text-top;
}

.quiz_question_answers img {
	vertical-align: text-bottom;
}

#red_offer {
	border-bottom: 1px solid gray;
}

#retail_subscription_features {
	border-collapse: collapse;
}

#retail_subscription_features td, th {
	border: 1px solid white;
	text-align: center;
	width: 200px;
	height: 30px;
}

#retail_subscription_features thead th {
	color: darkblue;
	background-color: white;
}

#retail_subscription_features thead td.rightwhite {
	border-right: 1px solid white;
}

#retail_subscription_features tr.striped td {
	background-color: #eee;
}

#retail_subscription_features td.topleft {
	background-color: white;
	border: none;
}

