/* [%-# @(#)recruiter.css	1.18 08:51:08,09/04/08 (yy/mm/dd) -%] */

/* *****************************************************************************
	Import
***************************************************************************** */

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

	p.cvo_access_warning {
		border: 2px solid #AF1515;
		background-color: #F7E7E7;
		padding: 3px;
		color: #AF1515
	}	
	
	.allocated { 
		color: #3a8619; 
	}
	
	.pending { 
		color: #f3af3b; 
	}
	
	.none { 
		color: #ba0f1f; 
	}
	
	.pseudobutton { 
		margin-top: 10px; 
		width:auto !important;
	}

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

	div.files ul {
		margin: 0;
		padding-bottom: 14px;
		list-style-type: none;
		height: 2em;
	}
	*html div.files ul{padding-bottom:0;}
	div.files ul li {
		float: left;
		padding: .5em 0 0 0;
	}
	
	div.files ul li a {
		text-align: center;
		width: 99px;
		display: block;
		background: #DBDBDB;
		text-decoration: none;
		font-weight: bold;
		padding: 0.5em 0 1em 0;
	}
	
	div.files ul li a:link,
	div.files ul li a:visited {
		color: #000;
		background: #DBDBDB;
	}
	
	div.files ul li a:hover,
	div.files ul li a:active {
		color: #333;
		background: #bebebe;
	}
	
	div.files ul li.active a {
		color: #fff;
		background: #345D9F;
		border-bottom: none;
		padding: .5em 0 1em 0;
		cursor: default;
	}
	
	div.files table {
		margin: 0;
		width: 100%;
		border: none;
	}
	
	div.files table td {
		color: #000;
		background: none;
		border: none;
	}
	div.files table th{background:#bebebe;}
	
	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: #000;
		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 #345D9F;
		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 #f69528;
	}
	
	div.files h2 em {
		font-style: normal;
	}
	
	div.files input.submit {
		margin-top: 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: 0px solid #b29a7d;
	}
	
	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
***************************************************************************** */
	
	/* *************************************************************************
		Client Home
	************************************************************************* */
	
		body#clientHome form fieldset {
			border: none;
		}
		
		body#clientHome ol {
			width: auto;
		}
	
	/* *************************************************************************
		Filtering form - attach/detatch
	************************************************************************* */
	
		table.appForm {
			font-size: 100%;
		}
		
		table.appForm th {
			border-bottom: 1px solid #f69528;
			border-right: 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 #B2B2D1;
			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 #B2B2D1;
			background-image: url(../images/general/add_shortlist.gif);
			background-repeat: no-repeat;
		}

	/* *************************************************************************
		Summary of Tables
	************************************************************************* */
	
		table.recSummary {
			border-left: none;
			border-right: none;
			font-size: 100%;
		}
		
		table.recSummary th {
			border-bottom: 1px solid #ccc;
			vertical-align: bottom;
			background-color: #ccc;
			color: #000;
			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: #DBDBDB  !important;
		}
		
		table.recSummary tr td.status {
			text-align: center;
		}
		
		table.recSummary tr.underline td {
			border-bottom: 1px solid #ccc;
		}
		
		table.recSummary tr.underlinedot td {
			border-bottom: 2px dotted #ccc;
		}
		
		table.recSummary tr.underlineboth td {
			border: 1px solid #ccc;
			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 0 1em;
		}
		
		#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: 3px solid #345D9F;
			margin: 15px 0 0 0;
			padding: 0 0 15px 0;
		}
		
		#vacfooter input {
			width: auto;
			margin: 0 2px;
			padding: 0;
			float: left;
		}
		
		#vacfooter fieldset#options {
			padding: 10px 0;
			margin: 10px 0 0 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;
		}
			
		#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;
			font-size: 120%;
			color: #345D9F;
		}
		
		#vacfooter textarea {
			float: left;
			width: 70%;
			margin: 10px 0 0 25px;
			padding: .5em;
			border: 1px solid #345D9F;
		}
		
		#vacfooter fieldset#default textarea {
			border: 1px solid #345D9F;
			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 15px 0;
			float: right;
		}
		
		#vacfooter div#dflthelp, div#opthelp {
			display: none;
			width: 400px;
			padding: 15px;
			background: #E5E5E5;
			border: 1px solid #bebebe;
			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: 13px;
			height: 13px;
			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;
		}

		table.colHighlight td input {
			width:220px;
		}

	/* *************************************************************************
		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 #345D9F;
			background:#f6f6f6;
		}
		
		div#ovpinfo {
			float: right;
			width: 140px;
			padding: 10px;
			margin: 0 9px 10px 10px;
			text-align: center;
			border: 1px solid #f69528;
			background: #EDE5FB;
		}
		
		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;
		}
		
		#ovpToolbarHolder {
			float: right;
			margin: 0 0 0 10px;
		}
		
		#ovpToolbarHolder h2 {
			margin: 0 0 10px 0;
			padding: 0 0 115px 0;
			background: url(../images/general/accept_cards.gif) no-repeat 0 100%;
		}
		
		#ovpToolbarHolder h2 p span {
			display: none;
		}
		
		#ovpToolbar {
			padding: 10px;
			width: 163px;
			text-align: left;
			background: #e5e5e5;
			border: 1px solid #bebebe;
		}
		
		#ovpToolbar div {
			background: #f6f6f6;
			padding: 7px;
			line-height: 1.3em;
			margin: 0 0 10px 0;
			border: 1px solid #bebebe;
		}
		
		#ovpToolbar h2 {
			font-size: 1.2em;
			margin: 0 0 .4em 0;
		}

		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%;
		}
		
		#ovpToolbar {
			padding: 10px;
			width: 163px;
			text-align: left;
			background: #e5e5e5;
			border: 1px solid #bebebe;
		}
		
		#ovpToolbar div {
			background: #f6f6f6;
			padding: 7px;
			line-height: 1.3em;
			margin: 0 0 10px 0;
			border: 1px solid #bebebe;
			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: #E5E5EF;
			border: 1px solid #B2B2D1;
		}
		
		body#ovp div#testimonial:hover blockquote,
		body#ovp div#testimonial.hover blockquote {
			top: 25px;
		}
		
		body#ovp p#accepted {
			background: transparent url(/images/general/accepted_cards.png) 0 0 no-repeat;
			font-size: 1px;
			text-indent: -5000px;
			overflow: hidden;
			width: 189px;
			height: 40px;
			margin: 0 0 20px 0;
		}
		
		body#ovp strong.active {
			color: #F90;
		}

		body#ovpTerms {
			padding: 10px 0;
		}

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

	/* new */

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

	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:#fd820d;
		}

		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
	************************************************************************* */
	
		body#cvsearchMarkup th a:hover {
			color: #F90;
		}
	
		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: #DBDBDB ;
			color: #000;
			font-weight: bold;
			text-align: right;
			width: 30%;
		}
		/*table.results tr.bot td form input{
			background:#345DA0 url(../images/general/submitbut-bg.gif) repeat-y scroll 0 0;
			border:1px solid #244373;
			color:#FFFFFF;
			cursor:pointer;
			font-size:90% !important;
			font-weight:bold;
			margin:0;
			padding:2px 5px !important;
		}*/
		table.results td {	
			width: 70%;
		}
		
		table.results td,
		table.results th {
			border-bottom: 1px dotted #bebebe;
			padding: .2em 5px;
		}
		
		table.results td em {
			color: #345D9F;
			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;
		}

	/* *************************************************************************
		Choose account <select> box on Client Home
	************************************************************************* */
	
		.box2a fieldset label select {
			width: 290px;
		}

	/* *************************************************************************
		Vacancy Locations Popup
	************************************************************************* */
	
		#current_locations { 
			padding: 3px;
			border: 1px solid #DBE5F0;
		}

	/* *************************************************************************
		Featured Recruiters -more_corporates.cgi
	************************************************************************* */
	
		.featuredList {
			clear: both;
			width: auto;
			margin: 1em 0;
			list-style-type: none;
			text-align: center;
		}
		
		.featuredList li {
			display:block;
			float:left;
			height:110px;
			margin:0;
			text-align:center;
			width:20%;	
		}
		.featuredList li a {
			display:block;
			margin:0;
			padding:10px 5px;
		}
		.featuredList li img {
			display: block;
			margin: 0 auto;
			height: 35px;
			width: 90px;
		}
		
		.cvSearchSave {
			height: 21px !important;
			width: 60px !important;
		}

	/* *************************************************************************
		Homepages
	************************************************************************* */
	
		div#recleft {
			width: 520px;
			float: left;
		}
		
		div#recright {
			width: 164px;
			float: right;
			margin: 0 0 0 1px;
			padding: 0;
			background: url(/images/recruiter-home/right-bg.gif) bottom right no-repeat;
		}
		
		div[id="recright"]#recright {
			margin: 0 0 .7em 6px;
		}
		
		div#recright div.wrap {
			background: url(/images/recruiter-home/call-bg.gif) top right no-repeat;
			padding: 30px 5px 0 10px;
			margin: 0;
		}
		
		div#recright p {
			margin: 0 0 .5em 0;
			font-size: 130%;
		}
		
		div#recright p strong {
			font-style: italic;
			font-size: 150%;
		}
		
		div#recright h2,
		div#recleft div.arrow h2 {
			color: #fff;
			font-style: italic;
		}
		
		div#recright div.altbox {
			color: #fff;
			margin: 0 0 1em 0;
			font-style: normal;
			background: #B2B2D1 url(/images/recruiter-home/altbox-top.gif) top left no-repeat;
		}
		
		div#recright div.altbox p {
			font-size: 100%;
		}
		
		div#recright div.altbox-wrap {
			padding: 7px 7px 35px 7px;
			background: url(/images/recruiter-home/altbox-btm.gif) bottom left no-repeat;
		}
		
		div#recleft div#intro {
			width: 340px;
			float: left;
			margin: 4px 20px 0 0;
		}
		
		div#recleft div.arrow {
			position: relative;
			margin: 20px 40px 0 0;
			float: left;
			width: 146px;
			background: url(/images/recruiter-home/arrow_bg_top.gif) top left no-repeat;
		}
		
		body div#recleft div.employers {
			margin: 20px 0 0 0;
		}
		
		div#recleft div.arrow a,
		div#recleft div.arrow a:link,
		div#recleft div.arrow a:visited,
		div#recleft div.arrow a:hover,
		div#recleft div.arrow a:active{
			position: absolute;
			top: 0;
			display: block;
			width: 140px;
			height: 120px;
			text-decoration: none;
		}
		
		div#recleft div.arrow-bg-wrap {
			padding: 5px 20px 40px 5px;
			background: url(/images/recruiter-home/arrow_bg_btm.jpg) bottom left no-repeat;
		}
		
		/* *********************************************************************
			Recruiter home - Forms
		********************************************************************* */
		
			div#recleft form#login {
				float: left;
				background: #ffebcd url(/images/recruiter-home/login-bg.gif) bottom left no-repeat;
				width: 160px;
				margin: 0;
				padding: 0 0 7px 0;
			}
			
			div#recleft form#login fieldset {
				padding:  5px 5px 0 5px;
				width: auto;
				border: none;
				margin: 0;
			}
	
			div#recleft form[id="login"]#login fieldset {
				padding:  0 5px 0 5px;
				margin: 0;
			}
			
			div#recleft form#login fieldset label {
				font-weight: bold;
			}
			
			div#recleft form#login fieldset input.text {
				margin: 0 0 .5em 0;
				width: 145px;
			}
			
			div#recleft form#login fieldset h2 {
				font-style: italic;
				background: url(/images/recruiter-home/login-top-bg.gif) top left no-repeat;
				font-size: 150%;
				padding: 3px;
				margin: -5px -5px 0 -5px;
			}
			
			div#recleft form#login fieldset p {
				display: block;
				clear: right;
			}
			
			div#recleft form#login input.submit {
				margin-bottom: .5em;
			}
	
		/* *********************************************************************
			Client Testimonails
		********************************************************************* */
		
			body#rhome #bottom #client-test-left {
				width: 460px;
				margin: 20px 40px 0 0;
				float: left;
			}
			
			body#rhome #bottom #client-test-right {
				width: 210px;
				float: left;
				text-align: center;
				font-size: 110%;
				margin: 20px 0 0 0;
			}
			
			body#client-test blockquote {
				margin: 15px 15px 0 15px;
				font-style: italic;
			}
			
			body div.client-test-wrap {
				padding: 9px;
				background: url(/images/recruiter-home/client-test-bg-btm.gif) bottom left repeat-x;
			}
			
			body div.client-test-wrap img {
				margin: 5px 0 10px 0;
			}
			
			body div.client-test {
				background: #FFEBCE url(/images/recruiter-home/client-test-bg-top.gif) top left no-repeat;
			}
			
			body div.client-test blockquote {
				margin: 0;
				padding: 9px 9px 0 9px;
			}
			
			body #client-test-products {
				margin: 0 195px 20px 15px;
				padding: 10px;
				background: url(/images/recruiter-home/client-test-products-bg.gif) top left no-repeat;
			}
			
			body h1 a {
				font-size: 50%;
				font-weight: normal;
				display: inline;
				position: absolute;
				right:50px;
				background: url(../images/recruiter-home/back-bg.gif) left center no-repeat;
				padding: 0 0 0 10px;
				margin: .5em 0 0 0;
			}

	/* *************************************************************************
		Account Selection
	************************************************************************* */
	
		body#myadvmgr.account_selection form#select_client {
			background-color: #DBDBDB ;
			text-align: right;
		}
		
		body#myadvmgr.account_selection fieldset {
			border: none;
			background-color: #DBDBDB ;
		}
		
		body#myadvmgr.account_selection select {
			width:760px;
			display: inline;
			margin: 10px 0;
		}
		
		body#myadvmgr.account_selection input.submit {
			margin: 10px;
			float: none;
			display: inline;
		}

	/* *************************************************************************
		Recruit Rank
	************************************************************************* */

		body#recruitRankViewFeedback h2 {
			margin: 1em 0 .2em 0;
			font-style: italic;
		}
		
		body#recruitRankViewFeedback table.fedBack {
			margin: 0 0 0 30px;
			width: 550px;
			border: 0 none;
			font-size: 100%;
		}
		
		body#recruitRankViewFeedback table td {
			padding: 3px;
		}
		
		body#recruitRankViewFeedback table th {
			padding: 3px;
			border-bottom: 1px solid #FFF;
		}
		
		body#recruitRankViewFeedback table td.lastScore, body#recruitRankViewFeedback table th.lastScore {
			border-right: 1px solid #B2B2D1;
		}
		
		body#viewRawFeedback table {
			border: 0 none;
		}
		
		body#viewRawFeedback table#feedBack td, body#viewRawFeedback table#feedBack th {
			border: 1px solid #b2B2D1;
			padding: 3px;
		}
		
		body#viewRawFeedback table#feedBack td.date {
			width: 75px;
		}
		
		body#viewRawFeedback form {
			background: url(/images/blog/blue_bg.gif) top left repeat-x;
			margin: 1em 5em;
		}
		
		body#viewRawFeedback form fieldset {
			background: #FFEBCD;
			border: 1px solid #F90;
			position: relative;
			padding: 1em;
		}
		
		body#viewRawFeedback form fieldset input.submit {
			float: right;
		}
		
		body#viewRawFeedback form fieldset p {
			margin: 0 0 .6em 0;
		}
		
		#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;
		}
		
		#auth-col {
			background-color: #FFF3E2;
			padding: 4px;
			border: 1px solid #FFE0B2;
		}

	/* *************************************************************************
		Agency_data main
	************************************************************************* */

		table#agency_data_main td {
			font-size: 90%;
		}
				
		table#agency_data_main tr td label {
			display: none;
		}
		
		table#agency_data_main tr td input {
			width: 3em;
		}
		
		table#agency_data_main tr td input.checkbox {
			width: auto;
		}
		
		table#agency_data_main em {
			width: auto; 
			display: inline;
		}
	
		body#agency_data.main form#tableView {
			background: #DBDBDB ;
			border: 1px solid #bebebe;
			margin: 0 0 1em 0;
			padding: 10px;
		}
		
		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;
			width:auto;
		}
		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;
			width:auto;
		}
		body#agency_data.main form#tableView input#job_ref {
			width: 180px;
		}		

	/* *************************************************************************
		Agency_data main
	************************************************************************* */

	#vacancy_form input.submit {
		margin: 0 0 0 2px;
	}

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

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


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

  /***************************************************************
	OVP - New
***************************************************************/

