

/* css/base.css */



.clearfix:after,
div.contentForm div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearfixleft:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}


body
{
	margin:0;padding:0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%; 
	background:#fff;
	color: #000;
	background-color: #ffffff;
}

html { font-size: 100%;  }

form#aspnetForm {
	margin:0 auto; padding:5px 18px 10px; /* was 5px 18px 10px; was   0 18px 10px 18px; */
	/* background:#fff url(/library/images/global/wrapperCorner.gif) bottom right no-repeat; */
	width:954px; /* was 950px */
	color: #000;
}



a:link,
a:visited,
a:active {
	color:#002776;
}

a:hover {
	color:#0196dc;
	text-decoration:underline;
}

a img {
	border:0;
}

a.img {
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
color:#002776;
font-family:Arial,Helvetica,sans-serif;
margin:0;
padding:0 18px 0 9px; /* 16px 14px; */
position:relative; margin:0 18px 0 9px; /* 0 18px 9px; */
}

h1 
{
	
	text-transform:uppercase;
	font-size: 1.7em;
	
}
/* h1 {
	border-bottom:1px solid #c1d4e3;
	color: #002776;
	font-size:1.9em;
	margin:0 18px 9px 18px; 
	padding:18px 0 9px 0;
	position:relative;
	text-transform:uppercase;
} */

h2 {
	font-size:1.4em;   /*  1.4;   1.7em; */
	/* margin:18px 18px 9px;
	color: #002776;
	position:relative; */
}

h3 {
	font-size:1.5em;
	/* margin:18px 18px 9px;
	color: #002776;	 */
}

h4{
	font-size:1.3em;
	padding-top: 10px;
	/* margin:0px 18px 9px;
	color: #002776;	 */
}

p {
	margin:9px 18px; 
	padding:0;
	font-size:1.2em;
	line-height:1.5;
}
.#btnSignOut  {
float:left; clear:left;
	margin-left:18px;
	margin-bottom: 0px;	
}

#btnSignIn 
{
	float:left; clear:left;
	margin-left:18px;
	margin-bottom: 0px;
	display:block;
	width: 80%;		
}



p.copy {
/* background:transparent url(/library/images/global/footerLine.jpg) no-repeat scroll 0 0; */
clear:none;
float:right;
margin:0;
padding:10px 0 0 29px;
position:absolute;
right:0;
top:0;
width:170px;
color: #222;
font-size: 1.1em;
}
/* .copyMessage {
clear:right;
color:#222222;
float:right;
font-size:1.1em;
margin:0;
padding:10px 0 0;
right:0;
top:0;
width:0; height:0;
display:none;
text-align:right;
}*/
.copyMessage {
display:none;
height:0;
margin:0;
padding:0;
right:0;
top:0;
width:0;
}

p.centre {
	text-align:center;
}

p img.alignLeft {
	float:left;
	margin: 0 9px 0 0;
}

p img.alignRight {
	float:right;
	margin: 0 0 0 9px;
}

ul {
	margin:9px 18px 9px 45px; padding:0;
}



ol {
	margin:9px 18px 9px 50px; padding:0;
}

li ol,
li ul {
	margin:0 0 0 18px;
}

li {
	font-size:1.1em; /* 1.2em;  */
	margin:2px 0; padding:0;
}




li p {
	margin:0; padding:0;
	font-size:100%;
}

li li {
	font-size:100%;
}

table {
	margin:18px 18px;
	border-collapse: collapse;
	font-size:100%;
	width:469px;
}


caption {
	display:none;
}


thead {
	background-color: #D2E4FF;       /*   #ccedf8;   */
}

tr.alt 
{
	background: transparent url(/library/images/global/content_wrapper_top3.jpg) repeat-x scroll 0 0;
	/* updated 181209 
	background-color: #E7F0F7; */
}

td,
th {
	font-size:1.1em;
	border:1px solid #fff;
	padding:3px;
	text-align:left;
	vertical-align:top;
}

td a:link,
td a:visited,
td a:active {
	text-decoration:none;
}

dl {
	margin:9px 18px; padding:0;
	font-size:1.1em;
	width:30em;
}

dl dt, 
dl dd {
	float:left;
	margin:0 0 1px 0; padding:0.2em 0.4em;
}

dl dt {
	background-color:#fff;
	width:9em;  /* 9em; 181209 */
}

dl dd {
	background-color:#fff;
	width:20em /*19em; added 181209*/
}

dl dt {
	font-weight:bold;
}

hr {
	height:1px;
	border:0;
	border-bottom:1px solid #ccedf8;
	margin:9px 0;
}

h1.lc,
h2.lc {
	text-transform:none;
}

.ResultCatHeader
{
	max-width: 300px;
	float: left;
}

.hide {
	display:none !important;
}

.show {
	display:block !important;
}



p.associated,
p.soft,
p.message,
p.promise {
	color:#009fda; /*#7EA4C9; */
	font-size:1.1em;
}

p.associated 
{
	border-bottom:1px solid #C1D4E3;
	margin:-4px 18px 9px 18px; 
}

p.message {
	font-weight:bold;
}

p.promise {
	clear:both; padding:9px 0;
}

/* css/contentForm.css */


div.contentForm div { 
	margin:9px 18px;
	position:relative;
}

div.contentForm div div {
	margin:0;padding:0;
}


div.contentForm div.terms label { 
	width:335px;
	float:left;	
	text-align:right;
	font-weight:bold;
	padding:0; margin:0 9px 0 0;
	font-size:1.1em;
}

div.contentForm div.terms input
{
	font-size:1.1em;
	width:20px;
	padding:1px 0;
}


div.contentForm label {
	width:130px;
	float:left;	
	text-align:right;
	font-weight:bold;
	padding:0; margin:0 9px 0 0;
	font-size:1.1em;
}

div.contentForm input,
div.frmText input, 
div.frmFile input,
select, 
textarea {
	font-size:1.1em;
	width:220px;
	padding:1px 0;
}

div.contentForm select {
	width:224px;
}

div.contentForm textarea {
	font-family:Arial,Helvetica,sans-serif;
}

div.contentForm p {
	padding:9px 0; margin:0 18px;
}

div.contentForm div ul,
div.contentForm div ul {
	float:left;
	list-style-type:none;
	margin:0;padding:0;
	width:225px;
}

div.contentForm div ul input {
	width:auto;
}

div.contentForm div ul label,
div.contentForm div ul label {
	float:none;
	display:inline;
	font-weight:normal;
	font-size:100%;
	margin:0;padding:0;
}

div.contentForm div.frmControls {
	text-align:right;
	margin:9px 18px;
}




div.contentForm div.frmControls p.lft {
	width:40%;
	float:left;
	margin:0;padding:0;
	text-align:left;
}

div.contentForm div.frmControls p.rgt {
	width:40%;
	float:right;
	margin:0;padding:0;
	text-align:right;
}

div.contentForm div.frmControls input {
	width:auto;
	margin:18px 0;
	color:#0196dc;
}


div.contentForm .req {
	position:absolute;
	top:5px;left:370px;
	color:#ff3333;
	font-weight:normal;
	font-size:1em; /* 2em; */
}


div.contentForm div.frmCheckbox label {
	width:auto;
	float:none;
	margin:0; padding:0;
}

div.contentForm div.frmCheckbox input {
	width:auto;
	margin:0; padding:0;
}
div.contentForm input.checkbox {
	width:auto;
	margin:0; padding:0;
}


div.contentForm div.frmNote {
	position:absolute; 
	top:0; left:385px;
	margin:0; padding:0;
	width:275px;
}

div.contentForm div.frmNote p {
	color: #666;
	margin:0 0 10px 0; padding:0;
}

div.contentForm div.frmNote p strong {
	color:#ff3333;
}


div.contentForm div.chooseOne {
	top:-17px;
	left:370px;
	background:transparent url(/library/images/global/curlyBrace.gif) 0 0 no-repeat;
	padding:3px 0 0 13px;
	min-height:23px;
}

div.contentForm div.formErrors {
	margin:0;padding:0;
}

div.contentForm div.formErrors  p {
	color:#ff3333;
	font-weight:bold;
	font-size:1.4em;
	margin:9px 18px; padding:0;
}

div.contentForm div.formErrors ul {
	float:none;
	width:auto;
	list-style-type:none;
	margin:0 18px 9px 36px;
}

div.contentForm div.formErrors li {
	color:#ff3333;
	font-weight:bold;
	list-style-type:disc;
	list-style-image:url(/library/images/global/orangeStar.gif);
}

div.contentForm p.terms {
	color:#666;
	font-size:1.1em;
}

div.formNav {
	border:1px solid #C2D5E4;
	border-width:1px 0 0 0;
	margin:0 18px; padding:6px 0;
	position:relative;
	clear:both;
}

div.formNav p {
	padding:0; margin:0;
}

div.formNav ul {
	padding:0; margin:0;
	float:right;
}

div.formNav ul li {
	list-style-type:none;
	float:left;
	margin:1px 4px 0 4px; padding:0;
}

div.formNav ul li.back {
	position:absolute;
	left:0;top:6px;
}

div.formNav ul li.back a:link,
div.formNav ul li.back a:visited,
div.formNav ul li.back a:active {
	background: transparent url(/library/images/global/btnBackToResults.gif) top left no-repeat;
	width:144px;height:13px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}

div.formNav ul li.back a:hover {
	background-image: url(/library/images/global/btnBackToResultsOn.gif);
}

