/* [%-# @(#)recruiter.css	1.5 08:44:18,08/02/05 (yy/mm/dd) -%] */
/* *****************************************************************************
	Imports
***************************************************************************** */

	@import url(global.css);
	
/* *****************************************************************************
	Globals
***************************************************************************** */

	.allocated { color: #3a8619; }
	
	.pending { color: #f3af3b; }
	
	.none { color: #ba0f1f; }
	
	.pseudobutton { margin-top: 10px; }

/* *****************************************************************************
	File tabs
***************************************************************************** */

	div.files {
		background-image: url(../images/tabs/bg_tab_bottom.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 0 0 20px 0;
		width: 600px;
	}
	
	div.files ul {
		margin: 0;
		padding-bottom: 14px;
		list-style-type: none;
		background-image: url(../images/tabs/bg_tabs.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 2em;
	}
	
	div.files ul li {
		float: left;
		background-image: url(../images/tabs/bg_tab.gif);
		padding: .5em 0 0 0;
	}
	
	div.files ul li a {
		text-align: center;
		width: 99px;
		display: block;
		text-decoration: none;
		font-weight: bold;
		padding: 0 0 .25em 0;
		border-bottom: 2px solid #fff;
	}
	
	div.files ul li.active a {
		color: #fff;
		border-bottom: none;
		padding: 0 0 .45em 0;
	}
	
	div.files div {
		border-left: 2px solid #71BC75;
		border-right: 2px solid #71BC75;
		background-color: #71BC75;
		float: none;
		padding: 0 5px;
	}
	
	div.files div div {
		border: 1px solid #71BC75;
		padding: 0;
	}
	
	div.files table {
		margin: 0;
		width: 100%;
		border: none;
	}
	
	div.files table th,
	div.files table td {
		color: #000;
		background-color: #fff;
		border: none;
	}
	
	div.files table th#opinionSort a {
		background: url(/images/app_mngr/sort.gif) top left no-repeat;
		display: block;
		overflow: hidden;
		height: 9px;
		width: 108px;
		padding: 0;
		margin: 0;
	}
	
	div.files table th#opinionSort a span {
		display: block;
		margin: -5000px 0 0 0;
	}
	
	div.files table th ul {
		background: none;
		padding: 0;
	}
	
	div.files table th ul li {
		background: url(../images/app_mngr/star.gif);
		background-repeat: no-repeat;
		background-position: center 5px;
		color: #B53281;
		font-weight: bold;
		margin: 0;
		padding: 0 2px .8em 14px;
		font-size: 120%;
	}
	
	div.files table td.state_opinion {
		width: 20px;
	}
	
	div.files table td.state_noopinion {
		background-image: url(../images/app_mngr/right_arrow.gif);
		background-position: 2px 0;
		background-repeat: no-repeat;
		width: 20px;
	}
	
	div.files table td.state_eliminated  {
		background: url(../images/app_mngr/eliminated.gif);
		background-position: 6px 3px;
		background-repeat: no-repeat;
		width: 20px;
	}
	
	div.files table td.sortCol {
		white-space: nowrap;
		border: solid #69B26D;
		border-width: 0 1px;
	}
	
	div.files table td label {
		display: none !important;
		visibility: hidden;
	}
	
	div.files table td input.radio {
		width: 12px;
		margin: 0 10px 0 0;
	}
	
	div.files h2 {
		margin: 0;
		background-color: #fff;
		font-size: 90%;
		padding: .6em 30px;
		border-bottom: 1px solid #000;
	}
	
	div.files h2 em {
		font-style: normal;
	}
	
	div.files input.submit {
		margin-right: 5px;
	}
	
	table tr td.inmsg {
		background-image: url(/images/app_mngr/inmsg.gif);
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	table tr td.outmsg {
		background-image: url(/images/app_mngr/outmsg.gif);
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	table tr td.nomsg {
		background-image: none;
	}
	
	table fieldset {
		border: 0;
	}

/* *****************************************************************************
	notes icon
***************************************************************************** */

	a.notes span, a.nonotes span {
		display: block;
		margin: -9000px 0 0 0;
	}
	
	a.notes, a.nonotes {
		display: block;
		height: 15px;
		width: 15px;
		padding: 0;
		margin: 0;
	}
	
	a.notes {
		background: url(/images/app_mngr/notes.gif) top left no-repeat;
	}
	
	a.nonotes {
		background: url(/images/app_mngr/no_notes.gif) top left no-repeat;
	}
	
	tr.odd td a.notes, tr.odd td a.nonotes {
		border: 1px solid #F1F8ED;
	}
	
	tr.even td a.notes, tr.even td a.nonotes {
		border: 1px solid #FFF;
	}

/* *****************************************************************************
	List of Sidelinks
***************************************************************************** */

	.sidelinksright {
		margin: .8;
		float: right;
	}
	
	.sidelinksright ul {
		
		list-style-type: none;
		margin-left: 0;
	}
	
	.sidelinksright li {
		text-align: center;
		padding: 0 0 1em 0;
	}

/* *****************************************************************************
	Page Specific
***************************************************************************** */
	
	/* *************************************************************************
		Agency Data
	************************************************************************* */
	
		table#agency_data_main tr td label {
			display: none;
		}
		
		table#agency_data_main tr td input {
			width: 20px;
		}
		
		table#agency_data_main tr td input.checkbox {
			width: auto;
		}
		
		table#agency_data_main em {
			width: auto; 
			display: inline;
		}

	/* *************************************************************************
		emaillink buttons for cvsearch_results
	************************************************************************* */
	
		p.emaillink {
			width: 610px;
			margin: 1em 0 0 0;
			padding: 1em 0 0 0;
		} 
		
		
		p.emaillink a {
			display: inline;
			float: left;
		}
		
		p.emaillink input.button {
			cursor: pointer;
			padding: 0 0 0 35px;
			margin: 0 .2em .2em .2em;
			float: right;
			background: none;
			width: 150px !important;
			border: 1px solid #69B26D;
			background-image: url(../images/general/email_candidate.gif);
			background-repeat: no-repeat;
		}
		
		div p.emaillink input.submit {
			cursor: pointer;
			font-weight: normal;
			padding: 0 0 0 1em;
			margin: 0 .2em .2em .2em;
			float: right;
			width: 120px !important;
			background: none;
			border: 1px solid #69B26D;
			background-image: url(../images/general/add_shortlist.gif);
			background-repeat: no-repeat;
		}

	/* *************************************************************************
		CSS for Summary of Tables
	************************************************************************* */
	
		table.recSummary {
			border-left: none;
			border-right: none;
			font-size: 100%;
		}
		
		table.recSummary th {
			border-bottom: 1px solid #289A2F;
			vertical-align: bottom;
			background-color: #71BC75;
			color: #fff;
			font-weight: bold;
			text-align: center;	
		}
		
		table.recSummary tr td {
			border: none;	
		}
		
		table.recSummary tr.checked td {
			text-align: center;
		}
		
		table.recSummary tr.checked td input {
			cursor: pointer;
			margin: 0;
			width: auto;
			float: none;
		}
		
		table.recSummary tr td input {
			width: auto;
			border: none;
		}
		
		table tr.odd td {
			background-color: #F1F8ED !important;
		}
		
		table.recSummary tr td.status {
			text-align: center;
		}
		
		table.recSummary tr.underline td {
			border-bottom: 1px solid #000;
		}
		
		table.recSummary tr.underlinedot td {
			border-bottom: 2px dotted #69B26D;
		}
		
		table.recSummary tr.underlineboth td {
			border: 1px solid #000;
			border-width: 1px 0;
		}
		
		table.recSummary tr th.center, table.recSummary tr td.center {
			text-align: center;
		}
		
		table.recSummary tr th.right, table.recSummary tr td.right {
			text-align: right;
		}

	/* *************************************************************************
		Vacancy weeks by recruiter specific code - ID for this is kept in the <body> tag
	************************************************************************* */

		#vacweeks .backToTop2 {
			float: left;
			margin: 0 4px;
		}
		
		#vacweeks .backToTop2 p {
			padding: 0;
			margin: 0;
		}
		
		#vacweeks fieldset {
			border-top: 0;
		}

	/* *************************************************************************
		Summary by recruiter specific code - ID for this is kept in the <body> tag
	************************************************************************* */

		#sumrecruit fieldset {
			border-top: 0;
		}

	/* *************************************************************************
		Manage Vacancy Footer
	************************************************************************* */

		#vacfooter p {
			clear: both;
		}
		
		#vacfooter fieldset {
			position: relative;
			border: solid #71BC75;
			border-width: 1px 0 0 0;
			margin: 10px 0 0 0;
			padding: 0 0 15px 0;
		}
		
		#vacfooter input {
			width: auto;
			margin: 0 2px;
			padding: 0;
			float: left;
		}
		
		#vacfooter fieldset#options {
			border-width: 1px;
			padding: 10px 0;
			margin: 0;
		}
		
		#vacfooter fieldset div {
			float: left;
			width: 150px;
			margin: 10px 0;
			padding: 0 0 0 15px;
		}
		
		#vacfooter legend {
			font-weight: bold;
			font-size: 1.2em;
			margin-left: 0;
			padding-left: 0;
		}
		
			
		#vacfooter label {
			font-size: 1em;
			float: left;
			margin: 0 5px 0 0;
			padding: 0;
		}
		
		#vacfooter fieldset#default label {
			font-weight: bold;
		}
		
		#vacfooter fieldset#options label {
			margin: 0 7px 0 20px;
		}
		
		#vacfooter fieldset#options p {
			padding: 1em 0 1em 20px;
		}
		
		#vacfooter label#none {
			font-weight: bold;
			color: #C55171;
		}
		
		#vacfooter textarea {
			float: left;
			width: 380px;
			margin: 10px 0 0 25px;
		}
		
		#vacfooter fieldset#default textarea {
			border: 2px solid #27AE06;
			background: #F5F9F3;
		}
		
			
		#vacfooter img.example {
			margin: 25px 0 0 0;
			width: 91px;
			height: 20px;
			cursor: pointer;
		}
		
		#vacfooter input#image {
			margin: 15px 0;
			float: right;
		}
		
		#vacfooter .submit {
			margin: 15px 0 0 0;
			float: right;
		}
		
		#vacfooter div#dflthelp, div#opthelp {
			display: none;
			width: 400px;
			padding: 15px;
			background: #F5F9F3;
			border: 1px solid #018112;
			margin: 0 0 0 -200px;
			position: absolute;
			left: 50%;
			z-index: 2;
		}
		
		#vacfooter div#dflthelp a, div#opthelp a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			text-decoration: underline;
			cursor: hand;
			cursor: pointer;
		}
		
		#vacfooter div#dflthelp a img, div#opthelp a img {
			margin: 0 0 0 5px;
		}
		
		#vacfooter div.agy {
			top: 225px;
		}
		
		#vacfooter div.bus {
			top: 350px;
		}
		
		#vacfooter div.oth {
			top: 500px;
		}
		
		#vacfooter div.opt {
			top: 650px;
		}
		
			
		#vacfooter div[id="dflthelp"]#dflthelp, div[id="opthelp"]#opthelp {
			position: fixed;
			top: 35% !important;
		}
		
		#vacfooter img.help {
			width: 15px;
			height: 15px;
			margin: 0 10px;
			cursor: hand;
			cursor: pointer;
			float: right;
		}
	
	/* *************************************************************************
		Vacancies Posted specific code
	************************************************************************* */
	
		#vacssummary table.colhighlight td input,
		#vacssummary table.colhighlight td select,
		#vacssummary table.colHighlight td input,
		#vacssummary table.colHighlight td select {
			width: 100px;
		}

	/* *************************************************************************
		OVP
	************************************************************************* */

		div#moreinfo {
			width: 200px;
			float: right;
		}
		
		#ovpbox {
			float: right;
			width: 140px;
			padding: 10px;
			margin: 0 9px 10px 10px;
			text-align: center;
			border: 1px solid #289A2F;
			background: #F1F8ED;
		}
		
		div#ovpinfo {
			float: right;
			width: 140px;
			padding: 10px;
			margin: 0 9px 10px 10px;
			text-align: center;
			border: 1px solid #289A2F;
			background: #F1F8ED;
		}
		
		div#ovpinfo p strong {
			font-size: 1.3em;
		}
		
		div#ovpinfo p strong em {
			font-size: 0.9em;
		}
		
		div#ovpSummaryTotals {
			width: 300px;
			float: right;
			text-align: right;
			font-size: 1.2em;
		}
		
		div#ovpSummaryTotals p {
			clear: both;
		}
		
		div#ovpSummaryTotals hr {
			width: 60px;
			position: relative;
			float: right;
		}
		
		#ovpToolbarHolder {
			float: right;
			margin: 0 0 0 10px;
		}
		
		#ovpToolbarHolder h4 {
			margin: 0 0 10px 0;
			padding: 0 0 25px 0;
			background: url(/images/general/accept_cards.gif) no-repeat 50% 100%;
		}
		
		#ovpToolbarHolder h4 p span {
			display: none;
		}
		
		#ovpToolbar {
			padding: 10px;
			width: 163px;
			text-align: left;
			background: #F1F8ED;
			border: 1px solid #289A2F;
		}
		
		#ovpToolbar div {
			background: #fff;
			padding: 7px;
			line-height: 1.3em;
			margin: 0 0 10px 0;
			border: 1px solid #289A2F;
		}
		
		#ovpToolbar h2 {
			font-size: 1.2em;
			margin: 0 0 .4em 0;
		}
	
	/* *************************************************************************
		CV Search results
	************************************************************************* */
	
		table.results {
			font-size: 110%;
			margin: 0 0 1em 0;
		}
		
		table.results th.name {
			font-size: 110%;
			text-align: left;
		}
		
		table.results th.name,
		table.results th.opt {
			background: none;	
		}
		
		table.results th {
			background: #F1F8ED;
			color: #000;
			font-weight: bold;
			text-align: right;
			width: 30%;
		}
		
		table.results td {	
			width: 70%;
		}
		
		table.results td,
		table.results th {
			border-bottom: 1px dotted #E5E5EF;
			padding: .2em 5px;
		}
		
		table.results td em {
			color: #B63381;
			font-weight: bold;
		}
		
		table.results td a.cv-email-candidate {
			background: url(/images/general/email_candidate.gif) no-repeat left 50%;
			padding: 0 0 0 33px;
		}
		
		table.results td a.cv-basket-add {
			background: url(/images/general/add_shortlist.gif) no-repeat left 50%;
			padding: 0 0 0 14px;
		}
	
	/************************************************************************
		Table - results used to style CV automatch teaser section
	************************************************************************/
		
		body#cvautomatch{
			background: #fff;
		}
		body#cvautomatch table.results{
			width: 100% !important;
		}
		body#cvautomatch table.results th.name{
			border-bottom: 1px solid #289A2F;
			padding-top: 1em;
			width: 100%;
		}
		body#cvautomatch table.results th.name strong{
			float: left;
		}
		body#cvautomatch table.results th.name span.livesin{
			font-size: .8em;
			display: block;
			float: right;
		}
		body#cvautomatch table.results th.name span.livesin strong{
			font-style: italic;
			font-weight: normal;
			float: none;
			display: inline;
		}
		body#cvautomatch table.results th{
			/*width: 150px;*/
		}
		body#cvautomatch table.results td{
			text-align: left;
		}
	
	/* *************************************************************************
		Choose account <select> box on Client Home
	************************************************************************* */
	
		.box2a fieldset label select {
			width: 290px;
		}
	
	/* *************************************************************************
		Vacancy location pop up
	************************************************************************* */
		
		#current_locations { 
			padding: 3px;
			border: 1px solid #DBE5F0;
		}
		
	/* *************************************************************************
		CV Search Markup image button
	************************************************************************* */
	
		.cvSearchSave {
			width: 60px !important;
			height: 25px !important;
		}

	/* *************************************************************************
		Featured REcruiters -more_corporates.cgi
	************************************************************************* */
	
		.featuredList {
			clear: both;
			width: auto;
			margin: 1em 0;
			list-style-type: none;
			text-align: center;
		}
		
		.featuredList li {
			margin: .5em 5px;
			display: block;
			float: left;
			text-align: center;
			width: 22%;
		}
		
		.featuredList li img {
			display: block;
			margin: 0 auto;
			height: 35px;
			width: 90px;
		}
		
		.cvSearchSave {
			height: 25px !important;
			width: 60px !important;
		}
		
		p.cvo_access_warning {
			border: 2px solid #AF1515;
			background-color: #ffffff;
			padding: 3px 3px 3px 3px;
			color: #AF1515
		}
		
	/***********************************************************
		Vacancy filter form on Agency data main
	***********************************************************/
		
		body#agency_data.main form#tableView {
			border-bottom: 1px solid #289A2F;
			margin: 0 0 1em 0;
		}		
		body#agency_data.main form#tableView fieldset {
			border: none;
			margin: 0;
			padding: 0 0 2px 0;
		}
		body#agency_data.main form#tableView fieldset div{
			float: left;
			margin: 0 0 0 10px;
		}		
		body#agency_data.main form#tableView label {
			display: block;
			margin: 0;
			padding: 0;
			width: auto;
		}
		body#agency_data.main form#tableView input {
			margin: 0 3px 0 0;
		}
		body#agency_data.main form#tableView input.submit {
			margin: 0 0 0 5px;
			display: inline;
			float: none;
		}
		body#agency_data.main form#tableView select#filter_recruiter_id {
			width: 140px;
		}
		
		body#agency_data.main form#tableView p {
			font-size: 90%;
			margin: 0 0 0 .9em;
		}
		body#agency_data.main form#tableView fieldset#vacStatus{				
			float: left;
			margin: 0 0 0 10px;
		}
		body#agency_data.main form#tableView fieldset#vacStatus p {				
			margin: 0 0 4px 0;
			font-size: 100%;
		}		
		body#agency_data.main form#tableView fieldset#vacStatus label {
			display: inline;
			margin: 0 10px 0 0;
		}
		body#agency_data.main form#tableView fieldset#actButtons {
			margin: 0 0 0 20px;
			padding: 1.3em 0 1em 0;
		}
		body#agency_data.main form#tableView input#job_ref {
			width: 150px;
		}		

/* Account Selection Box on logged in as a Recruiter */

		body#myadvmgr.account_selection fieldset {
			border:medium none;
		}

		body#myadvmgr.account_selection select {
			display:inline;
			margin:0;
			width:540px !important;
			float: left;
		}