body#ovp-new div#ovp-content{
	margin:0;
	padding:0;
	text-align:left;
}
body#ovp-new .noborder{
	border:none !important;
}
body#ovp-new div#mainContainer {
	width:760px !important;
}

body#ovp-new #wrapper{
	position:relative;
}
body#ovp-new #adbanner{
	display:none;
}

body#ovp-new #headerBanner{display:none;}
body#ovp-new table#footerTable{width:auto;margin:1em auto;padding:0;}
body#ovp-new div#holdingDiv{
	width:532px;
	float:left;
	margin:0;
	padding:0;
}

body#ovp-new #masthead {
	margin:0;
	clear:both;
}

body#ovp-new div#content{padding:0 100px 20px !important;width:760px !important;overflow:hidden;}
*html body#ovp-new div#content{float:none !important;}
body#ovp-new #ovp-banner{width:750px;margin:0;padding:0;text-align:center;}
body#ovp-new #homeholdingDiv{width:760px;background:url(../images/ovp/holdingdiv-bottom.gif) repeat-y 0 100%;padding:0;margin:0 auto 6px;}
body#ovp-new #holdingDiv-content{width:684px;padding:0 17px 10px 59px;margin:0;float:left;}
body#ovp-new #QPSEMI{width:228px;float:left;margin:0;padding:0;}
body#ovp-new #QPSEMI-hold{width:193px;margin:0;background:url(../images/ovp/homeholddivs-bg.gif) repeat-x 0 0;padding:15px 0 0 0;float:left;border:none !important;}
body#ovp-new #QPBSEMI{width:228px;float:left;margin:0;padding:0;}
body#ovp-new #QPBSEMI-hold{width:194px;margin:0;background:url(../images/ovp/homeholddivs-bg.gif) repeat-x 0 0;padding:15px 0 0 0;float:left;border:none !important;}
body#ovp-new #QPCVUSER{width:228px;float:left;margin:0;padding:0;}
body#ovp-new #QPCVUSER-hold{width:193px;margin:0;background:url(../images/ovp/homeholddivs-bg.gif) repeat-x 0 0;padding:15px 0 0 0;float:left;border:none important;}
body#ovp-new #QPSEMI-hold p a, body#ovp-new #QPBSEMI-hold p a{padding:15px 0 0 0;}
body#ovp-new #holdingDiv-content form fieldset{border:none !important;}
body#ovp-new #holdingDiv-content a{display:block;}
body#ovp-new #holdingDiv-content h2{background:none;padding:0;margin:0;font-size:150%;color:#00529c !important;}
body#ovp-new #holdingDiv-content h2 a{text-decoration:none;color:#00529C !important;}
body#ovp-new #holdingDiv-content h2 a:hover{text-decoration:underline;}
body#ovp-new #holdingDiv-content p a{display:block;text-decoration:underline !important;color:#00529C !important;}
body#ovp-new #holdingDiv-content p{padding:0;color:#666666;}
body#ovp-new #holdingDiv-content span{width:130px;float:left;padding:0;margin:0;line-height:140%;color:#808080 !important;}
body#ovp-new #holdingDiv-content span strong{display:block;font-size:200%;padding:0;margin:0;color:#00529C;}
body#ovp-new #holdingDiv-content a.button{float:right;margin:15px 0 0 0;padding:5px 12px 6px !important;font-size:120%;border:none !important;clear:none;background:url(../images/ovp/jbe-button.gif) no-repeat scroll 0 0 !important;}
body#ovp-new #holdingDiv-content span em{display:block;font-style:normal;padding:0;margin:0;color:#00529C;}
#QPCVUSER-hold div, #QPBSEMI-hold div , #QPSEMI-hold div{border-top:3px solid #d1d1d1;float:left;width:193px;margin:2px 0 0 0;padding:7px 0;}
*html #QPCVUSER-hold div, *html #QPBSEMI-hold div , *html #QPSEMI-hold div{padding-bottom:0;}
#QPCVUSER-hold div a:hover, #QPBSEMI-hold div a:hover, #QPSEMI-hold div a:hover{color:#fff !important;}
body#ovp-new #masthead img#logo{
	float:left;
}
body#ovp-new #ovp-timeline {
	margin:0;
	padding:0;
	position:absolute;
	left:520px;
	top:20px;
}
body#ovp-new #nav ul li a.nobg{}
body#ovp-new #nav ul li a:hover{}
body#ovp-new ul#nav {
	list-style-type:none;
	margin:0;
	border:none !important;
	padding:10px 0 0 0;
	width:100%;
	position:none;
}
body#ovp-new ul#nav li{
	float:left;
	margin:0;
	padding:0;
	list-style:none !important;
}

