* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

ul {
	margin: 0 0 0 20px;
}

p {
	margin-bottom: 14px;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body.core {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

body, html {
}

/* Background */

div#topbg {
	width: 100%;
	height: 24px;
}

div#centerbg {
	width: 100%;
	height: 100%;
}

div#bottombg {
	width: 100%;
	height: 26px;
}

/* Layout */

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 920px;
}

div#header {
	height: 100px;
}

div#contentwrap {
	margin: 0 15px 0 15px;
}

div#formwrap {
	margin: 5px 10px 0 10px;
}

div#howto {
	float: left;
}

div#help {
	float: right;
	background: url(images/help.gif) no-repeat;
	width: 32px;
	height: 32px;
	float: right;
	cursor: pointer;
}

div#footer {
	font-size: 11px;
}

div#footer a {
}

div#footer a:hover {
	text-decoration: underline;
}

/* Progress */

div#progress {
	float: right;
	padding-right: 20px;
}

div#progressbar {
	width: 200px;
	height: 32px;
	background: url(images/progressbar.png) no-repeat;
	padding-top: 8px;
	padding-left: 6px;
}

div#progress1 {
	width: 184px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

div#progress2 {
	background: #af0917;
	padding-left: 4px;
	height: 16px;
}

/* Logo */

div#logo {
	float: left;
	margin-left: 40px;
	height: 60px;
	width: 350px;
}

/* Nav */

div#navbuttons {
	text-align: center;
	margin-top: 10px;
}

/* Styles */

#qb1 {
	width: 60px;
	height: 60px;
	background: url(images/back.gif) no-repeat;
	cursor: pointer;
	border: 0;
}

#qb2 {
	width: 60px;
	height: 60px;
	background: url(images/next.gif) no-repeat;
	margin-left: 5px; 
	cursor: pointer;
	border: 0;
}

#qb3 {
	width: 60px;
	height: 60px;
	background: url(images/exit.gif) no-repeat;
	cursor: pointer;
	border: 0;
}

/* R4A Override */

td {
	padding: 2px 0;
}

.rankcellDone {
	background: #af0917;
	color: #FFFFFF;
}

.rankcellHilite {
	background: #6b6b6b;
	color: #FFFFFF;
}

span.clickPhraseOn {
	cursor: pointer;
	background: #00FF00;
	color: #0000FF;
}

span.clickPhraseOff {
	cursor: pointer;
	background: #0099FF;
	color: #FFFFFF;
}
#completedPhrase {
	display: none;
}
