/*  News quiz
================================== */

.newsQuizQuestion p {
	padding-left: 2em;
	font-weight: bold;
	}
	
.newsQuizQuestion label {
	font-weight: normal;
	}
	
.newsQuizQuestion h4, .newsQuizResults h4 {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	}
	
.newsQuizQuestion a, .ringBinder a  {
	color:#990000;
	}

.newsQuizQuestion {
	clear: both;
	margin-bottom: 1em;
	}

.newsQuizDate {
	padding-top: 0.7em;
	}
	
.newsQuizResult {
	background-color: #FFCC33;
	border: solid 1px #12ADFF;
	width: 8.7em;
	}
	
.linkfooter_nq {
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	padding: 5px 0;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 2.5em;
	vertical-align: middle;
	}
	
.linkfooter_nq a {
	display: block;
	padding: 5px;
	}

.newsQuizResults {
	font-weight: bold;
	}
	
.newsQuizResults a {
	color: #CC0000;
	}

.newsQuizResults p {
	padding-left: 2em;
	}
	
.newsQuizResultWrong {
	background: url(../images/graphic_wrong_background.gif) repeat-x top #FBECE9;
	padding:  1.7em 0.5em 0.5em 0.5em;
	}
	
.newsQuizResultCorrect {
	background: url(../images/graphic_correct_background.gif) repeat-x top #F4FFE1;
	padding:  1.7em 0.5em 0.5em 0.5em;
	}
	
.answerText {
	font-weight: normal;
	}
	
.answerYours {
	font-style: italic;
	}

.answerCorrect {
	color: #006300;
	}
	
.answerWrong {
	color: #FB0200;
	}
	
.divider {
	height: 1px;
	border-style: none;
	border-color: #999;
	background: #999;
	width: 100%;
	clear: both;
	}
	
.newsQuizPager {
	position: relative;
	top: 0.8em;
	}
	
/* Ring binder box
================================== */

.ringBinder {
	background: url(../images/bottom-left-ringBinder.gif) no-repeat left bottom;
	width: 24%;
	float: left;
	margin: 0.2em 0.1em 0.8em 0.1em;
	}

.ringBinder-outer {
	background: url(../images/bottom-right-ringBinder.gif) no-repeat right bottom;
	padding-bottom: 5%;
	}

.ringBinder-inner {
	background: url(../images/top-left-ringBinder.gif) no-repeat left top;
	
	}

.ringBinder-inner h3 a{
	font-size:1em;
	}
	
.ringBinder-inner h2 a{
	font-size:0.86em;
	}




.ringBinder h3 {
	background: url(../images/top-right-ringBinder.gif) no-repeat right top;
	padding-top: 2.7em;
	font-size: 1em;
	font-weight: bold;
	}

.ringBinder h2 {
	font-size: 1.3em;
	font-weight: bold;
	}

.ringBinder img {
	padding-right: 0.5em;
	}
	