#quiz_div {
	font-family: helvetica, arial;
}

#quiz_div table {
	background-color: #eee;
	border: 1px solid #ccc;
}

#quiz_div table td {
	color: #333;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#quiz_div span.list_label {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: #fff url(/images/NUMbg.gif) repeat-x scroll bottom center;
	height: 19px;
	padding-top: 1px;
	border: 1px solid #ccc;
	color: #000;
}

#quiz_div span.list_label_fixed {
	float: left;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: #fff url(/images/NUMbg.gif) repeat-x scroll bottom center;
	height: 19px;
	line-height: 19px;
	padding: 2px 8px;
	border: 1px solid #ccc;
	color: #000;
}

#quiz_div span.list_answer {
	visibility: hidden;
}

#quiz_div #timeCounter, #quiz_div #quiz_status {
	font-size: 10px;
	text-transform: uppercase;
	color: #888;
	height: 30px;
	padding: 2px 10px 13px 10px;
}

#quiz_div div#quiz_status {
	margin-right: 0;
}

#quiz_div .number {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	text-transform: none;
	padding-top: 5px;
	margin-top: -11px;
}

#quiz_div .more {
	text-align: right;
	color: #999;
}

#quiz_div #guesser_div {
}

#quiz_div #guesser_div #guesser {
	border: 2px solid #555;
	padding: 5px; 
	font-size: 20px; 
	background: #FFFED0;
	width: 100%;
	margin: 0px;
}

#quiz_challenge {
	background-color: #5585C6;
	padding: 10px;
	text-align: center;
	color: #fff;
}

#give_up {
	float: right;
	font-weight: bold; 
	padding: 8px 0;
}

#quiz_help {
	float: left;
	padding: 8px 0;
}


/* multiple choice */

div.question {
	padding: 15px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	clear: left;
}

div.incorrectQuestion {
	background-color: #f6d8d8;
}

div.question h3 {
	float: left;
	font-size: 20px;
	line-height: 19px;
	padding: 3px 0 20px 10px;
	vertical-align: middle;
	width: 500px;
	overflow: hidden;
}

div.question p.answer {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 110px;
	text-align: center;
	font-size: 14px;
	padding: 6px 8px;
	cursor: pointer;
	background-color: #eee;
}
	
div.question p.hover {
	border: 1px solid #000;
	background-color: #3399CC;
	padding: 5px 7px;
	color: #fff !important;
}

div.question p.selected {
	border: 1px solid #000;
	background-color: #ccc;
	padding: 5px 7px;
	color: #000 !important;
	font-weight: bold;
}

#quiz_div div.question p.correct {
	border: 1px solid #ccc;
	background-color: #d7fddd;
	padding: 5px 7px;
	color: #000;
}

div.question p.incorrect {
	text-decoration: line-through;
	color: #cc9999 !important;
	background-color: #f0cbcb;
	border: 1px solid #cc9999;
}

div.question p.correctAnswer {
	color: #000 !important;
	background-color: #fff !important;
	border: 1px solid #ccc;
	font-weight: bold;
}

div.question p.faded {
	color: #aaa;
}

/* done saving */

#quiz_recap {
	margin-top: 10px 0px;
	background-color: #F6F6F6;
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 10px;
}

#quiz_recap .qr_field_name {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #777;
	float: left;
	width: 170px;
	clear: left;
	padding: 0px 0px 8px 0px;
	margin:0px;
}

#quiz_recap .qr_field_value {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	float: left;
	width: 160px;
	padding: 0px 0px 8px 0px;
	margin:0px;
}

#quiz_recap ul {
	float: left;
	list-style: none;
	width: 27%;
}

#quiz_recap ul.first {
	width: 19%;
}

#quiz_recap ul.last {
	margin-right: 0;
	text-align: right;
}

#quiz_recap ul li {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

#quiz_recap ul li.label {
	color: #aaa;
	text-transform: uppercase;
	font-size: 10px;
}

#quiz_recap ul li a {
	font-size: 10px;
}

#quiz_challenge_friends {
	clear: left;
	border: 1px solid #777;
}

#main h3.question {
	margin: 0 0 0 15px;
	line-height: 25px;
}

.attached_quiz #facebook_like_article { padding-top: 2px; }
.attached_quiz #twitter_like_article { padding-top: 2px; }
.attached_quiz #google_like_article { padding-top: 2px; }
