/* [%-# %W% %T%,%D% (yy/mm/dd) -%] */
/***************************************************************
	Imports
***************************************************************/

	@import url(global.css);

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


div.files {
		padding: 20px 0 20px 0;
		width: 708px;
		float:left;
		}
	
	div.files ul {
		margin: 0;
		padding:0;
		list-style-type: none;
		clear:both;
		float:left;
			
	}
	
	div.files ul li {
		float: left;
		background: #ff0000 url(../images/general/loginbg.gif) 100% 0  no-repeat;
		padding: 0;
	}
	
	div.files ul li a {
		text-align: center;
		width: 110px;
		display: block;
		text-decoration: none;
		font-weight: bold;
		padding: .5em 0;
		color:#fff;
	}

	div.files ul li a:hover{
		color:#fff !important;
	}
	
	div.files ul li.active a {
		color: #fff;
		border-bottom: none;
		padding: .5em 0;
		background: #006b6e url(../images/general/loginbg1.gif) 100% 0  no-repeat;
	}
	
	div.files div {
		border: 4px solid #8ba2a4;
		float: left;
		padding: 0 5px;
		clear:both;
		width:750px;
		
	}

	div.files div div {
		border: none;
		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) center 5px no-repeat;
		color: #ff0000;
		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: url(../images/app_mngr/right_arrow.gif) 2px 0 no-repeat;
		width: 20px;
	}
	
	div.files table td.state_eliminated  {
		background: url(../images/app_mngr/eliminated.gif) 6px 3px no-repeat;
		width: 20px;
	}
	
	div.files table td.sortCol {
		white-space: nowrap;
		border: solid #ccdfe1;
		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: 100%;
		padding: 1em 30px;
		border-bottom: 4px solid #eef2f3;
	}
	
	div.files h2 em {
		font-style: normal;
	}
	
	div.files input.submit {
		margin-right: 5px;
	}
	
	table tr td.inmsg {
		background: url(../images/app_mngr/inmsg.gif) center center no-repeat;
	}
	
	table tr td.outmsg {
		background: url(../images/app_mngr/outmsg.gif) center center no-repeat;
	}
	
	table tr td.nomsg {
		background: 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 #eef2f3;
	}
	
	tr.even td a.notes, tr.even td a.nonotes {
		border: 1px solid #FFF;
	}

/***************************************************************
	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 #ff0000;
		background: url(../images/general/email_candidate.gif) 0 0 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 #ff0000;
		background: url(../images/general/add_shortlist.gif) 0 0 no-repeat;
	}

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

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

/***************************************************************
	Summary of Tables
***************************************************************/

	table.recSummary {
		border-left: none;
		border-right: none;
		font-size: 100%;
	}
	
	table.recSummary th {
		border-bottom: 1px solid #626262;
		vertical-align: bottom;
		background-color: #FE84C6;
		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: #eef2f3 !important;
	}

	table tr.even td {
		background-color: #ffffff !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 #ff0000;
	}
	
	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;
	}

/***************************************************************
	Misc
***************************************************************/

	p.cvo_access_warning {
		border: 2px solid #AF1515;
		background-color: #fff;
		padding: 3px;
		color: #AF1515
	}	
	
	.allocated { 
		color: #5C5C5C; 
	}
	
	.pending {
		color: #F3AF3B;
	}
	
	.none {
		color: #ba0f1f;
	}
	
	.pseudobutton {
		margin-top: 10px;
	}

