/* *** Default Non-Syllabus Settings **** */

/* Logo */

#logo a
{
	background: url("/images/default/logo-default.png") no-repeat 7px 16px;
}

/* core styles */

h1, h2, h3, h4, h5
{
	color: #9db5bf;
}

/*** LINKS ***/

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

a:hover
{
	color: #e0144d;
}

/*** layout and positioning ***/

#syllabus p span
{
	color: #b8c5ca;
}

/*** Modular boxes ***/

.modularBoxOuter, .summaryhead
{
	background: #25aae3 url("/images/default/boxtopbg.png") no-repeat top right;
}

.modularBoxOuter h2, .modularBoxOuter h3, .modularBoxOuter h4,
.modularBoxOuter h5, #content .summaryhead h2, #content .summaryhead h3
{
	color: #243a44;
}

#qnum, .menubutton, .summaryhead .menubutton a, .summaryhead .menubutton a:visited, .summaryhead h2
{
	color: #182740;
}

#pageheader, #pageheader a, #pageheader a:link, #pageheader a:visited,
#pageheader a:active
{
	color: #657b85;
}

#questionid span
{
	color: #657b85;
}

.modsection a, .modsectionb a, .modsection a:visited, .modsectionb a:visited
{
	color: #657b85;
}

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

.newstitle
{
	background-color: #758e99;
	color: #240;
}

.newsdate
{
	color: white;
}

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

/* ** COMMON ITEMS ** */

.aptheme
{
	color: #036;
	background-color: #ebeeef;
	border: 1px solid #526168;
}

/* Question numbers */

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

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

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

/* MultiChoice Applet */

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

#apphlcol
{
	color: #8f8;
}

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

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

