/*	homepage */

#homepageLogosAlpha,
#homepageLogosBeta,
#siteFeatures {
	display: inline;
	float: left; 
	width: 310px;
	margin:0px -10px 0px 0px;
}
#siteFeatures {
	margin:0px 0px 0px 0px;
}

#homepageLogosAlpha li,
#homepageLogosBeta li,
#siteFeatures li {
	position: relative;
	float: left;
	display:block;
	width:143px;
	height:118px;
}
#homepageLogosAlpha li,
#homepageLogosBeta li {
	border-width: 1px;
	margin: 0px 10px 10px 0px;
}
#siteFeatures li {
	vertical-align: middle;
	text-align:center;
	padding: 1px 11px 11px 1px;
	background: transparent url('/img/bg_feature_box.png') top left no-repeat;
}

#homepageLogosAlpha a,
#homepageLogosBeta a {
	display:block;
	padding:39px 0;
}
#homepageLogosAlpha a img,
#homepageLogosBeta a img {
	display:block;
	margin: 0 auto;
}

#siteFeatures li li {
	padding: 0;
	background: none;
}
#siteFeatures .rollover {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 143px;
	height: 97px;
	padding: 10px 0 0;
	background-color: #fff;
}
#siteFeatures .rollover p {
	font-size: 1.25em;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
#siteFeatures .rollover a {
	color: #000;
	font-weight: bold;
	font-size: 80%;
}
#siteFeatures h2 {
	width: 143px;
	height: 117px;
	background-image: url('/img/btn_features.png');
}
#featureAlerts h2 {
	background-position: 0 0;
}
#featureCV h2 {
	background-position: -143px 0;
}
#featureNewsletters h2 {
	background-position: 0 -118px;
}
#siteFeatures #featureJOTW h2 {
	height: 58px;
	background-position: -143px -118px;
}
#siteFeatures #featureJOTW li {
	position: absolute;
	bottom: 17px;
	left: 6px;
	width: 133px;
	height: 48px;
	overflow: hidden;
	line-height: 16px;
	text-align: left;
	background-color: #fff;
}
#siteFeatures #featureJOTW li a {
	color: #000;
}

#midPageUnit { 
	float: left; 
	width: 300px;
	height: 250px;
	margin:0 0 0 10px;
}

/*	/ homepage */

/*	tab panel */

#findPanel {
	float:left;
	width:62em;
	background: transparent url('/img/bg_shadow_body.png') right bottom no-repeat;
}

#findPanelTabs {
	height: 38px;
	background: transparent url('/img/bg_shadow_tr.png') right top no-repeat;
	padding: 0 10px 0 0;
}
#findPanelTabs li {
	display: inline;
	float: left;
}
#findPanelTabs li a {
	height: 37px;
	padding: 0;
	background: #fafafa url('/img/bg_tabs.png') 0px no-repeat;
	border-width: 1px 0 0;
	text-indent:-999em;
	letter-spacing: -199em;
	overflow: hidden;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#findPanelTabs li#searchFormTab a {
	width: 187px;
	background-position: 0 -50px;
	border-left-width: 1px;
}
#findPanelTabs li#searchFormTab a.active {
	background-position: 0 -4px;
}
#findPanelTabs li#browseJobsTab a {
	width: 192px;
	background-position: -188px -4px;
}
#findPanelTabs li#browseJobsTab a.active {
	background-position: -188px -50px ;
}
#findPanelTabs li#browseEmployersTab a {
	width: 229px;
	background-position: -383px -4px;
	border-right-width: 1px;
}

#findPanelContent {
	background: transparent url('/img/bg_shadow_bl.png') left bottom no-repeat;
	padding: 0 10px 10px 0;
}
#findPanelContent .tab {
	display: none;
	border-width: 0 1px 1px;
	background-color: #fafafa;
}
#findPanelContent .active {
	display: block;
}

#browseJobsContent .top_searches {
	clear:left;
	height:14.86em;
	padding:1.3em 0 1.3em 1.2em;
	white-space: nowrap;
}
#browseJobsContent .top_searches li {
	float:left;
	padding-left:1.8em;
	width:13.6em;
}
#browseJobsContent .top_searches li a {
	line-height:2.4;
	color: #000;
}

/*	/ tab panel */

/*	search */

#searchForm {
	position: relative;
	clear: left;
}

.homepage #searchFormBasic {
	height: 13.86em;
	padding:1.8em;
}
.search_form #searchFormBasic {
	height: 8.86em;
	padding:1.8em;
}

