/* *** Theme 1 Common styles (Edexcel, AQA, OCR, OCR-MEI) **** */

/* Body */

body
{
	color: #444;
}

/* Logo */

#logo a
{
	background-color: #0989c1;
}

/* core styles */

h1, h2, h3, h4, h5
{
	color: #1499d1;
}

/*** LINKS ***/

a, a:visited
{
	color: #228;
}

a:hover
{
	color: #1499e1;
}

/*** layout and positioning ***/

#syllabus p span, #syllabus2
{
	color: #27a4d9;
}

/*** Modular boxes ***/

.boxouter h2
{
	background-color: #0989c1;
}

#qnum, .menubutton
{
	color: #435620;
}

#pageheader, #pageheader a, #pageheader a:link, #pageheader a:visited, #pageheader a:active
{
	color: #1499d1;
}

#questionid span
{
	color: #1499d1;
}

.modsection a, .modsectionb a, .modsection a:visited, .modsectionb a:visited
{
	color: #1499d1;
}

/* **** News Item Box **** */

.newstitle
{
	background-color: #25aae3;
	color: #0c455e;
}

.newsdate
{
	color: white;
}

/* **** JAVASCRIPT APPLETS **** */

/* ** COMMON ITEMS ** */

.aptheme
{
	color: #036;
	background-color: #e3f4fb;
	border: 1px solid #1579a5;
}

/* Question numbers */

.uiqnumber, .mcqnumber
{
	background-color: #1579a5;
}

/* **** Question text mouseover **** */

.uiquestion:hover, .mcquestion:hover
{
	background-color: #dff3fb;
}

/* MultiChoice Applet */

/* Hidden Colour settings for highlight and answer background */

#apphlcol
{
	color: #8f8;
}

/* **** Answer text mouseover **** */

.mcanswer:hover
{
	background-color: #8cf;
}

