#mainContainer {
	background-color: #336589;
	width: 720px;
	/*min-height: 400px;*/
	border: 3px solid #4D4D4D;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

#title {
	width: 300px;
	float: left;
	padding-left: 20px;
	font-family: Candara, Calibri, Arial;
	font-size: 1.6em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}	
#questionSet {
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 20px;
	font-size: 1.3em;
	padding-top: 10px;
	color: #FFFFFF;
}
#innerContainer {
	background-color: #FFFFFF;
	width: 660px;
	border: 3px solid #99B2C4;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	min-height: 320px;
}
#xofxCorrect {
	background-color: #4D4D4D;
	width: 280px;
	border-top-left-radius: 17px;
	height: 34px;
	padding-top: 16px;
	padding-left: 22px;
	float: left;
	border: 2px solid #99B2C4;
	color: #53F57A;
	font-size: 1.3em;
}
#eliminate {
	background-color: #4D4D4D;
	float: right;
	width: 350px;
	border-top-right-radius: 18px;
	height: 40px;
	padding-top: 10px;
	border: 2px solid #99B2C4;
}
#eliminate01 {
	background-color: #FFFFFF;
	width: 100px;
	float: left;
	margin-left: 14px;
	text-align: center;
	height: 24px;
	padding-top: 5px;
	border: 2px solid #6FB846;
	border-radius: 10px;
}

#eliminate01 a{
	color: #000000;
	text-decoration: none;
}

#eliminate01 a:hover{
	text-decoration: underline;	
}
#eliminate02 {
	background-color: #FFFFFF;
	width: 100px;
	float: left;
	margin-left: 10px;
	text-align: center;
	height: 24px;
	padding-top: 5px;
	border: 2px solid #6FB846;
	border-radius: 10px;
}
#eliminate02 a{
	color: #000000;
	text-decoration: none;
}

#eliminate02 a:hover{
	text-decoration: underline;	
}
#eliminate03 {
	background-color: #FFFFFF;
	width: 100px;
	float: left;
	margin-left: 10px;
	text-align: center;
	height: 24px;
	padding-top: 5px;
	border: 2px solid #6FB846;
	border-radius: 10px;
}
#eliminate03 a{
	color: #000000;
	text-decoration: none;
}

#eliminate03 a:hover{
	text-decoration: underline;	
}

#eliminate01 a.eliminate_inactive, #eliminate02 a.eliminate_inactive, #eliminate03 a.eliminate_inactive {
	color: #999999;
	cursor: default;
}

#eliminate01 a.eliminate_inactive:hover, #eliminate02 a.eliminate_inactive:hover, #eliminate03 a.eliminate_inactive:hover {
	text-decoration: none;
}

#questionBox {
	background-color: #FFFFFF;
	width: 302px;
	border: 2px solid #99B2C4;
	min-height: 263px;
	border-bottom-left-radius: 18px;
	float: left;
}
#counter {
	margin-top: 21px;
	font-family: Arial, Calibri;
	font-size: 1.6em;
	color: #336589;
	margin-left: 21px;
}
#question {
	font-family: Candara, Calibri, Arial;
	margin-top: 24px;
	font-size: 1.2em;
	margin-left: 21px;
	margin-right: 20px;
	min-height: 140px;
}
#incorrect {
	margin-left: auto;
	margin-right: auto;
	width: 158px;
	margin-top: 20px;
	text-align: center;
	visibility: hidden;
}
.X {
	font-family: Candara, Calibri, Arial;
	color: #FF6E00;
	font-size: 2em;
}
.incorrectText {
	font-family: Candara, Calibri, Arial;
	font-size: 1.3em;
}

#correct {
	margin-left: auto;
	margin-right: auto;
	width: 158px;
	margin-top: 20px;
	text-align: center;
	/*color: #6FB846;*/
	color: #000000;
	display: none;
}
.check {
	position: relative;
	top: 0.25em;
	font-family: Wingdings;
	color: #6FB846;
	font-size: 2em;
}
.correctText {
	font-family: Candara, Calibri, Arial;
	font-size: 1.3em;
	color: #6FB846;
}