.homepage #searchFormDetailed {
	display: none;
}
.search_form #searchFormDetailed {
	height: 15.3em;
	padding:1.8em;
}

#searchForm a.toggle,
#searchForm #locationRadiusLabel,
#searchForm #jobSearchHeading  {
	display: none;
}

.search_form a#advancedSearch,
.search_results a#advancedSearch {
	display: none;
}

/*		positioning & sizing */

#searchForm label {
	display: block;
	line-height: 2;
	font-weight:bold;
}
#searchForm label.clickable {
	font-weight:normal;
	line-height: 1;
}
.homepage #searchForm .field,
.search_form #searchForm .field {
	padding-right: 1.8em;
}
.homepage #keywordSearch,
.homepage #locationSearch,
.homepage #jobtermSearch,
.search_form #keywordSearch,
.search_form #locationSearch,
.search_form #jobtermSearch {
	padding-top: 1.5em; 
}

#categorySearch select,
#typeSearch select {
	height: 7.2em;
}

.search_form #salarySet input {
	width:10.5em;
}

.search_form #salarySearch,
.search_form #jobAgeSearch {
	padding-top: 1.5em;
}
.search_form #jobAgeSearch {
	margin-left:-0.417em;
	
	}

.search_form #sortOptions {
	display:none !important;
}

.homepage #searchForm .field,
.search_form #searchForm .field {
	display: inline;
	float: left;
}
.search_form #salarySearch {
	clear: left;
}
#jobtermSearch {
	clear: left;
}
#jobtermInput li {
	display: inline;
	float: left;
	margin:0.333em 1.5em 0 0;
	white-space: nowrap;
}
.search_results #jobtermInput li {
	width: 8.333em;
	margin: 0.333em 0 0;
}

.homepage a#advancedSearch {
	position: absolute;
	right: 1.833em; /* 20 */
	top: 15em; /* 180 */
	font-weight: bold;
	color: #000;
}

#searchForm input.submit {
	position: absolute;
	top: 3.75em; /* 60 */
	right: 1.25em; /* 20 */
	font-size: 1.417em;
}
#salarySearch li {
	display: inline;
	float: left;
	margin-right: 0.417em;
	line-height: 2.333;
}

/*		type */

#searchForm label {
	text-transform: lowercase;
}
#searchForm label span {
	font-size: 87%;
	font-weight:normal;
}

/*	/ search */

/*	advanced search */

.search_form #content h3 {
	margin-bottom: -0.55em;
}
.search_form #subNav {
	width: 28em;
	position: absolute;
	top: 0;
	right: 0;
}
.search_form #furtherHints {
	clear: both;	
}

.search_form #searchForm #locationSearch {
	padding-right:0;
	margin-right: -1em;
}
.search_form #searchForm #locationSearch #locationRadiusSelect {
	width:84px;
	margin-left:1.35em;
}

.search_form #searchForm input.submit {
	top:19.1em;
}

/*	/ advanced search */

/*	search results */

.search_results #content {
	border:none;
	padding:0;
	width:68.5em;
}

.search_results #searchHeader,
.search_results #findPanelTabs {
	display: none;
}

.search_results #searchForm #jobSearchHeading,
.search_results #searchForm #locationRadiusLabel {
	display: block;	
}

.search_results #subNav {
	width: 23.5em;	
}

.search_results #findPanel {
	width: auto;
	float: none;
}
.search_results #findPanelContent {
	padding-right: 0;	
}
.search_results #searchFormContent {
	padding-right: 10px;
	border: none;
	background: transparent url(/img/bg_shadow_tr.png) no-repeat scroll right top;
}
.search_results #searchForm {
	background-color: #FAFAFA;
	border-width: 1px;
	height: 59.3em;
}
.search_results #searchForm fieldset {
	height: auto;
	padding: 1px 9px;
}
.search_results #searchFormDetailed {
	padding-bottom: 1em;
}

/*		search form overrides */

.search_results #searchForm .field {
	position: absolute;
	width: 205px;
}
.search_results #keywordSearch { top: 3.4em; }
.search_results #locationSearch { top: 8.4em; }
.search_results #categorySearch { top: 18.3em; }
.search_results #typeSearch { top: 28.2em; }
.search_results #salarySearch { top: 38.1em; }
.search_results #jobtermSearch { top: 43.2em; }
.search_results #jobAgeSearch { top: 50.6em; }
.search_results #searchForm #searchButton {
	top: 40em;
	right: 10px;
}

.search_results #searchForm #locationRadiusLabel {
	margin-top: 0.5em;	
}

