#quizWrapper {
	background: transparent url(../images/backgrounds/quizBg.jpg) no-repeat 0 0px;
}
#quizWrapperTile {
	background: transparent url(../images/backgrounds/quizBgTile.jpg) repeat-y;
}

div.breadcrumb { background-color:#1fa3b1; }
div.breadcrumbTop { background: transparent url(../images/quiz/breadcrumbTop.gif) no-repeat; }
div.breadcrumbBot { background: transparent url(../images/quiz/breadcrumbBot.gif) no-repeat; }

img.quizImage { float:right; margin:0 20px 20px 0; }

/*------------------- QUIZ QUESTIONS --------------------*/
table#quizTable { font-size:0.8em; font-weight:bold; margin:0 0 20px 10px; width:436px; clear:both; }
table#quizTable td { padding-bottom:10px; }
td.col1 { color:#d11a7b; width:5% }
td.col3 { width:10% }

table#progressTable {font-size:0.7em; }

/*------------------- MORE QUIZZES --------------------*/
ul#quizList { list-style-type:none; margin-left:12px; }
ul#quizList li { font-weight:bold; margin-bottom:6px; }
ul#quizList li a { color:#000; text-decoration:none; }
ul#quizList li a:hover { color:#1a8692; text-decoration:underline; }