/*
	Name: Robert Walters PLC Stylsheet
	Date: August 2009
	Description: Master sheet for robertwalters.com
	Version: 1.0
	Author: Faisil Saleem
	Autor URI: http://www.faisil.com
	Created: 06 August 2009
	Modified: xx x 20xx
*/


/*---------- CONTENTS ----------*/

/*--- FONT FACE DECLARATION ----*/
/*---------- GLOBALS -----------*/
/*Headings */
/*Common Formatting*/
/*Links */
/*Forms*/
/* Tables */
/*Wrapper*/
/***** Global Classes *****/
/*LHS Lozenges*/
/*Login Buttons*/
/*Icons*/
/*Corporate Colours */
/*------------------------------*/

/* ----container to center the layout---- */
/* ---------- HEADER ---------- */ 
/* ------banner for logo------- */
/* --------nav overlay--------- */
/* -------nav overlay---------- */
/* ---------------------------- */ 

/* -------title banner--------- */
/* --------breadcrumb---------- */

/* --------LEFT COLUMN--------- */

/* --------RIGHT COLUMN-------- */

/* ----------CONTENT----------- */
/* Landing Page */
/*Login Page*/
/* Job Search Results */
/* News and PR */
/* Paginator */
/* Job Results Page */
/* ----------FOOTER------------ */

/*------ CORPORATE PORTAL ------*/

/*----------- FORMS ------------*/

/*---------- SURVEYS -----------*/

/*-----------------------------------------------------------------------*/

/*------------- FONT FACE DECLARATION --------------*/
/* Syntax LT Bold  */
 
@font-face {
  font-family: Syntax LT Bold;
  src: url('/assets/SyntaxLTStd-Bold.otf');
}

@font-face {
  font-family: Syntax LT Std;
  src: url('/assets/SyntaxLTStd-Roman.otf');
}



/*---------- GLOBALS -----------*/
 
html, body {
	border:0;
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	
}
 
body {
	font:100%/1.25em Arial, Helvetica, sans-serif; background-color:#FFF; color:#000;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Syntax LT Bold, Helvetica, Arial, sans-serif;
}
 
h1 {
	padding:30px 0 25px 0;
	letter-spacing:0px;
	font-size:2.3em;
}
 
h2 {
	color:#5C8727;
	font-size:1.5em;
	letter-spacing:0px;
	line-height: 130%;
	padding:10px 0;
}
 
h3 {
	font-size:1em;
	font-family: Syntax LT Std, Helvetica, Arial, sans-serif;
}

h4 {
	font-size:1em;

}

 
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
	line-height: 150%;
}
 
ul, ol {
	padding:0 0 0.5em 17px;
}
 
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

fieldset {
	border: none;
	position:relative;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
	text-decoration:underline;
}
 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
	width:100%;
	line-height:1.25;
}
 
label {
	cursor:pointer;
}

