body {
	background-color: #FFFFFF;
	background-image: url('/gfx/qbg.gif');
	margin: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	scrolling: no;
	color: #6e6e6e;
}

form {
	margin: 0px;
}

.question {
	color: #FF6A01;
}

#qbox {
	margin: 0px;
	align: left;
	float: left;
	color: #6e6e6e;
}

#banner {
	text-align: right;
	background-image: url('/gfx/qkbanner.jpg');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
/*	border: 1px solid; */
	height: 101px;
/*	height: 126px; */
	width: 1000px;
}

#progressbar {
	text-align:right;
	background-image: url('/gfx/qkprogressbar.gif');
	background-repeat: no-repeat;
	width: 1000px;
	height: 25px;
	padding-left: 180px;
}

#quiztitle {
	padding: 6px;
	margin-right:12px;
	font-size: 28px;
	font-style: italic;
	color: #efefef;
	font-weight: bold;
	text-align: right;
	/*	border: 1px solid; */
	width: 500px;
	position: relative;	/*	border: 1px solid; */
	left: 480px;
}

#playerbox {
	/*background-color: #FFFFFF;*/
	border: 1px solid;
	border-color: #d3d3d3;
/*	width: 360px; */
	width: 475px;
	margin-top: 12px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 12px;
	float: left;
	text-align: center;
}

#qboxQuestion {
	overflow:auto;
	background-color: #FFFFFF;	
	border: 1px solid;
	border-color: #d3d3d3;
	color: #6e6e6e;
/*	width: 590px; */
	width: 475px;
	height: 620px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
	padding: 3px;
	text-align: left;
}

#qboxNav {
	height:30;
	width:430;
	text-align: right;
	margin: 10px 0px 10px 15px;
	float: left;
}

#footer {
	background-color: #FFFFFF;	
	width: 1000px;
	height: 20px;
	clear: both;
}

#quiztitle2 {
	margin: 20px 0px 20px 0px;
	font-size: 28px;
	font-style: italic;
	color: #efefef;
	font-weight: bold;
	text-align: right;
	/*	border: 1px solid; */
	position: absolute;	/*	border: 1px solid; */
	left: 500px;
	width: 280px;
}

#progressbar2 {
	text-align:center;
	background-image: url('/gfx/progressbar.gif');
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 7px;
	height: 32px;
}

.active {
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: #FF6A01;;
	float: left;
	padding-left: 1px;
	padding-right: 1px;
	margin-right: 3px;
	margin-top: 3px;
}

.inactive {
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: #ffffff;
	float: left;
	padding-left: 1px;
	padding-right: 1px;
	margin-right: 3px;
	margin-top: 3px;
}

#playerbox2 {
	display:inline;
	text-align: center;
	border: 1px solid;
	font-weight: bold;
	border-color: #f67b00;
	color: #cccccc;
	margin: 10px 0px 0px 10px;
	height: 200;
	width: 300;
	float: left;
}

#qbox2 {
	text-align:left;
	background-image: url('/gfx/qbox.gif');
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
/*	border: 1px solid; */
	float: left;
	height: 300px;
	width: 480px;
}

#qboxQuestion2 {
	overflow:auto;
	height:240;
	width:450;
	margin: 10px 0px 0px 15px;
}
#qboxNav2 {
	height:30;
	width:430;
	text-align: right;
	margin: 10px 0px 10px 15px;
	float: left;
}

.higscore {
	font-size:9px;
}

.orange {
	color: #FF6A01;
 	background-color:#efefef;
	border:#FF6A01 1px solid;
	padding: 2px;

}


#next {
	font-weight: bold;
	font-size: 20px;;
}

/* 
cross site navigation menu
active part in site specific css
*/
.crossnav_i {
	color : #FF6A01;
	font : bold normal 12px Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	vertical-align : top;
	white-space : nowrap;
	padding : 2px 2px 2px 10px;
}

A.crossnav_link {
	color : #FF6A01;
	font : bold normal 12px Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	vertical-align : top;
	padding: 2px;
	white-space : nowrap;
}


A.crossnav_link:Hover {
	color : #6e6e6e;
	font : bold normal 12px Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	vertical-align : top;
	padding: 2px;
	white-space : nowrap;
}


A {
	color: #FF9000;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}

A:Hover {
	font-weight:bold;
	text-decoration: underline;
}

td {
	font-size: 12px;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}