body#ovp-new ul#nav li a{
	padding:0 7px 0 0;
	margin:0;
	display:block;
}

body#ovp-new #ovp-nav {
	background:transparent none repeat scroll 0 0;
	margin:0;
	padding:5px 0 6px;
	position:absolute;
	right:130px;
	top:190px;
	width:190px;
}

body#ovp-new #ovp-nav ul{
	padding:0;
	margin:0;
	background:none;
	border:none;
	float:left;
	width:188px;
}

body#ovp-new #ovp-nav ul li{
	float:left;
	padding:0 3px;
	margin:0;
	font-size:80%;
	list-style:none !important;
}
body#ovp-new #ovp-nav ul li.basket{
	background:url(../images/ovp/order-icon.gif) no-repeat scroll 5% 50%;
	padding:0 5px 1px 20px;
	font-weight:bold;
	margin:0;
}

body#ovp-new div#holdingDiv h1{
	display:block;
	margin-bottom:30px;
}

body#ovp-new h3 {
	font-size:120%;
	clear:both;
}

body#ovp-new #left-content{
	width:210px;
	min-height:50px;
	_height:50px;
	margin:0;
	padding:0;
	float:left;
}

body#ovp-new #left-content img{
	padding:0 20px;
	margin:0;
	float:left;
}

body#ovp-new #center-content{
	width:322px;
	margin:0;
	padding:0;
	float:left;
}

body#ovp-new div.centreHold{
	padding:0 0 0 5px !important;
	width:317px;
	margin:0;
}
body#ovp-new div.recommend {
	float:left;
	margin:0;
	padding:15px 0 0 0;
}
body#ovp-new div.recommend h3{margin:0 0 1.3em 0;padding:0;}
body#ovp-new div.centreHold ul {
	padding:0 0 0.7em 0 !important;
	margin:0 !important;
	float:left;
}

body#ovp-new div.centreHold ul li{
	background:url(../images/ovp/list-bg.gif) no-repeat left 8px;
	padding:2px 0 2px 8px;
	list-style:none !important;
}
body#ovp-new div.centreHold ul.moreProducs li{
	background:none;
	clear:both;
	float:left;
	list-style:none !important;
	margin:0;
	padding:2px 0 15px 0;
}

body#ovp-new div.centreHold ul.moreProducs li img{
	float:left !important;
	margin:0 0 0 11px;
	width:65px;
}

body#ovp-new div.centreHold ul.moreProducs li p{
	margin:0;
	padding:0;
	font-size:90%;
	float:right;
	width:228px;
}
body#ovp-new div.centreHold ul.moreProducs li p a{text-decoration:underline !important;}
body#ovp-new div.centreHold ul.moreProducs li p strong{
	display:block;
	color:#000;
	font-size:110%;
}

body#ovp-new #right-content{
	width:210px;
	margin:0;
	padding:58px 0 0 0;
	float:left;
}

body#ovp-new .right-hold{
	margin:0;
	padding:0;
	width:190px;
	float:right;
}
body#ovp-new .right-hold.register-need{margin:-20px 0 0 0;}
body#ovp-new .vacancies {
	border:1px solid #254477;
	font-size:90%;
	margin:0 0 5px;
	overflow:hidden;
	padding:10px;
	width:168px;
}


body#ovp-new .vacancies p{
margin:0;
padding:0 0 5px 0;
}

body#ovp-new .right-hold h4{
	background:#254477;
	margin:0;
	padding:5px 10px;
	color:#fff;
	font-size:110%;
	clear:both;
}

body#ovp-new .right-hold form fieldset{
	border:none;
	margin:0;
	padding:0;
}

body#ovp-new .vacancies label{
	padding:0;
	float:left;
	line-height:110%;
	cursor:pointer;
	padding:3px 5px 4px;
	border-top:1px solid #DBDBDB ;
	margin:0;
}
body#ovp-new div.vacancies div.option-list{
	width:100%;
	background:none;
	padding:0;
	margin:0;
	border:none;
}
body#ovp-new div.vacancies div.option-list > label:first-child{
	border-top:none !important;
}

body#ovp-new .vacancies  label.noborder{
	border:none !important;
}

body#ovp-new .vacancies div.option-list label span{
	float:left;
	margin:0;
	padding:0;
}

body#ovp-new span.title{
	width:90px;
}

body#ovp-new span.rate{
	width:45px;
}

body#ovp-new span.period{
	width:20px;
	overflow:hidden;
}

body#ovp-new span.period input{
	margin:0;
	padding:0;
	float:left;
	width:14px;
}

*html body#ovp-new span.period input{
	margin:-4px 0 -3px 0;
}
*:first-child+html  body#ovp-new span.period input{
	margin:-4px 0 -3px 0;
}
body#ovp-new .vacancies div {
	background:#E4E8EE none repeat scroll 0 0;
	border:1px solid #254477;
	float:left;
	font-size:100%;
	margin:1em 0 0.2em;
	overflow:hidden;
	padding:8px 5px;
	width:158px;
}
body#ovp-new input.submit{
	background:url(../images/ovp/buy-button.gif) no-repeat 0 0;
	width:80px;
	border:0;
	height:27px;
	float:none;
	cursor:pointer;
	margin:10px 0 0 0;
 }

body#ovp-new p.align-center{
	padding:0;
	margin:0;
	text-align:center;
}
body#ovp-new span.smaller{display:block;clear:both;padding:5px 0 0 0;font-size:100%;}
body#ovp-new p.align-center input.buy-btn {
	text-align:center;
	float:none;
}

body#ovp-new p.align-left{
	float:left;
	text-align:center;
	padding:0;
	margin:0;
	font-size:100%;
	color:#999999 !important;
}

body#ovp-new p.align-left strong{
	display:block;
	padding:2px 0 0 0;
	color:#000;
	font-size:22px;
	line-height:100%;
	margin:5px 0 0 5px
}

body#ovp-new p.align-right{
	float:right;
	text-align:right;
	padding:0;
	margin:0;
}

body#ovp-new .vacancies div p{
	margin:-2px 0 0 0;
	float:left;
	padding:0 0 0 5px;
	width:134px;
}

body#ovp-new .vacancies div input{
	float:left;
	width:14px;
	margin:0;
	padding:0;
	border:none;
}

body#ovp-new .right-hold ul.help{
	clear:both;
	margin:25px 0 0 0;
	padding:0;
	width:190px;
}
body#ovp-new .right-hold.register-need ul.help{
	margin:0 !important;
}
body#ovp-new .right-hold ul.help li{
	list-style:none !important;
	border-bottom:1px solid #DBDBDB ;
	padding:10px 5px;
	font-size:90%;
}
body#ovp-new .right-hold ul.help li a{text-decoration:underline !important;}
body#ovp-new .right-hold ul.help li strong{
	display:block;
	color:#000;
	font-size:110%;
}

/*body#ovp-new #footer {
	clear:both;
	margin:0;
	padding:15px 0 40px 0;
	width:100%;
}
*/
body#ovp-new input.register {
	background:transparent url(../images/ovp/register-button.gif) no-repeat scroll 0 0;
	border:none;
	cursor:pointer;
	float:right !important;
	height:37px;
	width:150px;
	margin:0 3px 0 0 !important;
}

