/*
	root element for the mtqscrollable.
	when scrolling occurs this element stays still.
*/

.mtqscrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	/*background:url(/img/global/gradient/h300.png) repeat-x;*/
}

/*
	root element for mtqscrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate mtqscrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.mtqscrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
}


/* active item */
.mtqscrollable .active {
	position:relative;
	cursor:default;
}

#mtq_quiz_area table {
	border:none;
}
#mtq_quiz_area tr td {
	border:none;
	padding:0;
}

.mtq_failed_button {
	cursor:pointer;
	font-weight:600;
	font-size:125%;
	color:#B5281E;
	background:#fff;
	border:thin solid;
	border-color:#B5281E;
	text-align:center;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	border:thin solid;
	-o-border-radius:2em;
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	border-radius:2em;
	border-color:#B5281E;
	padding:.5em;
	
}
.mtq_css_button {
	display:block;
	cursor:pointer;
	font-weight:600;
	font-size:125%;
	color:#FFF;
	background:#06F;
	text-align:center;
	width:5em;
	margin-left:auto;
	margin-right:auto;
	border:thin solid;
	-o-border-radius:2em;
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	border-radius:2em;
	-o-box-shadow:.25em .25em .25em #339;
	-moz-box-shadow:.25em .25em .25em #339;
	-webkit-box-shadow:.25em .25em .25em #339;
	box-shadow:.25em .25em .25em #339;
	border-color:#339;
	padding:.5em;
}
.mtq_css_button:hover {
	cursor:pointer;
	background:#09F;
}
.mtq_results_button {
	width:6em;
}
.mtq_list_item {
	cursor:pointer;
	padding-bottom:1em !important;
	padding-top:1em !important;
	font-size:200%;
}
.mtq_show_list {
	width:3em;
}
.mtq_list_item_complete {
	color:#000;
	font-weight:400;
	background:#d0dafd !important;
	background-color:#d0dafd !important;
}
.mtq_listrow {
	/*scroll display:none;*/
	width:100%;
}

.mtq_return_list {
	margin-top:1em;
	margin-bottom:1em;
}
.mtq_question_list_container {
	/*scroll display:none;*/
	width:95%;
	font-weight:600;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	left:0;
}
.mtq_question_list_container td {
	text-align:center;
	width:20%;
}
.mtq_question_list_container tr {
	padding-top:2em;
}

.mtq_question_text {
	padding-right: 2em;
	width:90%;
}
.mtq_question_list_container tr td {
	border:thin solid !important;
	border-color:#66F !important;
	border-collapse:collapse;
}
.mtq_shaded_item_msg {
	display:block;
	width:20em;
	text-align:center;
	color:#000;
	font-weight:600;
	background:#d0dafd;
	border:thin solid;
	-o-border-radius:2em;
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	border-radius:2em;
	border-color:#66F;
	margin:.5em auto;
}
.mtq_quiz_status {
	/*scroll display:none;*/
	text-align:center;
}
.mtq_quiz_area {
	text-align:left;
}
.mtq_hint {
	display:none;
	margin-left:3em;
	margin-top:1em;
	background:#d0dafd;
	border:thin solid;
	-o-border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	border-color:#66F;
	padding:.5em;
	width:70% !important;
	float:right !important;
}
.mtq_hint_label {
	font-size:125%;
	color:#339;
}
.mtq_hint_text {
	color:#339;
}
.mtq_answer_text {
	float:left;
	display:block;	
}
.mtq_instructions {
	display:none;
	margin-bottom:1em;
}
.mtq_javawarning {
	text-align:center;
	font-weight:600;
}
.mtq_quiztitle {
	text-align:center;
	display:block;
}
.mtq_results_request {
	display:block;
	text-align:center;
	margin-top:.5em;
}
.mtq_question_heading_table {
	width:100%;
	border-collapse:collapse;
	border-bottom:.1em solid #06F !important;
	margin:.5em 0;
	padding:0 0 .1em !important;
}
.mtq_answer_table {
	width:85%;
	padding-right: 1em;
	margin-top:1em;
	text-align:left;
	border-collapse:collapse;
	cursor:auto;
}
.mtq_answer_table td {
	padding-top:.5em !important;
	padding-bottom:.5em !important;
}
.mtq_oce_first {
	background:#d0dafd;
	border-right:1em solid transparent;
	border-left:1em solid transparent;
	vertical-align:middle;
	text-align:center;
}
.mtq_answer_table tr:hover td {
	color:#000;
	font-weight:600;
	background:#eff2ff;
}
.mtq_answer_td {
	margin-left:.25em;
}
.mtq_letter_button_td {
	width:30px;	
}
.mtq_explanation {
	display:none;
	margin-left:3em;
	margin-top:1em;
	margin-bottom:3em;
	background:#ADE0C1;
	border:thin solid;
	-o-border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	color:#030;
	border-color:#030;
	padding:.5em;
}
.mtq_explanation:hover {
	font-weight:600;
}
.mtq_explanation-label {
	display:block;
	padding-bottom:.25em;
	font-weight:600;
}
.mtq_action_button {
	display:block;
	margin-top:.5em;
	margin-bottom:.5em;
	font-size:200%;
}
.mtq_back_button {
	background:url(images/back.png) no-repeat 0 -46px;
	float:left;
		width:80px;
	height:48px;

}

