/* Dynamic style sheet. Do not overwrite this file */
/** Change the colour of all page titles */
body h2 {
	color: #C7232A;
}

/** Change the Log-out link colour */
#logout a {
	color: #FFFFFF;
}

/** Change the key-line colour of the navigation bar */
#navbase {
	background: #C7232A;
}

/** Change the colour of the links in the tabs */
#navigation a {
	color: #000000;
}

/** Change the colour of the links in the tabs when they are rolled over */
#navigation a:hover {
	color: #969696;
}

/** Change the colour of the link in a tab when it is selected */
#navigation #current a {
	color: #969696;
}

/** Change the high-light colour of a tab when it is selected */
#navigation #current {
	border-bottom-color: #EFB82A;
}

/** Change the text colour of all links in the general body text of the system */
body a {
	color: #C7232A;
}

/** Change the text colour of all links in the general body text of the system when they are rolled over */
body a:hover {
	color: #E74249;
}

/** Change the text colour in the start / edit diagnostic arrow */
#startarrow a {
	color: #C7232A;
}

/** Change the text colour for the number of each section of the diagnostic */
.processHeader .processNo {
	color: #C7232A;
}

/** Change the text colour for the title of each section of the diagnostic */
.processHeader .processName {
	color: #C7232A;
}

/** Change the text colour for the question numbers in the diagnostic */
.diagnosticTable .questionNumber {
	color: #000000;
}

/** Change the colour of the progress indicator balls in the diagnostic */
#progress img.on {
	background: #FF0000;
}

/** Change the colour of "previous" and "next" arrows in the diagnostic */
.progression {
	background: #C7232A;
}


