/* @override http://actionline.computime.co.uk/css/basic.css */

* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

html {
	overflow: scroll;
}

body {
	min-width: 50px;
	margin: 0;
	padding: 0;
	background: url(../img/background.jpg) no-repeat center top;
}

.clearAll {
	clear: both;
}

/* @group page */

div#pageContainer {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

div#flashBanner {
	width: 675px;
	height: 110px;
	float: left;
	margin-bottom: 20px;
	margin-left: 40px;
}



/* @end */

/* @group header */

div#pageHeader {
	width: 720px;
	position: relative;
	float: left;
	padding: 0;
	left: 180px;
}

#pageHeader h1 {
	width: 260px;
	height: 0;
	background-image: url(../img/headerLogo.gif);
	overflow: hidden;
	float: left;
	padding-top: 140px;
	text-indent: -9999px;
}

div#headerQuote {
	float: left;
	width: 440px;
	height: 100px;
	background: url(../img/quoteBox_left.gif) no-repeat left top;
	margin-left: 20px;
	margin-top: 40px;
}

#headerQuote h3 {
	background: url(../img/quoteBox_right.gif) no-repeat right bottom;
	color: #660066;
	font-size: 11px;
	padding: 10px 45px;
}



/* @end */

/* @group body */

div#pageBody {
	width: 480px;
	float: left;
	padding-right: 10px;
	padding-left: 40px;
}

div#pageBody.wide {
	padding-right: 40px;
	width: 640px;
	padding-left: 40px;
}

#pageBody h1 {
	color: #691f76;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	text-transform:uppercase;
	padding-bottom: 15px;
}

#pageBody h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	text-align: left;
	color: #333333;
/*	text-transform:uppercase;*/
	padding-bottom: 15px;
}

#pageBody h3
{
	text-transform:uppercase;
	padding-bottom: 15px;
	color: #660066;
	font-size: 14px;
}

#pageBody p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
	text-align: justify;
}

#pageBody.homeVariant p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

#pageBody ul
{
	font-size: 11px;
	list-style: square;
	margin-left: 20px;
	margin-bottom: 15px;
	line-height: 15px;
}

#pageBody ol
{
	font-size: 11px;
	list-style: square;
	margin-left: 20px;
	margin-bottom: 15px;
	line-height: 15px;
	list-style-type: decimal;
}

#pageBody li {
	margin-bottom: 4px;
}

#pageBody img {
	margin-bottom: 10px;
}

#pageBody img.map
{
	float: right;
	border-color: #660066;
	border-width: 2px;
	border-style: solid;
	margin-left: 10px;
}

div#logoThumbs {
	text-align: center;
	margin-top: 20px;
	position: relative;
}

#logoThumbs a img {
	border-width: 0;
	border-style: none;
	position: relative;
	margin: 10px;
}

span.bodyActionline {
	color: #660066;
	font-weight: bold;
}



/* @end */

/* @group global navigation */

div#globalNav {
	width: 180px;
	float: left;
	clear: left;
}

#globalNav ul {
	list-style-type: none;
}

#globalNav li {
	position: relative;
}

#globalNav a {
	width: 180px;
	height: 32px;
	display: block;
	position: relative;
	text-indent: -9999px;
}

#globalNav ul ul li a {
	height: auto;
	color: white;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-shadow: #000000 0 0 0px;
	width: 110px;
	padding: 0 0 5px 50px;
	text-indent: 0;
}

#globalNav ul ul li a:hover {
	color: #66cccc;
}

#globalNav ul ul ul li a {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 12px;
	padding-left: 60px;
}

a#navHome {
	position: relative;
	background-image: url(../img/nav_home.png);
}

a#navNews {
	background-image: url(../img/nav_news.png);
	position: relative;
}

a#navVacancies {
	background-image: url(../img/nav_vacancies.png);
	position: relative;
}

a#navCandidates {
	background-image: url(../img/nav_candidates.png);
	position: relative;
}