.mtq_listrow tbody, .mtq_listrow tr, .mtq_listrow td {
	/*scroll display:none;*/
	width:100%;
}
.mtq_listrow_button {
	/*scroll display:none;*/
	width:80px;
	height:48px;
}
.mtq_listrow_button:hover {
	background-position:0 7px;
	cursor:pointer;
}
.mtq_listrow_button-td {
	width:80px !important;
}
.mtq_next-button {
	background:url(images/next.png) no-repeat 0 -46px;
	float:right;
	width:80px;
	height:48px;

}
.mtq_quiz_results_bubble {
	display:none;
	background:#d0dafd;
	-o-border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	color:#339;
	margin-top:1em;
	margin-bottom:1em;
	border:none;
	border-color:#66F;
	padding:.5em;
}
.mtq_quiz_results_highlight {
	/*scroll display:none;*/
	margin-top:1em;
	font-size:75%;
	font-weight:600;
	text-align:center;
}
.mtq_wrong_stamp {
	color:#FFF;
	background:#B5281E;
	border:thin solid;
	border-color:#B5281E;
}
.mtq_correct_stamp {
	color:#FFF;
	background:#063;
	border:thin solid;
	border-color:#063;
}
.mtq_partial_stamp {
	color:#FFF;
	background:#09F;
	border:thin solid;
	border-color:#09F;
}
.mtq_question_label  {
	font-weight:600;
	float:left;
}
.mtq_stamp {
	float:left;
	margin-left:.5em;
	margin-bottom:.25em;
	text-align:center;
	padding-left:.5em;
	padding-right:.5em;
	-o-border-radius:2em;
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	border-radius:2em;
	font-weight:600;
	text-transform:uppercase;
}
.mtq_correct_marker {
	display:block;
	width:40px;
	height:40px;
	background:url(images/correct.png) no-repeat 0 0;
}
.mtq_wrong_marker {
	display:block;
	width:40px;
	height:40px;
	background:url(images/wrong.png) no-repeat 0 0;
}
.mtq_selected_row {
	background:#CCC;
	font-weight:600;
	color:#000;
}
.mtq_letter_button {
	display:block;
	width:40px;
	height:40px;
}
.mtq_letter_button:hover {
	background-position:0 -80px;
	cursor:pointer;
}
.mtq_letter_button_0 {
	background:url(images/0.png) no-repeat 0 -120px;
}
.mtq_letter_button_1 {
	background:url(images/1.png) no-repeat 0 -120px;
}
.mtq_letter_button_2 {
	background:url(images/2.png) no-repeat 0 -120px;
}
.mtq_letter_button_3 {
	background:url(images/3.png) no-repeat 0 -120px;
}
.mtq_letter_button_4 {
	background:url(images/4.png) no-repeat 0 -120px;
}
.mtq_letter_button_5 {
	background:url(images/5.png) no-repeat 0 -120px;
}
.mtq_letter_button_6 {
	background:url(images/6.png) no-repeat 0 -120px;
}
.mtq_letter_button_7 {
	background:url(images/7.png) no-repeat 0 -120px;
}
.mtq_letter_button_8 {
	background:url(images/8.png) no-repeat 0 -120px;
}
.mtq_letter_button_9 {
	background:url(images/9.png) no-repeat 0 -120px;
}
.mtq_letter_button_10 {
	background:url(images/10.png) no-repeat 0 -120px;
}
.mtq_letter_button_11 {
	background:url(images/11.png) no-repeat 0 -120px;
}
.mtq_letter_button_12 {
	background:url(images/12.png) no-repeat 0 -120px;
}
.mtq_letter_button_13 {
	background:url(images/13.png) no-repeat 0 -120px;
}
.mtq_letter_button_14 {
	background:url(images/14.png) no-repeat 0 -120px;
}
.mtq_letter_button_15 {
	background:url(images/15.png) no-repeat 0 -120px;
}
.mtq_letter_button_16 {
	background:url(images/16.png) no-repeat 0 -120px;
}
.mtq_letter_button_17 {
	background:url(images/17.png) no-repeat 0 -120px;
}
.mtq_letter_button_18 {
	background:url(images/18.png) no-repeat 0 -120px;
}
.mtq_letter_button_19 {
	background:url(images/19.png) no-repeat 0 -120px;
}
.mtq_letter_button_20 {
	background:url(images/20.png) no-repeat 0 -120px;
}
.mtq_letter_button_21 {
	background:url(images/21.png) no-repeat 0 -120px;
}
.mtq_letter_button_22 {
	background:url(images/22.png) no-repeat 0 -120px;
}
.mtq_letter_button_23 {
	background:url(images/23.png) no-repeat 0 -120px;
}
.mtq_letter_button_24 {
	background:url(images/24.png) no-repeat 0 -120px;
}
.mtq_letter_button_25 {
	background:url(images/25.png) no-repeat 0 -120px;
}
.mtq_letter_selected {
	background-position:0 -40px;
}
.mtq_letter_selected:hover {
	background-position:0 0;
}
.mtq_marker, #mtq_quiz_results, .mtq_preload, .mtq_navigator {
	display:none;
}

#content .mtq {
	display:none;	
}