body#ovp-new div#register-hold {
	float:left;
	margin:0;
	padding:0;
	width:532px;
}
body#ovp-new div#register-hold p{margin:0;}
body#ovp-new div#register-hold h1{
	margin:0 0 10px 0!important;

}
body#ovp-new div#register-hold form{
	float:left;
	margin:0;
	padding:0;
	clear:both;
}
body#ovp-new div#register-hold form#Vacancy_Form_Id input.ovp-Ltextbox{color:#000;}
body#ovp-new div#register-hold form#Vacancy_Form_Id div.form-item input.check{margin:4px 0 0 0;}
*html body#ovp-new div#register-hold form#Vacancy_Form_Id div.form-item input.check{margin:0;}
body#ovp-new div#register-hold form fieldset{
	/*float:left;*/
	margin:0;
	padding:0;
	border:none;
}

body#ovp-new div#register-hold form fieldset div.form-item label{
	float:left;
	margin:0;
	padding:3px 10px 0 0;
	width:215px;
	text-align:right;
	font-weight:bold;
}

body#ovp-new div#register-hold form fieldset div.form-item input.button{
	float:left;
	margin:0 0 0 228px;
	width:220px;
	text-align:center;
}

body#ovp-new div#register-hold form fieldset div.form-item select{
	float:left;
	margin:0;
	padding:0;
	height:20px;
	width:185px;
}
body#ovp-new div#register-hold form fieldset span{
	float:right;
	margin:0 44px 0 0;
	padding:2px 0 8px 0;
	width:260px;
	font-size:90%;

}

body#ovp-new div#register-hold form fieldset span.regno{
	color:#666666 !important;
	width:auto !important;
	margin:0 !important;
	padding:0 12px 0 0 !important;
	/*float:left;*/
	
}

#register-hold h4{
	float:left;
	background:#254477;
	padding:6px 10px;
	width:510px;
	color:#fff;
	font-size:120%;
	margin:18px 0 0 0;
}

body#ovp-new div#register-hold form fieldset div.form-item{
	float:left;
	padding:8px 0;
	width:532px;
}
*html body#ovp-new div#register-hold form fieldset div.form-item{float:none;}
body#ovp-new div#register-hold form fieldset div.form-item.terms{width:304px;margin:0;font-size:90%;padding:0 0 8px 228px;}
body#ovp-new div#register-hold form fieldset div.form-item.terms a{
	margin:0;
	background:url(../images/ovp/terms-conditions-icon.gif) no-repeat 100% 50%;
	padding:0 15px 0 0;
	float:left;
	text-align:underline !important;
	}
body#ovp-new div#register-hold form fieldset div.form-item input.ovp-Ltextbox.loc-not-found{width:232px !important;float:left;}
body#ovp-new div#register-hold form fieldset div.form-item a.clear_loc_button{color:#fff !important;float:left;}
*html body#ovp-new div#register-hold form fieldset div.form-item a.clear_loc_button{margin-top:4px;}
body#ovp-new div#register-hold form fieldset div.form-item.confirm-item{padding-top:0;margin:-4px 0 0 0;}

body#ovp-new div.form-item.dotted{
	border-top:1px dotted #bbb;
	
}
*html body#ovp-new div#register-hold form fieldset div.form-item input, *html body#ovp-new div#register-hold form fieldset div.form-item select{float:left;}
body#ovp-new div#register-hold form fieldset div.form-item input.ovp-Ltextbox{
	width:292px;
	height:20px;
	margin:0;
	padding:1px 0 !important;
	border:1px solid #254477;
}

body#ovp-new div#register-hold form fieldset div.form-item input.ovp-Stextbox{
	width:182px;
	height:20px;
	margin:0;
	padding:1px 0 !important;
	border:1px solid #254477;
}

body#ovp-new div#register-hold em{
	font-style:italic;
	color:#666666 !important;
	font-weight:normal;
}
/*Post a job*/
body#ovp-new div#register-hold form fieldset div.form-item input.check{
	width:14px;
	float:left;
	margin:0;
	}
body#ovp-new div#register-hold .error{
	float:left;
	width:502px;
	background:#ffc7c7;
	margin:-7px 0 15px 0;
	padding:12px 15px;
}
body#ovp-new div#register-hold .error ul{margin:0;padding:0 0 0 48px;float:left;background:url(../images/ovp/error-icon-big.gif) no-repeat 0 0;}
body#ovp-new div#register-hold .error ul li strong{font-size:110%;}
body#ovp-new div#register-hold .error ul li{margin:0;padding:0 0 2px 0;line-height:130%;list-style:none;padding:0 0 5px 0;padding:0;}
body#ovp-new div#register-hold .error ul li a{background:url(../images/ovp/list-bg-black.gif) no-repeat left;margin:0;padding:0 0 0 8px;}
body#ovp-new div#register-hold .error ul > li:first-child{background:none;padding:0;}
body#ovp-new div#register-hold form fieldset div.form-item.form-error label{color:#ff0000 !important;background:url(../images/ovp/error-icon-small.gif) no-repeat scroll 98% 3px;padding:3px 20px 0 0;width:208px;}
body#ovp-new div#register-hold form fieldset div.form-item.form-error input.ovp-Ltextbox{border:2px solid #ff0000 !important;}
body#ovp-new div#register-hold form fieldset div.form-item.form-error select{border:2px solid #ff0000 !important;}
body#ovp-new div#register-hold form fieldset div.form-item.form-error textarea{border:2px solid #ff0000 !important;}
body#ovp-new div#register-hold form fieldset div.form-item.form-error span{color:#ff0000 !important;padding:0;}
body#ovp-new div#register-hold form fieldset div.form-item label a{text-decoration:underline !important;font-size:80%;font-weight:normal;display:block;padding:0 15px 0 0;background:url(../images/ovp/terms-conditions-icon.gif) no-repeat scroll 100% 50%;text-align: right;}
body#ovp-new div#register-hold form fieldset div.form-item textarea{float:left;width:282px;height:140px;border:1px solid #7F9DB9;margin:0; padding:5px;}
*html body#ovp-new div#register-hold form fieldset div.form-item textarea{float:none;}
body#ovp-new div#register-hold form fieldset div.form-item span.er-message p{font-size:85%;}
body#ovp-new div#register-hold form fieldset div.form-item  p.align-right{margin:0 10px 0 0 !important;padding:3px 0 0 0;font-size:95%;}
body#ovp-new div#register-hold form fieldset div.form-item  p.align-right a.spelling{text-decoration:underline !important;margin:0;padding:2px 2px 2px 20px;cursor:pointer;display:block;background:url(../images/ovp/spellcheck-small-icon.gif) no-repeat scroll 0 50%;}
body#ovp-new div#register-hold form fieldset div.form-item  p.align-left{margin:0 0 0 228px !important;padding:4px 0 0 0;font-size:95%;color:#999 !important;}
*html body#ovp-new div#register-hold form fieldset div.form-item .descript{width:292px;float:right;margin:0 4px 0 0;padding:0;clear:both;}
*html body#ovp-new div#register-hold form fieldset div.form-item .descript p.align-left{width:140px;margin:0 !important;}
*html body#ovp-new div#register-hold form fieldset div.form-item .descript p.align-right{width:95px;margin:0 !important;}
body#ovp-new div#register-hold form fieldset div.form-item  p.align-left span{color:#999999 !important;float:none !important;margin:0 !important;padding:0 !important;width:auto;} 
body#ovp-new div#register-hold form fieldset div.form-item  p.align-left  a{padding:0;margin:0;background:none !important;color:#999999 !important;}
body#ovp-new div#register-hold form fieldset div.form-item p.optional{font-size:90%;float:right;width:230px;margin:3px 56px 0 0;padding:0;}
*html body#ovp-new div#register-hold form fieldset div.form-item p.optional{float:none;}
*html body#ovp-new div#register-hold form fieldset div.form-item input.check{border:none;}
*:first-child+html body#ovp-new div#register-hold form fieldset div.form-item input.check{border:none;}
body#ovp-new div#register-hold form fieldset div.form-item.line{border-top:1px solid #d9d9d9 !important;padding:12px 0;margin:24px 0 0 0;}
body#ovp-new div#register-hold form fieldset div.form-item.line p input.save{width:178px;border:none;margin:0 116px 0 0;text-align:center;}
*html body#ovp-new div#register-hold form fieldset div.form-item.line p input.save{margin:0 96px 0 0;}
body#ovp-new div#register-hold form fieldset div.form-item.line p input.preview{width:106px;background:url(../images/ovp/preview-button.gif) repeat-x 0 0;border:none;margin:0 7px 0 0;}
body#ovp-new .right-hold .overview{width:190px;float:left;margin:32px 0 20px 0;padding:0;background:url(../images/ovp/greybox-bottom-190.gif) no-repeat 0 100%;}
body#ovp-new .right-hold .overview-hold{width:182px;float:left;margin:0;padding:10px 4px 0 4px;background:url(../images/ovp/greybox-top-190.gif) no-repeat 0 0;}
body#ovp-new .right-hold .overview-hold h5{color:#000000;font-size:100%;padding:0 0 8px 3px;margin:0;display:block;}
body#ovp-new .right-hold .overview-hold  div {
background:#E4E8EE;
border:1px solid #254477;
float:left;
font-size:100%;
margin:0 0 9px 0;
overflow:hidden;
padding:10px 5px;
width:170px;
}
body#ovp-new .right-hold .overview-hold h6{font-size:110%;padding:0 0 11px 3px;margin:0;display:block;}
body#ovp-new .right-hold .overview-hold div img{width:28px;float:left;margin:0 4px 0 0;padding:0;}
body#ovp-new .right-hold .overview-hold div p{margin:0;padding:0;font-size:90%;}
body#ovp-new .right-hold .overview-hold dl{margin:0;float:left;padding:0 0 10px 0;font-size:90%;line-height:130%;}
body#ovp-new .right-hold .overview-hold dl dt{float:left;margin:0;padding:0 3px 0 5px;width:64px;}
body#ovp-new .right-hold .overview-hold dl dt.jobref {/*background:url(../images/general/ref-help-icon.gif) no-repeat 95% 50%;*/padding:0 0 1px 5px;margin:0;}
body#ovp-new .right-hold .overview-hold dl dt.jobref img{display:none;}
body#ovp-new .right-hold .overview-hold dl dd{width:110px;float:right;padding:0;margin:0;}
body#ovp-new .right-hold .overview-hold p.align-center{/*border-top:1px dotted #d7d7d7;*/padding:7px 0 9px 0;}
body#ovp-new .right-hold .overview-hold p.align-center input.preview{float:none;width:106px;background:url(../images/ovp/preview-button.gif) repeat-x 0 0;border:none;margin:0 7px 0 0;padding:0;}
body#ovp-new .right-hold .overview-hold dl dt.jobref a img{margin:0;padding:0;width:15px;height:15px;}