legend {
	margin:0;
	padding:0;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
 
table tr td {
	padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
	width:960px;
	margin:0 auto;
}
 
/***** Global Classes *****/
 

.filth,  x:-moz-any-link, x:default  { margin-top: 120px;  }
.spacer {margin:0 0 15px 0;}
.clear 		   {clear:both; height:1px; overflow:hidden;} 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.border-left   { border-left: 1px solid #ccc;}
.border-right  { border-right: 1px solid #ccc;}
.border-top    { border-top: 1px solid #ccc;}
.border-bottom { border-bottom: 1px solid #ccc;}
.border		   { border: 1px solid #ccc;}
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }

.highlight-yellow   { background:#ffc; }
.highlight-green    { background:#EBF5DE; }
.highlight-grey     { background:#ffc; }
.highlight-grad     { background:url(../images/bg/job-res-bg.jpg) bottom left repeat-x; padding:3px 0px 3px 3px;}
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/*Generic Containers*/
.first-container {overflow: visible}
.span-two      { width:645px; margin-left:10px; margin-bottom:15px;}
.big-box       { width:435px; margin-left:10px; margin-bottom:15px;}
.bit-smaller-box 	 { width:370px; margin:10px 0 15px; padding: 0 5px 0 0;}
.bit-smaller-box img { margin-right:20px;}
.inbetween-box { width:350px; margin:10px 0 15px; padding: 0 5px 0 0;}
.mid-box	   { width:230px; margin-left:10px; margin-top:10px; margin-bottom:15px; padding-left:5px;}
.smallish-box  { width:200px; margin-left:10px; margin-bottom:15px;}
.small-box	   { width:180px; margin-left:10px; margin-bottom:15px;}
.image-box	   { width:210px; margin-left:10px; margin-bottom:15px; margin-top:10px;}

/*Top Level Page Containers*/
.grid		   { width:425px; margin-left:5px; margin-bottom:15px; padding-left: 5px;}
.col1-row1	   { width:190px; margin:0px 7px 10px 5px; padding-right:5px;}
.col2-row1	   { width:190px; margin:0px 5px 10px 0px; padding-left:20px;}
.col1-row2	   { width:190px; margin:10px 32px 10px 0px;}
.col2-row2	   { width:190px; margin:10px 5px 10px 0px;}

/*Login Register Containers*/
.login-container 	{ width:350px; margin: 10px 5px 0 0px; position:relative; left:-50px}
.register-container { height:auto; margin: 10px 0 0 10px; position:relative; width:230px; right:30px}
.login-form 		{ background-color: #E8E8E8; border: 1px solid #CCCCCC; margin:5px 0 5px 0px; padding:10px; height:170px;}
.login-form p 		{ margin:10px; padding:0px;}
.login-form p input { margin-right: 5px; width:60%;}
.login-form p .button  { margin: 0px 5px 0px 0px; width:120px;}
.login-form p label { float:left; margin-right: 5px; width:20%;}

/*Text Page Containers*/
.pull-box	   { width:200px; margin-left:10px; margin-bottom:5px; margin-top:6px; padding:5px 10px; background:url(../images/bg/job-res-bg.jpg) bottom left repeat-x;}
.summary	   { width:400px; margin-bottom:15px; margin-top:6px; padding:15px 15px; line-height:150%; background:url(../images/bg/job-res-bg.jpg) bottom left repeat-x;}
.summary p	   { padding:0 ; margin:0}
.key-line	   { border: 5px solid #ccc;}
.big-box div h3{ text-transform:capitalize; font-size:14px; font-family:Arial, Helvetica, sans-serif;}

/*Contact Page Containers*/
.contact-cards { width:420px;  margin: 20px 0px;}
.contact-cards img { margin: 0px 20px;}

/*Form Errors*/
.textMessage   { color: #e31937}

/*----lhs lozenges----*/

.search-loz	   { }
.search-loz h2 { margin: 5px 0px; padding: 5px 0px;}

.lozenge	   { width: 240px; height:37px; margin:7px 0; background:url(../images/bg/lhs-bars.jpg) #333333 top left no-repeat;}
.lozenge h3	   { font-size:16px; padding: 10px 0 0 10px; margin: 0;}
.lozenge a     { color:#FFF; text-decoration:none; }
.lozenge a:hover { text-decoration: underline;} 

.big-lozenge   { width: 228px; height:170px; margin:6px 0 15px}

/*----web poll----*/
.web-poll {
	background:url(../images/bg/job-res-bg.jpg) bottom left repeat-x;
	margin:0px 0;
	padding-bottom: 10px;
	padding-left:10px;
}

.web-poll input {
	margin-right:10px;
	width: auto; 
}

.web-poll p {
	margin-right:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}

/* news press pack images */
.press-pack1
{
	float:right;
	padding: 5px 3em 0 0;
}

.press-pack2
{
	float:right;
	margin: 5px 1em 0 1em;
}

.press-pack3
{
	float:left;
	margin: 5px 0em 0 0;
}
/* END news press pack images */

/*client gallery style*/
div.logos
{
/* width: 438;*/
border: 0px solid #969696;
}

div.logo-block
{
margin-right: 0px;
margin-top: 1px;
padding-top: 8px;
padding-bottom: 8px;
width:140px;
height: 100px;
padding:3px;
float: left;
clear: none;
border: 0px solid #e7e7e7;
text-align: center;
}
/*client gallery style*/

/*----login buttons----*/

.log-in 	{margin-left:10px;}
.log-in li	{background:url(../images/bg/log-in-bg.jpg) #333333 top left repeat-x; padding:13px 10px;}

/***** Icons *****/
.print-this-page-ico, .email-job-ico, .apply-now-ico, .previous-ico	{list-style-type:none; list-style-image:none; margin:0 0 0 -20px; padding:2px 0 3px 35px;}
.print-this-page-ico	{background:url(../images/icons/print-this-page.jpg) no-repeat left; }
.email-job-ico			{background:url(../images/icons/email-this-page.jpg) no-repeat left; }
.apply-now-ico			{background:url(../images/icons/apply-for-jobs.jpg) no-repeat left; }
.previous-ico			{background:url(../images/icons/previous-page.jpg) no-repeat left; }

/***** Corporate Colours *****/
/* Fonts */
.corp-green		{color:#004f5a}
.corp-red		{color:#960032}

.green			{color:#5C8727}

.dark-grey		{color:#58595b}
.light-grey		{color:#d1d3d4}

.light-yellow	{color:#fbaa1b}
.light-red		{color:#e31937}

.light-blue		{color:#00a5d9}
.dark-blue		{color:#0073ae}

.white			{color:#fff}
.black			{color:#000}
.grey			{color:#333}

/* BGs */
.bg-corp-green		{background-color:#004f5a}
.bg-corp-red		{background-color:#960032}

.bg-green			{background-color:#5C8727}

.bg-dark-grey		{background-color:#58595b}
.bg-light-grey		{background-color:#d1d3d4}

.bg-light-yellow	{background-color:#fbaa1b}
.bg-light-red		{background-color:#e31937}

.bg-light-blue		{background-color:#00a5d9}
.bg-dark-blue		{background-color:#0073ae}

.bg-white			{background-color:#fff}
.bg-black			{background-color:#000}
.bg-grey			{background-color:#333}

/*---------- END GLOBALS -----------*/

body {
	background-color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000;
	padding:0;
}
a {color: #564B47;}
a:visited {color:#564B47;}
a:hover {color: #999;}
a:active { color:#666;}


img.download {vertical-align: middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 900px;
	margin-bottom: 10px;
	margin: 0 auto;
	background-color: #fff;
}

/* ------------- HEADER ------------------ */ 

#header {
	background: url(../images/header/bg-grad.jpg) #000 top left; padding-bottom:96px;

}

/* ----------banner for logo-------------- */
#header #banner {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#banner img {padding:10px 0px;} 

/* ----------nav overlay-------------- */
#header .country-select{
	color: #da8578;
	font-family:Arial, Helvetica, sans-serif;
	height: 10px;
	letter-spacing: 1px;
	margin-left: 640px;
	padding:0;
	position: absolute;
	text-align: right;
	width: 250px;
	z-index: 2;
}

.country-select select{
	width:10em;
}

.country-select p{
	color:#E31937;
	font-weight:bold;
	font-size:12px;
	margin-left:3.1em;
	text-transform:uppercase;
}

.country-select span{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

.country-select .button {
	position:relative;
	top: 5px;
}

.lang-select {
	position:relative;
	top: 1px;
	right: -50px;
	z-index: 3;
}

.flash-header {
	height: 90px;
	left: auto;
	margin:0px auto 0;
	position: absolute;
	top: 0;
	width: 900px;
	z-index: 1;	
}

#banner img {
	padding:10px 0px;
} 

#banner .logo-container {
	background:url('../img/robert-walters-specialist-professional-recruitment.jpg') no-repeat;
	height:76px;
	left: auto;
	margin-left:14px;
	max-height:100px;
	overflow:hidden;
	position: absolute;
	top: 20px; 
	width:210px; 
	z-index:3; 
}

#banner .logo-container h1 {visibility:hidden}

/* ----------nav overlay-------------- */
#nav{
	background: url('../img/nav-bg.jpg') #333 no-repeat;
	border-bottom: 1px solid #999;	
	filter:alpha(opacity=80);
	margin:0 auto;
	opacity:0.8;
	padding:13px 0 13px 0;
	position:relative;
	text-align: left;
	top:96px;
	z-index:3;
}

#nav-alt{
	background: url('../img/corp-nav-bg.jpg') #272727;
	border-bottom: 1px solid #999;
	filter:alpha(opacity=80);
	margin:0 auto;
	opacity:0.8;
	padding:13px 0 13px 0;
	position:relative;
	text-align: left;
	top:96px;
	width:900px;
	z-index:3;
}

#nav p{
	color:#E31937;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-left:3.1em;
	text-transform:uppercase;	
}

#nav span{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#nav ul{
	display:inline;
	list-style:none;
	margin-right: 1em;
	margin-top: -1.1em;
	text-transform: uppercase;
	
}

#nav li{
	display:inline;
	list-style:none;
	margin-right: 1.2em;
}

#nav li a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;	
}

#nav li a:hover{
	color:#ccc;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#nav ul li a:hover, div#nav ul li a.selected {
	color:#ccc;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

/* ------------ END HEADER --------------- */ 

/* -----------title banner--------------- */
 #title-banner {	
	background-color: #5C8727;
	height: 41px;
	margin: 0px;
	text-align: left;
	padding: 0 5px;
	position:relative;
}

 #title-banner h2 {
	margin-left: 8px;
	padding-top:11px;
}


/* ------------breadcrumb---------------- */
#breadcrumb {
	color:#999999;
	background-color: #395418;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#breadcrumb p {
	font-size:10px;
	padding-left:14px;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
	color:#999;
	text-decoration:none;
}

#breadcrumb a:hover, #breadcrumb p .selected {
	color:#fff;
	text-decoration:underline;
}

/* --------------LEFT COLUMN------------- */
#left {
	float: left;
	margin: -8px 0 10px;
	padding: 0;
	width: 240px;
}

.search {
	background:url(../images/bg/search-lhs-bars.jpg) #FBAA1B top left no-repeat;
	margin:0px 0;
	padding-bottom: 10px;
	padding-left:10px;
}

.search h2 {
	margin: 0px 0 10px;
	padding: 5px 0 5px;
}

.search fieldset {
	margin-left:-8px;
}

.search select {
	margin: 5px;
	width: 210px;
}

.search input[type="text"] {
	margin: 5px;
	width: 200px;
}

.search input[type="radio"] {
	margin: 5px;
}

.search input[type="submit"] {
	cursor:pointer;
	margin: 5px;
}

.search label {
	display:none;
	margin: 0  0 0 5px;
}

.search div {
	margin-left: 4px;	
}

.search div .radio-fix label {
	display:inline;
	margin:7px 5px 0px 2px;
}

.search div .radio-fix input {
	display:inline;
	margin:5px 4px 0px 4px;
}

.search .radio-fix label, .search .radio-fix input {
	float:left;	
}

.search .button-container {
	
}

#reset {
	cursor:pointer;	
	position: relative;
	top: 0px;
	margin: 5px;
}

/* --------------RIGHT COLUMN------------- */
#right {
	background:url(../images/bg/bit-for-bar.jpg) #333 top left repeat-x;
	float: right;
	margin: -8px 0 5px;
	padding: 0;
	text-align:center;
	width: 200px;
}

#right .fix {
	border: 6px solid #999;
	margin: -6px 0 0px;
	padding: 0;
	text-align:center;
	background-color:#fff;
}

#right h2 {
	margin: 4px 0 10px;
	padding: 2px 0 2px;
	text-align:center;
	width: 200px;
}

.featured-job, .featured-job-1 {
	border-bottom: 1px solid #ccc;
	margin-top:15px;
	min-height: 90px;
	padding: 4px;
}

.featured-job-1 {
	padding-top: 10px;
}

.featured-job h4, .featured-job-1 h4 {
	margin:0;
	padding:0;
}

.featured-job p, .featured-job-1 p {
	text-transform: capitalize;
	margin:0;
	padding:0;
}

.featured-job a, .featured-job a:hover, .featured-job a:visited, .featured-job-1 a, .featured-job-1 a:hover, .featured-job-1 a:visited {
	text-decoration: none;
}

/* ---------------CONTENT------------------ */
#content {
	margin: -8px 200px 0 242px;
	padding: 0px;
	width: 450px;
}

#content-stretched {
	float:left;
	margin: -8px 0 10px;
	width:650px;
}

#content h3, #content-stretched h3 {
	color:#5C8727; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	text-transform:capitalize;
}

div#content { 
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	min-height:600px; 
}

ul {
	/*list-style-image:url(../images/list-img.jpg);*/
	list-style:square;
}

#content li a, #content li a:visited{
	text-decoration:none;
}

#content li a:hover {
	text-decoration:underline;
}

.print-page {
	border: 1px solid #000;
	list-style-image:url(../img/print-page.jpg);
	list-style-position: outside;
	margin:0;
	padding:0;
}

.mail-friend {
	list-style-image:url(../img/print-page.jpg);
	list-style-position: outside;
}

.mail-me {
	list-style-image:url(../img/print-page.jpg);
	list-style-position: outside;
}


li {
	margin:5px 0 5px;
}

p{
	margin:0px 0 10px;
	padding: 5px 5px 5px 0px;
}

.split-lists   		 			{ margin-bottom: 1em; width:420px;}
.split-lists .list1     		{ margin-left:7px; margin-right:30px;}
.split-lists .list2     		{ }


.title-block   {margin-left:10px; margin-bottom:5px; width:425px;}


/* --------------- LANDING PAGES ------------------- */
.landing-page	{ margin-left: 10px; }

.landing-page .mid-box	   { width:220px; margin-top:30px; margin-bottom:15px; border:1px solid #000;}
.landing-page .small-box	   { width:180px; margin-bottom:15px;}

/* --------------- LOGIN PAGE ------------------- */
.login-panel	{ 
	background:url(../images/bg/job-res-bg.jpg) bottom left repeat-x;
	border: 1px solid #FBAA1B;
	margin:10px 0px 15px 5px; 
	padding: 10px;
	width:240px; 
}

.login-panel p	{ 
	margin: 5px 0px; 
	padding: 0px;
}

.login-panel p label {
	float:left;
	width:70px;
}

.login-panel legend {
	color:#333;
	margin: 0;
	padding: 0;
}

.login-panel input[type="text"], .login-panel input[type="password"] {
	width:140px;
}

.login-panel .forgottenpassword { 
	font-size: 11px;
	margin-top: 3px; 
	z-index: 3;
}

/* ---------------------- JOB SEARCH RESULTS ----------------------- */
.jobs-container{
	position:relative;
}

.jobs-container .hidr, .jobs-container .showr{
	margin:5px 0 30px;
	position:relative;
	left: 271px
}

.jobs-container button {
	width:11em;
}


.result-box {
	background:url(../images/bg/job-res-bg.jpg) bottom left repeat-x;
	border: 1px solid #E6E6E6;
	left: -5px;
	margin: 5px 0 10px 0px;
	padding:10px;
	position:relative;
	width: 400px;
}

.result-box h3, .result-box h3 a, .result-box h3 a:visited {
	color:#FBAA1B;
	font-size:18px;
	font-weight:bold;
	line-height: 130%;
	text-decoration: none;
}

.result-box h3 a:hover {
	text-decoration: underline;
}

.result-box p {
	margin: 0;
	padding: 0;
}

.result-box ul {
	font-weight: bold;
	list-style-image: none;
	list-style: none;
	margin:0 0 0 -17px;
}

.filter {
	background-color: #E8E8E8;
	margin: 0 0 5px 0;
	text-align:right;
}

/* ---------------------- NEWS & PR ----------------------- */

.pressbox {
	border-bottom: 1px solid #eee;
	margin-bottom:10px;
	padding: 10px;
	position:relative;
	width: 90%;
}

.pressbox p {
	padding-bottom: 0;
	margin-bottom: 0;
}


/* ---------------------- PAGINATOR ----------------------- */

.paginator, .paginator-bottom {
	background-color: #ccc;
	left: -5px;
	margin-bottom:10px;
	margin-top: -20px;
	position:relative;
	text-align:right;
	width: 422px;
}

.paginator-bottom {
	margin-top:10px;
}

.paginator p, .paginator-bottom p{
	padding:7px 5px 8px;
	margin-bottom:-1px;
}

.paginator a, .paginator a:link, .paginator a:hover, .paginator a:visited, .paginator-bottom a, .paginator-bottom a:link, .paginator-bottom a:hover, .paginator-bottom a:visited {
	background-color: #eee;
	color: #333;
	padding: 3px 6px 3px;
	text-decoration:none;
}

.paginator a:hover, paginator-bottom a:hover {
	color:#999;
	text-decoration: underline;
}

/*-- JOB RESULTS PAGE --*/

.two-col-page-block    { width: 600px; margin-left:10px; margin-bottom:5px; line-height:160%;}
.two-col-page-block ul { padding-left: 30px;}

.two-col-page-block .buttons 				{ margin-top:20px; display:inline; list-style:none;}
.two-col-page-block .buttons li 			{ display:inline; font-size:1.3em; list-style:none; position:relative;}
.two-col-page-block .buttons li a			{ text-decoration:none;}

.two-col-page-block .buttons .apply-job 	{ background:url(../images/icons/apply-for-jobs.jpg) no-repeat right; padding:3px 30px 3px 0; right:-210px;}
.two-col-page-block .buttons .email-job 	{ background:url(../images/icons/email-this-page.jpg) no-repeat left; padding:3px 0 3px 30px;}
.two-col-page-block .buttons .previous-page { background:url(../images/icons/previous-page.jpg) no-repeat left; cursor:pointer; padding:3px 0 3px 30px; margin-right:10px; right:30px;}

.archived-job { color:#999;}

.job-decription h3 { font-size:14px;}

.apply-title { 
	background: url(../img/apply-bg.jpg) bottom left repeat-x;
	font-size:15px;
	padding:0 7px; 
	width:150px; 
}

.job-info {
	background:#EFEFEF; 
	border:1px solid #E2E2E2;
	font-size:13px; 
	line-height:150%; 
	margin-top:20px;
	margin-bottom:20px;
	padding:10px 0 10px 15px ;
	width: 360px; 
}

.job-info div {
	width: 120px;
}

.job-info .details{
	width: 220px;
}

.job-actions{
	display:block;
	font-size:13px; 
	float:right;
	left: -0.5em;
	line-height:150%; 
	position:relative;
	top: 1.5em;
	width: 200px;
}

.job-actions p{
	margin-left:10px;
}

.job-actions p a, .job-actions p a:visited{
	text-decoration: none;
}

.job-actions img{
	margin-right:10px;
}

.job-actions .previous-ico-action{
	cursor: pointer;
}


.job-actions li a, .job-actions li a:visited	{ text-decoration:none;}

/* -----------------------footer--------------------------- */
#footer {
	background-color:#333;
	clear: both;
	height: 26px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#footer ul{
	display:inline;
	float:right;
	list-style:none;
	margin-top: 0.4em;
	margin-right: 1.8em;
}

#footer li{
	display:inline;
	list-style:none;
	margin-right: 1em;
}

#footer li a{
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}

#footer li a:hover{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}

#footer ul li a:hover, #footer ul li a.selected {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}

#footer .bee {
	float: left;
	font-size: 0.7em;
	margin: 4px 0 0 5px;
}

/*-------------- CORPORATE PORTAL ------------------*/

#corporate{
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	height:392px;
	margin:-10px 0 0 0;
}

#corporate .overlay{
	background: url(../images/robert-walters-professional-recruitment-bg_r4_c2.jpg) no-repeat top left #CCC;
	float:right;
	height:392px;
	margin:-10px 0 0 0;
}

#corporate .rw{
	font-family: Syntax LT Bold, Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold ;
	text-transform:uppercase;

}

#corporate ul{
	list-style:none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#corporate li{
	list-style:none;
}

#corporate .portal-list{
	list-style:none;
	margin: 0;
	padding: 0;
}

#corporate .message{
	background-color:#333;
	border: 1px solid #000000;
	filter:alpha(opacity=90);
	font-size:12px;
	line-height:150%;
	margin: 40px 5px 0 5px;
	opacity:0.98;
	padding:10px;
	width:450px;
}

#corporate .country-container{
	font-family: Syntax LT Bold, Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	list-style: none;
	margin:30px 30px 30px 0;
	padding: 0;
}

#corporate .country-container ul + ul{
	list-style:none;
	list-style-image: none;
	margin-left: 30px;
}

#corporate .country-container a, #corporate .country-container a:visited{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px 3px;
	text-decoration:none;
	text-transform:uppercase;
}

#corporate .country-container a:hover{
	background-color:#5C8727;
	color:#FFF;
	font-weight:bold;
	padding:2px 3px;
	text-decoration:none;
	text-transform:uppercase;
}

/*--------------------- FORMS -------------------------*/

#form, .form {
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
	margin:5px 0 5px 0px;
	padding:10px;
}

#form legend, .form legend {
	color:#333;
	font-family: Syntax LT Bold, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight:bold;
	left: 0;
	margin:10px 3px 10px -4px;
	padding:3px 0;
	position:relative;
	text-transform:uppercase;
}

#form p, .form p {
	margin: 1px;
	padding: 2px;
}

#form p label, .form p label {
	float:left;
	margin-right: 20px;
	width:40%;
}

#form ul, #form li, .form ul, .form li {
	list-style: none;
	list-style-image:none;
}

#form fieldset, .form fieldset {
	border: none;
}