.search_results #searchFormDetailed {
	display: block !important;
}
.search_results #searchForm .toggle {
	display: none !important;
}
.search_results #locationRadiusSelect,
.search_results #locationRadiusLabel,
.search_results #jobtermLabel,
.search_results #jobSearchHeading {
	display: block;
}
.search_results #searchFormBasic .find_methods,
.search_results #searchHelp {
	display: none;
}
.search_results #searchForm label.clickable {
	display: inline-block;
	margin-top: 0;
	font-weight: normal;
}
.search_results #searchForm .submit {
	font-size: 1.4em;
	font-weight: bold;
}
.search_results #categorySearch select {
	width: auto;
	height: auto;
}
.search_results #keywordInput,
.search_results #locationInput,
.search_results #locationRadiusSelect,
.search_results #jobAgeSelect,
.search_results #categorySearch select,
.search_results #typeSearch select{
	width: 100%;
}

.search_results #jobSearchHeading {
	padding: 0.6em 0 0 0 ;
	text-align:center;
}

.search_results #searchForm #salarySearch {
	width: 208px;
}
.search_results #salarySearch input#l {
	width: 9.167em;
}

/*		/ search form overrides */

/*		results header/footer */

.search_results #resultsOptionsPrimary h2,
.search_results #content a#printLink {
	display: none;
}
.search_results #numberResults,
.search_results ul#sortBar li,
.search_results .pagination li,
.search_results #alertsSubmitLink {
	font-size: 1.1em;
}

 
.search_results #numberResults {
	font-weight: bold;
}
.search_results #numberResults span {
	font-weight: normal;
}
.search_results .pagination {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
.search_results #resultsOptionsPrimary,
.search_results #resultsOptionsSecondary {
	position: relative;
}
.search_results #resultsOptionsPrimary {
	width:478px;
	height:3.8em;
}

.search_results #numberResults,
.search_results a#alertsSubmitLink,
.search_results ul#sortBar,
.search_results #resultsOptionsPrimary .pagination {
	position: absolute;
}
.search_results #numberResults,
.search_results ul#sortBar {
	left: 10px;
}
.search_results a#alertsSubmitLink {
	left: 19.6em;
}
.search_results #resultsOptionsPrimary .pagination {
	right: 10px;
}
.search_results #numberResults,
.search_results a#alertsSubmitLink,
.search_results #resultsOptionsPrimary .pagination {
	top: 0.8em;
}
.search_results ul#sortBar {
	top: 2.4em;
}

.search_results .pagination a,
.search_results .pagination span.selectedpage {
	display:inline-block;
	padding:0em 0.1em;
}
.search_results ul#sortBar {
	clear:left;
	width: 100%;
	margin: 0.75em 0 0 0;
}
.search_results ul#sortBar li {
	display: inline;
	float: left;
	margin-left: 1.5em;
}
.search_results ul#sortBar #sortTitle {
	font-weight: bold;
	margin:0em;
	float:left;
}

.search_results #paginationButtons {
	display: inline;
	float: right;
}
.search_results #paginationButtons a {
	display: inline;
	float: left;
	margin-left: 10px;
	padding-right: 0.7em;
	font-size: 1.1em;
	letter-spacing: 0.01em;
}
.search_results .previous_dimmed,
.search_results .next_dimmed {
	background-color: #ccc !important;
	color: #fff !important;
}

.search_results #shareThis {
	padding: 0 0 0 20px;
}

/*		/ results header/footer */

/*		results listing */

.search_results .listing {
	position: relative;
	clear: left;
}
.search_results .listing h2 {
	margin-right: 140px;
}
.search_results .listing dl {
	float:left;
	display:block;
	width:100%;
	font-size:1.2em;
}
.search_results .listing img {
	position: absolute;
	top: 9px;
	right: 9px;
}
.search_results .listing dt,
.search_results .listing dd {
	font-size: 1em;
}

.search_results .listing dt {
	position: relative;
	display: inline;
	float: left;
	width: 7.6em;
	padding: 0.1em;
	text-align: right;
	margin: 0;
	font-weight: bold;
	
}
.search_results .listing dd {
	margin-left: 8em;
	padding: 0.1em;
}
.search_results #content .listing ul.joblinks {
	float: right;
}

.search_results #content .listing ul.joblinks li {
	display: inline;
	padding-left: 0.8em;
}

/*		/ results listing */

/*		results sponsored */

