
.box.large.recruiter {
	width						: 465px;
}

.box.large .boxContents {
	min-height					: 75px;
}

.box.large .status {
	height						: 175px;
	overflow					: auto;
}

.box.large .action {
	width						: auto;
}

.box.large .status table th {
	width						: 100px;
}

.box.large .status h2 {
	background-color			: transparent;
	border						: none;
	font-size					: 12px;
	padding						: 5px 0px;
}

table th {
	vertical-align				: top;
}

.col1.full {
	width						: 950px !important;
}

.red {
	color						: red;
	font-size					: 12pt;
}

table.registeredData.recruiter tbody th {
	padding						: 4px;
	border-bottom				: 1px solid silver;
	vertical-align				: top;
	background-color			: #EEE;
}

.red {
	background-color			: white !important;
}


/*********************************
 *
 *	PAGE SETUP
 *
 ***********************************/


 .pageWrapper .header {
 	background-color			: white;
 	margin-bottom				: 5px;
 	height						: 70px !important;
 }


 .j2mLogo {
 	float						: right;
 }

 /*********************************
 *
 *	NAVIGATION
 *
 ***********************************/

 ul.recruiter {
 	margin						: 10px 0px;
 	padding						: 0px;
	list-style-type				: none;
	background-color			: #333333;
	height						: 25px;
	width						: 100%;
 }



 ul.recruiter li {
	padding						: 5px 0px 5px 10px;
	height						: auto;
	margin-right				: 10px;
	float						: left;
	border-left					: 1px solid white;
 }

 ul.recruiter li.first {
	border						: none;
 }

 ul.recruiter li a {
	color						: white;
	font-weight					: bold;
	font-size					: 12px;
	text-decoration				: none;
 }

 ul.recruiter li a:hover {
	text-decoration				: underline;
	color						: #CBFC6D;
 }

 ul.recruiter li.noMenu {
 	float						: right !important;
 	border						: none;
 	color						: white;
 }


 /*********************************
 *
 *	VACANCY PRESENTATION
 *
 ***********************************/


.vacancyPresentation.recruiter h3 {
	border						: 0px;
	margin						: 2px 0px 6px 0px;
	font-size					: 10pt;
}

.vacancyPresentation.recruiter p {
	margin						: 0px 0px 4px 0px;
	padding						: 0px 0px 2px 0px;
}

.vacancyPresentation.recruiter ul {
	list-style-position			: inside;
	margin						: 4px 0px 8px 0px;
	list-style-type				: disc;
	padding						: 0px;
	padding-left				: 10px;
}

.vacancyPresentation.recruiter ul li {
	padding						: 1px 0px;
}

span.title {
	font-weight					: bold;
}

table.registeredData.recruiter {
	border						: 0px;
}

table.registeredData.recruiter thead th{
	padding						: 4px;
}


 /*********************************
 *
 *	WIZARD BACK BUTTON
 *
 ***********************************/

 .button.wizard.prev {
 	margin-right				: 10px !important;
 }

  /*********************************
 *
 *	CV SUMMARY
 *
 ***********************************/

 .candidateCV legend {
 	font-size					: 9pt !important;
 }

 .candidateCV table th {
 	font-weight					: normal !important;
 	font-size					: 8pt !important;
 }

 .candidateCV fieldset,  {
 	margin-top					: 2px !important;
 }

 .candidateCV fieldset legend {
 	margin-top					: 0px !important;
 }

/*********************************
 *
 *	RECRUITER PPA
 *
 ***********************************/

 .buttons {
 	float						: left !important;
 	margin-top					: 10px !important;
 	margin-left					: 205px !important;
 }



