body
{
	color: #000;
	background-color: #fff;
}

/* new class for the div underneath 'customise'
eg. "Showing AREA = 'Architecture - Studies'  sorted by COURSE, then CODE"
this was previously hard-coded into course_list.php (with a mistake! doh!) */
.showing
{
	background-color: #232B5A;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	font-size: 90%; /* was 70% - way too small for some */
}


/* these fix the overlap with navbar */
.scqf_div { margin-left: 10px; } 

.course_table { margin-left: 10px; }


/* */
.titles { color: #fff !important; }

/* **************************************************** */
/* TEST CLASSES                                         */
/* **************************************************** */
a.part_year, a.part_year:visited
{
	font-style: italic;
	color: #FF3366;
}

a.part_year:hover { color: #990000; }

a.not_delivered, a.not_delivered:visited
{
	font-style: italic;
	color: #6633FF;
}

a.not_delivered:hover { color: #990000; }
.colpad { margin-left: 5px; }

.customise
{
	background-color: #666699;
	color: #FFFFFF;
	border-top: 3px solid #555588;
	border-bottom: 3px solid #666699;
}

a.customise_link
{
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #AAAABB;
	font-weight: bold;
	font-size: 130%;
	padding: 5px 10px 5px 10px;
	display: block;
}

a.customise_link:hover
{
	color: #666699;
	background-color: #EEEEFF;
}

a.customise_link:visited { color: #FFFFFF; }

a.customise_link:visited:hover
{
	color: #666699;
	background-color: #EEEEFF;
}

.ctable { background-color: #EEEEFF; }
.ctable a { color: #000000; }
.ctable_chosen { background-color: #CCCCDD; }
.ctable_chosen a { color: #000000; }

.subboxtitle
{
	background-color: #232B5A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

.subboxsection
{
	background-color: #EEEEFF;
	color: #555555;
	font-weight: bold;
	font-size: 13px;
}

.subboxitem
{
	padding-left: 5px;
	/* reduced from 15px */
	text-decoration: none;
}

.subboxnitem { text-decoration: none; }

a.show_all
{
	background-color: #555588;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #232B5A;
	padding: 3px;
	text-decoration: none;
}

.content
{
	padding-left: 10px;
	padding-right: 10px;
}

.info_section
{
	background-color: #BBBBEE;
	color: #232B5A;
	font-weight: bold;
	padding: 6px 5px 6px 5px;
	font-size: 120%;
	border-top: 1px solid #232B5A;
}

.info_section_content { padding: 0px 5px 0px 12px; }

.info_section_content2 { padding: 0px 100px 0px 40px; }

.help /* me please */
{
	padding: 1px 2px;
	/*border: 1px solid #232B5A;*/
	/*color: #FFFFFF !important;
		background-color: #555588;*/
	color: #000;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	/*margin-right    : 3px; bug bug bug bug SQUASH no bug (NS4 must die) */
	/*font-size: 10px;*/
	/*vertical-align: center;*/
}

/* **************************************************** */
/* GENERAL TAGS                                         */
/* **************************************************** */
body
{
	font-family: Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

h1 { font-size: 190%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
label { font-weight: bold; }
ul { list-style-type: disc; }

/* **************************************************** */
/* GENERAL CLASSES (FOR PHP FILES ETC.)                 */
/* **************************************************** */
.college
{
	background-color: #555588;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	font-size: 150%;
}

.college a
{
	color: #FFFFFF;
	text-decoration: none;
}

.college a:hover { color: #CCCCFF; }
.college a:visited { color: #FFFFFF; }
.college a:visited:hover { color: #CCCCFF; }
.course_info { font-family: Arial, sans-serif; }
.combi { font-size: 100%; }

.combiname
{
	font-weight: bold;
	font-size: 100%;
}

.search_table
{
	border: 1px solid #000033;
	background-color: #BBBBEE;
	padding: 5px;
}

.search_div
{
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	background-color: #12BEF6;
	padding: 0px 0px 0px 6px;
	margin: 0px;
}

.search_div form
{
	padding: 0px;
	margin: 0px;
}

h1.page_title
{
	color: #FFFFFF;
	font-size: 175%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3.page_title
{
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

.scqf_level { color: #666666; }
h3.subhead { color: #666666; }

/* **************************************************** */
/* FRONT PAGE EXPLANATION STYLES                        */
/* **************************************************** */
.explanation
{
	border: 2px solid #000033;
	padding: 0px;
	color: #FFFFFF;
	background-color: #333366;
	position: fixed;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 90%;
	overflow: auto;
	visibility: hidden;
}

.exp_title
{
	background-color: #DEEEFF;
	color: #000033;
	padding: 12px;
}

.exp_title a { color: #000033; }
.exp_body { padding: 12px; }
.exp_body a { color: #FFFFFF; }

a.close
{
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #555500;
	background-color: #FFFF77;
	padding-left: 3px;
	padding-right: 3px;
}

/* **************************************************** */
/* NAVIGATION AREA STYLES                               */
/* **************************************************** */
.navbar
{
	background-color: #DEEEFF;
	float: right;
	border: 1px solid #000033;
	margin: 10px 20px 10px 20px;
	padding: 10px;
	width: 150px;
}

.navbar h3
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* **************************************************** */
/* MISC STYLES (FOR INDECIES)                           */
/* **************************************************** */
.index_indent { margin-left: 70px; }

/* **************************************************** */
/* DEGREE PROGRAM STYLES (AUTO-OUTPUT)                  */
/* **************************************************** */
.main_heading
{
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
}

.degree_program
{
	font-weight: bold;
	font-size: 150%;
}

.degree_program a
{
	font-weight: bold;
	font-size: 150%;
	color: #222222;
	text-decoration: none;
}

.degree_program a:hover { color: #222299; }
.key_line { font-weight: bold; }
.course_restriction { font-weight: bold; }
.degree_type { font-style: italic; }

/* **************************************************** */
/* REGULATION STYLES                                    */
/* **************************************************** */
.heading1
{
	font-weight: bold;
	font-size: 160%;
	color: #000033;
}

.heading2
{
	font-weight: bold;
	font-size: 120%;
	color: #000033;
	padding-top: 20px;
}

.heading3
{
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}

.reg_table h3
{
	padding-bottom: 0px;
	font-size: 100%;
	margin-bottom: 3px;
}

.reg_table p { margin-top: 0px; }