div.formNav ul li.save {
	border-right:1px solid #0196dc;
	padding-right:8px;
}

div.formNav p.jobCount {
	color:#009fda; /*#7EA4C9; */
	font-weight:bold;
	float:left;
}

div#formNavBottom {
	border-bottom:0;
}

div.shortListControls {
	text-align:right;
	margin:0 18px; padding:9px 0;
	border-top:1px solid #C2D5E4;
}




div.contentForm label.salaryMinLabel,
div.contentForm label.salaryMaxLabel {
	display:inline;
	float:none;
	width:auto;
	margin:0;padding:0;
}

div.contentForm label.salaryMaxLabel {
	margin-left:16px;
}

div.contentForm select.salaryMin,
div.contentForm select.salaryMax {
	width:62px;
	display:inline;
	float:none;
	width:auto;
}



/* css/contentLayout.css */
#leftWrapper {
	float:left;
	clear:right; /* added 8-1-10 */
	width:740px; /* 733px; */
	}

#contentWrapper {
background:transparent url(/library/images/global/content_wrapper_top.jpg) repeat-x scroll 0 0;
color:#000000;
float:left;
margin:0;   /* 0 0 0 6px; */
padding:0;
position:relative;
width:516px;
z-index:98;
clear:right; /* added 8-1-10 */
}

/* #contentWrapper {
    width:523px;
   background:#fff url(/library/images/global/contentBgTop.png) top left no-repeat;
    margin:0 0 0 -6px; padding:0;
    float:left;
    position:relative;
    z-index:98;
	color:#000;
}  */

#content {
margin:0;
min-height:395px;
padding:9px 9px 0px ;  /*  9px 9px 27px;*/
/* background:transparent url(http://images.hays.com/library/images/contentBgBottom.png) no-repeat scroll left bottom; */
}


/*#content h1 {
 border-bottom:1px solid #C1D4E3; 
font-size:1.7em;
padding:18px 0 0px 9px;*/  /* 18px 0 15px 9px; */        /* 18px 0 9px; */
/* position:relative;
text-transform:uppercase;
}*/

#content h1 {
border-bottom:1px dotted #C1D4E3;
font-size:1.7em;
padding:18px 0 18px 0px; /* 10px 0 10px 9px; */
position:relative;
text-transform:uppercase;
}

#content h1 span.small {
	font-size:1.1em;
	padding:18px 0 9px 0;
	text-transform:uppercase;	
	border-bottom:1px solid #c1d4e3;
	position:relative;
}


.wideRight #contentWrapper {
    width: 726px;  /* ammended 12012010  726px; /* 740px; */
    float:left;
	clear:right;   /* background-image: url(/library/images/global/contentBgTopWide.png); */
}

.wideRight #navRight {
	width:0px;     /* new added 12/01/09 */
}

.wideRight #content 
{	
	/*  background-image:url(/library/images/global/contentBgBottomWide.png); */
} 
.wideRight #leftAndContent {
	width:auto;
}

.wide #contentWrapper {
	margin-left:0;
	width:733px;
	/*  background-image:url(/library/images/global/contentBgTopWideNoNav.png); */
}

.wide #content {
	/*  background-image: url(/library/images/global/contentBgBottomWideNoNav.png); */
}


.superWide #contentWrapper {
	margin-left:0;
	width:950px;
	/* background-image:url(/library/images/global/contentBgTopSuperWide.png); */
}

.superWide #content {
	/*  background-image: url(/library/images/global/contentBgBottomSuperWide.png); */
}

.superWide #content h1,
.wide #content h1 {
	font-size:1.7em; /* 3em; */
	padding:10px 0 2px 0; 
	margin-bottom:0;
	border:0;
	text-transform:uppercase;
}

.superWide #content h1 {
	border-bottom:1px solid #ccedf8;
	margin-bottom:9px;
}

.wide #content h1 span {
	color:#009fda; /*#7ea4c9;*/
	font-size:0.8em;  /* 43% added 181209 */
	display:block;
	padding:3px 0 5px 0; margin:0;
}

#navLeft {
	background-color:#FFFFFF;
	border:1px solid #D2E4FF;
	border-top: none; /* addition js 201109*/
	float:left;
	margin-bottom:10px;
	position:relative;
	width:216px;
}

#navLeft h2 {
	
	background: #002776 url(/library/images/global/bgSpecialisms.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #D2E4FF;
	color:#FFFFFF;
	font-size:1.7em;
	margin:0;
	padding:15px;   /* 20px 10px 15px 15px;*/  /* 27px 15px 9px;    background-color:#002776;*/
	text-transform:uppercase;
}

/* #navLeft {
	width:216px;
	float:left;
	background-color:#BDB68A;
	position:relative;
	z-index:99;
	min-height:431px;
} 

#navLeft h2 {
	font-size:1.7em;
	color: #002776;
	background-color:#bdb68a;
	text-transform:uppercase;
	padding:27px 15px 9px 15px;
	margin:0;
} */

#navRight {
	float:left;   /* float:right    width:210px   */
	width:210px;
	clear: right; /* added 8/01/09 */
	background-color:#fff;
}


/* css/masthead.css */


div#masthead {
	/* background:#fff url(/library/images/global/rightMastHead.jpg) top right no-repeat;
	border: 1px solid #C9D2D9;
	border-top:5px solid #002776; */
	color:#000000;
margin:0 0 7px;
padding-bottom:3px;
width:948px;
}

p#logo {
	margin:0;padding:0; 
	height:121px; width:321px;
	font-size:2.6em; /* 3em; */
	color:#002776;
	background:transparent url(/library/images/global/logoMastHead.gif) top left no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	float:left;	
	width:305px;
}
a#logo {
background:transparent url(/library/images/global/logoMastHead.gif) no-repeat scroll left top;
color:#002776;
float:left;
font-size:2.6em;
height:55px;
margin-bottom:11px;
margin-top:21px;
overflow:hidden;
text-indent:-5000px;
width:305px;
}


/* a#logo {
	height:55px;
	margin:16px 0 14px;
	font-size:3em;
	padding:0;
	color:#002776;
	background:transparent url(/library/images/global/logoMastHead.jpg) top left no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	float:left;	
} */

div#masthead div#img {
	float:left;
	height:0; /* 121px; */
	width:0; /* 413px; */
	overflow:hidden;
	/* border-right:1px solid #C9D2D9; */
}

div#masthead div#aboutMenu {
	/* width:213px; 
	float:left;	 */
	clear:right;
float:right;
margin:13px 0 0;
padding:0 0 0 20px;
}

div#masthead div#aboutMenu  ul {
margin:9px 0px 9px 45px;
padding:0;
}
div#masthead div#aboutMenu ul, menu, dir {
display:block;
list-style-type:disc;
margin:1em 0;
}


div#masthead ul {
	/* margin:13px 0 0 0; padding: 0 0 0 20px; */
	clear:both;
	float:right;
	margin:13px 0 0;
	padding:0 0 0 20px;
}

div#masthead ul li {
	background:transparent url(/library/images/global/globalNav-seperator.jpg) no-repeat scroll 100% 50%;
	display:inline;
	line-height:1.1;
	list-style-type:none;
	padding:2px 7px;
}


div#masthead ul li.last {
background:transparent none repeat scroll 0 0;
padding-right:50px;
}

div#masthead ul li.countryFlag {
/* background:transparent url(/library/images/global/iconmapBrazil.png) no-repeat scroll 0 0; */
display:inline;
margin-right:0;
padding-left:30px;
padding-right:0;
background:transparent none repeat scroll 0 0;
}

div#masthead .flag {
background:transparent url(/library/images/global/iconmapBrazil.png) no-repeat scroll 0 0;
display:inline;
margin-right:0;
width:30px;
height:25px;
}

/* div#masthead ul li {
	list-style-type:none;
	text-transform:uppercase;
	line-height:1.1;
	font-size:1.1em;
	padding-left:15px;
	background:transparent url(/library/images/global/orangeCorner.gif) left 2px no-repeat;
} */


div#masthead ul li a:link,
div#masthead ul li a:visited,
div#masthead ul li a:active {
	text-decoration:none;
}

div#masthead ul li a:hover {
	color:#0196dc;
	text-decoration:underline;
}

div#masthead div.countrySelect {
clear:both;
float:right;
margin:9px 0 0 20px;
padding:7px 0;
}
/* div#masthead div.countrySelect {
	margin:9px 20px 0 20px; padding:7px 0 7px 0;
	background: transparent url(/library/images/global/dotted.gif) top left repeat-x; 
} */


div#masthead div.countrySelect label {
    margin-bottom:3px;
	font-size:1.1em;
}

div#masthead div.countrySelect select {
    width:125px;
    margin-right:0;
    font-size:1em;
}
div#masthead div.countrySelect input {
	vertical-align: top;  /* middle   -  top go button for country selection */
}

div#navTop {
	background:transparent url(/library/images/global/topNavBackground.gif) no-repeat scroll left top;
	clear:both;
	margin:0 0 15px;
	position:relative;
	width:950px;
}




/* div#navTop {
	clear:both;
	background:transparent url(/library/images/global/topNavBackground.gif) top left no-repeat;	
	position:relative;
    width:950px;
    height: 37px;
} */

div#navTop ul {
	margin:0;
	padding:0;               /* 0 0 0 5px; */  /* was 0 0 0 19px; */
	list-style-type:none;
}

div#navTop ul li {
	margin:0;padding:0;
	list-style-type:none;
	display:block;
	float:left;
	height:37px;
	margin:0;   /* 0 0 0 1px; */
}