#form input[type="text"], .form input[type="text"]{
	clear:right;
	width: 210px;
}

#form input[type="radio"], .form input[type="radio"]{
	width: auto;
}

#form input[type="checkbox"], .form input[type="checkbox"]{
	width: auto;
}

#form textarea, .form textarea{
	width: 210px;
}

#form select, .form select{
	width: 210px;
}

#form .dob, .form .dob{
	width:auto;
}

#form .controlset, #form .controlset2, .form .controlset, .form .controlset2{
	left:260px;	
	margin:5px 0 10px;
	position:relative;
	width:270px;
}

#form .controlset2, .form .controlset2{
	margin:-20px 0 10px;
}

#form .edit, .form .edit{
	margin-top:12px;
	position: relative;
	right: 370px;
	z-index:10;
}

.button-spacer{
	margin-left:15px;
}

.inline-radio{
	margin-right:35px;
}

/*--------------------- SURVEYS -------------------------*/

#survey {

	margin:0px;
	padding:0 10px 0px 10px;
}

#survey .form {
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
	margin:10px 0 5px 0px;
}

#survey .form legend {
	color:#333;
	font-family: Syntax LT Bold, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight:bold;
	left: 0;
	margin:10px 3px 10px -4px;
	padding:3px 0;
	position:relative;
	text-transform:uppercase;
}

