﻿body {
    background: #fff;
    font-size: 1.5em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

input {
    font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;	
}

.Clear {
    clear: both;
    height: 0px;
}

#ModalOverlay {
	background-color: #aaaaaa;
	filter: alpha(opacity=50);
	opacity: 0.5;
	position: fixed;	
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9000;
	display: none;
}

#QuizTitle {
	width: 800px;
    margin: auto;
    text-align: left;
    font-size: 0.6em;
}

#QuizToolbar {	
	width: 800px;
    margin: auto;
    text-align: right;
}

#QuizToolbar img {
	cursor: pointer;	
}

.Zoom {
	color: #333;
	cursor: pointer;
}

.ZoomSelected {
	color: Green;	
}

.ZoomHover {
	color: #000;
}

#QuizCanvas {
    border: 1px solid #496077;
    width: 800px;
    height: 600px;
    margin: auto;
    overflow: hidden;
}

#QuizPlayerWrapper {
	height: 1px;
}

#QuizI2tWrapper {
	display: none;	
}

#QuizI2tImage {
	text-align: center;	
}

#QuizI2tImage img {
	
}

.QuizTextChoice {
	float: left;
	position: relative;
	text-align: center;
	font-size: 3.0em;	
	width: 342px;
	margin-top: 25px;
	margin-left: 35px;
	border: solid 2px black;
	cursor: pointer;
}

.QuizTextChoiceText {	
	padding-bottom: 15px;	
}

.QuizTextChoiceHover {
	background-color: #00cc00;	
}

.QuizTextChoiceWrong {
	background-color: #ff4444;
	border-color: #cc0000 !important;
}

.QuizTextChoiceRight {
	background-color: #00cc00;
	border-color: Green !important;
}

.QuizImageChoiceWrong {
	background-color: #ff4444;
	border-color: #cc0000 !important;
}

.QuizImageChoiceRight {	
	background-color: #00cc00;
	border-color: Green !important;
}

#QuizT2iWrapper {
	display: none;	
}

#QuizT2iText {
	text-align: center;
	font-size: 5em;	
}

.QuizImageChoice {
	float: left;
	position: relative;
	text-align: center;	
	width: 342px;
	margin-top: 25px;
	margin-left: 35px;
	border: solid 2px black;
	cursor: pointer;
}

.QuizImageChoiceHover {
	border: solid 2px green !important;	
	background: #00cc00;
}

.QuizImageChoice img {

}

#QuizA2tWrapper {
	display: none;	
}

#QuizA2tPlay {
	text-align: center;
	height: 300px;	
}

#QuizA2tPlay img {
	margin-top: 100px;
	cursor: pointer;
}

#QuizResultsWrapper {
	display: none;	
	margin-top: 250px;
	text-align: center;
}

#socialMedia {
   position: relative;
   top: 20px;
}

#socialMedia .fb-like span{
    height: 26px!important;
    width: 46px!important;
}

#socialMedia .deliciousLink {
    height: 26px;
    font-size: 26px;
    line-height: 26px;
}

#socialMedia .deliciousLink img {
    position: relative;
    top: -2px;
}

#socialMedia .fb_edge_widget_with_comment iframe {
    width: 46px !important;
}

#QuizLoginWindow {
	border: solid 3px #000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #fff;
	position: absolute;
	z-index: 9100;
	display: none;
	top: 0px;
	font-size: 0.7em;
	text-align: center;
	width: 450px;
	behavior: url(/js/pie.htc);
}

	#QuizLoginWindow .login-title {
		background-color: #000;
		color: #fff;
		text-align: center;
		font-size: 1.2em;
		padding: 5px;
	}

	#QuizLoginWindow .login-body {
		text-align: left;
		font-size: 1.5em;
		color: #727070;
		padding: 15px;
	}

	#QuizLoginWindow .login-error {
		color: #ff0000;
		font-size: 1.5em;
	}