div#navTop li a {
	display:block;
	float:left;
	height:37px;
	text-indent:-5000px;
	overflow:hidden;
	position:relative;
}

div#navTop li a:link,
div#navTop li a:visited,
div#navTop li a:active {
	color:#fff;
}

div#navTop li a:hover,
div#navTop li a.selected {
	color:#fff;
    background:transparent;
}

div#navTop li#looking4Job {
	width:173px;
	background:transparent url(/library/images/global/forCandidates.gif) 0 -37px no-repeat;
}
li#looking4Job a {
	width:173px;
	background:transparent url(/library/images/global/forCandidates.gif) top left no-repeat;
}

div#navTop li#looking4Staff {
	width:169px;
	background: transparent url(/library/images/global/forClients.gif) 0 -37px no-repeat;
}
li#looking4Staff a {
	width:169px;
	background: transparent url(/library/images/global/forClients.gif) top left no-repeat;
}

div#navTop li#tempingWithHays {
	width:187px;
	background: transparent url(/library/images/global/tempingContracting.gif) 0 -37px no-repeat;
}
li#tempingWithHays a {
	width:187px;
	background: transparent url(/library/images/global/tempingContracting.gif) top left no-repeat;
}

div#navTop li#mediaCentreAtHays {
	width:119px;
	background: transparent url(/library/images/global/mediaCentre.gif) 0 -37px no-repeat;
}
li#mediaCentreAtHays a {
	width:119px;
	background: transparent url(/library/images/global/mediaCentre.gif) top left no-repeat;
}

div#navTop li#contactHays {
	width: 134px;
	background: transparent url(/library/images/global/contactHays.gif) 0 -37px no-repeat;
}
li#contactHays a {
	width: 134px;
	background: transparent url(/library/images/global/contactHays.gif) top left no-repeat;
}
li#contactHays {
	position:absolute;
	top:0;left:749px;  /* lines up with right panel */
}


/* css/footer.css */

/* div#footer {
	clear:both;
	background: #e0dfcc url(/library/images/global/footerTop.gif) top left repeat-x;
	padding:20px 10px 10px 10px; margin:10px 0 0 0;
} */
div#footer {
border-top:1px solid #C7D5DF;
clear:both;
float:left;
margin:10px 0 0;
padding:10px 0;
position:relative;
width:100%;
}

/* div#footer ul {
	padding:0; margin:0;
	background-color:#e0dfcc;
} */
div#footer ul {
clear:none;
float:left;
margin:0 0 10px;
padding:0;
width:750px;
}

/* div#footer ul li {
	display:block;
	float:left;
	font-size:1em;
	border-right:1px solid #002776;
	padding:0 10px;
} */
div#footer ul li {
border-right:1px solid #D2E4FF;
display:block;
float:left;
padding:0 5px;
}

/* div#footer ul li.pre-break,
div#footer ul li.last {
	border-width:0;
} */


div#footer ul li.last {
	display:block;
	float:left;
	padding:0 10px;
	border-right:0px solid #D2E4FF;
}
div#footer ul li.pre-break {
	display:block;
	float:left;
	border-right:1px solid #D2E4FF;
	padding:0 10px;
}





div#footer ul li#break1 {
	padding-left:70px;
}

div#footer ul li#break2 {
	padding-left:110px;
}


div#footer a:link,
div#footer a:visited,
div#footer a:active {
	text-decoration:none;
}



div#terms p {
	text-align:center;
	color:#999;
	margin:5px; padding:0;
	font-size:1em;
}

div#terms a:link,
div#terms a:visited,
div#terms a:active {
	text-decoration:underline;
}


/* css/iconLinks.css */


span.iconLink {
	display:block;
}

span.iconLink a {
	display:block;
	background:transparent url(/library/images/global/iconInfo.gif) top left no-repeat;
	padding:0 0 0.2em 25px;
	min-height:30px;
}
span.iconLink a:hover {
	background:transparent url(/library/images/global/iconInfoOn.gif) top left no-repeat;
}


h1 span.iconLink,
h2 span.iconLink {
	background:transparent url(/library/images/global/lightBlueVertDot.gif) 0 0 repeat-y;
	text-transform:none;
	font-weight:normal;
	position:absolute;
	top:0;right:0;
}

h1 span.iconLink,
h2 span.iconLink {
	height:2.6em;
	font-size: 12px;
}

h1 span.iconLink a {
	font-size:65%;
	padding:0.6em 0 0 40px;
	background-position:15px 10px;
	width:65px;
}
h1 span.iconLink a:hover {
	background-position:15px 10px;
}
h2 span.iconLink a {
	font-size:90%;
	padding:0.3em 0 0 40px;
	background-position:15px 5px;
	width:65px;
}
h2 span.iconLink a:hover {
	background-position:15px 5px;
}

div.superWide h1 span.iconLink {
	height:1.6em;
}

div.superWide h1 span.iconLink a {
	font-size:40%;
}



h1 span.showMap a {
	background:transparent url(/library/images/global/iconMap.gif) 15px 10px no-repeat;
}

h1 span.showMap a:hover {
	background:transparent url(/library/images/global/iconMapOn.gif) 15px 10px no-repeat;
}

h1 span.showList a {
	background:transparent url(/library/images/global/iconList.gif) 15px 10px no-repeat;
}

h1 span.showList a:hover {
	background:transparent url(/library/images/global/iconListOn.gif) 15px 10px no-repeat;
}

h1 span.allCats a,
h1 span.restartSearch a {
	background:transparent url(/library/images/global/iconBackArrow.gif) 15px 10px no-repeat;
}

h1 span.allCats a:hover,
h1 span.restartSearch a:hover {
	background:transparent url(/library/images/global/iconBackArrowOn.gif) 15px 10px no-repeat;
}

h2 span.showMapBlue a {
	background:transparent url(/library/images/global/iconMapBlue.gif) 15px 5px no-repeat;
}

h2 span.showMapBlue a:hover {
	background:transparent url(/library/images/global/iconMapBlueOn.gif) 15px 5px no-repeat;
}

h2 span.allEmployers a {
	background:transparent url(/library/images/global/iconShowAll.gif) 15px 5px no-repeat;
}

h2 span.allEmployers a:hover {
	background:transparent url(/library/images/global/iconShowAllOn.gif) 15px 5px no-repeat;
}

span.edit a {
	background:transparent url(/library/images/global/iconEdit.gif) top left no-repeat;
}

span.edit a:hover {
	background:transparent url(/library/images/global/iconEditOn.gif) top left no-repeat;
}

span.yourAccount a {
	width:14em;
	background:transparent url(/library/images/global/iconContact.gif) top left no-repeat;
}

span.yourAccount a:hover {
	background-image:url(/library/images/global/iconContactOn.gif);
}

span.jobAlert a {
	width:8em;
	background:transparent url(/library/images/global/iconJobAlert.gif) top left no-repeat;
}

span.jobAlert a:hover {
	background-image:url(/library/images/global/iconJobAlertOn.gif);
}

span.editAlert a {
	min-height:22px;
	padding-top:3px;
	font-size:95%;
	width:6em;
	background:transparent url(/library/images/global/iconEdit.gif) top left no-repeat;
}

span.editAlert a:hover {
	background:transparent url(/library/images/global/iconEditOn.gif) top left no-repeat;
}

span.viewDetails a {
	min-height:22px;
	padding-top:3px;
	font-size:95%;
	width:6em;
	background:transparent url(/library/images/global/iconInfo.gif) top left no-repeat;
}

span.viewDetails a:hover {
	background:transparent url(/library/images/global/iconInfoOn.gif) top left no-repeat;
}

span.viewAll a {
	background:transparent url(/library/images/global/iconListBlue.gif) top left no-repeat;
}

span.viewAll a:hover {
	background:transparent url(/library/images/global/iconListBlueOn.gif) top left no-repeat;
}

span.AccountDelete a
{	
	background: transparent url(/library/images/global/iconAccountDeleteWhite.gif) top left no-repeat;
	width: 190px;
}

span.AccountDelete a:hover {
	background:transparent url(/library/images/global/iconAccountDeleteWhiteOn.gif) top left no-repeat;
	width: 190px;
}

/* css/buttons.css */

p#btnSignIn a:link,
p#btnSignIn a:visited,
p#btnSignIn a:active {
	display:block;
	width:79px;  /*  172px; */
	height:25px;
	text-indent:-5000px;
	overflow:hidden;
	background: transparent url(/library/images/global/btnSignIn.gif) top left no-repeat;
}

p#btnSignIn a:hover {
	background-position:0 -25px;
}

p#btnSignOut a:link,
p#btnSignOut a:visited,
p#btnSignOut a:active {
	display:block;
	width:172px;
	height:13px;
	text-indent:-5000px;
	overflow:hidden;
	background: transparent url(/library/images/global/btnSignOut.gif) top left no-repeat;
}

p#btnSignOut a:hover {
	background-position:0 -13px;
}


a.backToResults:link,
a.backToResults:visited,
a.backToResults:active {
	background: transparent url(/library/images/global/btnBackToResults.gif) top left no-repeat;
	margin:auto;
	width:144px;height:13px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}

a.backToResults:hover {
	background-position:0 -13px;
}


a.backToAccount:link, 
a.backToAccount:visited,
a.backToAccount:active {
    background-image:url(/library/images/global/btnBackToAccount.gif);
	display:block;    
    overflow:hidden;
    text-indent:-5000px;
    width:144px;height:25px;
}