#survey .form p {
	margin: 3px 0px;
	padding: 2px;
}

#survey .form p label {
	float:left;
	margin-right: 20px;
	width:40%;
}

#survey .form ul, #survey .form li {
	list-style: none;
	list-style-image:none;
}

#survey .form fieldset {
	border: none;
}

#survey .form input[type="text"]{
	clear:right;
	width: 210px;
}

#survey .form input[type="radio"]{
	width: auto;
}

#survey .form input[type="checkbox"]{
	width: auto;
}

#survey .form textarea{
	width: 210px;
}

#survey .form select{
	width: 210px;
}

#survey .form .dob{
	width:auto;
}

#survey .form .controlset, #survey .form .controlset2{
	left:260px;	
	margin:5px 0 10px;
	position:relative;
	width:270px;
}

#survey .form .controlset2{
	margin:-20px 0 10px;
}

#survey .form .button{
	margin-top:20px;
	
}

#survey .form .edit{
	margin-top:12px;
	position: relative;
	right: 370px;
}

.inline-radio{
	margin-right:35px;
}

/* MOZ HACKS */
/* colour selector */
::-moz-selection{
	background:#cc0000;
	color:#fff;
}

::selection {
	background:#cc0000;
	color:#fff;
}

code::-moz-selection {
	background: #333333;
}

code::selection {
	background: #333333;
}