.search_results #resultsOptionsPrimary,
.search_results #resultsOptionsSecondary,
.search_results .listing,
.search_results #alertsPanel,
.search_results #noMatches {
	display: inline;
	float:left;
	width: 665px;
}
.sponsored_view .search_results #resultsOptionsPrimary,
.sponsored_view .search_results #resultsOptionsSecondary,
.sponsored_view .search_results .listing,
.sponsored_view .search_results #alertsPanel,
.sponsored_view .search_results #shareThis {
	width:480px;
}

#sponsoredResults{
	width:175px;
	float:right;
}

#sponsoredResults h2 { 
	height:38px;
	background-image:url('/img/sponsoredJobs.png');
}
#sponsoredResults .listing {
	width:auto;
	float:none;
	display: block;
	height:auto;
}
#sponsoredResults .listing h3,
#sponsoredResults .listing a {
	font-weight:bold;
	text-decoration:none;
	color:#666;
	margin-bottom: 0;
}
#sponsoredResults .listing h3 {
	width: 100%;
	overflow: hidden;
}
#sponsoredResults .listing img {
	margin-top: 0;
}
#sponsoredResults .listing a.logo {
	display: block;
}

/*		/ results sponsored */

/*		results faceted */

#seoFacet ul {
	margin: 0 -6em 1em 0;
	overflow: hidden;
}
#seoFacet ul#industries {
	margin-bottom: 0;
}
#seoFacet li {
	display: inline;
	float: left;
	width: 18.75em;
}
#seoFacet h2 {
	clear: left;
}
#seoFacet h3 {
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
}
#seoFacet a {
	font-weight: normal;
}

/*		/ results faceted */

/*		results alerts panel */

.search_results #alertsPanel {
	position: relative;
	clear: left;
	height: 15.5em;
	overflow: hidden;
}

.search_results #alertsPanel h3 {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 124px;
	height: 41px;
	background-image: url('/img/jobalerts.gif');
}

.search_results #alertsPanel h4 {
	padding: 52px 0 23px;
	font-size: 1.2em;
	line-height: 1.167;
	letter-spacing: 0.035em;
	font-weight: bold;
}
.search_results #alertsPanel label,
.search_results #alertsPanel input,
.search_results #alertsPanel ul {
	position: absolute;
}
.search_results #alertsPanel label {
	top: 8.750em;
	left: 10px;
	font-weight: bold;
}
.search_results #alertsPanel input.text {
	top: 8.167em;
	left: 11.250em;
}
.search_results #alertsPanel ul {
	top: 13.2em;
	left: 13.5em;
}
.search_results #alertsPanel li {
	display: inline;
}
.search_results #alertsPanel input#saveAlert {
	position: absolute;
	left: 20.55em;
	top: 5.75em;
}

/*		/ results alerts panel */

/*	/ search results */

/*	jobs */

.job #content {
	position: relative;
}

.job #subNav img {
	display:block;
	padding: 10px 51px 10px 52px;
	border: 1px solid #d4d4d4;
}

#jobDetails dl {
	overflow: hidden;
}

#jobDetails dd {
	margin-bottom: 10px;
}

.job a#companyProfile {
	margin: 10px;
}

/*		job description */

.job_info .submit {
	float: none;
}

.job_info #subNav {
	position: relative;
}
.job #subNav .job_apply_start {
	text-align: center;
}
.job_info #subNav .message,
.job_info #subNav input.apply_email,
.job_info #content .job_apply_start p {
	margin: 0.5em 0;
}

.job #content .job_apply_start form {
	position: relative;
}
.job #content .job_apply_start form.redirect .rsb_m1 {
	padding-top: 3em;
}
.job #content .job_apply_start form .submit {
	position: absolute;
	top: 0;
	right: 0;
}
.job #content .job_apply_start form.logged_out .submit {
	top: 1.4em;
}
.job #content .job_apply_start form.redirect .submit {
	left: 0;
	right: auto;
}
.job #content .job_apply_start {
	padding-bottom: 3em;
}
.job_info #content ul.job_actions {
	position: absolute;
	right: 10px;
	margin-top: -3.5em;
}

/*			shareThis */

.job_info #shareThis {
	padding: 10px;
	text-align: center;
	border-width: 1px;
}

/*			/ shareThis */

/*		/ job description */

/*	/ jobs */

/*	applications */

/*		app form */

.application_form #contactDetails label#passwordConfirm {
	display: inline-block;
	float: none;
}

.application_form #statusOption span.req {
	margin-top: -0.5em;
	font-size: 2.5em;
	font-weight: normal;
}

.application_form #coverNote p {
	padding-left: 0.833em;
}