/*Order summary*/
body#ovp-new  div#register-hold h1.order-sum{}
body#ovp-new div#register-hold div.checkout{float:left;width:512px;margin:0;padding:5px 10px 5px 10px;background:#E4E8EE;}
*:first-child+html body#ovp-new div#register-hold div.checkout{padding:5px 10px 5px 10px;}
*html body#ovp-new div#register-hold div.checkout{padding:5px 10px 5px 7px;}
body#ovp-new div#register-hold p.align-left.add-vac{margin:0;padding:0 0 15px 0;}
body#ovp-new div#register-hold p.align-left.add-vac a{background:url(../images/ovp/addvac-icon.gif) no-repeat scroll 0 70%;display:block;margin:10px 0 0px 0;padding:5px 0 0 25px;float:left;}
body#ovp-new div#register-hold form fieldset div.checkout p.align-left a{background:url(../images/ovp/addquick-icon.gif) no-repeat scroll 0 0;display:block;padding:5px 0 0 25px;margin:0;}
body#ovp-new div#register-hold div.headings{float:left;width:532px;margin:0;padding:0;background:#7a7a7a;}
body#ovp-new div#register-hold div.headings span{float:left;font-size:120%;font-weight:bold;margin:0;padding:5px 0;color:#fff !important;}
body#ovp-new div#register-hold span.product{width:334px;text-align:left;padding:5px 0 0 95px !important;}
body#ovp-new div#register-hold span.total{width:419px;text-align:right;padding:5px 10px 0 0 !important;}
body#ovp-new div#register-hold span.total a{float:right;background:none !important;padding:0;margin:0 5px 0 0 !important;}
body#ovp-new div#register-hold span.total abbr{float:right;border:none !important;}
body#ovp-new div#register-hold span.cost{width:92px;text-align:left;}
body#ovp-new div#register-hold div.headings span.cost.nobg{background:#7a7a7a;padding-left:10px;}
body#ovp-new div#register-hold div.headings span.cost{background:#6b6b6b;padding-left:10px;}
body#ovp-new div#register-hold div.headings.totals span{font-size:130% !important;}
body#ovp-new div#register-hold div.headings.totals span.total{padding:3px 10px 3px 0 !important;width:419px !important;}
body#ovp-new div#register-hold div.headings.totals span.cost{padding:3px 0 3px 10px !important;width:92px !important;}
body#ovp-new div#register-hold .sub-total {float:left;width:532px;margin:0;padding:0 0 2px 0;clear:both;}
*html body#ovp-new div#register-hold .sub-total{float:none;}
*:first-child+html body#ovp-new div#register-hold .sub-total{float:none;}
body#ovp-new div#register-hold .sub-total span{float:left;display:block;margin:0;font-size:120%;font-weight:bold;}
body#ovp-new div#register-hold .sub-total span.total{padding:0 10px 0 0 !important;}
body#ovp-new div#register-hold .sub-total span.cost{padding:0 0 0 10px;}
body#ovp-new div#register-hold div.row{font-size:90%;width:532px;float:left;margin:5px 0;padding:0 0 10px 0;border-bottom:1px solid #DBDBDB ;clear:both;}
*html body#ovp-new div#register-hold div.row{float:none;}
body#ovp-new div#register-hold div.row div.r-left{width:95px;float:left;margin:0;padding:0;}
body#ovp-new div#register-hold div.row div.r-left a{display:block;text-align:right;margin:0;padding:0 17px 0 0;}
body#ovp-new div#register-hold div.row div.r-center{width:344px;min-height:31px;_height:31px;float:left;margin:0;padding:0;}
body#ovp-new div#register-hold div.row div.r-center h5{margin:0;padding:0 0 4px 0;font-size:110%;}
body#ovp-new a.enhanced-link{background: url(../images/ovp/blue-arw-ovp.gif) no-repeat left;display:none;padding:0 0 3px 10px;}
body#ovp-new a.enhanced-link.toggled{background:url(../images/ovp/blue-arw-down.gif) no-repeat left;}
body#ovp-new div#register-hold div.row div.r-center dl{float:left;width:344px;padding:0 0 6px 0;margin:0;}
*html body#ovp-new div#register-hold div.row div.r-center dl.show-details{float:none;}
body#ovp-new div#register-hold div.row div.r-center dl dt{float:left;width:70px;margin:0;padding:1px 0;clear:both;}
body#ovp-new div#register-hold div.row div.r-center dl dd{float:left;margin:0;padding:1px 0;width:270px;}
*html body#ovp-new div#register-hold div.row div.r-center dl dd form , *:first-child+html body#ovp-new div#register-hold div.row div.r-center dl dd form{float:left;clear:none;width:260px;margin:0;padding:0;}
body#ovp-new div#register-hold div.row div.r-center dl dd select{width:130px !important;font-size:100%;}
body#ovp-new div#register-hold div.row div.r-center dl dd input{color:#00529B !important;font-size:100%;margin:0;padding:0;background:none;border:none;cursor:pointer;}
body#ovp-new div#register-hold div.row div.r-center ul{float:left;text-align:left;margin:0 !important;padding:0;width:344px;}
body#ovp-new div#register-hold div.row div.r-center ul li{list-style:none;padding:0 0 3px 0;margin:0;}
body#ovp-new div#register-hold div.row div.r-center ul li a{padding:0 0 3px 10px;background:url(../images/ovp/list-bg1.gif) no-repeat left;}
body#ovp-new div#register-hold div.row div.r-center ul li a.jsTip{background: 0;padding: 0;}
body#ovp-new div#register-hold div.row div.r-center ul li a.show{background:url(../images/ovp/blue-arw-ovp.gif) no-repeat left;}
body#ovp-new div#register-hold div.row div.r-center ul li a.hide{background:url(../images/ovp/blue-arw-down.gif) no-repeat left;}
body#ovp-new div#register-hold div.row div.r-right-cvm{font-size:140%;font-weight:bold;font-size:130%;width:92px;float:left;margin:-15px 0 0 439px;padding:0;clear:both;}
*html body#ovp-new div#register-hold div.row div.r-right-cvm{float:none;margin:-15px 0 0 436px;}
body#ovp-new div#register-hold div.row div.r-right{font-size:140%;font-weight:bold;font-size:130%;width:92px;float:left;margin:0;padding:0;}
body#ovp-new .right-hold div.recommend h5{color:#00529B;font-size:100%;padding:0 0 5px 3px;margin:0;display:block;}
body#ovp-new .right-hold div.recommend h3{margin:0 0 0.5em 0;}
body#ovp-new .right-hold div.recommend div.product-div ul.noborder{border:none !important;}
/*body#ovp-new .right-hold div.recommend div.product-div > ul:first-child{border-top:none !important;}
html body#ovp-new .right-hold div.recommend div.product-div >ul:first-child {border-top:medium none !important;}
*:first-child+html body#ovp-new .right-hold div.recommend div.product-div >ul:first-child {border-top:medium none !important;*/
body#ovp-new .right-hold div.recommend ul.moreProducs{float:left;margin:0;padding:8px 0 0 ;border-top:1px dotted #DBDBDB ;}
body#ovp-new .right-hold div.recommend ul.moreProducs li{float:left;list-style:none;width:190px;padding:0 0 15px 0;margin:0;}
*:first-child+html body#ovp-new .right-hold div.recommend ul.moreProducs li{padding:0 0 3px 0;}
*html body#ovp-new .right-hold div.recommend ul.moreProducs li{padding:0 0 3px 0;}
body#ovp-new .right-hold div.recommend ul.moreProducs li span{float:left;display:block;text-align:left;width:190px;margin:0;padding:3px 0;}
body#ovp-new .right-hold div.recommend ul.moreProducs li img{float:left;margin:2px 0 0 0;padding:0 5px 0 0;}
body#ovp-new .right-hold div.recommend ul.moreProducs li p{font-size:90%;text-align:left;float:right;width:120px;margin:0 !important;}
body#ovp-new .right-hold div.recommend ul.moreProducs li p a{display:block;padding:0;margin:0;text-decoration:underline !important;}
body#ovp-new .right-hold div.recommend ul.moreProducs li p strong{margin:0;padding:3px 0;display:block;font-size:90%;float:left;}
/*Login page*/