/***************************************************************
	Page Specifics
***************************************************************/

	/***********************************************************
		Vacancy weeks by recruiter
	***********************************************************/
	
		body#vacweeks .backToTop2 {
			float: left;
			margin: 0 4px;
		}
		
		body#vacweeks .backToTop2 p {
			padding: 0;
			margin: 0;
		}
		
		body#vacweeks fieldset {
			border-top: 0;
		}
	
	/***********************************************************
		Summary by recruiter specific code
	***********************************************************/
	
		body#sumrecruit fieldset {
			border-top: 0;
		}
	
	/***********************************************************
		Manage Vacancy Footer specific code
	***********************************************************/
	
		#vacfooter p {
			clear: both;
		}
		
		#vacfooter fieldset {
			position: relative;
			border: 3px solid #ccdfe1;
			margin: 15px 0 0 0;
			padding: 0 0 15px 0;
			float:left;
		}
		
		#vacfooter input {
			width: auto;
			margin: 0 2px;
			padding: 0;
			float: left;
		}
		
		#vacfooter fieldset#options {
			padding: 10px 0;
			margin: 0;
		}
		
		#vacfooter fieldset div {
			float: left;
			width: 140px;
			margin: 10px 0;
			padding: 0 0 0 15px;
		}
		
		#vacfooter legend {
			font-weight: bold;
			font-size: 1.2em;
			margin-left: 0;
			padding-left: 0;
			color:#006b6e !important;
		}
			
		#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;
		}
		
		#vacfooter textarea {
			float: left;
			width: 73%;
			margin: 10px 0 0 25px;
			border: 1px solid #ccdfe1;
			background: #fff;
		}
		
		#vacfooter fieldset#default textarea {
			border: 1px solid #ccdfe1;
			background: #fff;
		}
			
		#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: #F5F5F5;
			border: 1px solid #494949;
			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;
		}

		#cvsearchform table.colhighlight label{
			clear:both !important;
		}
	
	/***********************************************************
		OVP
	***********************************************************/
	body#ovp #ovp_client_form{
		width:500px;
	}
	
		div#moreinfo {
			width: 200px;
			float: right;
		}
		
		#ovpbox {
			float: right;
			width: 140px;
			padding: 10px;
			margin: 0 9px 10px 10px;
			text-align: center;
			border: 1px solid #ff0000;
			background: #e4eeef;
			
		}
		
		div#ovpinfo {
			float: right;
			width: 140px;
			padding: 10px;
			margin: 0 9px 10px 10px;
			text-align: center;
			background:#006b6e url(/images/general/circlebg.gif) 0 0 no-repeat;
			color:#fff;
		}

		div#ovpinfo a{
		color:#fff !important;
		}

		div#ovpinfo a:hover{
		color:#fff !important;
		}
		
		div#ovpinfo p strong {
			font-size: 1.3em;
		}
		
		div#ovpinfo p strong em {
			font-size: 0.9em;
			color:#fff;
		}
		
		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;
			width: 190px;
		}

		#ovpToolbarHolder h2 {
			margin: 0 0 10px 0;
			padding: 0 0 115px 0;
			background: url(../images/general/accept_cards.gif) no-repeat 0 100%;
		}

		#ovp ol li {
			width:auto;
			margin: 0 0 0 10px;
		
		}
		#ovpToolbar {
			padding: 10px;
			margin: 0 0 10px 0;
			width: 163px;
			text-align: left;
			background: #ff0000;
			border: 1px solid #ff0000;
		}
		
		#ovpToolbar div {
			background: #fff;
			padding: 7px;
			line-height: 1.3em;
			margin: 0 0 10px 0;
			border: 1px solid #ff0000;
			position: relative;
		}
		
		#ovpToolbar h2 {
			font-size: 1.2em;
			margin: 0 0 .4em 0;
		}

		body#ovp div#testimonial {
			z-index: 2;
		}
		
		body#ovp div#testimonial blockquote {
			position: absolute;
			top: -9999px;
			right: 20%;
			width: 250px;
			margin: 0;
			padding: 1em 1em 0 1em;
			background: #e5f0f0;
			border: 1px solid #ff0000;
		}
		
		body#ovp div#testimonial:hover blockquote,
		body#ovp div#testimonial.hover blockquote {
			top: 25px;
		}
		
		body#ovp strong.active {
			color: #631408;
		}

		/*body#ovp p#accepted {
			font-size: 1px;
			text-indent: -5000px;
			overflow: hidden;
		}*/
		
		body#ovp div#MainFrameHolder iframe {
			width: 100%;
			border: 1px solid #676767;
			height: 300px;
			margin: 0 0 2em 0;
		}
		
		body#ovpTerms {
			padding: 10px 0;
			background: #fff !important;
		}

						
		body#ovpTerms li {
			text-align: left;
			margin-bottom: 1em;
		}
		
		body#ovpTerms ul li {
			list-style: none;
			text-indent: -1.6em;
		}
		
		body#ovpTerms dl {
			padding: 0 0 0 3em;
		}
		
		body#ovpTerms dl dt {
			font-weight: bold;
		}
		
		body#ovpTerms dl dd {
			text-indent: 0;
		}
		
		body#ovpTerms li h3 {
			margin: 0;
		} 
		
		body#ovp form input.radio {
			margin: 0 2px 0 1em !important;
			padding: 0;
			width: auto !important;
			border: none;
			vertical-align: middle;
			display: inline;
		}
		
		body#ovp table#jobs th,
		body#ovp table#jobs td {
			padding: 0 .5em;
			border-right: 1px solid #FFF;
		}
	


	/* new */

		body#ovp div.ovpText {
			float:left;
			margin:0;
			padding:0;
			width:590px;
		}

	body#ovp div.ovpText h2 {
			font-size:160%;
			margin-bottom:15px;
		}

		body#ovp div.ovpText h2 span {
			font-size:80%;
			line-height:180%;
		}

		body#ovp div.ovpText h2 span em {
			
			font-style:normal;
			color:#006B6E;
		}

		body#ovp img#accepted {
			float:right;
			margin:0;
			padding:0;
		}

		body#ovp div.ovpText form fieldset {
			border:0;
			margin-bottom:10px;
		}

		body#ovp div.ovpText form input.submit {
			float:left;
		}
	/***********************************************************
		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: #e5f0f0;
			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 #CCE1E2;
			padding: .2em 5px;
		}
		
		table.results td em {
			color: #FF0000;
			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 #CCE1E2;
			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;
		}
	
	/***********************************************************
		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: 20px !important;
			width: 60px !important;
		}

	/***********************************************************
		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;
		}

	/***********************************************************
		Vacancy Location
	***********************************************************/
	
		#current_locations { 
			padding: 3px;
			border: 1px solid #FAC3E0;
		}
		
	/***********************************************************
		Vacancy filter form on Agency data main
	***********************************************************/
		
		body#agency_data.main form#tableView {
			border-bottom: 1px solid #0B4499;
			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 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: 200px;
		}		

/* 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:700px !important;
			float: left;
		}

/***********************************************************
Subscription Preferences - manage_client_subscriptions.cgi
***********************************************************/
	form#subscription_preferences legend {
		display:none;
	}

	#marketing_campaigns {
		clear:both;
		border:none;
	}

	#marketing_campaigns h2 {
		color:#FF0000 !important;
		background: url(../images/general/inputbg.gif) repeat-x scroll 0pt 50%;
		padding: 5px !important;
	}

	ul#email_settings {
		float:left;
		margin: 0 0 10px 0;
	}

	ul#email_settings li {
		list-style:none;
	}

	#subscription_preferences .module {
		padding:0 0 5px 0;
	}

	#subscription_preferences .module input {
		margin:0 !important;
	}

	#subscription_preferences .pseudobutton {
		margin:0;
	}

