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

#checkbox_left {
	width: 66px;
	height: 26px;
	background-image:url(../images/quiz/checkbox_left.gif);
	background-repeat: no-repeat;
	float:left;
	}
	
#checkbox_right {
	width: 72px;
	height: 26px;
	background-image:url(../images/quiz/checkbox_right.gif);
	background-repeat: no-repeat;
	float:right;
	}
#checkbox_left input, #checkbox_right input {
	margin: 0px;
	padding: 0px;
}
/*  below classes also in ie.css for ie */
.quiz_radio {
	padding: 4px 0 0 8px;
}
.quiz_truefalse {
	padding: 4px 3px 0 3px;
}
.question_text {
	padding-top: 4px;
}
	
#correct {
	padding-top:4px;
	width: 20px;
	height: 26px;
	background-image:url(../images/quiz/correct.gif);
	background-repeat: no-repeat;
	}
	
#incorrect {
	padding-top:4px;
	width: 20px;
	height: 26px;
	background-image:url(../images/quiz/incorrect.gif);
	background-repeat: no-repeat;
	}
	
#correct_answer {
	color: #13469a;
	background-color:#eff4fc;
	width:536px;
	margin-top:5px;
	margin-left:34px;
	margin-bottom:21px;
	padding: 15px;
	border-color: #98b2dd;
	border-width: 1px;
	border-style:solid;
	}

.congratulations {
	color:#b32b5f;
	font-size:11px;
	}

.tf_choice {
	color: #13469a;
	font-weight:bold;
	text-decoration:none;
	}
/* 
used to have an ie.css of
	.tf_choice {
	color: #3c76d6;
	font-weight:bold;
	text-decoration:none;
	padding-top:20px;
	}
*/	
.tf_choice_corrected_right {
	color: #13469a;
	font-weight:bold;
	text-decoration:underline;
	}
	
.tf_choice_corrected_wrong {
	color: #b32b5f;
	font-weight:bold;
	text-decoration:none;
	}
	
#dotline {
	width:570px;
	height:2px;
	margin-top:5px;
	padding-bottom:21px;
	margin-left:34px;
	background-image:url(../images/quiz/repeater.gif);
	background-repeat:repeat-x;
	}
	

input.submit {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-color: #b32b5f;
	padding: 5px;
	border-bottom-color: #920000;
	border-right-color: #920000;
	border-top-color: #df97b3;
	border-left-color: #df97b3;
	border-width: 2px;
	border-style:solid;
	padding: 3px 8px;
}

a.submit:link, a.submit:visited, a.submit:active a.submit:hover {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-color: #b32b5f;
	padding: 5px;
	border-bottom-color: #920000;
	border-right-color: #920000;
	border-top-color: #df97b3;
	border-left-color: #df97b3;
	border-width: 2px;
	border-style:solid;
	margin-left: 528px;
	padding: 5px 10px 5px 10px;
	}
	

table.quizmenu {
	color:#2758a9;
	font-size: 11px;
	background-color: #5e91e6;
	border-color: #2758a9;
	border-style:solid;
	border-width: 1px;
	}
	
table.quizmenu td {
	padding: 5px;
}

#quizmenu {
	padding-top: 3px;
}

.quizmenu  {
	border-top:1px solid #2758a9;
	border-bottom:1px solid #2758a9;
	border-left:1px solid #2758a9;
}
.quizmenu td {
	border-bottom:1px solid #2758a9;
}
.quizmenu td {
	border-right:1px solid #2758a9;	
	vertical-align: top;
	margin-left: 40px;
}

a.quizmenu_link:link, a.quizmenu_link:visited, a.quizmenu_link:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

a.quizmenu_link:active {
	color: #2758a9;
	text-decoration: none;
	}



#content  ul.bluelist {
	margin: 10px 0 11px 30px;
	list-style: none;
	}
		
/* below tweaked in ie */		
#content  ul.bluelist li {
	font: normal 12px verdana, arial, sans-serif;
	color: #13469a;
	background: url(/images/quiz/blue_bullet.gif) no-repeat;
  background-position: 0 5px;
	margin: 0;
	padding: 0 0 12px 10px;
}


#content ul.bluelist2 {
	margin: 10px 0 0px 15px;
	list-style: none;
	}
		
/* below tweaked in ie */		
#content ul.bluelist2 li {
	font-weight: bold;
	font: normal 12px verdana, arial, sans-serif;
	color: #13469a;
	background: url(/images/quiz/blue_arrow.gif) no-repeat;
    background-position: 0 5px;
	margin: 0;
	padding: 0 0 7px 10px;
}

a.listlink:link, a.listlink:active, a.listlink:hover, a.listlink:visited {
	font-weight: bold;
	text-decoration: underline;
	}
	
ol.blue {font-weight: bold; color:#4e70c8; font-size: 11px; margin-left: 20px; margin-bottom: 0px;}

ol.blue li {font-weight: bold; color:#4e70c8; font-size: 11px; padding-bottom: 3px;}

