/* image upload frame */
#quizgame-picture-upload {
	display: block;
}

#real-form {
	display: block;
}

.imageUpload-frame {
	border: 0;
	height: 200px;
	width: 750px;
	max-width: 100%;
	overflow: hidden;
}

.quizgame-picture {
	margin: 0 0 10px 0;
}

/* Prevent the image from being repeated a gazillion times when using the MediaSearchWidget
 * to select an existing image */
#quizgame-picture,
#quizgame-picture-preview {
	/* The !important is sadly needed... */
	background-repeat: no-repeat !important;
}

.quizgame-edit-question input {
	padding: 0 0 0 2px;
}

.quizgame-edit-question h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: none;
	color: #333;
	margin: 20px 0 10px 0 !important;
}

.quizgame-picture img {
	border: 1px solid #dcdcdc;
	padding: 3px;
}

.quizgame-copyright-warning {
	margin: 10px 0 0 0;
	color: #797979;
	font-size: 11px;
	width: 500px;
}

.quizgame-edit-answer {
	margin: 0 0 10px 0;
}

.quizgame-answer-number {
	color: #999;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px 0 0;
}

.submitted-by-image {
	float: left;
	width: 60px;
}

.submitted-by-image img {
	border: 1px solid #d7dee8;
	width: 50px;
	height: 50px;
}

.submitted-by-user {
	float: left;
}

.submitted-by-user img {
	border: 0;
	vertical-align: middle;
}

.submitted-by-user a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.submitted-by-user ul {
	list-style: none;
	margin: 3px 0 0;
	padding: 0;
}

.submitted-by-user li {
	color: #333;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0 6px 0 0;
}

.startButton {
	padding: 10px 0 0 0;
}

.quizgame-admin h1 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 0 0 20px 0 !important;
}

.quizgame-admin-top-links {
	margin: -10px 0 20px 0;
}

.quizgame-admin-top-links a {
	text-decoration: none;
	font-weight: bold;
}

.quizgame-flagged-item {
	border-bottom: 1px solid #dcdcdc;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 500px;
}

.quizgame-flagged-item h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0 !important;
}

.quizgame-flagged-picture img {
	padding: 3px;
	border: 1px solid #dcdcdc;
}

.quizgame-flagged-question {
	margin: 0 0 10px 0;
}

.quizgame-flagged-answers ul {
	margin: 0 0 15px 14px;
	padding: 0;
}

#lightbox {
	display: none;
	padding: 10px;
}
#lightbox img {
	background-color: transparent;
	border: medium none;
	clear: both;
}

#lightboxText {
	color: #fff;
	width: auto;
}

#overlay img {
	border: medium none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 500px;
	/* background-image: url(overlay.png); */
	background-color: #000;
	filter: alpha(opacity=80);
	opacity: .8;
}

/* * html #overlay {
	background-image: url(blank.gif);
	background-color: #000;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}*/

li:hover {
	color: #f00;
	cursor: pointer;
}

.stop-button {
	font-weight: 800;
	color: #fff;
}

.quizgame-lightbox-wrongtext {
	font-size: 26px;
	color: #f00;
	line-height: 30px;
}

.quizgame-lightbox-righttext {
	color: #008000;
	font-size: 26px;
	line-height: 30px;
}

.quizgame-left {
	float: left;
	width: 50%;
	position: relative;
}

.quizgame-right {
	float: right;
	width: 40%;
	position: relative;
	padding-top: 8px;
}

.quizgame-picture {
	margin: 0 0 20px 0;
}

.quizgame-answers {
	font-size: 16px;
	font-weight: bold;
}

.quizgame-answers ul {
	margin: 0 0 0 14px;
	padding: 0;
}

.quizgame-answers li {
	margin: 0 0 5px;
}

.quizgame-answers a {
	text-decoration: none;
}

.quizgame-edit-question .credit-box {
	width: 30%;
}

.credit-box {
	background-color: #f2f4f7;
	border: 1px solid #dcdcdc;
	margin: 8px 0 0;
	padding: 10px;
	padding-bottom: 60px;
}

.credit-box h1 {
	border-bottom: none;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px !important;
}