a#navEmployers {
	background-image: url(../img/nav_employers.png);
	position: relative;
}

a#navAboutus {
	background-image: url(../img/nav_about.png);
	position: relative;
}

a#navLinks {
	background-image: url(../img/nav_links.png);
	position: relative;
}

a#navFeedback {
	background-image: url(../img/nav_feedback.png);
	position: relative;
}

a#navContact {
	background-image: url(../img/nav_contact.png);
	position: relative;
}

a#navHome:hover {
	background-image: url(../img/nav_home_o.png);
	position: relative;
}

a#navNews:hover {
	background-image: url(../img/nav_news_o.png);
	position: relative;
}

a#navVacancies:hover {
	background-image: url(../img/nav_vacancies_o.png);
	position: relative;
}

a#navCandidates:hover {
	background-image: url(../img/nav_candidates_o.png);
	position: relative;
}

a#navEmployers:hover {
	background-image: url(../img/nav_employers_o.png);
	position: relative;
}

a#navAboutus:hover {
	background-image: url(../img/nav_about_o.png);
	position: relative;
}

a#navLinks:hover {
	background-image: url(../img/nav_links_o.png);
	position: relative;
}

a#navFeedback:hover {
	background-image: url(../img/nav_feedback_o.png);
	position: relative;
}

a#navContact:hover {
	background-image: url(../img/nav_contact_o.png);
	position: relative;
}

body#home a#navHome {
	background-image: url(../img/nav_home_a.png);
	position: relative;
}

body#news a#navNews {
	background-image: url(../img/nav_news_a.png);
	position: relative;
}

body#vacancies a#navVacancies {
	background-image: url(../img/nav_vacancies_a.png);
	position: relative;
}

body#candidates a#navCandidates {
	background-image: url(../img/nav_candidates_a.png);
	position: relative;
}

body#employers a#navEmployers {
	background-image: url(../img/nav_employers_a.png);
	position: relative;
}

body#aboutus a#navAboutus {
	background-image: url(../img/nav_about_a.png);
	position: relative;
}

body#links a#navLinks {
	background-image: url(../img/nav_links_a.png);
	position: relative;
}

body#feedback a#navFeedback {
	background-image: url(../img/nav_feedback_a.png);
	position: relative;
}

body#contact a#navContact {
	background-image: url(../img/nav_contact_a.png);
	position: relative;
}



/* @end */

/* @group vacancy list */

#pageBody div.listStatusBar {
	background-color: #cccccc;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
}

#pageBody div.listStatusBar p.listStatusResults {
	font-size: 10px;
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
}

#pageBody div.listStatusBar p.listStatusReset {
	margin-bottom: 0;
}

#pageBody div.listStatusBar p.listStatusReset a {
	width: 93px;
	height: 0;
	margin-left: 10px;
	float: right;
	overflow: hidden;
	background: url(../img/list_button_reset.gif) no-repeat;
	padding-top: 18px;
}

#pageBody div.listSectorGroup div.listLine0 p.listShowDetail a, #pageBody div.listSectorGroup div.listLine1 p.listShowDetail a {
	float: right;
	width: 93px;
	height: 0;
	padding-top: 18px;
	background-image: url(../img/list_button_more.gif);
	overflow: hidden;
}

#pageBody div.listSectorGroup h2 {
	color: #999999;
	border-bottom: 2px solid #999999;
	margin: 0;
	padding: 20px 5px 5px;
}

.listLine0, .listLine1, .listSelected {
	font-size: 11px;
	padding: 5px;
	border-bottom: 1px solid #999999;
}

.listLine0 {
	background-color: #d9fdfd;
}

.listLine1 {
	background-color: #c9dcdc;
}

.listSelected {
	background: #ffffff url(../img/background_tq_grad.gif) repeat-x;
	position: relative;
}

#pageBody .listLine0 h4, #pageBody .listLine1 h4 , #pageBody .listSelected h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	float: left;
	color: #660066;
}

