@charset "UTF-8";

.section_current, .search_current, #adv_search_list_1 th, #adv_search_list_1 th .subheading, #adv_search_list_2 th,
	#sub-nav a.section_current, .profile_course_wrapper th, .course_list_table th,
	.profile_details_list  th, .profile_details .heading, .profile_contact th
 {
	color: #004B95;
}


.login {
	border: solid #004B95 1px;
}

/* ----------------------------------------------------------------
	header navigation | for search page only (specific colours and layout) DO NOT REMOVE
-------------------------------------------------------------------*/
#header-nav {
	background: url('/images/search/header.jpg') no-repeat left top;
}
#nav {
	padding: 0;
	margin: 0 0 0 15px;
	width: 100%;
	overflow: visible;
	background: #014B96;
	width: 717px;
	float: left;
}

#nav li {
	font-family: tahoma;
	list-style: none;
	height: 26px;
	float: left;
	background: #014B96 url('/images/search/separator.gif') no-repeat left top;
	padding-left: 13px;
}
#nav li.first {
	padding-left: 5px;
}


#nav li a {
	float: left;
	padding: 0 2px;
	background: #014B96;
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
}

#nav li.selected a{
	background: #F9AE3B;
}

#nav li a:hover { background: #F9AE3B; }



/* ----------------------------------------------------------------
 sub-nav under header navigation | for search page only (specific colours and layout) DO NOT REMOVE
-------------------------------------------------------------------*/

#sub-nav a {
	color: #FBB03B;
	text-decoration: none;
	padding: 0px 5px;
	line-height: 130%;
}

#sub-nav a:hover {
	color: #004B95;
	text-decoration: none;
}



/* ----------------------------------------------------------------
	side-nav  | for search page only (specific colours) DO NOT REMOVE
-------------------------------------------------------------------*/

/*--------------------- siteSearch in side-nav --------------------*/
#coursefinder {
	background-image: url(/images/search/blue_bkg.jpg);
}
#coursefinder   li {
	list-style-image: url(/images/search/whitearrow.gif);
}


/*----------------- links under siteSearch -----------------*/

.bottomlinks a:hover {
	color: #004B95;
}

/* ----------------------------------------------------------------
	content  | for search page only (specific colours) DO NOT REMOVE
-------------------------------------------------------------------*/

/*---- sections' mainpage table listing boxes ----*/
.mainitems {
	background-color: #ECF8FB;
}

.mainitems   li{
	list-style-image: url(/images/search/listarrow.gif) !important;
}
.mainitems    a {
	color: #FBB03B;
}
.mainitems    a:hover {
	color: #004B95;
}

/* ----------------------------------------------------------------
 Search - advanced search | for search page only (specific colours and layout) DO NOT REMOVE
 within table in #content-text
-------------------------------------------------------------------*/


.note {
	color: #004B95;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin-top:5px;
	vertical-align: text-bottom;
}

.note td {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}