a.backToAccount:hover{
    background-position:0 -25px;
}


p.hasLogin a:link,
p.hasLogin a:visited,
p.hasLogin a:active {
	background: transparent url(/library/images/global/btnAlreadyHaveALogin.gif) top left no-repeat;
	display:block;
	width:181px; height:25px; /* height was 13px */
	text-indent:-5000px;
	overflow:hidden;
	float:right;
}

p.hasLogin a:hover {
	background-position:0 -25px;  /* height was -13px */
}


p.shortlistView a:link,
p.shortlistView a:active,
p.shortlistView a:visited {
	background: transparent url(/library/images/global/btnViewShortlist.gif) top left no-repeat;
	width:110px; height:13px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}

p.shortlistView a:hover{
	background-position:0 -13px;
}

p.btnCreateLogin a {
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	background:transparent url(/library/images/global/btnCreateLogin.gif) top left no-repeat;
	width:143px; /* 140px; */
	height:33px  /* 22px; */
}

p.btnCreateLogin a:hover {
	background-image:url(/library/images/global/btnCreateLoginOn.gif);
}




/* css/linkList.css */
ul.jobCats {
background:transparent url(/library/images/global/jobCats-bg.jpg) no-repeat scroll 100% 0;
float:left;
margin:0 0 5px;
min-height:70px;
padding:0;
width:166px;
}
ul.links {
margin:0;   /* 0 0 0 10px; */
padding:0;
clear:right; /* added 111209 */
}

ul.links li {
list-style-type:none;
margin:0;
padding:5px 0 5px 10px;
background:transparent url(/library/images/global/orangeCorner.gif) 0 3px no-repeat; 
}
/* ul.links li {
	list-style-type:none;
	background:transparent url(/library/images/global/orangeCorner.gif) 0 3px no-repeat; 
	font-size:1.1em;
	padding:0 0 0 13px;
	margin:4px 0;
} */

ul.links li a 
{
	text-decoration: none;
}	
/* background:transparent url(/library/images/global/linkArrow.png) no-repeat scroll 0 5px;
padding-left:8px;*/


ul.links li a:link,
ul.links li a:visited,
ul.links li a:active {
	text-decoration:none;
}
Sitelinks {
	margin:0 0 0 10px; padding:0;
}

Sitelinks li {
	list-style-type:none;
	background:transparent url(/library/images/global/orangeCorner.gif) 0 3px no-repeat;
	font-size:1.1em;
	padding:0 0 0 13px;
	margin:4px 0;
}

Sitelinks li a:link,
Sitelinks li a:visited,
Sitelinks li a:active {
	text-decoration:none;
}
H3.links {
	margin:0 0 0 10px; padding:0;
}


H3.links a:link,
H3.links a:visited,
H3.links a:active {
	text-decoration:none;
}

.linkAlone {
	background:transparent url(/library/images/global/orangeCorner.gif) 0 3px no-repeat;
	padding:0 0 0 13px;
	margin:4px 0 0px 10px;
	text-decoration:none;
}

#navRight ul.links li h3 {
/* background:transparent url(/library/images/global/dotted.gif) repeat-x scroll left bottom;*/
font-size:1em;
margin:0 10px 10px 0;
padding:0 0 15px;
text-transform:uppercase;
}


#navRight  ul.links li p {
	color:#002776;          /* #002776; */
	margin: 10px 0 0 0; /* margin-top: 5px; */
}


/* #navRight div.contentLinks {
	background-color:#B6D0E7;
	width:210px;
	margin:6px 0 6px 6px; padding: 0 0 12px 0
} */

#navRight div.contentLinks h2 {
	text-transform:uppercase;
	font-size:1.1em;
	margin:0;padding:10px 15px;
	/* border-bottom:1px solid #80A4C8; */
}

#navRight div.contentLinks ul.links {
	margin:0; padding:0;
}

#navRight div.contentLinks ul.links li {	
	margin:0; padding:5px 10px 10px 30px;
	background: transparent url(/library/images/global/dotted.gif) repeat-x scroll left bottom;
	/* background-color:#CFDFEF; */
	/* border-bottom:1px solid #80A4C8; */
	
}


#navRight div.contentLinks ul.links li.alt {
	/* background-color:#E7EFF7; */
	margin:0 ;
	padding: 5px 10px 10px 30px;
	background: transparent url(/library/images/global/dotted.gif) bottom left repeat-x;
}







/* #navRight div.relatedLinks {
	background-color:#B6D0E7;
	margin:6px 0 6px 6px;width:210px; padding: 0 0 12px 0
} */

#navRight div.contentLinks, #navRight div.relatedLinks {
	background:transparent url(/library/images/global/navRight-links-bg.jpg) repeat-y scroll 1px 0;
	/* border: 1px solid #B0D0FF;*/
	 border-top: 1px solid #B0D0FF;
	margin:6px 0 6px 6px;
	padding:0 0 12px;
	width: 210px;
}
/* #navRight div.contentLinks, #navRight div.relatedLinks {
background:transparent url(/library/images/global/navRight-links-bg.jpg) repeat-y scroll 1px 0;
border-top:1px solid #D2E4FF;
margin-bottom:10px;
width:100%;
margin-left: 5px;
} */



#navRight div.contentLinks h2, #navRight div.relatedLinks h2 {
	font-size:1.4em;
	margin:0;
	padding:10px 15px;
	text-transform:uppercase;
	background: transparent url(/library/images/global/promo-list-item-border.jpg) no-repeat scroll 0 100%;
	/*border-bottom: 1px solid #C1D4E3; */
}
/* #navRight div.relatedLinks h2 span {
	color:#fff;
	font-size:1.1em;
} */

#navRight div.relatedLinks h3 {
	color:#000;
	font-size:1.1em;
	/* border-bottom:1px solid #7EA4C9;
	background-color:#CFDFEF; */
	text-transform:uppercase;
padding:5px 15px; margin:0;
}

#navRight div.relatedLinks ul.links {
	/* background-color:#E8EFF7;
	border-bottom:1px solid #7EA4C9; */
	padding:5px 0;margin:0;
	background: transparent url(/library/images/global/promo-list-item-border.jpg) no-repeat scroll 0 100%;
	width:210px;
}


#navRight div.relatedLinks ul.links li {
background-position:15px 5px;
font-weight:bold;
margin:10px 0 0;
padding:2px 10px 2px 28px;
}

#navRight div.relatedLinks p {
	font-size:1.1em;
	font-weight:bold;
}

#navRight div.relatedLinks p a {
	text-decoration:none;
	font-weight:bold;
}

#navRight div.relatedLinks p a:hover {
	color:#66ccff;  /* #fff; */
}


div#navLeft div.menuLinks {
	/* background-color:#dedbc5; 
	border:1px solid #a39e82; */
	padding-top:10px;padding-top:10px;
	border-width:1px 0;
	background: transparent url(/library/images/global/bg_menu_links.jpg) repeat-x scroll 0 0;
}

div#navLeft div.menuLinks ul.links li {
background:transparent url(/library/images/global/orangeCorner.gif) no-repeat scroll 0 9px;
list-style-type:none;
margin:5px 0 0;
padding:5px 0 5px 10px;
}


div#navLeft div.menuLinks h3 {
	margin:0 18px 3px 18px; padding-top:10px;padding-top:10px;
}

div#navLeft div.menuLinks ul.links {
	margin:0 18px;
	position:relative;
}


/* #signIn ul.links,
#signOut ul.links {
	margin:9px 5px 9px 5px;
}
#signIn ul.links, #signOut ul.links {
clear:left;
margin:9px 5px;
padding:10px;
}*/
#signIn ul.links {
clear:left;
margin:9px 0 5px 8px;
padding:10px 0 0 5px;
}

/* #signOut ul.links {
clear:left;
margin:9px 0 5px 8px;
padding:10px 0 0 5px;
} added 181209 */
#signOut ul.links {
clear:left;
margin:9px 0 5px 14px;
padding:10px 0 0 5px;
}

#signOut ul.links li {
clear:right;
margin:9px 0 5px 13px /* 9px 0 5px 18px; added 181209*/
padding:0 0 0 10px;
text-transform:uppercase;
}



ul.help404 {
	margin-bottom:100px;
}
ul.help404 li {
	font-size:1.3em;
	color:#0196dc;
}

/* css/shortlist.css */


/* div.shortlist {
	background-color:#bdb68a;
	padding-bottom:10px;
} */

div.shortlist {
background:#FFFFFF url(/library/images/global/latest-jobs-bg.gif) no-repeat scroll 0 100%;
margin-left:5px;
padding-bottom:10px;
margin-bottom:15px;
}



/* div.shortlist h2 {
	padding:28px 0 0 28px; margin:0 10px 0 15px;
	vertical-align:bottom;
	text-transform:uppercase;
	font-size:1.4em;
	background: transparent url(/library/images/global/iconShortlist.gif) bottom left no-repeat;
} */

div.shortlist h2 {
background:#002776 url(/library/images/global/iconShortlist.gif) no-repeat scroll 7px 7px;
color:#FFFFFF;
font-size:1.4em;
margin:0;
padding:10px 5px 10px 40px;
text-transform:uppercase;
vertical-align:bottom;
}

div.shortlist p.meta {
	color:#333;    /* #fff; */
	font-weight: bold;
	font-size:1.1em;
	margin:5px 5px 0 15px; /* 5px 0 0 20px;*/
	padding:0;
}