#nextQuestion {
	background-color: #FFFFFF;
	width: 180px;
	text-align: center;
	height: 24px;
	padding-top: 5px;
	border: 2px solid #6FB846;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	visibility: hidden;
}
#nextQuestion a {
	text-decoration: none;
	color: #000000;
}
#nextQuestion a:hover {
	text-decoration: underline;
}

#continue {
	background-color: #FFFFFF;
	width: 180px;
	text-align: center;
	height: 24px;
	padding-top: 5px;
	border: 2px solid #6FB846;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	display: none;
}
#continue a {
	text-decoration: none;
	color: #000000;
}
#continue a:hover {
	text-decoration: underline;
}

#distractorText {
	float: right;
	width: 350px;
	min-height: 263px;
	background-color: #FFFFFF;
	border-bottom-right-radius: 18px;
	border: 2px solid #99B2C4;
}
#distractor01 {
	height: 26px;
	padding-top: 6px;
	margin-top: 28px;
	margin-left: 20px;
}
#correctA {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #6FB846;
}
#incorrectA {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #FF9E00;
	display: none;
}
#inactiveCorrectA {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #B8B5B0;
	display: none;
}

#distractor02 {
	height: 26px;
	padding-top: 6px;
	margin-top: 28px;
	margin-left: 20px;
}
#correctB {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #6FB846;
}
#incorrectB {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #FF9E00;
	display: none;
}
#inactiveCorrectB {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #B8B5B0;
	display: none;
}

#distractor03 {
	height: 26px;
	padding-top: 6px;
	margin-top: 28px;
	margin-left: 20px;
}
#correctC {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #6FB846;
}
#incorrectC {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #FF9E00;
	display: none;
}
#inactiveCorrectC {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #B8B5B0;
	display: none;
}

#distractor04 {
	height: 26px;
	padding-top: 6px;
	margin-top: 28px;
	margin-left: 20px;
}
#correctD {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #6FB846;
}
#incorrectD {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #FF9E00;
	display: none;
}
#inactiveCorrectD {
	background-color: #FFFFFF;
	float: left;
	width: 30px;
	height: 24px;
	border-radius: 196px;
	text-align: center;
	padding-top: 4px;
	margin-right: 15px;
	margin-top: -7px;
	border: 3px solid #B8B5B0;
	display: none;
}

.distractor {
	text-decoration: none;
	color: #000000;
}

.distractor:hover {
	text-decoration: underline;
}

.distractor_disabled {
	color: #999999;
}

.distractor_disabled:hover {
	text-decoration: none;
	cursor: default;
}

.distractor_inactive {
}

.distractor_inactive:hover {
	text-decoration: none;
	cursor: default;
}

#setFeedbackHolder {
	display: none;
	background-color: #FFFFFF;
	width: 656px;
	border: 2px solid #99B2C4;
	min-height: 263px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}

#setFeedback {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#repeat {
	float: left;
	background-color: #FFFFFF;
	width: 180px;
	text-align: center;
	height: 24px;
	padding-top: 5px;
	border: 2px solid #6FB846;
	border-radius: 10px;
	margin-left: 100px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#repeat a {
	text-decoration: none;
	color: #000000;
}
#repeat a:hover {
	text-decoration: underline;
}

#continue2 {
	background-color: #FFFFFF;
	width: 180px;
	text-align: center;
	height: 24px;
	padding-top: 5px;
	border: 2px solid #6FB846;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}
#continue2 a {
	text-decoration: none;
	color: #000000;
}
#continue2 a:hover {
	text-decoration: underline;
}

.retrySetButton {
	display: inline-block;
	background-color: #FFFFFF;
	width: 80px;
	text-align: center;
	height: 24px;
	padding-top: 5px;
	border: 2px solid #6FB846;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.retrySetButton a {
	text-decoration: none;
	color: #000000;
}
.retrySetButton a:hover {
	text-decoration: underline;
}
