/* CSS Document */
/*home page specific css*/
.contentHome
{
	position: relative;
}
.mainDataHome
{
	position: absolute;
	top: 15px;
	left: 140px;
	width: 360px;
	height: 180px;
}

.pageTitle
{
	position: absolute;
	left: 390px;
	top: 0;
}
.factsonQuiz
{
	position: absolute;
	right: 100px;
	top: 80px;
}
.quizonTips
{
	position: absolute;
	right: 140px;
	top: 132px;
}
.spellonQuiz
{
	position: absolute;
	right: 90px;
	top: 200px;
}
.mainDataQuiz
{
	position: absolute;
	top: 15px;
	left: 100px;
	width: 450px;
}
.datacontent
{
	width: 408px;
	overflow: auto;
	margin: 0 auto;
	padding-top: 15px;
}

.otherFacts
{
	color: #669966;
	font-weight: bold;
}
.otherFacts li ul li
{
	float: left;
	padding: 2px 14px;
	color: #000000;
	background: transparent url(../images/bullet_facts.gif) left center no-repeat;
}
.h3facts
{
	font-size: 13px;
	color: #336633;
	border-bottom: 1px solid #669966;
	padding: 4px 0;
}
.questionList
{
	margin-top: 10px;
}
.questionList
{
	width: 402px;
	height: 300px;
	overflow: auto;
	margin-top: 10px;
	font-size: 12px;
}
.questionList
{
	margin: 0;
	padding: 10px 0 0 0;
}
.questionList td
{
	padding: 3px 2px;
	margin: 0;
}
.questionList a
{
	font-weight: bold;
	color: #669966;
	text-decoration: none;
}

.questionTitle
{
	color: #336633;
	font-weight: bold;
	padding-bottom: 3px;
	background: url(../images/bg_line.gif) center bottom repeat-x;
}
.title
{
	background-color: #cc6666;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.expandQmenu
{
	position: absolute;
	width: 406px;
	height: 150px;
	border-right: 1px solid #e06666;
	border-bottom: 1px solid #e06666;
	border-left: 1px solid #e06666;
	z-index: 51;
	background: #ffffff;
	color: #333333;
	overflow: auto;
}
.expandQmenu a
{
	color: #333333;
	text-decoration: none;
}
.expandQmenu a:hover
{
	text-decoration: underline;
}
.expandQmenu a:visited
{
	color:#aaaaaa;
}
.expandQmenu ul
{
	position: relative;
	background: #feefda;
	padding: 5px 0;
}
.expandQmenu ul li
{
	position: relative;
}
a.quizsubcat
{
	background: transparent url(../images/bullet_quiz.gif) center left no-repeat;
	padding-left: 15px;
	margin-left: 5px;
	cursor: pointer;
}
.illustration
{
	width: 408px;
	height: 105px;
	overflow: hidden;
	text-align: center;
}
.h3factQuest
{
	background: #669966;
	color: #ffffff;
	padding: 2px;
	font-size: 13px;
}
.factAnsw
{
	font-size: 12px;
	height: 150px;
	overflow: auto;
	padding-top: 5px;
}
body .factAnsw ul, body .factAnsw ul li
{
	margin: auto;
	padding: auto;
	list-style-type: disc;
}
body .factAnsw ul li
{
	margin-left: 20px;
}
#questinNavigation
{
	width: 448px;
	height: 98px;
	overflow: hidden;
	background: transparent url(../images/nav_box_facts.gif) top left no-repeat;
	position: absolute;
	bottom: 10px;
	left: 200px;
	z-index: 31;
}
html > body #questinNavigation
{
	background: transparent url(../images/nav_box_facts.png) top left no-repeat;
}
.qanda
{
	height: 120px;
	overflow: auto;
}
.qNavUl
{
	width: 425px;
	height: 45px;
	margin: 4px auto 0 auto;
	overflow: hidden;
	clear: both;
	color: #333333;
}
.qNavUl li
{
	float: left;
	padding: 2px 1px 1px 2px;
}
.qNavUl li a
{
	display: block;
	width: 18px;
	height: 16px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
}
.qNavUl li a.flagged
{
	background: transparent url(../images/nav_flagged.gif) top left no-repeat;
	color: #c86802;
}
.qNavUl li a.pending
{
	background: transparent url(../images/nav_pending.gif) top left no-repeat;
	color: #999999;
}
.qNavUl li a.taken
{
	background: transparent url(../images/nav_taken.gif) top left no-repeat;
	color: #000000;
}
.qNavUl li a.current
{
	background: transparent url(../images/nav_current.gif) top left no-repeat;
	color: #c86802;
}

.staticText
{
	position: absolute;
	top: 80px;
	width: 420px;
	height: 320px;
	z-index: 51;
	background: #ffffff;
	color: #333333;
	overflow: auto; /*border:1px solid red;*/
}