div.shortlist p.shortlistSave {
	width:50px;
	float:left;
	padding:10px 0px 0 15px; margin:0;
	font-size:1.1em;
}

div.shortlist p.shortlistView {
	float:right;
	padding:10px 15px 0 15px; margin:0;
}



/* css/jobCats.css */
ul.jobCats li {
background:transparent url(/library/images/global/linkArrow.png) no-repeat scroll 0 5px;
font-weight:bold;
margin:6px 6px 6px 4px;
padding:0 0 0 10px;
}
/* ul.jobCats {
	width:150px;
	float:left;
	margin-left:18px;
} */









/* css/searchForm.css */



div#searchForm {
	/* background-color:#DEDBC5; */
	padding:0;
	/* border:1px solid #a39e82;
	border-width:1px 0;  */
  /*color: #fff;
	 background: #233E99 url(/library/images/global/navRight-search-form.jpg) repeat-x scroll 0 0 */
}

div#searchForm div.clearfix {
	margin-bottom:5px;
	padding-left:15px;
	padding-top: 5px;
}

div#candidsearchFormateSearch div.clearfixSearchRef {
	background: #FFFFFF url(/library/images/global/content_wrapper_top2.gif) repeat-x scroll 0 0;
	min-height:4em;
	padding:15px 0 20px 14px;
}


div#searchForm label {
	/*  color: #fff; #002776; */
	font-size:1.1em;
	line-height:1.7;
}

div#searchForm input,
div#searchForm select {
	padding:0;
}

div#searchForm p.tip {
	margin:0;padding:0;
	font-size:0.9em;
	color: #fff;
}

div#searchForm div.checkPerm,
div#searchForm div.checkTemp  {  
	float:left;
}

div#searchForm div.checkTemp {
	margin-left:13px;
}

div#searchForm select.selectJobCat,
div#searchForm select.selectLocation,
div#searchForm select.selectSalary,
div#searchForm select.selectSector,
div#searchForm select.selectAttribute {
	width:191px;
}

div#searchForm input.searchKeywords {
	width:186px;
}

div#searchForm div.inputLocation {
	float:left;
}

div#searchForm div.inputLocation input {
	width:120px;
}

div#searchForm div.selectMiles {
	float:left;
	margin-left:6px;
}

div#searchForm div.selectMiles select {
	width:60px;
}

div#searchForm label.salaryMinLabel,
div#searchForm label.salaryMaxLabel {
	display:block;
	float:left;
	width:46%;
}

div#searchForm select.salaryMin,
div#searchForm select.salaryMax {
	width:46%; float:left;
	margin:0;padding:0;
}

div#searchForm label.salaryMaxLabel,
div#searchForm select.salaryMax {
	margin-left:3%;
}

div#searchForm div.inputIntCndidates {	
	padding-top:10px;
}

div#searchForm div span.inputIntCndidates {
	float:right;
	padding-right:8px;
}

div#searchForm div label.inputIntCndidates  {
	float:left;	
}

div#searchForm div.frmControls {
	text-align:right;
	padding: 0 7px 10px 0;
	margin:20px 0 0 0;
}



div#jobRefSearchForm {
background:#FFFFFF url(/library/images/global/content_wrapper_top2.gif) repeat-x scroll 0 0;  /* #233E99 url(/library/images/global/navRight-search-form.jpg) repeat-x scroll 0 -2.5em; */
min-height:4em;
padding:15px 0 20px 14px;
margin-top: 15px;
}

div#jobRefSearchForm h3 {
	margin:0 0 5px 0; padding:0;
	/* color:#fff;  #3a3830; */
	text-transform:uppercase;
	font-size:1.1em;
}

div#jobRefSearchForm input.jobRefNo {
	width:187px; /*  147px;  */
}
/*Candidate Ref Search*/
/*div#CandidateRefSearchForm 
{
	background-color:#BDB68A;
	padding:9px 0 18px 15px;
}

div#CandidateRefSearchForm h3 {
	margin:0 0 5px 0; padding:0;
	color:#3a3830;
	text-transform:uppercase;
	font-size:1.1em;
}

div#CandidateRefSearchForm input.CandidateRefNo {
	width:130px;
}
*/

div#candidateSearch {
margin-top: 9px;
/* background:#233E99 url(images/navRight-search-form.jpg) repeat-x scroll 0 0; */
margin:6px 0 6px 6px;
padding:0 0 6px;
border-left: 1px solid #D2E4FF;
border-right: 1px solid #D2E4FF;
border-bottom: 1px solid #D2E4FF;
}

/* div#candidateSearch h2 {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #D2E4FF;
font-size:1.1em;
margin:0;
text-transform:uppercase;
} */
div#candidateSearch h2 {
background: #002776 url(/library/images/global/bgSpecialisms.gif) repeat-x scroll 0 0;  
color: #ffffff;
font-size:1.3em;
margin:0;
padding:20px 15px 15px 15px;         /* 27px 15px 9px; */
text-transform:uppercase;
/*  #FFFFFF url(/library/images/global/content_wrapper_top2.gif) repeat-x scroll 0 0; */
/* border-top: 1px solid #D2E4FF;
border-right: 1px solid #D2E4FF;
border-left: 1px solid #D2E4FF;  */
}

div#candidateSearch div.checkPerm,
div#candidateSearch div.checkTemp  {  
	float:left;
}

div#candidateSearch div.checkTemp {
	margin-left:5px;
}
div#candidateSearch select.salaryMin, div#candidateSearch select.salaryMax {
float:left;
margin:0pt;
padding:0pt;
width:46%;
}
div#candidateSearch label.salaryMinLabel,
div#candidateSearch label.salaryMaxLabel {
	display:block;
	float:left;
	width:48%;
}

div#candidateSearch select.salaryMin,
div#candidateSearch select.salaryMax {
	width:48%; float:left;
	margin:0;padding:0;
}
div#candidateSearch input.searchKeywords {
	width:169px; /* 186px; */
	padding:0;
}
div#candidateSearch label.salaryMaxLabel,
div#candidateSearch select.salaryMax {
	margin-left:3%;
}

div#candidateSearch div.frmControls {
	text-align:right;
	padding: 0 7px 10px 0;
	margin:20px 0 0 0;
}
div#candidateSearch input,
div#candidateSearch select {
	padding:0;
}
div#candidateSearch label {
	/* color: #fff; */
	font-size:1.1em;
	line-height:1.7;	
	}


/* added for search form go button alighn right js 201109*/
div#jobRefSearchForm div.frmControls {
	text-align:right;
	padding: 0 7px 10px 0;
	margin:20px 0 0 0;
}
div#candidateSearch div.clearfix {
	margin-bottom:5px;
	padding-left:15px;
	padding-top: 5px;
}

div#candidateSearch div.clearfixCandidateRef {
	/* margin-bottom:5px;
	padding-left:15px;
	padding-top: 5px;
	background: #233E99 url(/library/images/global/navRight-search-form.jpg) repeat-x scroll 0 -2.5em; */
	background: #FFFFFF url(/library/images/global/content_wrapper_top2.gif) repeat-x scroll 0 0;
	min-height:4em;
	padding:15px 0 20px 14px;
}



div#candidateSearch input {
	padding:0;
}


div#candidateSearch select.selectJobCat,
div#candidateSearch select.selectLocation,
div#candidateSearch select.selectSalary,
div#candidateSearch select.selectSector,
div#candidateSearch select.selectAttribute {
	width:174px;  /* 191px; */
}
div#candidateSearch select {
	width:174px;
}

div#candidateSearch p.tip {
	margin:0;padding:0;
	font-size:0.9em;
	color: #002776;
}

div#candidateSearch div.frmControls {
margin:20px 0 0;
padding:0 15px 10px;
text-align:left;
}


/* css/searchForm.css */

/* css/placesRefine.css */

ul.placesRefine {
	width:350px;
	float:left;
	margin-left:18px;
}

ul.placesRefine li {
	font-weight:bold;
}

/* css/placesRefine.css */




/* css/jobDetails.css */


div.jobDetails {
/* background-color:#e7f0f7;
	border:1px solid #c2d5e4;
	border-width:1px 0; */
	/* background:transparent url(/library/images/global/content_wrapper_top.jpg) repeat-x scroll 0 0; */
	margin: 5px 0 0;
	padding:0 0 18px 10px; /*  0 0 18px; */
 	position:relative;
}

div.jobDetails p.img {
	margin:0;padding:0;
	position:absolute;
	top:75px;left:375px;
}

div.jobDetails h2 {
	font-size:1.68em;
	padding:18px 18px 9px 18px; margin:0;
}



/*additions for reskin 141209 js */

div.jobDetails .jobDetailsTitle 
{	margin: 0 0 5px 0;
 	/* border-top:1px solid #C1D4E3; */
 	
}

div.jobDetails h1 {
/* border-bottom:1px solid #C1D4E3; */
font-size:1.7em;
margin:25px 10px 5px 0;
padding:0;                                /*  18px 0 5px 9px;  /* 18px 0 9px; */
position:relative;
text-transform:uppercase;
}

div.jobDetails p 
{
	margin: 0px;
	padding:0px;
}

/* div.jobDetails span.jobArea {
	color:#009FDA;
} */
div.jobDetails span.jobArea {
color:#009FDA;
/* font-size:1.4em; */
font-weight:bold;
margin:0px;
padding:0px;
}

table.job {
	margin:0 18px;
	width:auto;
}

