/*GENERAL*/

.page_color {
	color						: #84c225;
	display						: inline;
}
.page_sub_color {
	color						: #7f7f7f;
	display						: inline;
}

#logo {
	background-image			: url(../img/logo_green.gif);
}

#accessibility_button {
	background-image			: url(../img/button_accessibility_green.gif);
}

.accessibility_button_text {
	background-image			: url(../img/button_a_green.gif);
}

#menu_header_cou, #menu_header_stu, #menu_header_par {
	background					: #e5e5e5;
}

/*TAB*/

.tab_link #tab_college a {
	color						: black;
}
.tab_link a:hover {
	text-decoration				: none;
}

/*MENU COLORS*/

.deep_header {
	font-weight					: normal;
	padding						: 3px;
	padding-right				: 6px;
	margin-bottom				: 1px;
	background					: #f2ffd9;
	width						: 128px;
}
.deep_header:hover {
	background					: #d4ff80;
}

.sub_header {
	background					: #d4ff80;
	width						: 128px;
	padding						: 3px;
	padding-right				: 6px;
	margin-bottom				: 1px;
}

.sub_header:hover {
	background					: #8fd602;
}

#sub_menu_1 {
	display						: block;
}
.deep_menu {
	display						: none;
}

#tab_foot {
	background					: #90d704;
	}

#tab_college {
	background					: #90d704;
	color						: black;
}

#menu_header_1{
	background					: #8fd602;
	}

#menu_header_2, #menu_header_3, #menu_header_4 {
	background					: #e5e5e5;
}

#contact_link {
	background-image			: url(../img/link_contact_green.gif);
	}



/*FIND COURSE*/

#course_finder_pic {
	background-image			: url(../img/c_finder_green.gif);
}

/*PROSPECTUS*/

#contact_link_title {
	background-image			: url(../img/prospectus_green.gif);
}

/*VACANCIES*/

.label {
	color						: grey;
}
.vacancy {
	margin-top					: 5px;
	margin-bottom				: 5px;
	padding-top					: 5px;
	padding-bottom				: 5px;
}
.vacancy_title {
}
.vacancy_code {
}
.vacancy_salary {
}
.vacancy_expiry {
}
.vacancy_short {
	padding-top:5px;
	margin-top:5px;
}
.vacancy_full {
	padding-top:5px;
	margin-top:5px;
	border-top:grey 1px dotted;
}
