﻿body 
{
	font-family:Arial;
}

.app-content-area-gsearch ul li { /*list-style-position: inherit;*/ list-style-type:disc; margin-left:25px; padding:4px 0 4px 0; /*list-style: inside; *list-style:;*/}
.app-content-area-gsearch ol li { /*list-style-position: inherit;*/ list-style-type: decimal; margin-left:25px; padding:4px 0 4px 0; /*list-style:inside; *list-style:;*/}

.question
{
	padding-bottom:5px;
	font-weight:bold;
}
.answers
{
	font-weight:normal;
	padding:0px;
	margin:0px 0px 0px 0px;
	list-style-type:upper-alpha;
}
.answers li
{
	padding:2px;
}
.answers li span
{
	margin:0px;
	padding:0px;
}
.answers li span span
{
	margin:0px;
	padding:3px;
}
.correct
{
	background: url('images/correct.gif') no-repeat;
}

.incorrect
{
	background: url('images/incorrect.gif') no-repeat;
}
.answeredCorrectly
{
	font-weight:bold;
}
.separator
{
	color: #000;
	background-color: #000;
	height: 1px;
	/*width:75%;*/
	text-align:left;
}
.explanation
{
	font-weight:normal;
	font-style:italic;
}
.quizName
{
/*	font-size:1.8em;
	color:#3333cc;
	font-weight:bold;*/
	font-size:16px; margin-bottom:.8em;color:#000000;font-weight: bold;
}
.quizResult
{
	color:#006699;
	font-size:1.1em;
	font-weight:bold;
	padding:3px;
	border:1px dashed #999;
	width:23em;
	text-align:center;
}
.quizResult b
{
	color:#ff0000;
}