table.job th,
table.job td {
	background-color:#fff;
	font-size:1.1em;
	border:1px solid #E7F0F7;
	border-width:0 0 1px 0;
}

table.job th {
	text-align:left;
	color:#666;
	width:90px;
	padding:3px 10px;
}

table.job td {
	font-weight:bold;
	width:230px;
	padding:3px 0;
}

div.jobDetails p.shortlistAdd {
	position:absolute;
	bottom:15px; left:375px;
	padding:0; margin:0;
}

p.applyNow {
	margin:9px 18px 18px 0; padding:0;
	float:right;
	display:inline;
}


	
/* css/features.css */


div#features {
	clear:both;	
}
div#features ul {
	margin:0;padding:9px 0;
}
div#features ul li {
	display:block;
	float:left;
	margin: 0 14px 0 0; padding:0;
	list-style-type:none;
}
div#features ul li img {
	margin:0; padding:0;width:171;height:83;
}
div#features ul li.last {
	margin:0;
}

div#navRight div#features ul li {
	float:none;
	text-align:center;
	padding:0; margin:10px 0;
	display:block;
}

/* css/signInForm.css */

div#signIn,
div#signOut {
	/* background-color:#EBE7CE; */
	border:1px solid #B0D0FF;
	margin:0 0 12px 5px; /*0px 0 12px 6px;*/
	padding: 0 0 6px 0;
	background: transparent url(/library/images/global/navRight-links-bg.jpg) repeat-y scroll 0 0;
}


div#signIn h2 {
background:transparent url(/library/images/global/dotted.gif) repeat-x scroll left bottom;
font-size:1.4em;
margin:0 18px 9px 15px;
padding:9px 0 10px;
}


div#signOut h2 {
	margin:0 18px 9px 15px; /* 0 18px 9px 18px; */ 
	padding:9px 0 0 0;
	font-size:1.4em;
}

div#signOut p.userName {
background:transparent url(/library/images/global/dotted.gif) repeat-x scroll left bottom;
color:#009FDA;
font-weight:bold;
margin:5px 18px 0; /*0 18px;*/
padding:0 0 10px;
display:block;
}

div#signOut p#notUser {
	margin:0; /*  0 18px; */
	padding:3px 0 9px 18px;
	font-size:1.1em;
	clear:left; float:left; /*margin-top: 18px;  */
	width: 90%;
	/*background: transparent url(/library/images/global/dotted.gif) bottom left repeat-x; */
}

div#signOut p#notUser2 {
	margin:0 18px 12px ; /*  0 18px;*/
	padding:0 0 9px 18px;
	font-size:1.1em;
	clear:right; float:left;
	background: transparent url(/library/images/global/dotted.gif) bottom left repeat-x;
}



div#signIn p#notUser {
	margin:0; /*0 18px;*/ 
	padding:0 0 9px 0;
	font-size:1.1em;
	/* background: transparent url(/library/images/global/dotted.gif) bottom left repeat-x; */
}


/* css/contentHome.css */

div.sHome h1 {
	margin-bottom:0px; /* 5px;  */
	font-size: 1.7em;
}

div.sectorHome h2 
{
	border-bottom:1px solid #c1d4e3;
	color: #002776;	
	font-size:1.7em;
	margin-bottom:5px;
	text-transform:uppercase;
	/* margin:0 18px 9px 18px; 
	padding:18px 0 9px 0;  */
	margin:0 18px 0 9px;
	padding:18px 0 9px;
	position:relative;
}


div.sectorHome p.promise 
{
	margin-top:5px;
}

/* css/contentJobCategory.css */


div.sJobCat div#content {
	/* background-image:url(/library/images/global/contentBgBottomBlue.png); */
}

div.sJobCat h2 {
	padding:9px 0 9px 0; margin:  0 18px 18px 18px;   /* 10px 0 0 18px;    /*   0 18px 18px 18px;  */
	border-bottom:1px solid #C2D5E4;
	text-transform:uppercase;
	font-size:1.5em;
}

div.jobCatInfo {
	clear:both;
	/* background-color:#E6F0FA; */
	background:transparent url(/library/images/global/content_wrapper_top.jpg) repeat-x scroll 0 0; 
	/* #FFFFFF url(/library/images/global/promo-list-bg.jpg) repeat-y scroll 0 0; 
	border-top:1px solid #C1D4E3; */
	position:relative;
}

div.empInfo h2 {
	padding:9px 0 25px 0; margin:0 18px 18px 18px;
	border-bottom:1px solid #C2D5E4;
	text-transform:uppercase;
	font-size:1.1em;
}

div.empInfo {
	clear:both;
	border-top:1px solid #C1D4E3;
	position:relative;
}



div.haysInfo {
/*  	border-top:1px solid #C1D4E3; */
	padding:0 0 9px 0;
}

div.haysInfo p {
	font-size:1.1em;
	color:#002776;
}

div.haysInfo ul {
	font-size:1.0em;
	color:#002776;
}

div.haysInfo li {
	font-size:1.0em;
	color:#002776;
}

div.resultsByMap {
	position:relative;
	clear:both;
	/*  background-color:#E6F0FA;  */
	border-top:1px solid #C1D4E3;
	margin-top:25px;
	padding-bottom:12px;
	min-height:194px;
}

div.resultsByMap p {
	font-size:1.1em;
	color:#002776;
}



/* css/employerLogos.css */
ul.employerLogos {
   margin:9px 18px 0 18px;padding:0 0 9px 0;
   text-align: left;    /* center; */
}

ul.employerLogos li {
	display:inline;
	list-style-type:none;
	margin:0; padding:0;
}

ul.employerLogos li a img {
    margin:0 5px 5px 0;
}

.borderlinks img{
border: 1px solid #e6f0fa;
}

.borderlinks:hover img{
border: 1px solid #002776;
}

.borderlinks:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

/* css/contentJobSearchResults.css */




div.spelling {
	margin-bottom:9px;
}

div.spelling p {
	border-bottom:1px solid #C1D4E3;
	font-weight:bold;
	padding-bottom:9px;
}

p.jobCount {
	 /* color:#009fda;       #7ea4c9; */
	font-weight:bold;
	margin:0 18px;
	font-size:1.1em;	
}


div.matchedCats {
	margin:9px 18px; padding:0 0 9px 0;
	border-bottom:1px solid #ccedf8;
}

div.matchedCats ul {
	margin:4px 0; padding:0;
}

div.matchedCats ul li {
	display:inline;
	background-image:url(/library/images/global/orangeArrow.gif);
	background-position:left center;
	padding:0 0 0 10px; margin:0;
}

div.matchedCats p {
	margin:0;padding:0;
	line-height:normal;
	font-weight:bold;
	color:#002776;
}


/* * JOB LISTINGS NEXT PREVIOUS ETC  ******** */

ul.resultsNav {
    padding:0; margin:0 18px 9px 18px;
    clear:both;
	color:#002776;
}

ul.resultsNav li {
    margin:0;padding:0;
    font-size:1.1em;
    list-style-type:none;
    float:left;
    
}

ul.resultsNav li.pages {
    width:60%;            /* 65%; */
    text-align:center;
}

ul.resultsNav li.pages ul {
    margin:0; padding:0;
    display:inline;
}

ul.resultsNav li.pages ul li {
    display:inline;
    padding:0 2px;
    font-size:1em;
    float:none;
}
/* ************************** */
ul.resultsNav li.prev {
    width:20%;
}
ul.resultsNav li.prev a:hover 
{
	text-decoration: underline;
}
/* ************************** */
ul.resultsNav li.next {
    width:20%;     /* 15%; */
    text-align:right;
}
ul.resultsNav li.next a:hover 
{
	text-decoration: underline;
}
/* ************************** */
ul.resultsNav li.back {
	width:60%;   /* 65%; */
	text-align:center;
}
ul.resultsNav li.back a:hover {
	text-decoration: underline;
}
/* ************************** */

div.jobSearchResult {
	border-bottom:1px solid #ccedf8;
	margin:0 18px 9px 18px; padding:0 0 5px 0;
	color:#000;
}

div.jobSearchResult h2 a:link,
div.jobSearchResult h2 a:visited,
div.jobSearchResult h2 a:active {
	color:#002776;
}

div.jobSearchResult h2 a:hover {
	color:#0196dc;
}

div.jobSearchResult h2,
div.jobSearchResult h3 {
	font-size:1.1em;
	padding:0; margin:0;
}

div.jobSearchResult h3,
div.jobSearchResult span.jobArea {
	color:#009fda;       /* #7ea4c9;*/
}

div.jobSearchResult p {
	margin:0; padding:0;
	line-height:1.3;
}

div.jobSearchResult p.logo {
	height:40px; width:105px;
	float:right; padding:0; margin:0;
}




div.jobSearchResult p.description {
	padding:5px 0;
}

div.jobSearchResult p.salary {
	font-size:1.1em;
}

div.jobSearchResult p.ref {
	width:100px;
	float:left;
	color:#009fda;   /*  #7ea4c9;  */
	padding-top:3px;
	font-size:1.1em;
}

div.jobSearchResult p.add,
div.jobSearchResult p.remove {
	width:200px;
	float:right;
	text-align:right;
	font-size:1.1em;
}

div.searchResultsMap {
	margin:18px 18px 0 18px; padding: 0 0 18px 6px;
	border-bottom:1px solid #c1d4e3;
}


/* css/contactDetails.css */
div.contactWrapper {
	margin:9px 18px;
	clear:both;
}