.application_form #currentStatus .transform_text {
	text-transform: none;
	margin-right: 2em;
}

.application_form #cvSection p {
	margin-left: 14.545em;
	font-size: 1.1em;
}
.application_form #cvSection #selectInput {
	padding-left: 1em;
}

/*		/ app form */

/*		hotsift */

.hotsift fieldset div {
	margin: 2em 0;
}
.hotsift form h4 {
	clear: left;
}
.hotsift .simple_form label.clickable {
	padding-top: 0;
}
.hotsift_ask a#companyProfile {
	display: none;
}

.application_confirm #confirmations {
	float: left;
	width: 100%;
	clear: none;
	margin-bottom: 1em;
}
.application_confirm #details {
	position: relative;
	padding-top: 1em;
}
.application_confirm #details dt {
	float: left;
	clear: left;
	width: 11.667em;
	text-align: right;
	font-weight: bold;
}
.application_confirm #details dd {
	margin: 0 0 0.5em 13.333em;
}
.application_confirm #changeDetails,
.application_confirm #changeAnswers {
	display: block;
	text-align: right;
	clear: both;
	margin: 1em 0;
}
.application_confirm #answers dt {
	margin-top: 1em;
	font-weight: bold;
}
#promoAlertData a#buyNow,
.application_sent #backToResults {
	display: inline;
	float:right;
}
.application_sent #recruiterDetails {
	margin-bottom: 2em;
}
.application_sent #recruiterDetails li {
	font-weight: bold;
}
.application_sent .recruiter {
	color: #000;
}
#promoAlertData a#video {
	text-indent: -999em;
	overflow: hidden;
	padding: 0;
}

/*		/ hotsift */

/*	/ applications */

/*	recruiters a-z */

#empLetter,
#empName {
	position: relative;
	padding: 0.5em 0;
}
#empIndex h3 {
	display: inline;
	float: left;
	width: 10em;
	margin-right: 1.5em;
	padding: 0.2em 0;
}

#empListing table {
	width: 100%;
	border-bottom-width: 1px;
}
#empListing td {
	height: 40px;
	color: #ccc;
	border-top-width: 1px;
	padding: 0.5em 0.417em;
}

#empListing h3 {
	font-weight: normal;
}

/*	/ recruiters a-z */

/*	graphical products */

.graphical_profile {
	position: relative;
	height: 44px;
	text-align: left;
	margin-top: -17px;
	background-color: #fff;
}
.graphical_profile a#back {
	display: inline;
	float: left;
	line-height: 44px;
	padding: 0 1.667em;
	font-size: 1.2em;
}
.graphical_profile #viewJobs {
	position: absolute;
	right: 1.176em;
	top: 50%;
	margin-top: -0.8em;
}

.graphical_job iframe {
	border: 0;
	overflow: hidden;
	width: 100%;
}
.graphical_job label {
	font-weight: bold;
}

.graphical_job #frameHeader,
.graphical_job #frameFooter {
	position: relative;
	text-align: left;
}
.graphical_job #frameHeader {
	min-height: 3.5em;
	margin-top: -17px;
	padding: 0.5em 0;
	background-color: #fff;
	border-bottom: 1px solid #666;
}

.graphical_job #frameHeader p,
.graphical_job #frameFooter p  {
	padding-left: 1.667em;
}

.graphical_job form {
	position: absolute;
	right: 2em;
}
.graphical_job #frameHeader form {
	top: 50%;
	margin-top: -1.5em;
	vertical-align: middle;
}
.graphical_job #frameFooter form {
	bottom: 6em;
}

.graphical_job #frameFooter #jobDetails {
	padding: 1em 2em 0.5em;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.graphical_job #frameFooter #jobDetails dl {
	width: 22em;
}

.graphical_job #frameFooter ul#footerLinks {
	padding: 0 0 0 2em;
}
.graphical_job #frameFooter ul#footerLinks li {
	display: inline;
	float: right;
	margin-right: 1.667em;
}
.graphical_job #frameFooter ul#footerLinks li.back_to_results {
	float: left;
}
.graphical_job #frameHeader p.back_to_results,
.graphical_job #frameFooter ul#footerLinks li {
	line-height: 2.917;
}

/*	/ graphical products */

/*	login/registration */

/*		- layout */

.login_register h2 {
	display: inline;
	float: left;
	width: 17.3em;
	border-width: 1px;
}
.login_register #loginForm,
.login_register #regForm {
	background-color: #fafafa;
}
.login_register .message,
.login_register #loginInfo,
.login_register #loginForm,
.login_register #regInfo,
.login_register #regForm {
	margin: 0 0 1em 18.5em;
	padding: 0 0.9em;
	border-width: 1px;
}