body#ovp-new div#login-hold{
	width:532px;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	background:url(../images/ovp/login-hold-bg.gif) repeat-y scroll 52% 0;
}
body#ovp-new div#login-hold fieldset{
	border:none;
}
body#ovp-new div#login-hold h1{
	display:block;
	overflow:hidden;
	clear:both;
	width:532px;
	margin:0 0 15px 0;
	font-size:140%;
}
body#ovp-new div#login-hold h1 span.existing{
	width:300px;
	float:left;
	display:block;
	color:#000000 !important;
}
body#ovp-new div#login-hold h1 span.newcustomer{
	width:228px;
	float:left;
	display:block;
	color:#000000 !important;
}
body#ovp-new div#login-hold .login-left{
	width:300px;
	float:left;
	margin:0;
	padding:0;
}
body#ovp-new div#login-hold .login-left p{
	padding-right:80px;
	margin:0 0 0.8em 0;
}

body#ovp-new div#login-hold .login-left label input.login-text{
	width:229px;
	float:left;
	height:20px;
	border:1px solid #254477;
	margin:0 !important;
}
body#ovp-new div#login-hold .login-left label input.security-code{
	width:81px;
	float:left;
	height:20px;
	border:1px solid #254477;
	margin:0 !important;
}
body#ovp-new div#login-hold .login-right{
	width:228px;
	float:left;
	margin:0;
	padding:0;
}
body#ovp-new div#login-hold .login-right a.button{
	float:right!important;
}
body#ovp-new div#login-hold .login-left label.login-border{
	border-top:1px solid #DBDBDB ;
	margin:5px 0 0 0;
	padding:8px 0;
	width:260px;
	
}
*html body#ovp-new div#login-hold .login-left label.login-border{float:none;clear:both;}
body#ovp-new div#login-hold .login-left label.login-border a{
	display:block;
	clear:both;
	font-weight:normal;
	padding:5px 0 0 0;
	font-size:90%;
	text-decoration:underline !important;
}
body#ovp-new div#login-hold .login-left label.login-border input.button{
	margin:0 !important;
	padding:3px 20px !important;
}

body#ovp-new div#login-hold .login-left label{
	display:block;
	padding:4px 0;
	margin:0;
	float:left;
	font-weight:bold;
}

body#ovp-new input.button, body#ovp-new a.button {
	cursor:pointer;
	background:#345da0 url(../images/general/submitbut-bg.gif) repeat-x scroll 0 0;
	border:1px solid #241F25;
	float:left;
	color:#fff !important;
	font-size:125%;
	font-weight:bold;
	padding: 3px 10px !important;
}
body#ovp-new input.button, body#ovp-new a.button:hover{
	color:#fff !important;
}
body#ovp-new input.buy-btn, body#ovp-new a.buy-btn {
	margin: 10px 0 0 0;
}

body#ovp-new form fieldset input.paycr, body#ovp-new form fieldset a.paycr {
	margin-left: 358px;
	width:157px;
}

body#ovp-new input.payinv, body#ovp-new a.payinv {
	margin: 0 0 5px 358px;
	width:157px;
}
body#ovp-new div#login-hold .login-right div {
	background:#E4E8EE;
	border:1px solid #254477;
	font-size:100%;
	margin:0;
	padding:8px;
	width:210px;
	clear:both;
	overflow:hidden;
}
body#ovp-new div#login-hold .login-right div p{
	margin:0;
	width:172px;
	padding:0;
	font-size:90%;
	float:right;
}
body#ovp-new div#login-hold .login-right div p strong{
	width:120px;
	display:block;
	clear:both;
}
body#ovp-new div#login-hold .login-right div a{
	background:url(../images/ovp/list-bg1.gif) no-repeat scroll 0 65%;
	padding:0 0 0 8px;
	margin:0 !important;
	float:right;
	font-size:90%;
	width:162px;
	}
body#ovp-new div#login-hold .login-right div img{
	width:28px;
	float:left;
	margin:0;
	padding:0;
}
body#ovp-new div#login-hold .login-right p{
	margin:0 0 20px 0;
	overflow:hidden;
}

body#ovp-new .centreHold div.recommend ul.moreProducs li span{
	display:block;
	text-align:left;
	width:228px;
	margin:0;
	padding:2px 0;
	float:right;
}

