@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #151515;
	text-align: left;
	color: #FFFFFF;
	}


img {border: none}
	
h1 {
	font-size: 1.6em;
	color: #ffffff;
	margin: 0;
	padding: 10px 0 6px 0;
	}
	
h2 {
	font-size: 1.4em;
	color: #ffffff;
	margin: 0;
	padding: 8px 0 5px 0;
	}

h3 {
	font-size: 1.2em;
	color: #ffffff;
	margin: 0;
	padding: 10px 0;
	}
	
p {
	font-size: 1.16em;
	color: #ffffff;
	margin: 0;
	padding: 6px 0;
	line-height: 1.6em;
	}
	
ul {
	margin: 8px 0 8px 16px;
	padding: 0;
}
li {
	font-size: 1.16em;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.6em;
}

.red { 
	color: #FF0000;
	font-weight: bold;
	}
	
p a {
	color:#FFFFFF;
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
.biggertext {
	font-size: 1.5em;
	line-height: 1.2em;
}

/*---------------------- quiz & matchme ----------------------*/

.baequestions, .matchme {
	padding: 25px 10px 5px 10px;
	margin-left: 10px;
	width: 400px;
	float:left;
}
.baequestions table {
	width: 100%;
}
.baequiz  {
	padding: 10px 0 0 0;
	width: 618px;
}
.baequiz ul {
	list-style: none;
	padding: 12px 0 0 0;
	margin: 0;
	text-align: left;
	display: inline;
}
.baequiz li {
	margin: 0;	
	padding: 0;
}
.baequiz .next {
	width: 36px;
	height: 17px;
	padding: 3px 0 0 24px;
	font-size: 1.16em;
	font-weight: bold;
	background: #242424 url(../images/infobar-icon.gif) top left no-repeat;
	border-bottom: #CC0033 solid 1px;
	float: right;
}
.matchme .next {
	width: 60px;
	height: 17px;
	padding: 3px 0 0 24px;
	font-size: 1.16em;
	font-weight: bold;
	background: #242424 url(../images/infobar-icon.gif) top left no-repeat;
	border-bottom: #CC0033 solid 1px;
	float: right;
}
.baequestions input, #btnNext {
	text-decoration: none;
	color:#FFFFFF;
}
.baequestions a:hover {
	text-decoration: underline;
}
.quizanswer {
	font-size: 1.2em;
}
#radioButtonList {
	font-size: 1.2em;
}

#radioButtonList input {
	margin-right: 5px;
}


.quizwrapper {
	background: #292929 url(../images/quizheader.gif) top left repeat-x;
	float:left;
	width: 618px;
}
.baequizfooter {
	background: url(../images/quizfooter.gif) top left repeat-x;
	height: 21px;
	clear: both;
	width: 618px;
}
.quizanswer {
	padding: 65px 10px 5px 0;
	float:left;
	width: 160px;
}
.quizanswer .qresult {
	padding: 0 0 37px 0;
}
.baequizresults {
	background: #292929 url(../images/quizheader.gif) top left repeat-x;
	padding: 30px 20px 10px 20px;
}
.baequizresultsfooter {
	background: url(../images/quizfooter.gif) top left repeat-x;
	height: 21px;
	clear: both;
}
.baequizresults .score .yourscore {
	font-size: 1.4em;
	font-weight: bold;
	width: 100px;
	float: left;
	padding-top: 30px;
}
.baequizresults .scoreresults {
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.quizwrapper .errorlabel {
	font-size:1.2em;
	padding-top: 95px;
	color: #ff0000;
	font-weight: bold;
}