.login_register #response h2 {
	height: 7em;
	background-image: url('/img/hdg_problem.png');
}
.login_register .message {
	height: 7em;
}
.login_register .message p {
	font-size: 1.6em;
	margin: 0.7em 0 0;
}

.login_register #login h2 {
	height: 6em;
	background-image: url('/img/hdg_login.png');
}
.login_register #loginInfo {
	height: 6em;
}

.login_register #reg h2 {
	height: 9em;
	background-image: url('/img/hdg_register.png');
}
.login_register #regInfo {
	height: 8.1em;
	padding-top: 0.9em;
}

.password_form .rsb_m3 {
	position: relative;
}
.password_form .field {
	display: inline;
	float: left;
	width: 33.5em;
	padding: 2em 0 4em;
}
.password_forgot .field {
	padding: 2em 0 0.3em;
}
.password_form label {
	margin-right: 0.667em;
}
.password_form p#autoLogin {
	position: absolute;
	left: 0;
	bottom: 0.909em;
	margin: 0;
}
.password_form a {
	position: absolute;
	left: 30.455em;
	bottom: 0.909em;
}
.password_form input.submit {
	position: absolute;
	right: 0;
	top: 1.176em;
}
.password_forgot input.submit {
	right: auto;
	left: 19em;
}
.password_sent input.submit,
.auth_check input.submit,
.apply_login input.submit {
	right: auto;
	left: 37.5em;
}


.password_form a,
.password_form p#autoLogin,
#regInfo li,
#regForm label.clickable {
	font-size: 1.1em;
}

#regForm {
	height: 19em;
}
#regForm .field {
	position: absolute;
	left: 1em;
}
#regForm #regPassword,
#regForm #regPasswordConfirm {
	left: 36.5em;
}

#regForm #regEmail,
#regForm #regPassword {
	top: 1.5em;
}
#regForm #regEmailConfirm,
#regForm #regPasswordConfirm {
	top: 5.5em;
}

#regForm #regTerms,
#regForm #regPrefs {
	left: 17em;
}
#regForm #regTerms {
	top: 9.5em;
}
#regForm #regPrefs {
	top: 12em;
}

#regForm input.submit {
	position: absolute;
	right: 0.529em;
	bottom: 0.529em;
}
#loginInfo p {
	line-height: 1;
}

#regForm label.clickable {
	width: 48.636em !important;
	margin: 0;
	padding: 0.5em 1.818em 0 0 !important;
	text-align: left;
}
#regForm label.clickable input {
	left: auto;
	right: 0;
}
#regInfo p {
	margin: 0;
}

/*	/ login/registration */

/*	candidate */

.candidate a.delete {
	font-weight: bold;
}
.candidate fieldset {
	clear: none;
	position: relative;
}
.candidate table {
	width: 100%;
	clear: none;
}
.candidate td {
	padding: 0.417em 0.417em;
}
.candidate td .submit {
	margin: 0 0.5em 0.5em 0;
}
.candidate #content td p {
	overflow: hidden;
}
.candidate #content .note,
.job #content .note {
	margin: 0 0 0 13.333em;
}
.candidate label span {
	font-weight: normal;
	font-size: 0.9em;
}
span.currency {
	display: inline-block;
	width: 1.2em;
	font-size: 1.2em;
}
.candidate fieldset {
	clear: none;
	position: relative;
}

#alertFieldFormat .clickable,
#alertFieldFrequency .clickable {
	width:3.333em !important;
	text-align:left;
	white-space:nowrap;
}


/*		icons */
.search_results a.save,
.search_results a.bookmarked,
.candidate a.linkCV,
.candidate a.linkCoverNote,
.tick,
#coverNoteCV {
	background-image: url('/img/icons.png');
	background-repeat: no-repeat;
	border-width: 0;
}
.search_results a.save {
	width: 14px;
	height: 14px;
	background-position: 0 0;
}
.search_results a.bookmarked,
.tick {
	width: 14px;
	height: 14px;
	background-position: -95px 6px;
}
.candidate a.linkCoverNote {
	width: 11px;
	height: 16px;
	background-position: 0 -100px;
}
.candidate a.linkCV {
	width: 16px;
	height: 16px;
	background-position: -100px -100px;
}
#coverNoteCV {
	background-position: -100px -100px;
}