/* *****************************************************************************
	Screening Questions
**************************************************************************** \*/

	body.manage_screening_questions {
		margin: 0; padding: 0;
	}

	body.manage_screening_questions ul#headerLinks {
		display:none;
	}
	
	body.manage_screening_questions p {
		line-height: 1.5em;
	}
	
	body.manage_screening_questions div#mainContainer,
	body.manage_screening_questions div#wrapper	 {
		margin: 0 auto; padding: 0;
	}
	body.manage_screening_questions div#masthead{padding:11px 0 74px 29px;}
	body.manage_screening_questions div#headerBanner{display:none;}
	body.manage_screening_questions div#nav{height:20px;}
	body.manage_screening_questions div#nav ul{display:none;}
	body.manage_screening_questions a.button {
		float: right;
		margin-left:2px;
		clear:none;
	}
	
	body.manage_screening_questions h1 {
		position: relative;
	}
	
	body.manage_screening_questions h1 a {
		top:5px;
		/*bottom:1px;*/
	}
	
	body.manage_screening_questions h2 {
		position: relative;
		clear: both;
		margin: 0;
		color: #00529B;
		border-bottom: 1px solid #bebebe;
	}
	
	body.manage_screening_questions h2 a.button {
		position: absolute;
		right: 0;
		float: none;
		margin: -5px 0 0 0;
		padding: 3px 10px;
		font-size: 70%;
	}
	
	body.manage_screening_questions h3 {
		clear: both;
		margin:0 0 5px 0;
		font-size: 120%;
		color: #00529B;
		border-bottom: 1px solid #B2B2D1;
	}
	
	body.manage_screening_questions #contentStart ul {
		margin: 0; padding: 0;
		border-bottom: 1px solid #B2B2D1;
		list-style: none;
		position:relative;
	}
	
	body.manage_screening_questions #contentStart li {
		position: relative;
		margin: 0; padding: 8px 42px;
	}
	
	body.manage_screening_questions #contentStart li a {
		text-decoration: none;
	}
	
	body.manage_screening_questions #contentStart li span {
		position: absolute;
		right: 5px; top: 5px;
		height: 18px; width: 35px;
		background: transparent url(../images/general/mblue.gif) 21px 0 repeat-y;
	}
	
	body.manage_screening_questions #contentStart li span b {
		display: none;
	}
	
	body.manage_screening_questions a.edit {
		position: absolute;
		top: 0; left: 0;
		display: block;
		height: 18px; width: 15px;
		overflow: hidden;
		text-indent: -5000px;
		background: transparent url(../images/appforms/mngscreen_edit_grey.gif) center center no-repeat;
	}
	
	body.manage_screening_questions li:hover a.edit {
		background: transparent url(../images/appforms/mngscreen_edit_color.gif) center center no-repeat;
	}

	body.manage_screening_questions a.delete {
		position: absolute;
		top: 0; right: 0;
		display: block;
		height: 18px; width: 11px;
		overflow: hidden;
		text-indent: -5000px;
		background: transparent url(../images/appforms/mngscreen_delete_grey.gif) center center no-repeat;
	}

	body.manage_screening_questions li:hover a.delete {
		background: transparent url(../images/appforms/mngscreen_delete_color.gif) center center no-repeat;
	}

	body.manage_screening_questions table.colhighlight {
		margin: 0 0 15px 0;
	}

	body.manage_screening_questions table.colhighlight th {
		width: 368px !important;
		margin: 0; padding: 5px 7px 5px 5px;
		text-align: left !important;
		vertical-align: top;
	}

	body.manage_screening_questions table.colhighlight td {
		width: 368px;
		margin: 0; padding: 5px 5px 5px 7px;
	}

	body.manage_screening_questions table.colhighlight td label {
		display: block;
		margin: 5px 0; padding: 0;
	}

	body.manage_screening_questions table.colhighlight td input {
		width: 368px; /* Firefox seems to ignore this on the 'file' input type */
		margin: 0; padding: 0;
	}

	body.manage_screening_questions table.colhighlight td input.checkbox,
	body.manage_screening_questions table.colhighlight td input.radio {
		width: auto !important;
		margin: 0 3px 0 0; padding: 0;
	}

	body.manage_screening_questions table.colhighlight td textarea {
		width: 358px;
		margin: 0; padding: 3px;
	}

	/* *************************************************************************
		Manage Screening Questions
	************************************************************************ \*/

		body.manage_screening_questions#manage_questions_and_groups div#stored {
			float: left;
			width: 713px; /* This is the default "Groups Closed" state, over-written with js */
		}
		
		body.manage_screening_questions#manage_questions_and_groups div#stored li {
			padding: 3px 55px 3px 5px;
			position:relative;
		}
		
		body.manage_screening_questions#manage_questions_and_groups div#stored li.rowTint {
			background-color: #FFEBCD;
		}
		
		body.manage_screening_questions#manage_questions_and_groups a.radioQuest,
		body.manage_screening_questions#manage_questions_and_groups a.textQuest {
			display: block;
			margin: 0; padding: 5px 0 5px 30px;
			clear:both;
		}
		
		body.manage_screening_questions .radioQuest {
			background: transparent url(../images/appforms/singleChoice_ico.gif) 6px 5px no-repeat
		}
		
		body.manage_screening_questions .textQuest {
			background: transparent url(../images/appforms/freeText_ico.gif) 2px 5px no-repeat
		}
		
		body.manage_screening_questions#manage_questions_and_groups div#groups {
			float: right;
			width: 23px; /* This is the default "Closed" state, over-written with js */
			overflow: hidden;
			margin: 15px 0 0 0; padding: 0;
			border-right: 1px solid #b2b2d1;
			background: white url(../images/appforms/groups_lowershadow.png) right top repeat-y;
		}
		
		body.manage_screening_questions#manage_questions_and_groups div#groupsMainBG {
			width: 312px;
			margin: 5px 1px 0 0; padding: 0;
			background: transparent url(../images/appforms/groups_bg.gif) 0 0 repeat-y;
		}
		
		body.manage_screening_questions#manage_questions_and_groups div#groupsTop {
			position: relative;
			margin: 0; padding: 11px 6px 10px 23px;
			background: transparent url(../images/appforms/groups_bg_top.gif) 0 0 no-repeat;
			overflow:hidden;
		}
		
		body.manage_screening_questions#manage_questions_and_groups div#groupsTop a.openGroup {
			position: absolute;
			left: 0; top: 0;
			width: 20px; height: 80px;
			text-decoration: none; text-indent: -5000px;
		}
		*html body.manage_screening_questions#manage_questions_and_groups div#groupsTop a.openGroup {left:-23px;}
		body.manage_screening_questions#manage_questions_and_groups div#groupsTop h2 {
			position: absolute;
			left: -5000px;
		}

		body.manage_screening_questions#manage_questions_and_groups div#groupsBottom {
			margin: 0 0 5px 0; padding: 5px;
			background: transparent url(../images/appforms/groups_bg_bot.gif) left bottom no-repeat;
		}
		
		body.manage_screening_questions#manage_questions_and_groups div#groups li {
			padding: 8px 42px 8px 5px;
			border: solid #e5e5ef; border-width: 1px 0;
			background-color: #fff;
		}

		body.manage_screening_questions#manage_questions_and_groups div#groups li.rowTint {
			border: none;
			background-color: transparent;
		}
		
		body#manage_questions_and_groups div#groups form#defaultGroup fieldset {
			padding: 5px 0 0 0;
		}
		
		body#manage_questions_and_groups div#groups form#defaultGroup select {
			width: 100%;
		}
		
		body#manage_questions_and_groups div#lotsQuestions {
			position: absolute;
			z-index: 2;
			top: 310px; left: 143px;
			width: 474px;
			margin: 0 auto; padding: 0;
		}
		
		body#manage_questions_and_groups div#lotsQuestionsTop {
			margin: 0; padding: 10px 15px 20px 10px;
			background: transparent url(../images/appforms/lotsQuestions_top.png) 0 0 no-repeat;
		}
		
		body#manage_questions_and_groups div#lotsQuestionsBottom {
			padding: 15px 0 0 0;
			background: transparent url(../images/appforms/lotsQuestions_bottom.png) 0 0 no-repeat;
		}

		body#manage_questions_and_groups div#lotsQuestionsTop p {
			margin: 0;
		}
		
		body#manage_questions_and_groups div#lotsQuestionsTop a.button {
			margin: 0 0 0 10px;
		}
		
		body#manage_screening_questions_display textarea {
			font-size: 100%;
		}
		
		body#manage_screening_questions_display h3 {
			margin-bottom: .5em;
			border: 0;
			font-size: 100%;
		}
		
	/* *************************************************************************
		Add a Question
	************************************************************************ \*/

		body#add_edit_screening_question fieldset {
			margin: 0; padding: 0;
			border: none;
		}
		
		body#add_edit_screening_question h2,
		body#add_edit_screening_question h3 {
			margin: 0; padding: 0;
			font-size: 120%;
			color: #00529B;
			border: none;
			background: none;
		}
		
		body#add_edit_screening_question fieldset#qText h2 {
			float: left;
			width: 120px;
			margin: 0 0 0 10px; padding: 0;
		}
		
		body#add_edit_screening_question fieldset#qText textarea {
			float: left;
			width:722px;
			margin: 0; padding: 3px;
		}
		
		body#add_edit_screening_question div#answerSection {
			clear: left;
			margin: 15px 10px; padding: 0 0 11px 0;
			background: transparent url(../images/appforms/addQ_qType_bot.gif) left bottom no-repeat;
			width:860px;
		}
		
		body#add_edit_screening_question fieldset#qType {
			padding: 11px;
			width:838px;
			background: transparent url(../images/appforms/addQ_qType_top.gif) 0 0 no-repeat;
		}
		
		body#add_edit_screening_question fieldset#qType h2 {
			margin: 0 0 .5em 0; padding: 0 0 2px 0;
			border-bottom: 1px solid #B2B2D1;
		}
		
		body#add_edit_screening_question fieldset#qType label {
			position: relative;
			width: 115px;
			margin: 0; padding: 2px 0 2px 25px;
		}
		
		body#add_edit_screening_question fieldset#qType label#qt_radio_lbl {
			margin: 0 0 0 20px;
			background: transparent url(../images/appforms/singleChoice_ico.gif) 4px 3px no-repeat;
		}

		body#add_edit_screening_question fieldset#qType label#qt_text_lbl {
			margin: 0 0 10px 20px;
			background: transparent url(../images/appforms/freeText_ico.gif) 0 1px no-repeat;
		}
		
		body#add_edit_screening_question fieldset#qType label input {
			position: absolute;
			right: 0;
		}
		
		body#add_edit_screening_question fieldset#radio_options {
			clear: left;
			padding: 0 16px 0 31px;
		}
		
		body#add_edit_screening_question table {
			float: none;
			font-size: 100%;
			color: #00529B;
			width: 100% !important;
		}
		
		body#add_edit_screening_question table#radio_table th {
			font-weight: normal; font-size: 100%;
			text-align: center;
			vertical-align: bottom;
			background: none;
			border-bottom: 1px solid #B2B2D1;
		}
		
		body#add_edit_screening_question table#radio_table td {
			text-align: center;
			vertical-align: middle;
			border: none;
		}
		
		body#add_edit_screening_question table#radio_table tr#radio_row_2 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_4 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_6 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_8 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_10 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_12 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_14 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_16 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_18 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_20 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_22 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_24 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_26 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_28 td,
		body#add_edit_screening_question table#radio_table tr#radio_row_30 td {
			background: #e5e5ef;
		}
		
		body#add_edit_screening_question table#radio_table div.delete {
			position: relative;
			top: 0; right: 0;
			height: 20px; width: 20px;
			background: transparent url(../images/appforms/mngscreen_delete_color.gif) center center no-repeat;
			cursor: pointer; cursor: hand;
		}
		
		body#add_edit_screening_question table#radio_table label {
			display: inline;
		}
		
		body#add_edit_screening_question table input {
			width: 537px;
			padding: 1px 3px;
			border: 1px solid #00529B;
		}
		
		body#add_edit_screening_question table label input {
			width: auto;
			border: 0 none;
		}
		
		body#add_edit_screening_question input#mainSubmit {
			padding: 3px 14px;
			font-size: 120%;
		}
		
	/* *************************************************************************
		add_edit_screening_group
	************************************************************************ \*/

		body#add_edit_screening_group form {
			margin: 30px 10px; padding: 0;
			background: transparent url(../images/appforms/addQ_qType_bot.gif) left bottom no-repeat;
		}
		
		body#add_edit_screening_group fieldset {
			margin: 0; padding: 10px;
			border: none;
			background: transparent url(../images/appforms/addQ_qType_top.gif) 0 0 no-repeat;
		}
		
		body#add_edit_screening_group label {
			float: left;
			margin: 0;
		}
		
		body#add_edit_screening_group input.text {
			float: left;
			width: 400px;
			margin: 0 0 0 15px;
			border: 1px solid #00529B;
		}
		
	/* *************************************************************************
		manage_group_questions
			and
		manage_ins_vac_screening_questions
	************************************************************************ \*/		
		
		body#manage_group_questions a.add,
		body#manage_group_questions a.delete,
		body#manage_ins_vac_screening_questions a.add,
		body#manage_ins_vac_screening_questions a.delete {
			position: absolute;
			top: 8px;
			height: 12px; width: 12px;
		}
		
		body#manage_group_questions a.add,
		body#manage_ins_vac_screening_questions a.add {
			right: 5px;
		}
		
		body#manage_group_questions a.delete,
		body#manage_ins_vac_screening_questions a.delete {
			left: 5px;
		}
		
		body#manage_group_questions a.add,
		body#manage_ins_vac_screening_questions a.add {
			overflow: hidden;
			text-indent: -5000px;
			background: transparent url(../images/appforms/mngscrnqs_addq.gif) 0 0 no-repeat;
		}
		
		body#manage_group_questions a.delete,
		body#manage_ins_vac_screening_questions a.delete {
			background: transparent url(../images/appforms/group_removeq.gif) center center no-repeat;
		}
		
		body#manage_ins_vac_screening_questions a.delete.onTheFly {
			height: 15px;
			background: transparent url(../images/appforms/mngscreen_delete_color.gif) center center no-repeat;
		}
		
		body.manage_screening_questions a.moveup,
		body.manage_screening_questions a.movedown {
			position: absolute;
			top: 4px;
			display: block;
			height: 20px; width: 19px;
			margin: 0; padding: 0;
			overflow: hidden;
			text-indent: -5000px;
		}
		
		body.manage_screening_questions a.moveup {
			left: 2em;
			background: transparent url(../images/appforms/mngscrnqs_moveup.gif) center center no-repeat;
		}

		body.manage_screening_questions a.movedown {
			left: 5em;
			background: transparent url(../images/appforms/mngscrnqs_movedown.gif) center center no-repeat;
		}
		
		body#manage_group_questions div#questions,
		body#manage_ins_vac_screening_questions div#questions {
			float: right;
			width: 420px;
			margin: 0 20px 0 0; 
			padding: 0;
		}
		
		body#manage_group_questions div#questions li,
		body#manage_ins_vac_screening_questions div#questions li {
			padding: 3px 25px 3px 5px;
			position:relative;
			list-style:none;
		}
		
		body#manage_group_questions div#questions li.rowTint,
		body#manage_ins_vac_screening_questions div#questions li.rowTint {
			background-color: #e5e5e5;
		}
		
		body.manage_screening_questions span.quest {
			position: relative;
			right: 0; bottom: 0; 
			display: block;
			height: auto; width: auto;
			margin: 0; padding: 5px 0 5px 32px;
		}
		
		body.manage_screening_questions span.quest.onTheFly {
			padding: 5px 20px 5px 32px;
		}
		
		body.manage_screening_questions span.quest.onTheFly a.edit {
			top: 3px; left: auto; right: 5px !important;
		}
		
		body#manage_group_questions div#group span.quest,
		body#manage_ins_vac_screening_questions div#rightSide span.quest {
			border-left: 1px solid #b2b2d1;
			background-position: 5px 5px;
		}
		
		body#manage_group_questions div#group span.radioQuest,
		body#manage_ins_vac_screening_questions div#rightSide span.radioQuest {
			background-position: 9px 5px;
		}
		
		body#manage_group_questions div#group,
		body#manage_ins_vac_screening_questions div#rightSide {
			float: right;
			width: 420px;
			margin: 0; padding: 0;
		}
		
		body#manage_group_questions div#group h2,
		body#manage_ins_vac_screening_questions div#vacQuestions h2 {
			margin: 0; padding: 0;
			color: #00529B;
			border: none;
		}
		
		body#manage_group_questions div#group h3 {
			margin: 15px 0 0 0;
		}
		
		body#manage_group_questions div#group p,
		body#manage_ins_vac_screening_questions div#vacQuestions p {
			margin: 0; padding: .5em 0 0 0;
			border-top: 1px solid #B2B2D1;
		}

		body#manage_group_questions div#group p#bottomP,
		body#manage_ins_vac_screening_questions div#vacQuestions p#bottomP {
			margin: 0; padding: 10px 6px 11px 6px;
			border: none;
		}
		
		body#manage_group_questions div#group ol,
		body#manage_ins_vac_screening_questions div#vacQuestions ol {
			margin: 0; padding: 0;
			list-style: none;
			border-bottom: 1px solid #B2B2D1;
		}

		body#manage_ins_vac_screening_questions div#vacQuestions ol {
			border-top: 1px solid #00529B;
			position:relative;
		}
		
		body#manage_group_questions div#group li,
		body#manage_ins_vac_screening_questions div#vacQuestions li {
			clear: left;
			margin: 0; padding: 3px 5px 3px 7em;
			position:relative;
		}
		
		body#manage_group_questions div#group li.rowTint,
		body#manage_ins_vac_screening_questions div#rightSide li.rowTint {
			background-color: #e5e5e5;
		}
		
		body#manage_group_questions div#group em,
		body#manage_ins_vac_screening_questions div#vacQuestions em {
			position: absolute;
			top: 9px; left: 3.7em;
			font-style: normal;
		}
		
		body#manage_group_questions div#group a.button {
			float: none;
		}
		
		body#manage_group_questions div#group a#deleteGroup {
			margin-right: 100px;
		}
		
		body#manage_ins_vac_screening_questions div#groups {
			clear: right; float: right;
			width: 23px; /* This is the default "Closed" state, over-written with js */
			overflow: hidden;
			margin: 15px 0 0 0; padding: 0;
			border-right: 1px solid #345d9f;
			/*background:url(../images/appforms/groups_lowershadow.png) right top repeat-y;*/
		}

		body#manage_ins_vac_screening_questions div#groupsMainBG {
			width: 406px;
			margin: 0 1px 0 0; padding: 0;
			float:left;
			background: transparent url(../images/appforms/groups_bg_big.gif) 0 0 repeat-y;
		}

		body#manage_ins_vac_screening_questions div#groupsTop {
			position: relative;
			margin: 0; padding: 11px 6px 10px 23px;
			background: transparent url(../images/appforms/groups_bg_top_big.gif) 0 0 no-repeat;
			float:left;
			width:377px;
		}

		body#manage_ins_vac_screening_questions div#groupsTop a.openGroup {
			position: absolute;
			left: 0; top: 0;
			width: 20px; height: 80px;
			text-decoration: none; text-indent: -5000px;
		}

		body#manage_ins_vac_screening_questions div#groupsTop h2 {
			position: absolute;
			left: -5000px;
		}

		body#manage_ins_vac_screening_questions div#groupsBottom {
			clear: left;
			margin: 0; padding: 5px;
			background: transparent url(../images/appforms/groups_bg_bot_big.gif) left bottom no-repeat;
		}
		
		body#manage_ins_vac_screening_questions div#groupsTop p {
			clear: right;
		}
		
		body#manage_ins_vac_screening_questions div#groupsTop div {
			float: left;
			width: 183px;
			margin: 0; padding: 0;
		}
		
		body#manage_ins_vac_screening_questions div#groups div#global {
			margin: 0 10px 0 0;
		}

		body#manage_ins_vac_screening_questions div#groups li {
			padding: 8px 5px;
			border: solid #bebebe; border-width: 1px 0;
			background-color: #f6f6f6;
			list-style:none;
			position:relative;
		}

		body#manage_ins_vac_screening_questions div#groups li.rowTint {
			border: none;
			background-color: transparent;
		}
		
		body#manage_ins_vac_screening_questions div#groups a.add {
			background: transparent url(../images/appforms/group_addq.gif) 0 0 no-repeat;
			left:-20px;
		}
		
		body#manage_ins_vac_screening_questions p.close {
			clear: both;
			margin: 0; padding: 10px 0;
			text-align: right;
		}
		
		body#manage_ins_vac_screening_questions p.close a {
			margin: 0; padding: 0 18px 0 0;
			background: transparent url(../images/appforms/mngscreen_close.gif) right center no-repeat;
		}
		
	/* *************************************************************************
		Change Scoring
	************************************************************************ \*/

		body#update_screening_question_correct_answers p {
			text-align: right;
		}
		
		body#update_screening_question_correct_answers fieldset {
			margin: 0; padding: 0;
			border: none;
		}
		
		body#update_screening_question_correct_answers table.colhighlight {
			border: solid #e5e5ef; border-width: 1px 0;
		}
		
		body#update_screening_question_correct_answers em {
			margin: 0 1em 0 0; padding: 0;
			font-style: normal;
		}
		
	/* *************************************************************************
		ins_vac_entry + vacancy_editor
	************************************************************************ \*/

		body#ins_vac td#screenQ ol,
		body#vacancy_editor td#screenQ ol {
			margin: 0 5px 10px 5px; padding: 0;
			list-style: none;
		}
		
		body#ins_vac td#screenQ li,
		body#vacancy_editor td#screenQ li {
			position: relative;
			margin: 0; padding: 8px 30px 8px 2.5em;
			text-indent: -2em;
		}
		
		body#ins_vac td#screenQ li.rowTint,
		body#vacancy_editor td#screenQ li.rowTint {
			background: #fff;
		}

		body#ins_vac td#screenQ em,
		body#vacancy_editor td#screenQ em {
			margin: 0 1em 0 0; padding: 0;
			font-style: normal;
		}
		
		body#ins_vac td#screenQ a.delete,
		body#vacancy_editor td#screenQ a.delete {
			position: absolute;
			top: 5px; right: 5px;
			height: 15px; width: 12px;
			overflow: hidden;
			text-indent: -5000px;
			background: transparent url(../images/appforms/mngscreen_delete_color.gif) center center no-repeat;
			cursor: pointer; cursor: hand;
		}
		div#screening_questions a.button {clear:none;}
		body#ins_vac td#screenQ a.button,
		body#vacancy_editor td#screenQ a.button {
			float: right;
			margin: 0 0 0 15px;
			font-size: 90%;
		}

/*
 .searchBox{display:none !important;}
#nav{padding:12px 14px !important;} */


/* AMS Help page */

body#ams_help div.files table tr td font b, 
body#ams_help div.files table tr td font b font,
body#ams_help div.files table tr td a:hover{color: #345D9F !Important;}
body#ams_help div.files table tr td a{color: #000000 !important;}
body#ams_help div.files table tr td p font,
body#ams_help div.files table tr td a font{color: #666666 !important;}