#pageBody .listLine0 p, #pageBody .listLine1 p, #pageBody .listSelected p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 5px;
}

#pageBody .listLine0 a, #pageBody .listLine1 a, #pageBody .listSelected a {
	text-decoration: none;
	color: #660066;
	font-weight: bold;
}

#pageBody .listLine0 a:hover, #pageBody .listLine1 a:hover, #pageBody .listSelected a:hover {
	color: #66cccc;
}

div.listSelectedButtonArea {
	margin-left: 190px;
}

div.listSelectedButtonArea a.listApply {
	width: 130px;
	height: 0;
	display: block;
	float: left;
	background: url(../img/list_button_apply.gif) no-repeat;
	padding-top: 24px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}

div.listSelectedButtonArea a.listSend {
	width: 130px;
	height: 0;
	display: block;
	float: left;
	background: url(../img/list_button_send.gif) no-repeat;
	padding-top: 24px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
}



/* @end */

/* @group vacancy modal dialogue */

div.alphacube_message {
	text-align: left;
}

div.alphacube_message h1 {
	font-size: 20px;
	color: #691f76;
	text-align: left;
	margin-bottom: 10px;
}

div.alphacube_message h2 {
	font-size: 16px;
	color: #691f76;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

div.alphacube_message h3 {
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

div.alphacube_message p {
	font-size: 11px;
	line-height: 17px;
}

div.alphacube_message ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: 12px;
}

div.alphacube_message li {
	margin-bottom: 5px;
}

div.alphacube_message .purple_text_large {
	color: #660066;
	font-size: 18px;
	line-height: 22px;
}

div.alphacube_message .purple_actionline {
	color: #660066;
}

div.alphacube_message .required
{	
	color: #FF0000;
}

/* @end */

/* @group side bar */

div#sideBar {
	width: 180px;
	float: right;
}

div.sideBarBoxContainer h2 {
	height: 24px;
	width: 161px;
	overflow: hidden;
	display: block;
}

div.sideBarBoxContainer a {
	width: 161px;
	height: 0;
	padding-top: 24px;
	overflow: hidden;
	display: block;
}

div.sideBarBoxContainer h4 {
	color: #660066;
	font-size: 10px;
	line-height: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
}

div.sideBarBoxContainer p {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-bottom: 0;
	padding-bottom: 5px;
}

div.sideBarBoxTop {
	width: 179px;
	height: 9px;
	background: url(../img/sideBox_tp.png) no-repeat;
}

div.sideBarBoxCanvas {
	padding-top: 0;
	padding-left: 10px;
	padding-right: 12px;
	background-image: url(../img/sideBox_bg.png);
	position: relative;
}

div.sideBarBoxBottom {
	background: url(../img/sideBox_bt.png) no-repeat;
	width: 179px;
	height: 9px;
}

div#homeSectorsList
{
	margin-top: 12px;
}

div#homeSectorsList h2 {
	margin-bottom: 10px;
	background-image: url(../img/sideBoxHead_sectors.gif);
	height: 0;
	padding-top: 24px;
}

a#sectorListSearchButton {
	width: 157px;
	height: 0;
	display: block;
	background-image: url(../img/sector_search_button.gif);
	overflow: hidden;
	padding-top: 44px;
	margin-top: 5px;
}

div.sbox {
	width: 161px;
	height: 24px;
	padding-bottom: 2px;
	background: url(../img/sideBoxHead_sbox.gif) no-repeat;
}

#searchBox input {
	border-style: none;
	height: 20px;
	background: transparent no-repeat;
	width: 98px;
	font-size: 11px;
	margin-top: 4px;
	float: left;
	margin-left: 30px;
}

#searchBox a {
	width: 26px;
	float: left;
	background-image: url(../img/sideBoxHead_sbox_go.gif);
	margin-left: 6px;
	position: static;
}