.candidate #subNav a.linkslist {
	display: list-item;
	font-size:1.2em;
	line-height:1.5;
}

.candidate #subNav #searchForJobs a {
	height: 45px;
	background-image: url('/img/searchForJob.png');
background-position: 50% 60%;
}

/*		welcome */

.welcome #content .sIFR-replaced object {
	display: none;
}
.welcome #content .sIFR-alternate {
	position: static;
	height: auto;
	width: auto;
}
.welcome #content h2.ir .sIFR-alternate {
	width: 220px;
	height: 60px;
	
	background-image: url('/img/hdg_welcome.png');
}
.welcome #content h3.ir .sIFR-alternate {
	width: 150px;
	height: 100px;
	background-position: 0 0;
	
}
.welcome #myProfiles h3.ir .sIFR-alternate {
	background-image: url('/img/hdg_myProfiles.png');
}
.welcome #myAlerts h3.ir .sIFR-alternate {
	background-image: url('/img/hdg_myAlerts.png');
}
.welcome #myJobs h3.ir .sIFR-alternate {
	background-image: url('/img/hdg_myJobs.png');
}
.welcome #myDetails h3.ir .sIFR-alternate {
	background-image: url('/img/hdg_myDetails.png');
}

.welcome #content h2 {
	position: absolute;
}
.welcome #content p {
	border-width: 1px;
	padding: 9px 9px 9px 230px;
	height: 45px;
}
.welcome #content div p {
	border: none;
	padding: 0;
	min-height: auto;
}
.welcome #content div {
	position: relative;
	display: inline;
	float: left;
	width: 31.7em;
	height: 20em;
	margin: 1em 1em 0 0;
}
.welcome #content #myAlerts,
.welcome #content #myDetails { 
	margin-right: 0;
}

.welcome #content div a {
	position: absolute;
	top: 0.833em;
	right: 0.833em;
	width: 80px;
	height: 70px;
	color: #666;
	background-color: #fff;
	font-size: 1.2em;
	line-height: 1.8;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: lowercase;
}

/*		/ welcome */

/*		profile */

/*			manage profiles */

.cv_manage tr.on td {
	background-color: #fafafa;
	font-weight: bold;
}
.cv_manage tr.on td p {
	font-weight: bold;
}
.cv_manage h3,
.cv_manage #needHelp h3 {
	margin-top: 2em;
}
.cv_manage #profileFaq {
	clear: right;
}

/*			/ manage profiles */

/*			edit profile */

.cv_edit #short_desc_length {
	margin-left: 14.545em;
	font-size: 1.1em;
	width: auto;
}
.cv_edit #short_desc_lengthLabel {
	font-weight: normal;
	font-size: 1.1em;
	float: none;
}

.cv_edit .multibox {
	position: relative;
	display: inline;
	float: left;
	clear: none;
	width: 20.1em;
	margin: 0 1em;
}
.cv_edit .multibox span.req {
	position: absolute;
	top: 0;
	right: 0;
}
.cv_edit .multibox label {
	text-align: left;
}
.cv_edit .multibox select {
	width: 100%;
}

.cv_edit #desired_locationsControls {
	margin: 0 1em;
}
.cv_edit #desired_locationsControls a {
	margin-left: 2em;
}
.cv_edit #desired_locationsControls select {
	width: 100%;
	margin: 0.6em 0;
}

.cv_edit #eligibility {
	clear: both;
	padding-left: 1em;
}
.cv_edit #eligibility label {
	width: 6.5em !important;
	text-align: left;
}
.cv_edit #eligibility .clickable {
	width: 25em !important;
}

.cv_edit #category p {
	margin: 0.833em 0;
}
.cv_edit #category span.req {
	color: #fff;
	margin-top: -0.25em;
}

#privacy h3 {
	margin: 1em 0 0;
	padding: 0;
	background-color: transparent;
	border-bottom: none;
	color: #333;
}
#privacy p {
	clear: both;
}
#privacy .field {
	overflow: auto;
}

/*			/ edit profile */

/*			confirm profile */

.cv_confirm dt {
	font-size: 1em;
	font-weight: bold;
}
.cv_confirm dd {
	margin-bottom: 1em;
}

/*			/ confirm profile */


/*		/ profile */

/*		alerts */

.alerts dl.alert_details dt {
	display: inline;
	float: left;
	width: 7.667em;
	text-align: right;
	color:#666;
}
.alerts dl.alert_details dd {
	margin-left: 8.667em;
}
.alerts .alert_delete {   
	position: relative;
	bottom: 5.333em;
}
.alerts .alert_actions {
	position: absolute;
	right: 0;
	bottom: 1em;
	text-align: right;
}
.alerts .job_alert {
	position: relative;
	padding: 1em 0 1.5em;
}
.alerts .alert_title a {
	display: inline-block;
text-decoration:none;
}