div.contactWrapper h3 {
	font-size:1.36em;
	border:1px solid #e7f0f7;
	border-width:1px 0;
	margin:0;padding:9px 0;	
}

div.contactWrapper h3 {
	background:transparent url(/library/images/global/iconContact.gif) 0 6px no-repeat;
	padding:9px 0 9px 30px; margin:9px 0;
	color:#0196dc;
	text-decoration:none;
}

div.contactWrapper div#contact {
	border-bottom:1px solid #e7f0f7;
}

div.contactWrapper p {
	font-size:1.1em;
	margin:9px 0 0 0; padding:0;
	clear:left;
}

div.contactWrapper span.phone {
	color:#0196dc;
	font-size:1.36em;
}

div.contactWrapper p.address {
	margin-bottom:0;
}

dl.contact {
clear:left;
margin:3px 0 0;
padding:0 0 9px;
width:100%;
}
/* dl.contact {
	width:18em;
	padding:0 0 9px 0; margin:3px 0 0 0;
	clear:left;
} */

dl.contact dt {
clear:left;
display:inline;
padding:0;
width:4em;
}
 /* js update alignment for contact details 06012010 */
/* dl.contact dt {
	width:1.5em;
	padding:0;
}*/

dl.contact dd {
padding:0;
width:20.5em;
}
/* js update alignment for contact details 06012010 */
/* dl.contact dd {
	width:16.5em;
	padding:0;
} */



div.sContactResults div.contactWrapper {
	border-bottom:1px solid #ccedf8;
	margin:0 0 9px 18px; padding:0 0 9px 0;
}

div.sContactResults div.contactWrapper p,
div.sContactResults div.contactWrapper dl {
	font-size:1.1em;
}

div.sContactResults div.contactWrapper p.address {
	margin:0;
}

div.contactAddresses {
	width:300px;
	float:left;
}

div.contactMap {
	width:600px;
	height:400px;
	margin:0 0 9px 18px;
	background-color:#eee;
	float:left;
}


/* css/contentContactForm.css */


div.sContactForm h2 {
	
	margin:0 18px 0 18px; padding:9px 0 0 0;
	font-size: 14px;
}

div.sContactForm h2.find {
	border-bottom: 1px solid #ccedf8;
	padding:9px 0;
}

div.sContactForm h2.call,
div.sContactForm h2.email {
	color:#666;margin-left:36px
}

div.sContactForm h2.call span.phone {
	color:#0196dc;
}

div.sContactForm h2.call strong {
	text-transform:uppercase;
	font-size:1.1em;
}

/* div.sContactForm p {
	color:#666;
	margin-left:36px;
	width:650px;
} updated 181209 */
div.sContactForm p {
color:#666666;
margin-left:18px;
width:500px;
}

div.sContactForm div.contentForm label {
	color:#002776;
}



/* css/contentApplyForm.css */


div.sApplyForm div#content {
	/*  background-image:url(/library/images/global/contentBgBottomWideNoNavBlue.png) !important; */
}


/* div.sApplyForm div.contentForm  {
	background:#F6F9FE none repeat scroll 0 0;   /*  #e7f0f7;  */
/*	border-top:1px solid #C2D5E4;
} */

div.sApplyForm div.contentForm {
	background:transparent url(/library/images/global/content_wrapper_top.jpg) repeat-x scroll 0 0;
	border-left:1px solid #B0D0FF;border-right:1px solid #B0D0FF;border-bottom:1px solid #B0D0FF;
	margin-bottom:25px;
	margin-top:25px;
}

div.sApplyForm div.contentForm h2 {
	padding: 15px 0;				/* padding :9px 0;  */
	margin:0 18px;
	border-bottom:1px solid #C2D5E4;
	text-transform:uppercase;
	font-size:1.1em;
}

div.sApplyForm div.contentForm div.frmNote p {
	font-size:1.1em;
}

div.sApplyForm div.contentForm label 
{
	color:#002776;
}



div.sApplyForm div.contentForm div.frmFile,
div.sApplyForm div.contentForm div.frmTextarea {
	margin:40px 18px;
}


  
div.applyPopup {
	margin:0 auto !important;
	float:none !important;
	border:18px solid #fff;
}


/* css/contentSaveShortlistForm.css */


div#regHelp {
	width:212px;
	float:left;
}

div#regForm {
	width:400px;
	float:right;
	margin-right:9px;
}

div#regForm label {
	color:#002776;
}

/* css/contentThankYou.css */


div.sThankyou a:hover {
	text-decoration:underline;
}

div.sThankyou ol {
	margin:9px 18px 0 18px;padding:0;
	color:#666;
	list-style-position:inside;
}

div.sThankyou ol li {
	font-size:1.6em;
	font-weight:bold;
	border-top:1px solid #ccedf8;
	padding:8px 0;
}

div.sThankyou div.contentForm {
	/* background-color:#E6F0FA; */
	background: transparent url(/library/images/global/content_wrapper_top.jpg) repeat-x scroll 0 0;
	border:1px solid #ccedf8;
	border-width:0 1px 1px 1px;
	padding:5px 0 0 0; margin:9px 0;
}

div.sThankyou h2 {
	font-size:1.1em;
	text-transform:uppercase;
	margin:9px 18px 9px 18px; padding: 0 0 9px 0;
	border-bottom: 1px solid #ccedf8;
}

div.sThankyou div.contentForm label {
	color:#002776;
}

div.sThankyou div.contentForm p.instructions {
	color:#666;
	width:450px;
}

div.sThankyou div.contentForm p.hasLogin {
	border-bottom: 1px solid #ccedf8;
	padding: 0 0 9px 0;
}

div.sThankyou div.contentForm div.frmCheckbox label {
	font-weight:normal;
	color:#666;
}

dl.jobTypes {
	width:32em;
}

dl.jobTypes dt {
	width:8em;
	font-weight:normal;
}

dl.jobTypes dd {
	width:22em;
	font-weight:bold;
}



/* css/chooseLanguage.css */
div.chooseLanguage {
	background: #002776 url(/library/images/global/bgSpecialisms.gif) repeat-x scroll 0 0;
	           /* #002776;  #233E99; background-color:#E6F0FA; */ 
	margin:6px 0 12px 6px;
	padding:4px 0 10px;
}


div.chooseLanguage h2 {
	color:#ffffff;								/* color :#002776;  */
	text-transform:uppercase;
	font-size:1.1em;
	margin:10px 15px 5px 6px;                  /*  15px 15px 5px 6px; */   /* 0 18px;*/
}
div.chooseLanguage ul.links
{	margin:0 6px 6px 15px; /*  0 6px;  /* 0 18px; */
	text-decoration:none;
}

div.chooseLanguage ul.links li a 
{	/*background:transparent url(/library/images/global/linkArrow.png) no-repeat scroll 0 5px;*/
	display:block;
	padding-left:8px;
}
div.chooseLanguage a:link, 
div.chooseLanguage a:visited, 
div.chooseLanguage a:active 
{	color:#51D7FD;
}

div.chooseLanguage a:hover 
{
	color:#ffffff;
	}	













/* css/contentAccount.css */
div.sAccount #content {
    padding-bottom:40px !important;
}


div.sAccount div.section {
	position:relative;
    border:1px solid #ccedf8;
    padding:9px 200px 9px 9px;
    margin:0 18px 9px 18px;
	background:transparent url(/library/images/global/bgContentShortlist.gif) top right repeat-y;    
}

div.sAccount h2 {
    margin:0; padding:0;
}

div.sAccount h3 {
    margin:9px 0 3px 0; padding:0;
    font-size:1.3em;
}

div.sAccount h3 a {
	text-decoration:none;
}


div.sAccount dl {
    width:470px;
    margin:9px 0 0 0; padding:0;
}

div.sAccount dl dt {
    width:230px;
    font-size:1.1em;
    margin:0; padding:0.2em 0;
}

div.sAccount dl dd {
    width:210px;
    margin: 0 0 9px 9px; padding:0.2em 0;
    font-size:1.1em;
}


div.sAccount table {
	margin:9px 0 0 0; padding:0;
}

div.sAccount table th,
div.sAccount table td {
	padding:9px 0;
	font-size:1.3em;
}

div.sAccount table th {
	text-align:left;
	width:200px;
	padding-right:9px;
}

div.sAccount p {
    margin:9px 0;
}

div.sAccount p.meta {
    margin:0;
	font-size:1.1em;
    color:#009fda;       /* #7EA4C9;*/
}

div.sAccount p.keyAction {
	position:absolute;
	top:40%;right:0;
	width:174px;           /* 175px; */
}



/* css/contentArticleList.css */
ul.articleList {
	margin:0 18px; padding:0;
}

ul.articleList li {
	list-style-type:none;
	margin:9px 0;
}

ul.articleList li h2 {
	margin:0;
	font-size:1.1em;
}

/* css/contentLoginCreated.css */
div.sLoginCreated a:hover {
	text-decoration:underline;
}

div.sLoginCreated h2 {
	font-size:1.1em;
	text-transform:uppercase;
	margin:9px 18px 9px 18px; padding: 0 0 9px 0;
	border-bottom: 1px solid #ccedf8;
}

div.sLoginCreated div.info {
  border: 1px solid #ccedf8;  
  border-width:1px 0;
  margin:0 18px; padding:18px 0;
}

div.sLoginCreated div.info p {
  margin:9px 0;
  position:relative;
}


/* css/contentActionList.css */



ul.actionList {
    margin:0 18px;
}