div#listUrgent h2 {
	padding-bottom: 2px;
	background: url(../img/sideBoxHead_hotjobs.gif) no-repeat;
}

div#listVacancy h2 {
	padding-bottom: 2px;
	background: url(../img/sideBoxHead_vacancy.gif) no-repeat;
}

#listVacancy ul {
	list-style-type: none;
}

#listVacancy ul li {
	padding: 1px;
}

#listVacancy ul li a {
	text-decoration: none;
	font-size: 10px;
	background-color: #ffffff;
	display: block;
	padding: 3px 25px 6px;
	border: 1px solid #ffffff;
	color: #666666;
	line-height: 12px;
	top: 0;
	position: relative;
	width: 105px;
	height: 100%;
}

#listVacancy ul li a:hover {
	text-decoration: none;
	background-color: #66cccc;
	color: #000000;
	border-color: #333333;
}

#listVacancy ul li a.select {
	text-decoration: none;
	background-color: #c08aba;
	color: #000000;
	border-color: #790669;
}

#listVacancy form {
	font-size: 10px;
	color: #666666;
	padding: 5px;
}

#listVacancy form input {
	margin-right: 5px;
	margin-bottom: 10px;
	clear: left;
	float: left;
	width: 20px;
}

#listVacancy form label {
	float: left;
	width: 120px;
	margin-bottom: 5px;
}

div#listSector h2 {
	background: url(../img/sideBoxHead_sector.gif) no-repeat;
	padding-bottom: 2px;
}

#listSector ul {
	list-style-type: none;
}

#listSector ul li {
	padding: 1px;
}

#listSector ul li a {
	text-decoration: none;
	font-size: 10px;
	background-color: #ffffff;
	display: block;
	padding: 3px 25px 6px;
	border: 1px solid #ffffff;
	color: #666666;
	width: 105px;
	height: 100%;
}

#listSector ul li a:hover {
	text-decoration: none;
	background-color: #66cccc;
	color: #000000;
	border-color: #333333;
}

#listSector ul li a.select {
	text-decoration: none;
	background-color: #c08aba;
	color: #000000;
	border-color: #790669;
}

div#listLocation h2 {
	background: url(../img/sideBoxHead_location.gif) no-repeat;
	padding-bottom: 2px;
}

#listLocation ul {
	list-style-type: none;
}

#listLocation ul li {
	padding: 1px;
}

#listLocation ul li a {
	text-decoration: none;
	font-size: 10px;
	background-color: #ffffff;
	display: block;
	padding: 3px 25px 6px;
	border: 1px solid #ffffff;
	color: #666666;
	position: relative;
	height: 100%;
	width: 105px;
}

#listLocation ul li a:hover {
	text-decoration: none;
	background-color: #66cccc;
	color: #000000;
	border-color: #333333;
}

#listLocation ul li a.select {
	text-decoration: none;
	background-color: #c08aba;
	color: #000000;
	border-color: #790669;
}



/* @end */

/* @group footer */

div#pageFooter {
	width: 900px;
	text-align: center;
	margin: 30px auto 20px;
	font-weight: normal;
	font-style: normal;
}

#pageFooter p {
	font-size: 12px;
	font-weight: bold;
}

#pageFooter p a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	font-size: 10px;
}

#pageBody div.listSectorGroup div.listLine0 p.listLessDetail a, #pageBody div.listSectorGroup div.listLine1 p.listLessDetail a, #pageBody div.listSectorGroup h2 span.listLessDetail a, #pageBody div.listSectorGroup h2 span.listLessDetail a {
	float: right;
	width: 93px;
	height: 0;
	padding-top: 18px;
	background-image: url(../img/list_button_less.gif);
	overflow: hidden;
}

.admin_key
{
	border-style:none;
	border-width: 0px;
}

.links_logo
{
	border-style:none;
	border-width: 0px;
}

.pdfimage
{
	border-style: none;
	border-width: opx;
}

.noborder
{
	border-style: none;
	border-width: opx;
}

/* @end */