/*			edit alert */

.alerts_createedit form h2 {
	font-weight: normal;
}
.alerts_createedit ol {
	list-style: decimal inside;
	margin: 1em 0;
}
.alerts_createedit p#requiredNote {
	top: 0;
}
.alerts_createedit .clickable {
	margin-right: 0.833em;
}

/*			/ edit alert */

/*		/ alerts */

/*		jobs */

.jobs_applied .edit .rsb_m3,
.jobs_saved .edit .rsb_m3,
.jobs_my_saved,
.jobs_my_applied,
.jobs_my_wherenext {
	padding-bottom: 4em;
}

.jobs td a {
	font-weight: bold;
}

#coverNoteCV {
	height: 16px;
	line-height: 16px;
}
#coverNoteCV a {
	display: inline;
	letter-spacing: 0;
	text-indent: 0;
	padding-left: 20px;
}
/*		/ jobs */

/* 		details */

.details_edit label.clickable {
	margin-left: 14.545em;
	font-size: 1.1em;
}

/* 		/ details */

/*	/ candidate */

/*	help */

.help #content h2.where {
	margin-top: 1.714em;
}

.help #content dt {
	display: inline;
	float: left;
	margin-right: 1.2em;
	font-weight: bold;
}
.help #content dd {
	margin: 1em 0;
}

.privacy #content p {
	margin-top: 0;
}
	
.privacy #content h3 {
	font-size: 1.2em;
}
.termsconditions #content dd {
	margin-left: 4.36em;
}
.termsconditions #rubric strong {
	font-weight: normal;
	text-transform: uppercase;
}

/*		contact us */

.contactus #fieldPrefer {
	padding-left: 16em;
}

/*		/ contact us */

/*	/ help */

/*	static pages */

.accessibility table {
	margin-bottom: 1em;
}
.accessibility th,
.accessibility td {
	padding-right: 1.833em;	
}
.accessibility th {
	font-weight: bold;
}
.accessibility #wcag a {
	background-image: none;
}
.accessibility span {
	font-weight: bold;
}

.sitemap h3 {
	clear: both;
}
.sitemap ul li,
.useful_links ul#nav li {
	display: inline;
	float: left;
	margin: 0 1.666em 1em 0;
	white-space: nowrap;
}

.useful_links #column1,
.useful_links #column2 {
	display: inline;
	float: left;
	width: 43.4em;
}
.useful_links #column1 {
	margin-right: 2em;
	clear: left;
}
.useful_links h3 {
	margin: 1.714em 0 0.571em;
}
.useful_links dt {
	display: inline;
	float: left;
	margin-right: 0.3em;
}
.useful_links dd {
	margin: 0 0 0.666em;
}

.embed .embed_search_exp {
	margin: 1em 0;
}
.embed .embed_search_exp b {
	font-weight: bold;
}
.embed .embed_panel {
	padding: 1.5em 0;
}
.embed_panel div input,
.embed_panel div select,
.embed_panel div label {
	font-size: 1em;
}

.newsletter #newsletter_form p {
	display: inline;
	font-weight: bold;
}
.newsletter #newsletter_form input.submit {
	margin-left: 0.714em;
}
.embed textarea {
	height: 164px;
}

/*	/ static pages */

/*	seo */

/*		browse */

#browse_links {
	padding: 1em 0;
}
#browse_links h2,
#browse_links #canned_text {
	padding-left: 0.833em;
}
#browse_links #canned_text {
	margin: 0.333em 0 2em;
}
#browse_links ul {
	display:inline;
	float: left;
	width: 21.9em;
	margin: 0 0 2em 1em;
}
#browse_links li {
	margin-bottom: 0.5em;
}
#browse_links h2{
	clear: both;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#browse_links h3 {
	font-weight: normal;
}
#browse_links ul li.category {
	padding-top: 1em;
}
#browse_links ul li.category a {
	font-weight: bold;
	margin-left: -0.5em;
}
#browse_links li.category:first-child {
	margin-top: -1em;
}

/*		/ browse */

/*	/ seo */

/*	olp */

.buy_job_form label {
	width: 11.667em !important;
	margin-right: 0.833em !important;
}
.buy_job_form .validation_message {
	margin-left: 12.5em !important;
}

/*	/ olp */