ul.actionList li {
    padding:9px 200px 9px 0; margin:0;
    list-style-type:none;
    background:#fff url(/library/images/global/bgContentShortlist.gif) top right repeat-y;
    position:relative;
    border:1px solid #ccedf8;
    border-width:1px 0 0 0;
}

ul.actionList li a:link,
ul.actionList li a:visited,
ul.actionList li a:active {
    text-decoration:none;    
}

ul.actionList li h2 {
    font-size:1.41em;
    margin:0; padding:0;
}

ul.actionList li h2 span {
    /*  color:#009fda;      #7EA4C9;  branding does not allow a sub title to have dif color on same line as title */
}

ul.actionList li h3 {
   font-size:0.9em;
   margin:0; padding:0;
   color:#000;
   font-weight:normal;
}

ul.actionList li dl, 
ul.actionList li p.description {
    margin:6px 0; padding:0;
}

ul.actionList dt {
    padding:0.2em 0;
}

ul.actionList li p.meta,
ul.actionList li p.remove,
ul.actionList li p.keyAction {
    padding:0;margin:0;
}

ul.actionList li p.meta {
    font-size:0.9em;
    color:#009fda;       /* #7EA4C9; */
    float:left;
}

ul.actionList li p.remove {
    float:right;
}

ul.actionList li p.keyAction {
    position:absolute;
    top:40%; right:0;
    background: transparent;
    text-align:center;
    width:188px;
}

div.sYourAlerts ul.actionList li p.keyAction {
    width:100px;
    right:50px;
    text-align:left;
}

div.sYourApps ul.actionList li p.keyAction {
    width:100px;
    right:50px;
    text-align:left;
}



/* div.actionListNav {
    margin:0 18px; padding:0;
    border:1px solid #C2D4E4;
    border-width:1px 0 0 0;
    position:relative;    
}*/
div.actionListNav {   /*added 181209*/
border-color:#CCEDF8;
border-style:solid;
border-width:1px 0 0;
margin:0;
padding:10px 10px 10px 0;
position:relative;
}



div.actionListNav p {
    padding:15px 0; margin:10px; /* margin:0;    /* padding:6px 0; */
}

div.actionListNav p.meta {
    color:#009FDA;
    font-weight:bold;
    font-size: 1.2em; /*added 181209*/
}

div.actionListNav ul {
    position:absolute;
    top:7px;right:0;
    padding:0;margin:0;
}

div.actionListNav ul li {
    float:left;
    margin:0 0 0 9px;padding:0 9px 0 0;
    list-style-type:none;
    border-right:1px solid #9BCF45;
}

div.actionListNav ul li.last {
    border-right:0;
    padding:0;
}

div.actionListNav ul li a:hover {
    text-decoration:underline;
}

div.actionListNav p.back a:link, 
div.actionListNav p.back a:visited,
div.actionListNav p.back a:active {
    margin:0;
}












/* css/greenLinks.css */
div.contactWrapper a:link,
div.contactWrapper a:visited,
div.contactWrapper a:active,

div.sContactForm a:link,
div.sContactForm a:visited,
div.sContactForm a:active,

div.formNav a:link,
div.formNav a:visited,
div.formNav a:active,

div.jobSearchResult a:link,
div.jobSearchResult a:visited,
div.jobSearchResult a:active,

ul.resultsNav a:link,
ul.resultsNav a:visited,
ul.resultsNav a:active,

div.sThankyou a:link,
div.sThankyou a:visited,
div.sThankyou a:active,

div.sLoginCreated a:link,
div.sLoginCreated a:visited,
div.sLoginCreated a:active,

div.actionListNav ul li a:link,
div.actionListNav ul li a:visited,
div.actionListNav ul li a:active,

span.iconLink a:link,
span.iconLink a:visited,
span.iconLink a:active {
    color:#0196dc;
	text-decoration:none;
}

div.contactWrapper a:hover,
div.sContactForm a:hover,
div.formNav a:hover,
div.jobSearchResult a:hover,
ul.resultsNav a:hover,
div.sThankyou a:hover,
div.sLoginCreated a:hover,
div.actionListNav ul li a:hover,
span.iconLink a:hover {
    text-decoration:underline;
}

/* microsite application forms styling */

#microsite { background-color: #fff; margin: 10px 0 10px 10px;}

#microsite p { margin: 10px 0 10px 10px; }

#microsite label {margin: 0 10px 0 30px; float: left; text-align: right; width: 100px; }
#microsite input select textarea { float: left;}
#micrositeFields div { padding: 8px 0 8px 0;}
#microsite .title { font-weight: bold; text-align: left; margin: 5px 0 5px 20px;}

.buttonRow { text-align: center;}

.recordInfo { font-size: 1.2em; line-height: 1.5; margin: 9px 18px; padding: 0pt; }
.recordInfo h2{font-size:1.25em;margin: 0px; padding: 0pt;}
.recordInfo p {	font-size: 1.0em; padding: 0px; margin: 0px; }

.recordInfo li { font-size: 1.0em;}

/* rss feed style */
span.rssLink a:link,
span.rssLink a:visited,
span.rssLink a:active {
    color:#0196dc;
	text-decoration:none;
}

h1 span.rssLink {
	background:transparent url(/library/images/global/lightBlueVertDot.gif) 0 0 repeat-y;
	text-transform:none;
	font-weight:normal;
	position:absolute;
	top:0;right:0;
}

h1 span.showRSS a, h1 span.showRSS a:hover {
	background:transparent url(../Library/images/rss_button.gif) 15px 10px no-repeat;
}

h1 span.rssLink {
	height:100%;
}

h1 span.rssLink a {
	font-size:65%;
	padding:0.6em 0 0 25px;
	background-position:5px 10px;
	float:left;
	width:40px;
	clear:both;
	height:2.6em;
}

h1 span.rssLink a:hover {
	background-position:5px 10px;
	text-decoration:underline;
}

/* map icon style */
span.mapLink a:link,
span.mapLink a:visited,
span.mapLink a:active {
    color:#0196dc;
	text-decoration:none;
}

h1 span.mapLink {
	background:transparent url(/library/images/global/lightBlueVertDot.gif) 0 0 repeat-y;
	text-transform:none;
	font-weight:normal;
	position:absolute;
	top:0;right:0;
}

h1 span.mapLink {
	height: 100%; 
}


h1 span.mapLink a {
	font-size:65%;
	padding:0.6em 70px 0 30px;
	background-position:5px 10px;
	color:#0196dc;
	float:left;
	width:65px;
	clear:both;
}

h1 span.mapLink a:hover {
	background-position:5px 10px;
	text-decoration:underline;
}

/* Site Map style */

div.SiteMapContent {
	width:237px;
	float:left;
}

.SiteMapHeaderLink {
	font-size: 1.3em;
}
.EmployerlinksOnSiteMap h2{font-size:.3em;margin: 0px; padding: 0pt;}
.EmployerlinksOnSiteMap h3{font-size:.3em;margin: 0px; padding: 0pt;}
/* RadRotator Image(s) bottom right below Help and Advice on the main Page */
{
	width:210px;
	height:85px;
}
/* .adRotatorImage img  /* remove ad rotator right panel from all new cerow sites 11012010
{
	width:0px;
	height:0px;
}  */


.adRotatorImage img {
height:85px;
width:210px;
}


.adRotatorHorImage img 
{
	width:145px;
	height:80px;
}



/* css/surveyForm.css */
.CurrentSurvey 
{
	width:460px;
	position:relative;
	left:30px;
}
.PastSurvey 
{
	width:460px;
	position:relative;
	left:30px;
}


/* SURVEY PANEL */
/* ************ */
/* ************ */
.surveyPanel
{
   /* background-color:#EBE7CE;
	 margin:0px 0 6px 6px; padding: 0 0 6px 0; */
background:#FFFFFF url(/library/images/global/latest-jobs-bg.gif) no-repeat scroll 0 100%;
margin:0 0 12px 6px;   /* 0 0 6px 6px; */
padding:0 0 6px;
}
.surveyPanelTop {
	background-color: #002776; /* #BDB68A;	 */
	padding:0px 0 0px 0px;
	/* border-bottom: #009999 solid 1px;  */
}
.surveyPanelTop h4 {
background:#002776 url(/library/images/global/iconsurvey.gif) no-repeat scroll 7px 4px;
color:#FFFFFF;
font-size:1.4em;
margin:0;
padding:10px 5px 10px 40px;
text-transform:uppercase;
vertical-align:bottom;
}


/* css/WebSurvey.css */
.surveyRadioButtonList
{ 
	border-color: inherit;
	border-style:solid;
	border-width:1px;
	font-family:Arial;
	font-size:smaller;	   
	width:180px;
}

/* css/surveyResults.css */

.surveyAnswerBar1
{
	background-color:#B0C4DE; 
	height:20px; 
	border-bottom: solid 2px white; 
	border-top: solid 2px white;
}


.surveyAnswerBar2
{
	background-color:#6B8E23; 
	height:20px; 
	border-bottom: solid 2px white; 
	border-top: solid 2px white;
}


.surveyAnswerBar3
{
	background-color:#BDB76B; 
	height:20px; 
	border-bottom: solid 2px white; 
	border-top: solid 2px white;
}

.surveyAnswerText
{
	font-size:1.1em; 
	color: #002776; 
	white-space:nowrap; 
	vertical-align:middle;
	position:absolute;
}

div.clearfix a span.count
{
	color:#009fda; /*#7EA4C9; */
	font-weight:bold;
	
}