.last-game {
	width: 100%;
	border-top: 1px solid #dcdcdc;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

.last-question-heading {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0 !important;
}
.last-question-count {
	font-size: 9px;
	color: #999;
}
.last-question {
	color: #666;
	font-weight: 800;
	margin: 0 0 10px !important;
}
.correct-answer {
	font-weight: bold;
	margin: 0 0 5px 0;
}

.one-answer-bar {
	margin-bottom: 10px;
}

img.one-answer-width {
	height: 9px;
	max-width: 100%;
}

.answer-green img {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #7fbf7f;
	vertical-align: middle;
}

.answer-red img {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #f0b4ab;
	vertical-align: middle;
}

.small-answer-correct {
	font-weight: bold;
	font-size: 12px;
	margin: 8px 0 0;
}

.small-answer-incorrect {
	margin: 8px 0 0;
	color: #797979;
	font-weight: bold;
	font-size: 12px;
}

.answer-status-correct {
	font-weight: bold;
	color: #008000;
	font-size: 12px;
}

.answer-status-correct p {
	margin: 0 0 2px 0 !important;
}

.answer-status-incorrect {
	color: #f00;
	font-weight: bold;
	font-size: 12px;
}

.user-answer {
	font-weight: 800;
	color: #666;
}
.user-answer-status {
	margin-bottom: 5px;
}

.bottom-links {
	margin: 10px 0 0 0;
}

.bottom-links a {
	text-decoration: none;
}

#flag-comment {
	display: none;
	margin-top: 5px;
}

.edit-menu-quiz-game {
	float: right;
	margin: -3px 0 0 10px;
	position: relative;
}

.edit-button-quiz-game {
	background-color: #fffca9;
	border: 1px solid #fdc745;
	padding: 5px 0 5px 5px;
	width: 90px;
}

.edit-button-quiz-game img {
	margin: -3px 3px 0 0;
	vertical-align: middle;
}

.edit-button-quiz-game a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.create-link {
	margin: 0 0 5px 0;
}

.create-link a {
	text-decoration: none;
}

.create-link img {
	margin: -1px 2px 0 0;
	vertical-align: middle;
}

.navigation-buttons {
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

.navigation-buttons a {
	margin: 0 20px 0 0;
}

.create-message {
	background-color: #f2f4f7;
	border: 1px solid #dcdcdc;
	max-width: 100%;
	padding: 9px;
	width: 500px;
}

.create-message h1 {
	font-size: 22px;
	border-bottom: none;
	font-weight: bold;
	margin: 0 0 10px !important;
}

.quizgame-create-form h1 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	border-bottom: none;
	margin: 20px 0 15px 0 !important;
}

h1.write-answer {
	color: #333;
	font-size: 16px;
	margin: 20px 0 10px 0 !important;
}

.quizgame-answer-number {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	margin: 0 10px 0 0;
}

#quizgame-question {
	max-width: 100%;
}

.quizgame-answer {
	margin: 10px 0 10px 0;
}

.answer-message-correct {
	font-size: 12px;
	color: #008000;
	font-weight: 800;
	margin-bottom: 5px;
}

.answer-message-incorrect {
	font-size: 12px;
	color: #f00;
	font-weight: 800;
	margin-bottom: 5px;
	line-height: 20px;
}

.answer-choice {
	font-size: 15px;
	font-weight: 800;
	color: #666;
}

.answer-percent {
	font-size: 12px;
	margin: 0 0 0 3px;
}

.answer-percent-correct {
	font-size: 18px;
	color: #008000;
	font-weight: 800;
	margin-bottom: 15px;
}

/* User Rank */
.user-rank {
	margin: 10px 0 0 0;
	border-top: 1px solid #dcdcdc;
}

.user-rank h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: none;
	padding: 0 0 3px 0;
	margin: 5px 0 4px 0 !important;
	color: #333;
}

.user-rank-link a {
	text-decoration: none;
	font-size: 12px !important;
}

.user-rank p {
	color: #797979;
	position: relative;
	float: left;
	width: 120px;
	margin: 0 10px 0 0 !important;
}

.user-rank-points {
	font-size: 18px;
	font-weight: 800;
	color: #f00;
}

.time-box {
	margin: 0 0 12px 0;
}

.quiz-countdown {
	display: inline;
	color: #a01013;
	font-size: 16px;
	font-weight: bold;
}

.quiz-points {
	display: inline;
	color: #797979;
	font-size: 16px;
	font-weight: bold;
}

.quiz-notime {
	padding-left: 5px;
	display: inline;
	color: #797979;
	font-size: 14px;
}

.ajax-messages {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
