.reSplitButton, .reSplitButton:link, .reSplitButton:visited
{
	width: 34px; /* was: 36px */
	height: 24px;
	text-decoration: none !important;
}

html, body, form {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.TextBoxStyle {
	height: 24px;
}
a.btnCog, a.btnCog:link, a.btnCog:active, a.btnCog:visited {
	background-image: url(../../Images/cog-off.png);
	background-repeat: no-repeat;
}

	a.btnCog:hover {
		background-image: url(../../Images/cog-on.png);
	}

input[type=button].btnCloseOn, input[type=button].btnCloseOn:link, input[type=button].btnCloseOn:active, input[type=button].btnCloseOn:visited {
	background-image: url(../../Images/close-off.png);
}

	input[type=button].btnCloseOn:hover {
		background-image: url(../../Images/close-on.png);
	}
input[type=submit].btnHeader {
	padding-left: 28px;
	padding-top: 5px;
	width: 80px !important;
}


/********************************************************************* COMMON ICONS ***********************************************************************/
/* Icon class for transitions and sizes */
input[type=button].icon, input[type=button].icon:link, input[type=button].icon:active, input[type=button].icon:visited,
input[type=submit].icon, input[type=submit].icon:link, input[type=submit].icon:active, input[type=submit].icon:visited,
input[type=image].icon, input[type=image].icon:link, input[type=image].icon:active, input[type=image].icon:visited,
a.icon, a.icon:link, a.icon:active, a.icon:visited,
span.icon, span.icon:link, span.icon:active, span.icon:visited {
	display: block;
	width: 25px;
	height: 25px;
	border: none;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	transition: background-image 0.2s linear;
	cursor: pointer;
	background-color: transparent;
}

	.Recicons {
		display: block;
		width: 25px;
		border: none;
		background-size: 25px 25px;
		background-repeat: no-repeat;
		transition: background-image 0.2s linear;
		cursor: pointer;
		background-color: transparent;
	}

	input[type=button].icon:hover, a.icon:hover, span.icon:hover {
		transition: background-image 0.2s linear;
	}
.iconNormalWidth {
	width: 25px !important;
	height: 25px !important;
}

input[type=button].btnCommonDelete, input[type=button].btnCommonDelete:link, input[type=button].btnCommonDelete:active, input[type=button].btnCommonDelete:visited,
input[type=submit].btnCommonDelete, input[type=submit].btnCommonDelete:link, input[type=submit].btnCommonDelete:active, input[type=submit].btnCommonDelete:visited,
span.btnCommonDelete, span.btnCommonDelete:link, span.btnCommonDelete:active, span.btnCommonDelete:visited,
a.btnCommonDelete, a.btnCommonDelete:link, a.btnCommonDelete:active, a.btnCommonDelete:visited {
	background-image: url(../../images_icon/OFF/Deletion_Requests_DECLINE_OFF.png);
}

input[type=image].btnCommonDelete {
	content: url(../../images_icon/OFF/Deletion_Requests_DECLINE_OFF.png);
}
	input[type=image].btnCommonDelete:hover {
		content: url(../../images_icon/ON/Common_Delete_ON.png);
	}
	input[type=button].btnCommonDelete:hover,
	input[type=submit].btnCommonDelete:hover,
	span.btnCommonDelete:hover,
	a.btnCommonDelete:hover {
		background-image: url(../../images_icon/ON/Common_Delete_ON.png);
	}


		input[type=image].btnCommonDeleteDisabled:hover {
			cursor:pointer !important;

		}

.imgBtnCommonDelete {
	background-image: url(../../images_icon/OFF/Deletion_Requests_DECLINE_OFF.png);
}
.imgBtnCommonDelete:hover {
	background-image: url(../../images_icon/ON/Common_Delete_ON.png);
}




input[type=image].btnCommonDeleteDisabled, input[type=image].btnCommonDeleteDisabled:link, input[type=image].btnCommonDeleteDisabled:active, input[type=image].btnCommonDeleteDisabled:visited {
	content: url(../../images_icon/OFF/Common_Delete_OFF.png);
}

input[type=button].btnCommonDown, input[type=button].btnCommonDown:link, input[type=button].btnCommonDown:active, input[type=button].btnCommonDown:visited,
input[type=submit].btnCommonDown, input[type=submit].btnCommonDown:link, input[type=submit].btnCommonDown:active, input[type=submit].btnCommonDown:visited,
a.btnCommonDown, a.btnCommonDown:link, a.btnCommonDown:active, a.btnCommonDown:visited {
	background-image: url(../../images_icon/OFF/Common_DOWN_OFF.png);
}

	input[type=button].btnCommonDown:hover,
	input[type=submit].btnCommonDown:hover,
	a.btnCommonDown:hover {
		background-image: url(../../images_icon/ON/Common_DOWN_ON.png);
	}

input[type=image].btnCommonDown, input[type=image].btnCommonDown:link, input[type=image].btnCommonDown:active, input[type=image].btnCommonDown:visited {
	content: url(../../images_icon/OFF/Common_DOWN_OFF.png);
}

	input[type=image].btnCommonDown:hover {
		content: url(../../images_icon/ON/Common_DOWN_ON.png);
	}

input[type=image].btnCommonDownDisabled, input[type=image].btnCommonDownDisabled:link, input[type=image].btnCommonDownDisabled:active, input[type=image].btnCommonDownDisabled:visited {
	content: url(../../images_icon/OFF/Common_DOWN_OFF.png);
	cursor: default !important;
}

input[type=button].btnCommonUp, input[type=button].btnCommonUp:link, input[type=button].btnCommonUp:active, input[type=button].btnCommonUp:visited,
input[type=submit].btnCommonUp, input[type=submit].btnCommonUp:link, input[type=submit].btnCommonUp:active, input[type=submit].btnCommonUp:visited,
a.btnCommonUp, a.btnCommonUp:link, a.btnCommonUp:active, a.btnCommonUp:visited {
	background-image: url(../../images_icon/OFF/Common_UP_OFF.png);
}

	input[type=button].btnCommonUp:hover,
	input[type=submit].btnCommonUp:hover,
	a.btnCommonUp:hover {
		background-image: url(../../images_icon/ON/Common_UP_ON.png);
	}

input[type=image].btnCommonUp, input[type=image].btnCommonUp:link, input[type=image].btnCommonUp:active, input[type=image].btnCommonUp:visited {
	content: url(../../images_icon/OFF/Common_UP_OFF.png);
}

	input[type=image].btnCommonUp:hover {
		content: url(../../images_icon/ON/Common_UP_ON.png);
	}

input[type=image].btnCommonUpDisabled, input[type=image].btnCommonUpDisabled:link, input[type=image].btnCommonUpDisabled:active, input[type=image].btnCommonUpDisabled:visited {
	content: url(../../images_icon/OFF/Common_UP_OFF.png);
	cursor: default !important;
}

input[type=button].btnCommonView, input[type=button].btnCommonView:link, input[type=button].btnCommonView:active, input[type=button].btnCommonView:visited,
input[type=submit].btnCommonView, input[type=submit].btnCommonView:link, input[type=submit].btnCommonView:active, input[type=submit].btnCommonView:visited,
a.btnCommonView, a.btnCommonView:link, a.btnCommonView:active, a.btnCommonView:visited {
	background-image: url(../../images_icon/OFF/Common_VIEW_OFF.png);
}

	input[type=button].btnCommonView:hover,
	input[type=submit].btnCommonView:hover,
	a.btnCommonView:hover {
		background-image: url(../../images_icon/ON/Common_VIEW_ON.png);
	}

input[type=image].btnCommonView, input[type=image].btnCommonView:link, input[type=image].btnCommonView:active, input[type=image].btnCommonView:visited {
	content: url(../../images_icon/OFF/Common_VIEW_OFF.png);
}

	input[type=image].btnCommonView:hover {
		content: url(../../images_icon/ON/Common_VIEW_ON.png);
	}



input[type=button].btnCommonEdit, input[type=button].btnCommonEdit:link, input[type=button].btnCommonEdit:active, input[type=button].btnCommonEdit:visited,
input[type=submit].btnCommonEdit, input[type=submit].btnCommonEdit:link, input[type=submit].btnCommonEdit:active, input[type=submit].btnCommonEdit:visited,
a.btnCommonEdit, a.btnCommonEdit:link, a.btnCommonEdit:active, a.btnCommonEdit:visited {
	background-image: url(../../images_icon/OFF/Common_EDIT_OFF.png);
	
}

	input[type=button].btnCommonEdit:hover,
	input[type=submit].btnCommonEdit:hover,
	a.btnCommonEdit:hover {
		background-image: url(../../images_icon/ON/Common_EDIT_ON.png);
	}

input[type=image].btnCommonEdit{
	content: url(../../images_icon/OFF/Common_EDIT_OFF.png);
}
	input[type=image].btnCommonEdit:hover {
		content: url(../../images_icon/ON/Common_EDIT_ON.png);
	}

input[type=image].btnCommonEditDisabled {
	content: url(../../images_icon/OFF/Common_EDIT_DISABLED_OFF.png);
}

.imgBtnCommonEdit {
	content: url(../../images_icon/OFF/Common_EDIT_OFF.png);
}

	.imgBtnCommonEdit:hover {
		content: url(../../images_icon/ON/Common_EDIT_ON.png);
	}


a.btnCommonExport, a.btnCommonExport:link, a.btnCommonExport:active, a.btnCommonExport:visited {
	background-image: url(../../images_icon/OFF/Watchlist_Export_OFF.png);
}

	a.btnCommonExport:hover {
		background-image: url(../../images_icon/ON/Watchlist_Export_ON.png);
	}

input[type=button].btnCommonPrint, input[type=button].btnCommonPrint:link, input[type=button].btnCommonPrint:active, input[type=button].btnCommonPrint:visited,
input[type=submit].btnCommonPrint, input[type=submit].btnCommonPrint:link, input[type=submit].btnCommonPrint:active, input[type=submit].btnCommonPrint:visited,
a.btnCommonPrint, a.btnCommonPrint:link, a.btnCommonPrint:active, a.btnCommonPrint:visited {
	background-image: url(../../images_icon/OFF/Common_PRINT_OFF.png);
}

	input[type=button].btnCommonPrint:hover,
	input[type=submit].btnCommonPrint:hover,
	a.btnCommonPrint:hover {
		background-image: url(../../images_icon/ON/Common_PRINT_ON.png);
	}

input[type=image].btnCommonPrint, input[type=image].btnCommonPrint:link, input[type=image].btnCommonPrint:active, input[type=image].btnCommonPrint:visited {
	content: url(../../images_icon/OFF/Common_PRINT_OFF.png);
}

	input[type=image].btnCommonPrint:hover {
		content: url(../../images_icon/ON/Common_PRINT_ON.png);
	}
	.imgCommonPrint {
		content: url(../../images_icon/OFF/Common_PRINT_OFF.png);
	}

		.imgCommonPrint:hover {
			content: url(../../images_icon/ON/Common_PRINT_ON.png);
		}

a.btnCommonWatchList, a.btnCommonWatchList:link, a.btnCommonWatchList:active, a.btnCommonWatchList:visited {
	background-image: url(../../images_icon/OFF/Common_VIEW_OFF.png);
	background-position: center center;
	width: 100%;
}
	a.btnCommonWatchList:hover {
		background-image: url(../../images_icon/ON/Common_VIEW_ON.png);
	}

input[type=button].btnCommonCopy, input[type=button].btnCommonCopy:link, input[type=button].btnCommonCopy:active, input[type=button].btnCommonCopy:visited,
input[type=submit].btnCommonCopy, input[type=submit].btnCommonCopy:link, input[type=submit].btnCommonCopy:active, input[type=submit].btnCommonCopy:visited,
a.btnCommonCopy, a.btnCommonCopy:link, a.btnCommonCopy:active, a.btnCommonCopy:visited {
	background-image: url(../../images_icon/OFF/Common_COPY_OFF.png);
}

	input[type=button].btnCommonCopy:hover,
	input[type=submit].btnCommonCopy:hover,
	a.btnCommonCopy:hover {
		background-image: url(../../images_icon/ON/Common_COPY_ON.png);
	}

input[type=image].btnCommonCopy {
	content: url(../../images_icon/OFF/Common_COPY_OFF.png);
	color: transparent;
}

	input[type=image].btnCommonCopy:hover {
		content: url(../../images_icon/ON/Common_COPY_ON.png);
	}

	.btnPermissions {
		content: url(../../images_icon/OFF/Reporting_Suite_Settings_VIEW_ROLE_PERMISSIONS_OFF.png);
		color: transparent;
	}

	.btnPermissions:hover {
			content: url(../../images_icon/ON/REporting_Suite_Settings_VIEW_ROLE_PERMISSIONS_ON.png);
			cursor: pointer;
	}


.btnExcelLnk {
	content: url(../../images_icon/OFF/Reporting_Export_Excel_OFF.png);
	color: transparent;
	display: inline !important;
}

	.btnExcelLnk:hover {
		content: url(../../images_icon/ON/Reporting_Export_Excel_ON.png);
		cursor: pointer;
	}

.btnAlterSchedule {
	content: url(../../images_icon/OFF/Schedule_Alternative_slot_OFF.png);
	color: transparent;
	display: inline;
}

	.btnAlterSchedule:hover {
		content: url(../../images_icon/ON/Schedule_Alternative_slot_ON.png);
		cursor: pointer;
	}

.btnAlterScheduleDisabled {
	content: url(../../images_icon/OFF/Schedule_Alternative_slot_DISABLED_OFF.png);
	color: transparent;
	display: inline;
	cursor:default;
}

.btnSlotView {
	content: url(../../images_icon/OFF/Schedule_Wizard_VIEW_OFF.png);
	color: transparent;
	display: inline;
}

	.btnSlotView:hover {
		content: url(../../images_icon/ON/Schedule_Wizard_VIEW_ON.png);
		cursor: pointer;
	}


.btnPosition {
	width: 100%;
	background-position: top center;
}

.spanPadding {
	padding-top: 25px;
}

.transparentText{
	color: transparent !important;
}

.content {
	content: url();
}


/****************************************************************** RECRUITER HOME ICONS ******************************************************************/
input[type=submit].btnManageGridSettings, input[type=submit].btnManageGridSettings:link, input[type=submit].btnManageGridSettings:active, input[type=submit].btnManageGridSettings:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Home_GRID_SETTINGS_OFF.png);
}

	input[type=submit].btnManageGridSettings:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_GRID_SETTINGS_ON.png);
	}

input[type=submit].btnManageAlert, input[type=submit].btnManageAlert:link, input[type=submit].btnManageAlert:active, input[type=submit].btnManageAlert:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Home_MANAGE_ALERT_ICONS_OFF.png);
}

	input[type=submit].btnManageAlert:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_MANAGE_ALERT_ICONS_ON.png);
	}

input[type=submit].btnPrintVac, input[type=submit].btnPrintVac:link, input[type=submit].btnPrintVac:active, input[type=submit].btnPrintVac:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Home_PRINT_OFF.png);
	display: inline-block !important;
}

	input[type=submit].btnPrintVac:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_PRINT_ON.png);
	}
input[type=submit].btnArchiveVac, input[type=submit].btnArchiveVac:link, input[type=submit].btnArchiveVac:active, input[type=submit].btnArchiveVac:visited,
input[type=button].btnArchiveVac, input[type=button].btnArchiveVac:link, input[type=button].btnArchiveVac:active, input[type=button].btnArchiveVac:visited,
a.btnArchiveVac, a.btnArchiveVac:link, a.btnArchiveVac:active, a.btnArchiveVac:visited,
span.btnArchiveVac, span.btnArchiveVac:link, span.btnArchiveVac:active, span.btnArchiveVac:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Home_ARCHIVE_OFF.png);
	display: inline-block !important;
	min-width: 42px;
}

	span.btnArchiveVac:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_ARCHIVE_ON.png);
	}

span.btnDeleteVac, span.btnDeleteVac:link, span.btnDeleteVac:active, span.btnDeleteVac:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Home_DELETE_OFF.png);
	display: inline-block !important;
	min-width: 42px;
}

	span.btnDeleteVac:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_DELETE_ON.png);
	}

input[type=button].btnRecVacHelp, input[type=button].btnRecVacHelp:link, input[type=button].btnRecVacHelp:active, input[type=button].btnRecVacHelp:visited,
.btnRecVacHelp {
	background-image: url(../../images_icon/OFF/Recruiter_Home_HELP_OFF.png);
	display: inline-block !important;
	vertical-align: middle;
}

	input[type=button].btnRecVacHelp:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_HELP_ON.png);
	}

	.btnVacHelp:hover {
		content: url(../../images_icon/ON/Recruiter_Home_HELP_ON.png);
	}

	.btnVacHelp {
		content: url(../../images_icon/OFF/Recruiter_Home_HELP_OFF.png);
		display: inline-block !important;
		vertical-align: middle;
	}

.btnSchExclExport:hover {
	content: url(../../images_icon/ON/Schedule_Wizard_EXCEL_EXPORT_ON.png);
}

.btnSchExclExport {
	content: url(../../images_icon/OFF/Schedule_Wizard_CVS_EXPORT_OFF.png);
	display: inline-block !important;
	vertical-align: middle;
}

.btnSchPrint:hover {
	content: url(../../images_icon/ON/Common_PRINT_ON.png);
}

.btnSchPrint {
	content: url(../../images_icon/OFF/Common_PRINT_OFF.png);
	display: inline-block !important;
	vertical-align: middle;
}








input[type=button].btnVacancyNote, input[type=button].btnVacancyNote:link, input[type=button].btnVacancyNote:active, input[type=button].btnVacancyNote:visited,
input[type=submit].btnVacancyNote, input[type=submit].btnVacancyNote:link, input[type=submit].btnVacancyNote:active, input[type=submit].btnVacancyNote:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Home_VACCANCY_NOTES_OFF.png);
	display: inline-block !important;
}

	input[type=button].btnVacancyNote:hover,
	input[type=submit].btnVacancyNote:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_VACCANCY_NOTES_ON.png);
	}

input[type=button].btnVacancyDocs, input[type=button].btnVacancyDocs:link, input[type=button].btnVacancyDocs:active, input[type=button].btnVacancyDocs:visited,
input[type=submit].btnVacancyDocs, input[type=submit].btnVacancyDocs:link, input[type=submit].btnVacancyDocs:active, input[type=submit].btnVacancyDocs:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Home_VACCANCY_DOCUMENTS_OFF.png);
	display: inline-block !important;
}

	input[type=button].btnVacancyDocs:hover,
	input[type=submit].btnVacancyDocs:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_VACCANCY_DOCUMENTS_ON.png);
	}

a.btnVacancyDocs, a.btnVacancyDocs:link, a.btnVacancyDocs:active, a.btnVacancyDocs:visited,
input[type=image].btnVacancyDocs, input[type=image].btnVacancyDocs:link, input[type=image].btnVacancyDocs:active, input[type=image].btnVacancyDocs:visited {
	content: url(../../images_icon/OFF/Recruiter_Home_VACCANCY_DOCUMENTS_OFF.png);
	margin-left: 5px;
}

	a.btnVacancyDocs:hover,
	input[type=image].btnVacancyDocs:hover {
		content: url(../../images_icon/ON/Recruiter_Home_VACCANCY_DOCUMENTS_ON.png);
	}

input[type=button].rgExpand, input[type=button].rgExpand:link, input[type=button].rgExpand:active, input[type=button].rgExpand:visited, input[type=submit].rgExpand {
	background-image: url(../../images_icon/OFF/Recruiter_Home_EXPAND_OFF.png);
	display: block;
	width: 25px;
	height: 25px;
	border: none;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	transition: background-image 0.2s linear;
	cursor: pointer;
	background-color: transparent;
	background-position: center !important;
}

	input[type=button].rgExpand:hover, input[type=submit].rgExpand:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_EXPAND_ON.png);
		transition: background-image 0.2s linear;
	}

input[type=button].rgCollapse, input[type=button].rgCollapse:link, input[type=button].rgCollapse:active, input[type=button].rgCollapse:visited, input[type=submit].rgCollapse {
	background-image: url(../../images_icon/OFF/Recruiter_Home_REDUCE_OFF.png);
	display: block;
	width: 25px;
	height: 25px;
	border: none;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	transition: background-image 0.2s linear;
	cursor: pointer;
	background-color: transparent;
	background-position: center !important;
}

	input[type=button].rgCollapse:hover, input[type=submit].rgCollapse:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_REDUCE_ON.png);
		transition: background-image 0.2s linear;
	}

input[type=submit].btnViewSchedule, input[type=submit].btnViewSchedule:link, input[type=submit].btnViewSchedule:active, input[type=submit].btnViewSchedule:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Home_VIEW_SCHEDULE_OFF.png);
	display: inline-block !important;
}

	input[type=submit].btnViewSchedule:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_VIEW_SCHEDULE_ON.png);
	}

input[type=button].btnAdd, input[type=button].btnAdd:link, input[type=button].btnAdd:active, input[type=button].btnAdd:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Home_ADD_OFF.png);
	display: inline-block !important;
}

	input[type=button].btnAdd:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_ADD_ON.png);
	}
input[type=button].btnRecruiterAgendaView, input[type=button].btnRecruiterAgendaView:link, input[type=button].btnRecruiterAgendaView:active, input[type=button].btnRecruiterAgendaView:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Agenda_View_OFF.png);
}

	input[type=button].btnRecruiterAgendaView:hover {
		background-image: url(../../images_icon/ON/Recruiter_Agenda_View_ON.png);
	}

/****************************************************************** CANDIDATE SEARCH ICONS ******************************************************************/

a.btnCandidateSearchViewApplication, a.btnCandidateSearchViewApplication:link, a.btnCandidateSearchViewApplication:active, a.btnCandidateSearchViewApplication:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_VIEW_APPLICATION_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchViewApplication:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_VIEW_APPLICATION_ON.png);
	}

a.btnCandidateSearchViewPdfApplication, a.btnCandidateSearchViewPdfApplication:link, a.btnCandidateSearchViewPdfApplication:active, a.btnCandidateSearchViewPdfApplication:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_VIEW_APPLICATION_AS_PDF_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchViewPdfApplication:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_VIEW_APPLICATION_AS_PDF_ON.png);
	}

a.btnCandidateSearchContact, a.btnCandidateSearchContact:link, a.btnCandidateSearchContact:active, a.btnCandidateSearchContact:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_CONTACT_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchContact:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_CONTACT_ON.png);
	}

a.btnCandidateSearchEditApplication, a.btnCandidateSearchEditApplication:link, a.btnCandidateSearchEditApplication:active, a.btnCandidateSearchEditApplication:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_EDIT_APPLICATION_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchEditApplication:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_EDIT_APPLICATION_ON.png);
	}

a.btnCandidateSearchProcessApplication, a.btnCandidateSearchProcessApplication:link, a.btnCandidateSearchProcessApplication:active, a.btnCandidateSearchProcessApplication:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_PROCESS_APPLICATION_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchProcessApplication:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_PROCESS_APPLICATION_ON.png);
	}

a.btnCandidateSearchViewRecommendation, a.btnCandidateSearchViewRecommendation:link, a.btnCandidateSearchViewRecommendation:active, a.btnCandidateSearchViewRecommendation:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_RECOMMEND_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchViewRecommendation:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_RECOMMEND_ON.png);
	}

a.btnCandidateSearchViewAppointments, a.btnCandidateSearchViewAppointments:link, a.btnCandidateSearchViewAppointments:active, a.btnCandidateSearchViewAppointments:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_APPOINTMENTS_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchViewAppointments:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_APPOINTMENTS_ON.png);
	}

input[type=button].btnCandidateSearchViewAppointments, input[type=button].btnCandidateSearchViewAppointments:link, input[type=button].btnCandidateSearchViewAppointments:active, input[type=button].btnCandidateSearchViewAppointments:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_APPOINTMENTS_OFF.png);
	background-position: center center;
	width: 100%;
}

	input[type=button].btnCandidateSearchViewAppointments:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_APPOINTMENTS_ON.png);
	}

input[type=image].btnCandidateSearchViewAppointments, input[type=image].btnCandidateSearchViewAppointments:link, input[type=image].btnCandidateSearchViewAppointments:active, input[type=image].btnCandidateSearchViewAppointments:visited, input[type=image].btnCandidateSearchViewAppointments {
	content: url(../../images_icon/OFF/Candidate_Search_APPOINTMENTS_OFF.png);
}
	input[type=image].btnCandidateSearchViewAppointments:hover {
		content: url(../../images_icon/ON/Candidate_Search_APPOINTMENTS_ON.png);
	}

a.btnCandidateSearchViewNote, a.btnCandidateSearchViewNote:link, a.btnCandidateSearchViewNote:active, a.btnCandidateSearchViewNote:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_NOTES_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchViewNote:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_NOTES_ON.png);
	}

a.btnCandidateSearchViewEmail, a.btnCandidateSearchViewEmail:link, a.btnCandidateSearchViewEmail:active, a.btnCandidateSearchViewEmail:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_EMAIL_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchViewEmail:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_EMAIL_ON.png);
	}

input[type=image].btnCommonEmail, input[type=image].btnCommonEmail:link, input[type=image].btnCommonEmail:active, input[type=image].btnCommonEmail:visited {
	content: url(../../images_icon/OFF/Candidate_Search_EMAIL_OFF.png);
}

	input[type=image].btnCommonEmail:hover {
		content: url(../../images_icon/ON/Candidate_Search_EMAIL_ON.png);
	}

	.btnCommonEmail {
		content: url(../../images_icon/OFF/Candidate_Search_EMAIL_OFF.png);
		background-position: center center;
		
	}

		.btnCommonEmail:hover {
			content: url(../../images_icon/ON/Candidate_Search_EMAIL_ON.png);
		}

input[type=image].btnCommonEmailReminder, input[type=image].btnCommonEmailReminder:link, input[type=image].btnCommonEmailReminder:active, input[type=image].btnCommonEmailReminder:visited {
	content: url(../../images_icon/OFF/Candidate_Search_EMAIL_REMINDER_OFF.png);
}

	input[type=image].btnCommonEmailReminder:hover {
		content: url(../../images_icon/ON/Candidate_Search_EMAIL_REMINDER_ON.png);
	}

a.btnCandidateSearchApplicationHistory, a.btnCandidateSearchApplicationHistory:link, a.btnCandidateSearchApplicationHistory:active, a.btnCandidateSearchApplicationHistory:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_HISTORY_OFF.png);
	background-position: center center;
	width:100%;

}

	a.btnCandidateSearchApplicationHistory:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_HISTORY_ON.png);
	}

.imgCandidateSearchApplicationHistory {
	content: url(../../images_icon/OFF/Candidate_Search_HISTORY_OFF.png);
	background-position: center center;
}

	.imgCandidateSearchApplicationHistory:hover {
		content: url(../../images_icon/ON/Candidate_Search_HISTORY_ON.png);
	}

a.btnCandidateSearchCandidateCV, a.btnCandidateSearchCandidateCV:link, a.btnCandidateSearchCandidateCV:active, a.btnCandidateSearchCandidateCV:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_CV_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchCandidateCV:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_CV_ON.png);
	}

a.btnCandidateSearchCandidateCVDisabled, a.btnCandidateSearchCandidateCVDisabled:link, a.btnCandidateSearchCandidateCVDisabled:active, a.btnCandidateSearchCandidateCVDisabled:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_CV_OFF.png);
	background-position: center center;
	width: 100%;
}

a.btnCandidateSearchAddDocs, a.btnCandidateSearchAddDocs:link, a.btnCandidateSearchAddDocs:active, a.btnCandidateSearchAddDocs:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_ADD_DOCS_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchAddDocs:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_ADD_DOCS_ON.png);
	}

a.btnCandidateSearchDocumentChecklist, a.btnCandidateSearchDocumentChecklist:link, a.btnCandidateSearchDocumentChecklist:active, a.btnCandidateSearchDocumentChecklist:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_DOCUMENT_CHECKLIST_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchDocumentChecklist:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_DOCUMENT_CHECKLIST_ON.png);
	}

input[type=image].btnCandidateSearchDocumentChecklist {
	content: url(../../images_icon/OFF/Candidate_Search_DOCUMENT_CHECKLIST_OFF.png);
}

	input[type=image].btnCandidateSearchDocumentChecklist:hover {
		content: url(../../images_icon/ON/Candidate_Search_DOCUMENT_CHECKLIST_ON.png);
	}

a.btnCandidateSearchOfferChecklist, a.btnCandidateSearchOfferChecklist:link, a.btnCandidateSearchOfferChecklist:active, a.btnCandidateSearchOfferChecklist:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_OFFER_CHECKLIST_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchOfferChecklist:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_OFFER_CHECKLIST_ON.png);
	}

a.btnCandidateSearchViewNotes, a.btnCandidateSearchViewNotes:link, a.btnCandidateSearchViewNotes:active, a.btnCandidateSearchViewNotes:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_NOTES_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchViewNotes:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_NOTES_ON.png);
	}

a.btnCandidateSearchPrintDocumentation, a.btnCandidateSearchPrintDocumentation:link, a.btnCandidateSearchPrintDocumentation:active, a.btnCandidateSearchPrintDocumentation:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_PRINT_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchPrintDocumentation:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_PRINT_ON.png);
	}

a.btnCandidateSearchManualScoring, a.btnCandidateSearchManualScoring:link, a.btnCandidateSearchManualScoring:active, a.btnCandidateSearchManualScoring:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_MANUAL_SCORING_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchManualScoring:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_MANUAL_SCORING_ON.png);
	}

a.btnCandidateSearchInterviewNotes, a.btnCandidateSearchInterviewNotes:link, a.btnCandidateSearchInterviewNotes:active, a.btnCandidateSearchInterviewNotes:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_INTERVIEW_NOTES_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchInterviewNotes:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_INTERVIEW_NOTES_ON.png);
	}

a.btnCandidateSearchExpenses, a.btnCandidateSearchExpenses:link, a.btnCandidateSearchExpenses:active, a.btnCandidateSearchExpenses:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_INTERVIEW_NOTES_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchExpenses:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_INTERVIEW_NOTES_ON.png);
	}

a.btnCandidateSearchReferences, a.btnCandidateSearchReferences:link, a.btnCandidateSearchReferences:active, a.btnCandidateSearchReferences:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_REFERENCS_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchReferences:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_REFERENCS_ON.png);
	}

a.btnCandidateSearchExportData, a.btnCandidateSearchExportData:link, a.btnCandidateSearchExportData:active, a.btnCandidateSearchExportData:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_EXPORT_DATA_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchExportData:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_EXPORT_DATA_ON.png);
	}

a.btnCandidateSearchAgencyDocs, a.btnCandidateSearchAgencyDocs:link, a.btnCandidateSearchAgencyDocs:active, a.btnCandidateSearchAgencyDocs:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_AGENCY_NOTES_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchAgencyDocs:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_AGENCY_NOTES_ON.png);
	}

a.btnCandidateSearchStartWorkflow, a.btnCandidateSearchStartWorkflow:link, a.btnCandidateSearchStartWorkflow:active, a.btnCandidateSearchStartWorkflow:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_START_WORKFLOW_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchStartWorkflow:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_START_WORKFLOW_ON.png);
	}

a.btnCandidateSearchSMS, a.btnCandidateSearchSMS:link, a.btnCandidateSearchSMS:active, a.btnCandidateSearchSMS:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_SMS_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchSMS:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_SMS_ON.png);
	}

a.btnCandidateSearchCaseStudy, a.btnCandidateSearchCaseStudy:link, a.btnCandidateSearchCaseStudy:active, a.btnCandidateSearchCaseStudy:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_CASE_STUDY_ASSESSMENT_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchCaseStudy:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_CASE_STUDY_ASSESSMENT_ON.png);
	}

a.btnCandidateSearchApollo, a.btnCandidateSearchApollo:link, a.btnCandidateSearchApollo:active, a.btnCandidateSearchApollo:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_APOLLO_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchApollo:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_APOLLO_ON.png);
	}

a.btnCandidateSearchDBS, a.btnCandidateSearchDBS:link, a.btnCandidateSearchDBS:active, a.btnCandidateSearchDBS:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_DBS_CHECK_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchDBS:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_DBS_CHECK_ON.png);
	}


.IconToolbar {
	width: auto !important;
	display: inline-block !important;
	padding-left: 30px !important;
}

input[type=button].btnCandidateSearchPrintSettings, input[type=button].btnCandidateSearchPrintSettings:link, input[type=button].btnCandidateSearchPrintSettings:active, input[type=button].btnCandidateSearchPrintSettings:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_PRINT_SETTINGS_OFF.png);
}

	input[type=button].btnCandidateSearchPrintSettings:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_PRINT_SETTINGS_ON.png);
	}

input[type=button].btnCandidateSearchBulkPrint, input[type=button].btnCandidateSearchBulkPrint:link, input[type=button].btnCandidateSearchBulkPrint:active, input[type=button].btnCandidateSearchBulkPrint:visited,
a.btnCandidateSearchBulkPrint, a.btnCandidateSearchBulkPrint:link, a.btnCandidateSearchBulkPrint:active, a.btnCandidateSearchBulkPrint:visited{
	background-image: url(../../images_icon/OFF/Candidate_Search_BULK_PRINT_OFF.png);
}

	input[type=button].btnCandidateSearchBulkPrint:hover,
	a.btnCandidateSearchBulkPrint:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_BULK_PRINT_ON.png);
	}

	.imgBulkPrint {
		background-image: url(../../images_icon/OFF/Candidate_Search_BULK_PRINT_OFF.png);
	}

		.imgBulkPrint:hover {
			background-image: url(../../images_icon/ON/Candidate_Search_BULK_PRINT_ON.png);
		}

input[type=button].btnCandidateSearchBulkProcess, input[type=button].btnCandidateSearchBulkProcess:link, input[type=button].btnCandidateSearchBulkProcess:active, input[type=button].btnCandidateSearchBulkProcess:visited,
a.btnCandidateSearchBulkProcess, a.btnCandidateSearchBulkProcess:link, a.btnCandidateSearchBulkProcess:active, a.btnCandidateSearchBulkProcess:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_BULK_PROCESS_OFF.png);
}

	input[type=button].btnCandidateSearchBulkProcess:hover,
	a.btnCandidateSearchBulkProcess:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_BULK_PROCESS_ON.png);
	}

	.imgBulkProcess {
		background-image: url(../../images_icon/OFF/Candidate_Search_BULK_PROCESS_OFF.png);
	}

		.imgBulkProcess:hover {
			background-image: url(../../images_icon/ON/Candidate_Search_BULK_PROCESS_ON.png);
		}

input[type=button].btnCandidateSearchBulkReferences, input[type=button].btnCandidateSearchBulkReferences:link, input[type=button].btnCandidateSearchBulkReferences:active, input[type=button].btnCandidateSearchBulkReferences:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_BULK_REFERENCES_OFF.png);
}

	input[type=button].btnCandidateSearchBulkReferences:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_BULK_REFERENCES_ON.png);
	}

input[type=button].btnCandidateSearchBulkEmail, input[type=button].btnCandidateSearchBulkEmail:link, input[type=button].btnCandidateSearchBulkEmail:active, input[type=button].btnCandidateSearchBulkEmail:visited,
a.btnCandidateSearchBulkEmail, a.btnCandidateSearchBulkEmail:link, a.btnCandidateSearchBulkEmail:active, a.btnCandidateSearchBulkEmail:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_BULK_EMAIL_OFF.png);
}

	input[type=button].btnCandidateSearchBulkEmail:hover,
	a.btnCandidateSearchBulkEmail:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_BULK_EMAIL_ON.png);
	}

/*a.btnCandidateSearchBulkEmail, a.btnCandidateSearchBulkEmail:link, a.btnCandidateSearchBulkEmail:active, a.btnCandidateSearchBulkEmail:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_BULK_EMAIL_OFF.png);
}

	a.btnCandidateSearchBulkEmail:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_BULK_EMAIL_ON.png);
	}*/

input[type=button].btnCandidateSearchBulkRecommendation, input[type=button].btnCandidateSearchBulkRecommendation:link, input[type=button].btnCandidateSearchBulkRecommendation:active, input[type=button].btnCandidateSearchBulkRecommendation:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_RECOMMEND_OFF.png);
}

	input[type=button].btnCandidateSearchBulkRecommendation:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_RECOMMEND_ON.png);
	}

input[type=button].btnCandidateSearchBulkDelete, input[type=button].btnCandidateSearchBulkDelete:link, input[type=button].btnCandidateSearchBulkDelete:active, input[type=button].btnCandidateSearchBulkDelete:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Home_DELETE_OFF.png);
}

	input[type=button].btnCandidateSearchBulkDelete:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_DELETE_ON.png);
	}

input[type=button].btnCandidateSearchBulkExport, input[type=button].btnCandidateSearchBulkExport:link, input[type=button].btnCandidateSearchBulkExport:active, input[type=button].btnCandidateSearchBulkExport:visited,
a.btnCandidateSearchBulkExport, a.btnCandidateSearchBulkExport:link, a.btnCandidateSearchBulkExport:active, a.btnCandidateSearchBulkExport:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_EXPORT_DATA_OFF.png);
}

	input[type=button].btnCandidateSearchBulkExport:hover,
	a.btnCandidateSearchBulkExport:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_EXPORT_DATA_ON.png);
	}

input[type=button].btnCandidateSearchBulkExportScores, input[type=button].btnCandidateSearchBulkExportScores:link, input[type=button].btnCandidateSearchBulkExportScores:active, input[type=button].btnCandidateSearchBulkExportScores:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_EXPORT_ALL_SCORES_RECS_OFF.png);
}

	input[type=button].btnCandidateSearchBulkExportScores:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_EXPORT_ALL_SCORES_RECS_ON.png);
	}

	.imgCandidateSearchBulkExportScores {
		background-image: url(../../images_icon/OFF/Candidate_Search_EXPORT_ALL_SCORES_RECS_OFF.png);
	}

		.imgCandidateSearchBulkExportScores:hover {
			background-image: url(../../images_icon/ON/Candidate_Search_EXPORT_ALL_SCORES_RECS_ON.png);
		}

input[type=button].btnCandidateSearchAlertSettings, input[type=button].btnCandidateSearchAlertSettings:link, input[type=button].btnCandidateSearchAlertSettings:active, input[type=button].btnCandidateSearchAlertSettings:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_ALERT_SETTINGS_OFF.png);
}

	input[type=button].btnCandidateSearchAlertSettings:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_ALERT_SETTINGS_ON.png);
	}

	.imgAlertSettings {
		background-image: url(../../images_icon/OFF/Candidate_Search_ALERT_SETTINGS_OFF.png);
	}

		.imgAlertSettings:hover {
			background-image: url(../../images_icon/ON/Candidate_Search_ALERT_SETTINGS_ON.png);
		}

.btnWindowTiling {
	background-image: url(../../images_icon/OFF/Candidate_Search_WINDOWS_TILTING_OFF.png);
}

.btnWindowTiling:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_WINDOWS_TILTING_ON.png);
}

.btnSortOrder {
	background-image: url(../../images_icon/OFF/Candidate_Search_Sort_OFF.png);
}

	.btnSortOrder:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_Sort_ON.png);
	}

.btnBulkUpload {
	background-image: url(../../images_icon/OFF/Candidate_Search_Bulk_Upload_OFF.png);
}

	.btnBulkUpload:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_Bulk_Upload_ON.png);
	}

.btnBulkSms {
	background-image: url(../../images_icon/OFF/Candidate_Search_Bulk_SMS_OFF.png);
}

	.btnBulkSms:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_Bulk_SMS_ON.png);
	}

input[type=button].btnCandidateSearchBulkDBSCheck, input[type=button].btnCandidateSearchBulkDBSCheck:link, input[type=button].btnCandidateSearchBulkDBSCheck:active, input[type=button].btnCandidateSearchBulkDBSCheck:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_BULK_DBS_CHECK_OFF.png);
}

	input[type=button].btnCandidateSearchBulkDBSCheck:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_BULK_DBS_CHECK_ON.png);
	}

.btnBackToSchedule {
	background-image: url(../../images_icon/OFF/View_Recs_Left_OFF.png);
}

	.btnBackToSchedule:hover {
		background-image: url(../../images_icon/ON/View_Recs_Left_ON.png);
	}
a.btnCandidateSearchAppInfo, a.btnCandidateSearchAppInfo:link, a.btnCandidateSearchAppInfo:active, a.btnCandidateSearchAppInfo:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_App_info_OFF.png);
	background-position: center center;
	width: 100%;
}
a.btnCandidateSearchAppInfo:hover {
	background-image: url(../../images_icon/ON/Candidate_Search_App_info_ON.png);
}

a.btnCandidateSearchDBS, a.btnCandidateSearchDBS:link, a.btnCandidateSearchDBS:active, a.btnCandidateSearchDBS:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_DBS_CHECK_OFF.png);
	background-position: center center;
	width: 100%;
}

	a.btnCandidateSearchDBS:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_DBS_CHECK_ON.png);
	}

a.btnCandidateSearchAppVoting, a.btnCandidateSearchAppVoting:link, a.btnCandidateSearchAppVoting:active, a.btnCandidateSearchAppVoting:visited {
	background-image: url(../../images_icon/OFF/Vacancy_Management_APPROVE_PUBLISH_OFF.png);
	background-position: center center;
	width: 100%;
}
	a.btnCandidateSearchAppVoting:hover {
		background-image: url(../../images_icon/ON/Vacancy_Management_APPROVE_PUBLISH_ON.png);
	}

a.btnCandidateSearchRareFlag, a.btnCandidateSearchRareFlag:link, a.btnCandidateSearchRareFlag:active, a.btnCandidateSearchRareFlag:visited {
	background-image: url(../../images_icon/OFF/Candidate_Search_RARE_FLAG_OFF.png);
	background-position: center center;
	width: 100%;
}
	a.btnCandidateSearchRareFlag:hover {
		background-image: url(../../images_icon/ON/Candidate_Search_RARE_FLAG_ON.png);
	}

.btnViewRecChecklist {
	background-image: url(../../images_icon/OFF/View_Recs_CHECKLIST_OFF.png);
	background-position: center center;
	width: 100%;
}

	.btnViewRecChecklist:hover {
		background-image: url(../../images_icon/ON/View_Recs_CHECKLIST_ON.png);
	}

/*.btnRight {
	background-image: url(../../images_icon/OFF/View_Recs_Right_OFF.png);
	background-position: center center;
	width: 100%;
}
	.btnRight:hover {
		background-image: url(../../images_icon/ON/View_Recs_Right_ON.png);
	}
.btnLeft {
	background-image: url(../../images_icon/OFF/View_Recs_Left_OFF.png);
	background-position: center center;
	width: 100%;
}

	.btnLeft:hover {
		background-image: url(../../images_icon/ON/View_Recs_Left_ON.png);
	}*/

a.btnRight, a.btnRight:link, a.btnRight:active, a.btnRight:visited {
	content: url(../../images_icon/OFF/View_Recs_Right_OFF.png);
}

	a.btnRight:hover {
		background-image: url(../../images_icon/ON/View_Recs_Right_ON.png);
	}

input[type=submit].backLnk, input[type=submit].backLnk:link, input[type=submit].backLnk:active, input[type=submit].backLnk:visited {
	background-image: url(../../images_icon/OFF/View_Recs_Left_OFF.png);
}

	input[type=submit].backLnk:hover {
		background-image: url(../../images_icon/ON/View_Recs_Left_ON.png);
	}

a.btnCandidateSearchNewStarterForm, a.btnCandidateSearchNewStarterForm:link, a.btnCandidateSearchNewStarterForm:active, a.btnCandidateSearchNewStarterForm:visited {
	background-image: url(../../images_icon/OFF/Vacancies_Grid_VACANCY_CHECKLIST_OFF.png);
	background-position: center center;
	width: 100%;
}

a.btnCandidateSearchNewStarterForm:hover {
	background-image: url(../../images_icon/ON/Vacancies_Grid_VACANCY_CHECKLIST_ON.png);
}

/****************************************************************** DASHBOARD ICONS ******************************************************************/
input[type=submit].btnDashboardManageGridSettings, input[type=submit].btnDashboardManageGridSettings:link, input[type=submit].btnDashboardManageGridSettings:active, input[type=submit].btnDashboardManageGridSettings:visited {
	background-image: url(../../images_icon/OFF/Dashboard_GRID_SETTINGS_OFF.png);
}

	input[type=submit].btnDashboardManageGridSettings:hover {
		background-image: url(../../images_icon/ON/Dashboard_GRID_SETTINGS_ON.png);
	}

input[type=submit].btnDashboardManageAlert, input[type=submit].btnDashboardManageAlert:link, input[type=submit].btnDashboardManageAlert:active, input[type=submit].btnDashboardManageAlert:visited {
	background-image: url(../../images_icon/OFF/Dashboard_MANAGE_ALERT_ICONS_OFF.png);
}

	input[type=submit].btnDashboardManageAlert:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_MANAGE_ALERT_ICONS_ON.png);
	}

/****************************************************************** EMPLOYEE REFERRAL ICONS ******************************************************************/

input[type=button].btnEmployeeReferralEmail, input[type=submit].btnEmployeeReferralEmail:link, input[type=submit].btnEmployeeReferralEmail:active, input[type=submit].btnEmployeeReferralEmail:visited {
	background-image: url(../../images_icon/OFF/Employee_Referral_EMAIL_OFF.png);
}

	input[type=button].btnEmployeeReferralEmail:hover {
		background-image: url(../../images_icon/ON/Employee_Referral_EMAIL_ON.png);
	}

/****************************************************************** PRECONDITION SEARCH ICONS ******************************************************************/

input[type=button].btnPreConditionSearchHistory, input[type=submit].btnPreConditionSearchHistory:link, input[type=submit].btnPreConditionSearchHistory:active, input[type=submit].btnPreConditionSearchHistory:visited {
	background-image: url(../../images_icon/OFF/Pre_Condition_Search_HISTORY_OFF.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 10px top;
	border: none;
	padding-top: 30px;
	transition: background-image 0.2s linear;
	display: block;
	height: fit-content;
	background-color: transparent;
}

	input[type=button].btnPreConditionSearchHistory:hover {
		background-image: url(../../images_icon/ON/Pre_Condition_Search_HISTORY_ON.png);
	}

input[type=button].btnPreConditionSearchNotes, input[type=submit].btnPreConditionSearchNotes:link, input[type=submit].btnPreConditionSearchNotes:active, input[type=submit].btnPreConditionSearchNotes:visited {
	background-image: url(../../images_icon/OFF/Pre_Condition_Search_NOTES_OFF.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 10px top;
	border: none;
	padding-top: 30px;
	transition: background-image 0.2s linear;
	display: block;
	height: fit-content;
	background-color: transparent;
}

	input[type=button].btnPreConditionSearchNotes:hover {
		background-image: url(../../images_icon/ON/Pre_Condition_Search_NOTES_ON.png);
	}

input[type=button].btnPreConditionSearchEdit, input[type=submit].btnPreConditionSearchEdit:link, input[type=submit].btnPreConditionSearchEdit:active, input[type=submit].btnPreConditionSearchEdit:visited {
	background-image: url(../../images_icon/OFF/Pre_Condition_Search_EDIT_OFF.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 10px top;
	border: none;
	padding-top: 12px;
	transition: background-image 0.2s linear;
	display: block;
	height: fit-content;
	background-color: transparent;
}

	input[type=button].btnPreConditionSearchEdit:hover {
		background-image: url(../../images_icon/ON/Pre_Condition_Search_EDIT_ON.png);
	}

input[type=button].btnPreConditionSearchBulkProcess, input[type=submit].btnPreConditionSearchBulkProcess:link, input[type=submit].btnPreConditionSearchBulkProcess:active, input[type=submit].btnPreConditionSearchBulkProcess:visited {
	background-image: url(../../images_icon/OFF/Pre_Condition_Search_BULK_PROCESS_OFF.png);
	padding-left: 30px;
	display: inline-block;
	width: fit-content;
	height: 25px;
	border: none;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	transition: background-image 0.2s linear;
	cursor: pointer;
	background-color: transparent;
}

	input[type=button].btnPreConditionSearchBulkProcess:hover {
		background-image: url(../../images_icon/ON/Pre_Condition_Search_BULK_PROCESS_ON.png);
	}

input[type=button].btnPreConditionSearchBulkEmail, input[type=submit].btnPreConditionSearchBulkEmail:link, input[type=submit].btnPreConditionSearchBulkEmail:active, input[type=submit].btnPreConditionSearchBulkEmail:visited {
	background-image: url(../../images_icon/OFF/Pre_Condition_Search_BULK_EMAIL_OFF.png);
	padding-left: 30px;
	display: inline-block;
	width: fit-content;
	height: 25px;
	border: none;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	transition: background-image 0.2s linear;
	cursor: pointer;
	background-color: transparent;
}

	input[type=button].btnPreConditionSearchBulkEmail:hover {
		background-image: url(../../images_icon/ON/Pre_Condition_Search_BULK_EMAIL_ON.png);
	}

input[type=button].btnPreConditionSearchExport, input[type=submit].btnPreConditionSearchExport:link, input[type=submit].btnPreConditionSearchExport:active, input[type=submit].btnPreConditionSearchExport:visited {
	background-image: url(../../images_icon/OFF/Pre_Condition_Search_EXCEL_EXPORT_OFF.png);
	padding-left: 30px;
	display: inline-block;
	width: fit-content;
	height: 25px;
	border: none;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	transition: background-image 0.2s linear;
	cursor: pointer;
	background-color: transparent;
}

	input[type=button].btnPreConditionSearchExport:hover {
		background-image: url(../../images_icon/ON/Pre_Condition_Search_EXCEL_EXPORT_ON.png);
	}

input[type=button].btnPreConditionSearchPrint, input[type=submit].btnPreConditionSearchPrint:link, input[type=submit].btnPreConditionSearchPrint:active, input[type=submit].btnPreConditionSearchPrint:visited {
	background-image: url(../../images_icon/OFF/Pre_Condition_Search_PRINT_OFF.png);
	padding-left: 30px;
	display: inline-block;
	width: fit-content;
	height: 25px;
	border: none;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	transition: background-image 0.2s linear;
	cursor: pointer;
	background-color: transparent;
}

	input[type=button].btnPreConditionSearchPrint:hover {
		background-image: url(../../images_icon/ON/Pre_Condition_Search_PRINT_ON.png);
	}

/****************************************************************** ACTIVITY DASHBOARD ICONS ******************************************************************/

input[type=submit].btnActivityDashboardManageAlert, input[type=submit].btnActivityDashboardManageAlert:link, input[type=submit].btnActivityDashboardManageAlert:active, input[type=submit].btnActivityDashboardManageAlert:visited, .btnActivityDashboardManageAlert {
	background-image: url(../../images_icon/OFF/Activity-Dashboard_ALERT_OFF.png);
	padding-left: 30px;
	width: fit-content;
}

	input[type=submit].btnActivityDashboardManageAlert:hover {
		background-image: url(../../images_icon/ON/Activity-Dashboard_ALERT_ON.png);
	}

input[type=image].btnActivityDashboardManageAlert, input[type=image].btnActivityDashboardManageAlert:link, input[type=image].btnActivityDashboardManageAlert:active, input[type=image].btnActivityDashboardManageAlert:visited {
	content: url(../../images_icon/OFF/Activity-Dashboard_ALERT_OFF.png);
	padding-left: 30px;
	width: fit-content;
}

	input[type=image].btnActivityDashboardManageAlert:hover {
		content: url(../../images_icon/ON/Activity-Dashboard_ALERT_ON.png);
	}

/****************************************************************** NEWS TICKERS ICONS ******************************************************************/
input[type=button].btnNewsTickersEdit, input[type=button].btnNewsTickersEdit:link, input[type=button].btnNewsTickersEdit:active, input[type=button].btnNewsTickersEdit:visited {
	background-image: url(../../images_icon/OFF/NewsTickers_EDIT_OFF.png);
}

	input[type=button].btnNewsTickersEdit:hover {
		background-image: url(../../images_icon/ON/NewsTickers_EDIT_ON.png);
	}

input[type=button].btnNewsTickersDelete, input[type=button].btnNewsTickersDelete:link, input[type=button].btnNewsTickersDelete:active, input[type=button].btnNewsTickersDelete:visited {
	background-image: url(../../images_icon/OFF/NewsTickers_DELETE_OFF.png);
}

	input[type=button].btnNewsTickersDelete:hover {
		background-image: url(../../images_icon/ON/NewsTickers_DELETE_ON.png);
	}

/****************************************************************** FLAGS ICONS ******************************************************************/

input[type=button].btnFlagsEdit, input[type=button].btnFlagsEdit:link, input[type=button].btnFlagsEdit:active, input[type=button].btnFlagsEdit:visited {
	background-image: url(../../images_icon/OFF/Flags_EDIT_OFF.png);
}

	input[type=button].btnFlagsEdit:hover {
		background-image: url(../../images_icon/ON/Flags_EDIT_ON.png);
	}

input[type=button].btnFlagsDelete, input[type=button].btnFlagsDelete:link, input[type=button].btnFlagsDelete:active, input[type=button].btnFlagsDelete:visited {
	background-image: url(../../images_icon/OFF/Flags_DELETE_OFF.png);
}

	input[type=button].btnFlagsDelete:hover {
		background-image: url(../../images_icon/ON/Flags_DELETE_ON.png);
	}

/****************************************************************** INDIVIDUALS ICONS ******************************************************************/

input[type=button].btnIndividualsEdit, input[type=button].btnIndividualsEdit:link, input[type=button].btnIndividualsEdit:active, input[type=button].btnIndividualsEdit:visited {
	background-image: url(../../images_icon/OFF/Individuals_EDIT_INDIVIDUAL_OFF.png);
}

	input[type=button].btnIndividualsEdit:hover {
		background-image: url(../../images_icon/ON/Individuals_EDIT_INDIVIDUAL_ON.png);
	}

input[type=button].btnIndividualsDelete, input[type=button].btnIndividualsDelete:link, input[type=button].btnIndividualsDelete:active, input[type=button].btnIndividualsDelete:visited {
	background-image: url(../../images_icon/OFF/Individuals_DELETE_OFF.png);
}

	input[type=button].btnIndividualsDelete:hover {
		background-image: url(../../images_icon/ON/Individuals_DELETE_ON.png);
	}

input[type=button].btnIndividualsLogInAs, input[type=button].btnIndividualsLogInAs:link, input[type=button].btnIndividualsLogInAs:active, input[type=button].btnIndividualsLogInAs:visited {
	background-image: url(../../images_icon/OFF/Individuals_LOG_IN_AS_OFF.png);
}

	input[type=button].btnIndividualsLogInAs:hover {
		background-image: url(../../images_icon/ON/Individuals_LOG_IN_AS_ON.png);
	}

/****************************************************************** DELETION REQUESTS ICONS ******************************************************************/

input[type=button].btnDeletionRequestEmail, input[type=button].btnDeletionRequestEmail:link, input[type=button].btnDeletionRequestEmail:active, input[type=button].btnDeletionRequestEmail:visited {
	background-image: url(../../images_icon/OFF/Deletion_Requests_EMAIL_OFF.png);
}

	input[type=button].btnDeletionRequestEmail:hover {
		background-image: url(../../images_icon/ON/Deletion_Requests_EMAIL_ON.png);
	}

input[type=button].btnDeletionRequestAppInfo, input[type=button].btnDeletionRequestAppInfo:link, input[type=button].btnDeletionRequestAppInfo:active, input[type=button].btnDeletionRequestAppInfo:visited {
	background-image: url(../../images_icon/OFF/Deletion_Requests_App_info_OFF.png);
}

	input[type=button].btnDeletionRequestAppInfo:hover {
		background-image: url(../../images_icon/ON/Deletion_Requests_App_info_ON.png);
	}

a.btnDeletionRequestAppInfo, a.btnDeletionRequestAppInfo:link, a.btnDeletionRequestAppInfo:active, a.btnDeletionRequestAppInfo:visited {
	content: url(../../images_icon/OFF/Deletion_Requests_App_info_OFF.png);
}

	a.btnDeletionRequestAppInfo:hover {
		content: url(../../images_icon/ON/Deletion_Requests_App_info_ON.png);
	}

input[type=button].btnDeletionRequestApprove, input[type=button].btnDeletionRequestApprove:link, input[type=button].btnDeletionRequestApprove:active, input[type=button].btnDeletionRequestApprove:visited {
	background-image: url(../../images_icon/OFF/Deletion_Requests_APPROVE_OFF.png);
}
	input[type=button].btnDeletionRequestApprove:hover {
		background-image: url(../../images_icon/ON/Deletion_Requests_APPROVE_ON.png);
	}

input[type=button].btnDeletionRequestDecline, input[type=button].btnDeletionRequestDecline:link, input[type=button].btnDeletionRequestDecline:active, input[type=button].btnDeletionRequestDecline:visited {
	background-image: url(../../images_icon/OFF/Deletion_Requests_DECLINE_OFF.png);
}
	input[type=button].btnDeletionRequestDecline:hover {
		background-image: url(../../images_icon/ON/Common_Delete_ON.png);
	}

input[type=image].btnDeletionRequestApprove, input[type=image].btnDeletionRequestApprove:link, input[type=image].btnDeletionRequestApprove:active, input[type=image].btnDeletionRequestApprove:visited {
	content: url(../../images_icon/OFF/Deletion_Requests_APPROVE_OFF.png);
}

	input[type=image].btnDeletionRequestApprove:hover {
		content: url(../../images_icon/ON/Deletion_Requests_APPROVE_ON.png);
	}

a.btnDeletionRequestApprove, a.btnDeletionRequestApprove:link, a.btnDeletionRequestApprove:active, a.btnDeletionRequestApprove:visited {
	background-image: url(../../images_icon/OFF/Deletion_Requests_APPROVE_OFF.png);
	padding-left: 8px;
	text-decoration: none;
	color: Black !important;
}
	a.btnDeletionRequestApprove:hover {
		background-image: url(../../images_icon/ON/Deletion_Requests_APPROVE_ON.png);
	}

input[type=image].btnDeletionRequestDecline, input[type=image].btnDeletionRequestDecline:link, input[type=button].btnDeletionRequestDecline:active, input[type=image].btnDeletionRequestDecline:visited {
	content: url(../../images_icon/OFF/Deletion_Requests_DECLINE_OFF.png);
}

	input[type=image].btnDeletionRequestDecline:hover {
		content: url(../../images_icon/ON/Common_Delete_ON.png);
	}

a.btnDeletionRequestDecline, a.btnDeletionRequestDecline:link, a.btnDeletionRequestDecline:active, a.btnDeletionRequestDecline:visited {
	background-image: url(../../images_icon/OFF/Deletion_Requests_DECLINE_OFF.png);
	text-decoration: none;
	color: Black !important;
}

	a.btnDeletionRequestDecline:hover {
		background-image: url(../../images_icon/ON/Common_Delete_ON.png);
	}

a.btnBulkDeletionRequestApprove, a.btnBulkDeletionRequestApprove:link, a.btnBulkDeletionRequestApprove:active, a.btnBulkDeletionRequestApprove:visited {
	background-image: url(../../images_icon/OFF/Deletion_Requests_APPROVE_OFF.png);
	padding-left: 24px;
	padding-top:10px;
	background-repeat: no-repeat;
}

	a.btnBulkDeletionRequestApprove:hover {
		background-image: url(../../images_icon/ON/Deletion_Requests_APPROVE_ON.png);
	}

a.btnBulkDeletionRequestDecline, a.btnBulkDeletionRequestDecline:link, a.btnBulkDeletionRequestDecline:active, a.btnBulkDeletionRequestDecline:visited {
	background-image: url(../../images_icon/OFF/Deletion_Requests_DECLINE_OFF.png);
	padding-left: 24px;
	padding-top: 10px;
	background-repeat: no-repeat;
}

	a.btnBulkDeletionRequestDecline:hover {
		background-image: url(../../images_icon/ON/Common_Delete_ON.png);
	}

.btnDeletionRequestGird {
	background-position: 10px top !important;
	padding-top: 28px !important;
	width: fit-content !important;
	height: fit-content !important;
}

a.btnRescueApproveDecline, a.btnRescueApproveDecline:link, a.btnRescueApproveDecline:active, a.btnRescueApproveDecline:visited {
	background-image: url(../../images_icon/OFF/Recruiter_Home_NEW_ACTIVITY_TAKEN_PLACE_OFF.png);
	padding-left: 24px;
	padding-top: 10px;
	background-repeat: no-repeat;
	color: Black !important;
}

	a.btnRescueApproveDecline:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_NEW_ACTIVITY_TAKEN_PLACE_ON.png);
	}

/****************************************************************** ADVANCE SPECULATIVE APPLICATION SEARCH ICONS ******************************************************************/
.divHeight{
	height: 64px;
}
.divHeightViewRecomendation {
	min-height: 70px;
	max-height: 80px;
	min-width: 70px;
	max-width: 80px;
}

a.btnSpecAppView, a.btnSpecAppView:link, a.btnSpecAppView:active, a.btnSpecAppView:visited {
	background-image: url(../../images_icon/OFF/Spec_App_Search_VIEW_OFF.png);
	background-position: top center;
}

	a.btnSpecAppView:hover {
		background-image: url(../../images_icon/ON/Spec_App_Search_VIEW_ON.png);
	}

.imgSpecAppView {
	content: url(../../images_icon/OFF/Spec_App_Search_VIEW_OFF.png);
	background-position: top center;
}
	.imgSpecAppView:hover {
		content: url(../../images_icon/ON/Spec_App_Search_VIEW_ON.png);
	}

a.btnSpecAppCV, a.btnSpecAppCV:link, a.btnSpecAppCV:active, a.btnSpecAppCV:visited {
	background-image: url(../../images_icon/OFF/Spec_App_Search_CV_OFF.png);
	background-position: top center;
}

	a.btnSpecAppCV:hover {
		background-image: url(../../images_icon/ON/Spec_App_Search_CV_ON.png);
	}

a.btnSpecAppVacancies, a.btnSpecAppVacancies:link, a.btnSpecAppVacancies:active, a.btnSpecAppVacancies:visited {
	background-image: url(../../images_icon/OFF/Spec_App_Search_APPLICATIONS_VACANCIES_OFF.png);
	background-position: top center;
}

	a.btnSpecAppVacancies:hover {
		background-image: url(../../images_icon/ON/Spec_App_Search_APPLICATIONS_VACANCIES_ON.png);
	}

a.btnSpecAppVacanciesDisabled, a.btnSpecAppVacanciesDisabled:link, a.btnSpecAppVacanciesDisabled:active, a.btnSpecAppVacanciesDisabled:visited {
	background-image: url(../../images_icon/OFF/Spec_App_Search_APPLICATIONS_VACANCIES_OFF.png) !important;
	background-position: inherit;
	text-align: left;
}

a.btnSpecAppInvite, a.btnSpecAppInvite:link, a.btnSpecAppInvite:active, a.btnSpecAppInvite:visited {
	background-image: url(../../images_icon/OFF/Spec_App_Search_INVITE_TO_VACANCY_OFF.png);
	background-position: top center;
}

	a.btnSpecAppInvite:hover {
		background-image: url(../../images_icon/ON/Spec_App_Search_INVITE_TO_VACANCY_ON.png);
	}

	.imgSpecAppInvite {
		content: url(../../images_icon/OFF/Spec_App_Search_INVITE_TO_VACANCY_OFF.png);
		background-position: top center;
	}

		.imgSpecAppInvite:hover {
			content: url(../../images_icon/ON/Spec_App_Search_INVITE_TO_VACANCY_ON.png);
		}

a.btnSpecAppEmail, a.btnSpecAppEmail:link, a.btnSpecAppEmail:active, a.btnSpecAppEmail:visited {
	background-image: url(../../images_icon/OFF/Spec_App_Search_EMAIL_OFF.png);
	background-position: top center;
}

	a.btnSpecAppEmail:hover {
		background-image: url(../../images_icon/ON/Spec_App_Search_EMAIL_ON.png);
	}

a.btnSpecAppCategories, a.btnSpecAppCategories:link, a.btnSpecAppCategories:active, a.btnSpecAppCategories:visited {
	background-image: url(../../images_icon/OFF/Spec_App_Search_ASSOCIATED_CATEGORIES_OFF.png);
	background-position: top center;
}

	a.btnSpecAppCategories:hover {
		background-image: url(../../images_icon/ON/Spec_App_Search_ASSOCIATED_CATEGORIES_ON.png);
	}

/****************************************************************** MANAGE RECURRING EXPORTS ICONS ******************************************************************/
span.btnMngRecExpExport, span.btnMngRecExpExport:link, span.btnMngRecExpExport:active, span.btnMngRecExpExport:visited {
	background-image: url(../../images_icon/OFF/Manage_Recurring_Export_Export_OFF.png);
	display: inline-block;
}

	span.btnMngRecExpExport:hover {
		background-image: url(../../images_icon/ON/Manage_Recurring_Export_Export_ON.png);
	}

input[type=submit].btnMngRecExpHistory, input[type=submit].btnMngRecExpHistory:link, input[type=submit].btnMngRecExpHistory:active, input[type=submit].btnMngRecExpHistory:visited {
	background-image: url(../../images_icon/OFF/Manage_Recurring_Export_HISTORY_OFF.png);
	display: inline-block;
}

	input[type=submit].btnMngRecExpHistory:hover {
		background-image: url(../../images_icon/ON/Manage_Recurring_Export_HISTORY_ON.png);
	}

/********************************************************************* WATCHLISTS ICONS ***********************************************************************/
input[type=button].btnWatchListsImport, input[type=button].btnWatchListsImport:link, input[type=button].btnWatchListsImport:active, input[type=button].btnWatchListsImport:visited {
	background-image: url(../../images_icon/OFF/Watchlist_Import_OFF.png);
}

	input[type=button].btnWatchListsImport:hover {
		background-image: url(../../images_icon/ON/Watchlist_Import_ON.png);
	}

input[type=button].btnWatchListsExport, input[type=button].btnWatchListsExport:link, input[type=button].btnWatchListsExport:active, input[type=button].btnWatchListsExport:visited {
	background-image: url(../../images_icon/OFF/Watchlist_Export_OFF.png);
}

	input[type=button].btnWatchListsExport:hover {
		background-image: url(../../images_icon/ON/Watchlist_Export_ON.png);
	}

input[type=button].btnWatchListsBulkPrint, input[type=button].btnWatchListsBulkPrint:link, input[type=button].btnWatchListsBulkPrint:active, input[type=button].btnWatchListsBulkPrint:visited {
	background-image: url(../../images_icon/OFF/Watchlist_BULK_PRINT_OFF.png);
}

	input[type=button].btnWatchListsBulkPrint:hover {
		background-image: url(../../images_icon/ON/Watchlist_BULK_PRINT_ON.png);
	}

.WatchListToolbar {
	width: fit-content !important;
	padding-left: 30px !important;
	display: inline-block !important;
}

/****************************************************************** WORKFLOWS ICONS ******************************************************************/
input[type=button].btnUploadFileOverWrite, input[type=button].btnUploadFileOverWrite:link, input[type=button].btnUploadFileOverWrite:active, input[type=button].btnUploadFileOverWrite:visited,
input[type=submit].btnUploadFileOverWrite, input[type=submit].btnUploadFileOverWrite:link, input[type=submit].btnUploadFileOverWrite:active, input[type=submit].btnUploadFileOverWrite:visited {
	background-image: url(../../images_icon/OFF/Upload_Files_OVERWRITE_OFF.png);
}

	input[type=button].btnUploadFileOverWrite:hover,
	input[type=submit].btnUploadFileOverWrite:hover,
	a.btnUploadFileOverWrite:hover {
		background-image: url(../../images_icon/ON/Upload_Files_OVERWRITE_ON.png);
	}

.btnUploadFileOverWriteDisable {
	background-image: url(../../images_icon/OFF/Upload_Files_OVERWRITE_OFF.png);
}

input[type=button].btnUploadFileOpen, input[type=button].btnUploadFileOpen:link, input[type=button].btnUploadFileOpen:active, input[type=button].btnUploadFileOpen:visited,
input[type=submit].btnUploadFileOpen, input[type=submit].btnUploadFileOpen:link, input[type=submit].btnUploadFileOpen:active, input[type=submit].btnUploadFileOpen:visited,
a.btnUploadFileOpen {
	background-image: url(../../images_icon/OFF/Upload_Files_OPEN_OFF.png);
}

	input[type=button].btnUploadFileOpen:hover,
	input[type=submit].btnUploadFileOpen:hover,
	a.btnUploadFileOpen:hover {
		background-image: url(../../images_icon/ON/Upload_Files_OPEN_ON.png);
	}

input[type=image].btnWorkflowsEdit, input[type=image].btnWorkflowsEdit:link, input[type=image].btnWorkflowsEdit:active, input[type=image].btnWorkflowsEdit:visited {
	content: url(../../images_icon/OFF/Workflows_EDIT_PARAMETERS_OFF.png);
}

	input[type=image].btnWorkflowsEdit:hover {
		content: url(../../images_icon/ON/Workflows_EDIT_PARAMETERS_ON.png);
	}

input[type=button].btnWorkflowsInfo, input[type=button].btnWorkflowsInfo:link, input[type=button].btnWorkflowsInfo:active, input[type=button].btnWorkflowsInfo:visited
{
	background-image: url(../../images_icon/OFF/Workflows_INFO_OFF.png);
}

	input[type=button].btnWorkflowsInfo:hover {
		background-image: url(../../images_icon/ON/Workflows_INFO_ON.png);
	}

input[type=button].btnWorkflowsPDF, input[type=button].btnWorkflowsPDF:link, input[type=button].btnWorkflowsPDF:active, input[type=button].btnWorkflowsPDF:visited,
input[type=image].btnWorkflowsPDF, input[type=image].btnWorkflowsPDF:link, input[type=image].btnWorkflowsPDF:active, input[type=image].btnWorkflowsPDF:visited,
a.btnWorkflowsPDF, a.btnWorkflowsPDF:link, a.btnWorkflowsPDF:active, a.btnWorkflowsPDF:visited {
	content: url(../../images_icon/OFF/Workflows_PDF_OFF.png);
}

	input[type=button].btnWorkflowsPDF:hover,
	input[type=image].btnWorkflowsPDF:hover,
	a.btnWorkflowsPDF:hover {
		content: url(../../images_icon/ON/Workflows_PDF_ON.png);
	}

a.btnWorkflowsPDFWithText, a.btnWorkflowsPDFWithText:link, a.btnWorkflowsPDFWithText:active, a.btnWorkflowsPDFWithText:visited {
	background-image: url(../../images_icon/OFF/Workflows_PDF_OFF.png);
	padding-left: 24px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
	a.btnWorkflowsPDFWithText:hover {
		background-image: url(../../images_icon/ON/Workflows_PDF_ON.png);
	}

input[type=button].btnWorkflowsPrint, input[type=button].btnWorkflowsPrint:link, input[type=button].btnWorkflowsPrint:active, input[type=button].btnWorkflowsPrint:visited,
a.btnWorkflowsPrint, a.btnWorkflowsPrint:link,a.btnWorkflowsPrint:active, a.btnWorkflowsPrint:visited {
	content: url(../../images_icon/OFF/Workflows_PRINT_OFF.png);
}

	input[type=button].btnWorkflowsPrint:hover,
	a.btnWorkflowsPrint:hover {
		content: url(../../images_icon/ON/Workflows_PRINT_ON.png);
	}

input[type=button].btnWorkflowsSave, input[type=button].btnWorkflowsSave:link, input[type=button].btnWorkflowsSave:active, input[type=button].btnWorkflowsSave:visited,
input[type=image].btnWorkflowsSave, input[type=image].btnWorkflowsSave:link, input[type=image].btnWorkflowsSave:active, input[type=image].btnWorkflowsSave:visited {
	content: url(../../images_icon/OFF/Workflows_SAVE_WORKFLOW_LINK_OFF.png);
}

	input[type=button].btnWorkflowsSave:hover,
	input[type=image].btnWorkflowsSave:hover {
		content: url(../../images_icon/ON/Workflows_SAVE_WORKFLOW_LINK_ON.png);
	}

input[type=button].btnWorkflowsStart, input[type=button].btnWorkflowsStart:link, input[type=button].btnWorkflowsStart:active, input[type=button].btnWorkflowsStart:visited,
input[type=image].btnWorkflowsStart, input[type=image].btnWorkflowsStart:link, input[type=image].btnWorkflowsStart:active, input[type=image].btnWorkflowsStart:visited {
	content: url(../../images_icon/OFF/Workflows_START_WORKFLOW_OFF.png);
}

	input[type=button].btnWorkflowsStart:hover,
	input[type=image].btnWorkflowsStart:hover {
		content: url(../../images_icon/ON/Workflows_START_WORKFLOW_ON.png);
	}

input[type=button].btnWorkflowsView, input[type=button].btnWorkflowsView:link, input[type=button].btnWorkflowsView:active, input[type=button].btnWorkflowsView:visited,
input[type=image].btnWorkflowsView, input[type=image].btnWorkflowsView:link, input[type=image].btnWorkflowsView:active, input[type=image].btnWorkflowsView:visited {
	content: url(../../images_icon/OFF/Workflows_VIEW_FROM_OFF.png);
}

	input[type=button].btnWorkflowsView:hover,
	input[type=submit].btnWorkflowsView:hover,
	input[type=image].btnWorkflowsView:hover {
		content: url(../../images_icon/ON/Workflows_VIEW_FROM_ON.png);
	}

input[type=button].btnWorkflowsHistory, input[type=button].btnWorkflowsHistory:link, input[type=button].btnWorkflowsHistory:active, input[type=button].btnWorkflowsHistory:visited,
input[type=image].btnWorkflowsHistory, input[type=image].btnWorkflowsHistory:link, input[type=image].btnWorkflowsHistory:active, input[type=image].btnWorkflowsHistory:visited {
	content: url(../../images_icon/OFF/Workflows_VIEW_HISTORY_OFF.png);
}

input[type=button].btnWorkflowsHistory:hover,
input[type=image].btnWorkflowsHistory:hover {
	content: url(../../images_icon/ON/Workflows_VIEW_HISTORY_ON.png);
}

input[type=button].btnWorkflowsLink, input[type=button].btnWorkflowsLink:link, input[type=button].btnWorkflowsLink:active, input[type=button].btnWorkflowsLink:visited,
input[type=image].btnWorkflowsLink, input[type=image].btnWorkflowsLink:link, input[type=image].btnWorkflowsLink:active, input[type=image].btnWorkflowsLink:visited {
	content: url(../../images_icon/OFF/Workflows_WORKFLOW_LINK_OFF.png);
}

	input[type=button].btnWorkflowsLink:hover,
	input[type=image].btnWorkflowsLink:hover {
		content: url(../../images_icon/ON/Workflows_WORKFLOW_LINK_ON.png);
	}

.inlineIcons {
	display: inline-flex !important;
	width: 100%;
}

.inlineIconsBlockUnset {
	display: inline-flex !important;
	width: 92%;
}


.inlineLabelWithIcons {
	width: 150px;
	display: inline-block !important;
}

input[type=image].btnWorkflowsSetFilter, input[type=image].btnWorkflowsSetFilter:link, input[type=image].btnWorkflowsSetFilter:active, input[type=image].btnWorkflowsSetFilter:visited {
	content: url(../../images_icon/OFF/Workflow_Libary_FILTERS_OFF.png);
}
	input[type=image].btnWorkflowsSetFilter:hover {
		content: url(../../images_icon/ON/Workflow_Libary_FILTERS_ON.png);
	}

input[type=image].btnWorkflowStartNewWorkflow, input[type=image].btnWorkflowStartNewWorkflow:link, input[type=image].btnWorkflowStartNewWorkflow:active, input[type=image].btnWorkflowStartNewWorkflow:visited {
	content: url(../../images_icon/OFF/Candidate_Search_START_WORKFLOW_OFF.png);
}

	input[type=image].btnWorkflowStartNewWorkflow:hover {
		content: url(../../images_icon/ON/Candidate_Search_START_WORKFLOW_ON.png);
	}

input[type=image].btnWorkflowHomeArchive, input[type=image].btnWorkflowHomeArchive:link, input[type=image].btnWorkflowHomeArchive:active, input[type=image].btnWorkflowHomeArchive:visited {
	content: url(../../images_icon/OFF/Recruiter_Home_ARCHIVE_OFF.png);
}
	input[type=image].btnWorkflowHomeArchive:hover {
		content: url(../../images_icon/ON/Recruiter_Home_ARCHIVE_ON.png);
	}


/****************************************************************** LOGIN ICONS ******************************************************************/
input[type=image].btnLoginView, input[type=image].btnLoginView:link, input[type=image].btnLoginView:active, input[type=image].btnLoginView:visited {
	content: url(../../images_icon/OFF/Login_VIEW_OFF.png);
}

	input[type=image].btnLoginView:hover {
		content: url(../../images_icon/ON/Login_VIEW_ON.png);
	}

input[type=image].btnLoginApply, input[type=image].btnLoginApply:link, input[type=image].btnLoginApply:active, input[type=image].btnLoginApply:visited {
	content: url(../../images_icon/OFF/Login_Apply_OFF.png);
}

	input[type=image].btnLoginApply:hover {
		content: url(../../images_icon/ON/Login_Apply_ON.png);
	}

input[type=image].btnLoginSave, input[type=image].btnLoginSave:link, input[type=image].btnLoginSave:active, input[type=image].btnLoginSave:visited {
	content: url(../../images_icon/OFF/Login_SAVE_OFF.png);
}

	input[type=image].btnLoginSave:hover {
		content: url(../../images_icon/ON/Login_SAVE_ON.png);
	}

input[type=image].btnLoginShare, input[type=image].btnLoginShare:link, input[type=image].btnLoginShare:active, input[type=image].btnLoginShare:visited {
	content: url(../../images_icon/OFF/Login_Share_OFF.png);
}

	input[type=image].btnLoginShare:hover {
		content: url(../../images_icon/ON/Login_Share_ON.png);
	}


/****************************************************************** VACANCIES GRID ICONS ******************************************************************/
input[type=image].btnVacGridPinned, input[type=image].btnVacGridPinned:link, input[type=image].btnVacGridPinned:active, input[type=image].btnVacGridPinned:visited {
	content: url(../../images_icon/OFF/Vacancies_Grid_PINNED_VACANCY_FILLED_OFF.png);
}

input[type=image].btnVacGridNotPinned, input[type=image].btnVacGridNotPinned:link, input[type=image].btnVacGridNotPinned:active, input[type=image].btnVacGridNotPinned:visited {
	content: url(../../images_icon/OFF/Vacancies_Grid_NOT-PINNED_VACANCY_OFF.png);
}

	input[type=image].btnVacGridNotPinned:hover {
		content: url(../../images_icon/ON/Vacancies_Grid_NOT-PINNED_VACANCY_ON.png);
	}

input[type=image].btnVacGridArchive, input[type=image].btnVacGridArchive:link, input[type=image].btnVacGridArchive:active, input[type=image].btnVacGridArchive:visited {
	content: url(../../images_icon/OFF/Vacancies_Grid_ARCHIVE_VACANCY_OFF.png);
}

	input[type=image].btnVacGridArchive:hover {
		content: url(../../images_icon/ON/Vacancies_Grid_ARCHIVE_VACANCY_ON.png);
	}

input[type=button].btnVacGridClose, input[type=button].btnVacGridClose:link, input[type=button].btnVacGridClose:active, input[type=button].btnVacGridClose:visited, input[type=submit].btnVacGridClose {
	background-image: url(../../images_icon/OFF/Vacancies_Grid_CLOSE_VACANCY_OFF.png);
}

	input[type=button].btnVacGridClose:hover, input[type=submit].btnVacGridClose:hover {
		background-image: url(../../images_icon/ON/Vacancies_Grid_CLOSE_VACANCY_ON.png);
	}

input[type=image].btnVacGridSchedule, input[type=image].btnVacGridSchedule:link, input[type=image].btnVacGridSchedule:active, input[type=image].btnVacGridSchedule:visited {
	content: url(../../images_icon/OFF/Vacancies_Grid_CREATE_SCHEDULE_OFF.png);
}

	input[type=image].btnVacGridSchedule:hover {
		content: url(../../images_icon/ON/Vacancies_Grid_CREATE_SCHEDULE_ON.png);
	}

a.btnVacGridEdit, a.btnVacGridEdit:link, a.btnVacGridEdit:active, a.btnVacGridEdit:visited {
	content: url(../../images_icon/OFF/Vacancies_Grid_EDIT_VACANCY_OFF.png);
}

	a.btnVacGridEdit:hover {
		content: url(../../images_icon/ON/Vacancies_Grid_EDIT_VACANCY_ON.png);
	}

	.btnCommonProcess {
		content: url(../../images_icon/OFF/Vacancies_Grid_EDIT_VACANCY_OFF.png);
	}

		.btnCommonProcess:hover {
			content: url(../../images_icon/ON/Vacancies_Grid_EDIT_VACANCY_ON.png);
		}

input[type=image].btnVacGridPaperApplication, input[type=image].btnVacGridPaperApplication:link, input[type=image].btnVacGridPaperApplication:active, input[type=image].btnVacGridPaperApplication:visited {
	content: url(../../images_icon/OFF/Vacancies_Grid_PAPER_APPLICATION_OFF.png);
}

	input[type=image].btnVacGridPaperApplication:hover {
		content: url(../../images_icon/ON/Vacancies_Grid_PAPER_APPLICATION_ON.png);
	}

input[type=image].btnVacGridCheckList, input[type=image].btnVacGridCheckList:link, input[type=image].btnVacGridCheckList:active, input[type=image].btnVacGridCheckList:visited {
	content: url(../../images_icon/OFF/Vacancies_Grid_VACANCY_CHECKLIST_OFF.png);
}

	input[type=image].btnVacGridCheckList:hover {
		content: url(../../images_icon/ON/Vacancies_Grid_VACANCY_CHECKLIST_ON.png);
	}

.btnVacApprove {
	content: url(../../images_icon/OFF/Vacancy_Management_Approve_OFF.png);
}

	.btnVacApprove:hover {
		content: url(../../images_icon/ON/Vacancy_Management_Approve_ON.png);
	}

.btnVacApprovePublish {
	content: url(../../images_icon/OFF/Vacancy_Management_APPROVE_PUBLISH_OFF.png);
}

	.btnVacApprovePublish:hover {
		content: url(../../images_icon/ON/Vacancy_Management_APPROVE_PUBLISH_ON.png);
	}


/********************************************************************* UPLOADFILE ICONS ***********************************************************************/
input[type=button].btnUploadFileOverWrite, input[type=button].btnUploadFileOverWrite:link, input[type=button].btnUploadFileOverWrite:active, input[type=button].btnUploadFileOverWrite:visited,
input[type=submit].btnUploadFileOverWrite, input[type=submit].btnUploadFileOverWrite:link, input[type=submit].btnUploadFileOverWrite:active, input[type=submit].btnUploadFileOverWrite:visited {
	background-image: url(../../images_icon/OFF/Upload_Files_OVERWRITE_OFF.png);
}

	input[type=button].btnUploadFileOverWrite:hover,
	input[type=submit].btnUploadFileOverWrite:hover,
	a.btnUploadFileOverWrite:hover {
		background-image: url(../../images_icon/ON/Upload_Files_OVERWRITE_ON.png);
	}

.btnUploadFileOverWriteDisable {
	background-image: url(../../images_icon/OFF/Upload_Files_OVERWRITE_OFF.png);
}

input[type=button].btnUploadFileOpen, input[type=button].btnUploadFileOpen:link, input[type=button].btnUploadFileOpen:active, input[type=button].btnUploadFileOpen:visited,
input[type=submit].btnUploadFileOpen, input[type=submit].btnUploadFileOpen:link, input[type=submit].btnUploadFileOpen:active, input[type=submit].btnUploadFileOpen:visited,
a.btnUploadFileOpen {
	background-image: url(../../images_icon/OFF/Upload_Files_OPEN_OFF.png);
}

	input[type=button].btnUploadFileOpen:hover,
	input[type=submit].btnUploadFileOpen:hover,
	a.btnUploadFileOpen:hover {
		background-image: url(../../images_icon/ON/Upload_Files_OPEN_ON.png);
	}

/********************************************************************* Location Upload file ICONS ***********************************************************************/
input[type=image].btnLocationUploadFile, input[type=image].btnLocationUploadFile:link, input[type=image].btnLocationUploadFile:active, input[type=image].btnLocationUploadFile:visited {
	content: url(../../images_icon/OFF/Upload_Files_EDIT_OFF.png);
}

	input[type=image].btnLocationUploadFile:hover {
		content: url(../../images_icon/ON/Upload_Files_EDIT_ON.png);
	}



.RadScheduler .rsContentTable,
.RadScheduler .rsHorizontalHeaderTable,
.RadScheduler .rsAllDayTable {
	width: 100% !important;
}
    
.RadMenu
{
	z-index: 1999;
}

.rmSlide
{
	z-index: 8000 !important;
}
/*Removing grey image from side of menu*/
.RadMenu_Default .rmGroup, .RadMenu_Default .rmGroup .rmVertical
{
	background-color: #FFFFFF !important;
	background-image: none !important;
}
/*Moving text closer to the side now that grey image has gone*/
.RadMenu .rmGroup .rmText
{
	padding: 0 54px 0 22px !important;
	margin-left:15px;
}

div.RadToolTip_Default table.rtWrapper td.rtWrapperTopCenter, 
div.RadToolTip_Default table.rtWrapper td.rtWrapperBottomCenter, 
.RadDock_Default .rdTitleBar .rdTitle,
.RadDock_Default .rdTitleBar em
{
	font-size: 1.2em !important;
	font-weight: bold !important;
	font-style: italic !important;	
	
}
.RadGrid_Default .rgHeader
{
	font-weight: bold !important;
}

/*body.brandedEditor {
    height: 570px;
	overflow:hidden;
}*/

.riTextBox
{
	border: solid #bbb 1px !important;
	background-color: #fafafa !important;
	padding: 0.15em 0 0.15em 0.4em !important;
}

#line
{
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
	overflow: hidden;
	font-size: 1px;
	color: #ffffff;
}

/*forms stuff*/
input, textarea, select, submit {
	border: solid #bbb 1px;
	background-color: #fafafa;
	padding: 0.3em 0 0.3em 0.4em;
	vertical-align: baseline;
	border-radius: 4px;
}
TD.reControlCell TABLE TD
{
	font-size: 1em !important; /*overrides IE6-specific markup */
}
.ctl00_Login1_LoginButton
{
	padding-top: 0px;
}
#logincontainer
{
	position: relative;
	width: 1340px;
	background: #fff;
	margin: 0 auto;
	height: auto;
	background: #fff none;
}
#loginheader
{
	height: 190px;
	position: relative;
}
#loginheader p
{
	float: right;
}
.loginpagetitle
{
	padding: 4px 4px 4px 10px;
	position: relative;
	text-transform: lowercase;
	font-weight: bold;
	width: 142px;
	margin-bottom: 20px;
}
#logincontent
{
	padding: 0px 10px 20px 0px;
	position: relative;
	overflow: visible;
	width: 235px;
	float: left;
	height: 100%;
}
.candidateHomeBadge 
{
    position : absolute;
    left: 8px;
    color: #fff!important;
    background-color: #f44336!important;
    border-radius:50%;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
    text-align:center;
    line-height:26px;
    box-sizing:inherit;
}
#logincontent table tr td
{
	padding: 0 0 7px 0;
}
#loginmaincontent
{
	padding: 0px 20px 20px 0px;
	margin-top: 0px;
	float: left;
	width: 620px;
	height: 100%;
}
html > loginsearch
{
	/*for above ie6*/
	position: relative;
	width: 620px;
	background: #FFFFFF;
	margin-top: 10px;
	padding: 10px;
}
.loginsearch
{
	/*for ie6*/ /*position: relative;*/
	width: 620px;
	background: #FFFFFF;
	margin-top: 0px;
	padding: 0px;
	background-color: #fff;
}
.loginsearch p
{
	/*for ie6*/
	margin-top: 10px;
}
.loginsearch .searchitem
{
	display: inline-block;
	float: left;
	width: auto;
	margin-right: 10px;
}
.loginsearch .searchitem h3
{
	font-weight: bold;
}
.loginsearch .searchitem .button
{
	margin-top: 27px;
}
#loginfooter
{
	padding: 10px 20px 10px 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
}
.wordwrap {
    word-wrap: break-word;
}

#ce_banner_wrapper
{
	width: 100%;
	height: 160px;
}
#ce_banner_wrapper #ce_banner_inner_left
{
	float: right;
	text-align: left;
	width: 452px;
	overflow: hidden;
	padding: 8px;
}
#ce_banner_wrapper #ce_banner_inner_right
{
	width: 476px;
	height: 160px;
	float: left;
}
#ce_banner_wrapper #ce_banner_inner_right img
{
	float: left;
	padding: 2px 10px 0 2px;
}
#ce_banner_wrapper #ce_banner_inner_right .ce_banner_h1
{
	font-weight: bold;
	margin: 5px 0;
	padding-right: 5px;
}
#ce_banner_wrapper #ce_banner_inner_right .ce_banner_t
{
	padding-right: 5px;
}
#ce_banner_wrapper #ce_banner_inner_left .ce_banner_p
{
	margin-bottom: 5px;
}
.MyHighlight
{
	background-color: #fff;
}
.fltrt
{
	float: right;
	margin-left: 8px;
}
.fltlft
{
	float: left;
	margin-right: 8px;
}

.regFormPersonalDetsTable
{
	width: 800px;
}
.formFieldGroupTableReg
{
	padding: 5px 5px 5px 0px;
	width: 800px;
}
.formFieldGroupTable
{
	padding: 5px 5px 5px 5px;
	width: 800px;
}

.formTable
{
	width: 100%;
}
.ratingWidgetTable
{
	border-collapse: collapse;
}
.registrationFormTable
{
	border-collapse: collapse;
	width: 850px;
}
.searchPanelSectionTable
{
	padding: 5px;
	width: 100%;
}
.sectionTableReg 
{
    padding: 5px 5px 5px 0px;
    width:640px;
}
.sectionTable
{
	padding: 5px 5px 5px 5px;
	width: 840px;
}
.AutoTabWidth .sectionTable
{
	width: 100%;
}

.AutoTabWidth .formFieldGroupTable
{
	width: 100%;
}

.AutoTabWidth .sectionTable .pra {
    width: 557px;
}


td.sectionItemDescriptionCell
{
	width: 170px;/* !important;*/
}
td.sectionItemControlCell
{
	width: 680px;/* !important;*/
}

td.fieldGroupSectionItemControlCell
{
	width: 645px;/* !important;*/
}
.candidateSearchLbl
{
	float: left;
	vertical-align: middle;
	padding-left: 16px;
	width: 170px;
}
.candidateSearchField
{
	float: left;
	padding-left: 6px;
	padding-bottom: 5px;
}
.candidateSearchFreeTextButton
{
	float: left;
	padding-left: 20px;
}
.searchCandImg
{
    width :27px;
	height: 156px;
	float: left;
	clear: right;
}
#SearchDiv {
	float: left;
	width: 430px;
	display: none;
}
.searchDivHead
{
	background-image: url(../../images/SlidingPanelBgr.gif);
	background-repeat: repeat-x;
	height: 25px;
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
}
.searchDivHead img
{
	display: block;
	width: 10px;
	height: 10px;
	float: right;
	margin-top: 8px;
	margin-right: 8px;
}
.searchDivBody
{
	clear: both;
	padding: 10px;
	border-right-style: solid;
	border-right-color: Gray;
	border-right-width: 1px;
}
#CandRes
{
	width: 1300px;
	float: right;
}
input.prAttrs {
	width: 234px !important;
	height: 24px;
}
.hidden
{
	display: none;
	visibility: hidden;
}
.appEduFld
{
	width: 160px;
}
.appEduFldOther
{
	width: 130px;
	margin-left: 25px;
}
.appEduFldLong
{
	width: 500px;
	height: 4em;
}

.gridImageButton
{
	cursor: pointer;
	background: transparent;
	padding-left: 5px;
	height: 20px;
	vertical-align: middle;
}
.gridImageButtonDisabled
{
	cursor: default;
}
.clientSettingsTdDiv
{
	white-space: nowrap;
}
#candidateSearchIcons div
{
	float: right;
	padding: 5px;
}
ul.candsDets
{
	margin:0;
	padding:0;
	list-style-type: none;
	position:static;
}
ul.candsDets li
{
	margin-bottom:8px;
}
ul.candsDets li a.extId
{
	text-decoration:none;
}
ul.candsDets a img
{
	border: none;
	margin-left: .7em;
}
#Cph1_ExternalIdTxt
{
	margin-right:15px;
	width:120px;
}
#ExtIdBtns input
{
	margin-top:2px;
	width:62px;
}
.candSrchIcns
{
}
.actionIcns div 
{
    text-align: center;
    overflow:visible;
    min-width: 7ex;
    padding-left: 2px;
}
.candSrchIcns div, .advRecIcns div
{
	text-align: center;
	overflow: hidden;
	width: 60px;
	float:left;
}
.fixIconHeight .candSrchIcns div {
	height: 50px;
}
.candSrchIcns div a, .advRecIcns div a, .actionIcns div a {
	float: left;
	padding: 5px;
	width: 60px;
	text-decoration: none;
}
.candSrchIcns div a img, .advRecIcns div a img, .actionIcns div a img
{
	border-style: none;
	background: transparent;
	border-width: 0px;
}
.candSrchIcns div a span, .advRecIcns div a span, .actionIcns div a span
{
	display: block;
	text-decoration: none;
}
.candSrchIcns div a[disabled]
{
	color:Gray;
	cursor:default;
}
.candidateSearchRowSelector
{
	padding: 5px;
}
#ctl00_Cph1_Cph1_AtsReportViewer_ctl01_ctl05_ctl00
{
	padding: 0;
}
.CandProfTab
{
	border-color: Gray;
	border-width: 1px;
	border-style: solid;
	padding: 15px;
}
.disabledGridRow
{
	color: Gray;
}
.mandatoryField {
	color: #B30000;
}
.mandatoryFieldPadding {
    padding-left: 222px;
}
.charCellPadding
{
	padding-left: 15px;
}
.numericCellPadding
{
	padding-right: 10px;
}
.totalCell
{
	padding-left: 15px;
	font-weight: bold;
}
.totalNumericCell
{
	padding-right: 10px;
	font-weight: bold;
}
.candidateProfileWrapper div
{
	padding: 10px;
}
.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: White;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	overflow: auto;
	text-align: left;
	list-style-type: none;
}
.divHeader
{
	padding-bottom: 20px;
	padding-top: 20px;
}
.divLabelWidth50
{
	width: 50px;
}
.divLabelWidth100
{
	width: 100px;
}
.divClearBoth
{
	clear: both;
}
.divClearBothMargin {
	margin-top: 10px;
}
.fullCol
{
	padding: 7px 0px 7px 0px;
}
.leftCol
{
	padding: 7px 0px 7px 0px;
	width: 100px;
}
.activeItem
{
	color: Green !important;
}
.disabledItem
{
	color: Red !important;
}
.ScrollBox
{
	width: 200px;
	height: 100px;
	overflow: auto;
	border: solid 1px gray;
}
.scheduleUnconfirmedBorder
{
	border-color: #CC3366 !important;
}
.scheduleUnconfirmedBackground
{
	background-color: #DD8E91 !important;
}
.autocomplete_highlightedListItem
{
	background-color: Silver;
	color: black;
}
.rsToday
{
	color: #fff !important;
}
.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}
/* Candidate Profile*/
.candidateProfile
{
	width: 100%;
	border-color: Navy;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}
.overrideToolTipTableCell
{
	border-color: Navy;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	padding: 5px;
}
.formGroupTitle
{
	font-weight: bold;
	vertical-align: top;
	font-size: 1.1em;
	color: #2f6495;
}
.formGroupTitle span
{
	font-weight: bold;
	vertical-align: top;
}
.formGroupPanel
{
}
table#formFieldGroupTable tr td
{
	padding: 0 0 7px 0;
}
.applicationFormMultiPage
{
	border-color: #8DB2E3;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}
.formSectionWrapper
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.passwordRecoveryBody
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    padding-left: 6px;
}

.recoveryLabel {
    font-size: 1.3em;
    font-weight: bold;
}

.securityQuestionTxtWidth {
    width: 250px;
}

.horizontalRule {
    display: none;
}

.contentPanelFont {
    clear: left;
}

.ToolBar
{
	padding: 7px 5px 2px;
}
.ToolBar .ToolBarIcons
{
	float: right;
	margin-bottom: 7px;
	text-align: right;
}
.ToolBar #ToolBarSelAll
{
	float: right;
	clear: right;
}
.ToolBar #ToolBarFmSel
{
	float: left;
}
.ToolBar .ToolBarIcons a
{
	white-space: nowrap;
    display: inline-block;
}
#PrtBar.ToolBar {
    text-align:right;
    padding-top: 0;
}
.AdvRecTb .ToolBar .ToolBarIcons {
    clear: right;
    margin-bottom: 0;
}
.AdvRecTb .ToolBar .ToolBarIcons > div
{
    display: inline-block;
    float: left;
    padding-right: 18px;
}
#BulkBar .ToolBarIcons > a
,#BulkBar .ToolBarIcons > .AnchorSpan
{
    float: right;
}

.bulkLinkPadding {
	padding-right: 10px;
}

.SourceLbl {
	font-size: 14px;
}

.SourceLblMargin {
	margin-top: 10px;
}


	.ToolbarSel {
		padding: 5px 10px 5px 0;
		width: 150px;
		clear: right;
		float: right;
	}
.ToolBar .ToolBarIcons a, #VacWzFo a, #EdMsfIcs a, #PrCandIcs a, #PrCandIcs2 a, #ctl00_RW_rdRefDet_C_LetGen
{
	text-decoration: none;
	color: inherit;
	margin-left: 10px;
}
.ToolBar .ToolBarIcons a[disabled]
{
	color:Gray;
	cursor:default;
}
#PrCandIcs2 a
{
	margin-left:3px;
}
#PrCandIcs a
{
	margin:4px 4px 0;
}
.processCandidateRow
{
	margin: 10px 0 0 40px;
}
.TooltipIcons input
{
	margin-right: 10px;
}
.ToolBar .ToolBarIcons img, #PrCandIcs img, #PrCandIcs2 img, #ctl00_RW_rdRefDet_C_LetGen img
{
	border-style:none;
}
#ctl00_ctl00_ctl00_Cph1_Cph1_rd2_T_DockLabel,
#ctl00_ctl00_ctl00_Cph1_Cph1_rd2_T_AddAnchor
{
	float:left;
	margin-top:4px;
}
#ctl00_ctl00_ctl00_Cph1_Cph1_rd2_T_AddAnchor
{
	margin-top:6px;
}
#ctl00_ctl00_ctl00_Cph1_Cph1_rd2_T_PrntBtn
{
	float:right;
	margin:4px;
}

/* AA Compliant Changes*/
.whiteLine
{
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
	overflow: hidden;
	font-size: 1px;
	color: #ffffff;
}
#searchPanel
{
	padding: 18px;
}
#searchPanel div
{
	padding-bottom: 5px;
}
#passwordRecovery
{
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
}
#passwordRecovery td
{
	padding-left: 5px;
}
.recPasInfoLabel 
{
    float: left;
    width: 100%; 
    padding-bottom: 5px;
}
.processCandidateLabel
{
	float: left;
	width: 165px;
}
/*.processCandidateText {
    float: left;
	width: 235px;
}*/
.schedAndCorr
{
	width: 100%;
	height: 40px;
	clear: both;
}
.schedAndCorrLabel
{
	padding-left: 15px;
	padding-top: 10px;
	float: left;
	vertical-align: middle; /*width: 50px*/
}
.mySchedAndCorrCombo
{
	padding-left: 15px;
	padding-top: 10px;
	float: left;
}
#createShed
{
	clear: both;
}
#createShed div
{
	margin: 5px 10px;
	float: left;
}
#numberApplicationsHeaderButtons
{
	text-align: right;
	float: right;
	padding-right: 124px;
	padding-top: 5px;
}
.ajax__calendar_container
{
	z-index: 999999;
}
.ajax__calendar_container TD
{
	padding: 0px;
}
.addEditLocationHeader
{
	padding-top: 10px;
}

.addEditLocationPostCodeHeader p
{
	margin-bottom: 15px;
}

	#recAgendaSearch {
		width: 90px;
		float: left;
	}
.canSpec
{
	clear: both;
	padding-top: 5px;
	width: 100%;
}
.canLabel
{
	float: left;
	width: 100px;
}
.reportLabel
{
	float: left;
	width: 130px;
}
.reportButton
{
	float: left;
	padding-left: 20px;
}
.CandAppVacPnlDiv
{
	float: left;
	width: 49%;
}
/* TODO: Check if these are ids are used are correct */
#ctl00_Cph1_AppFromDateTextBox, #ctl00_Cph1_AppToDateTextBox, #ctl00_Cph1_ctl00_Cph1_OlapClient1ManagerDSDialog_OkButton, #ctl00_Cph1_ctl00_Cph1_OlapClient1ManagerDSDialog_CancelButton, .ds_pr_pages
{
	height: auto;
}
.faqs ul
{
	padding-left: 20px;
}
.recommendation
{
	width: 100%;
	clear: both;
}
.recommendationLabel
{
	padding-left: 15px;
	padding-top: 10px;
	float: left;
	vertical-align: middle;
	width: 100px;
}
.recommendationInput
{
	padding-left: 15px;
	padding-top: 10px;
	float: left;
}
.recmEmailFromDiv {
    padding-left: 15px;
	/*padding-top: 10px;*/
}
.recmEmailFromDiv  div
{
    margin-top: 10px;
}
.recommendationLink
{
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.recommendationTitle
{
	clear: both;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;
	vertical-align: middle;
	width: 100%;
}
.NoJavaMsg
{
	color: Red;
}
div.newsticker
{
	background: #fff url( '../../images/TitlebarH.gif' ) repeat-x scroll 0;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}
div.newstickerheading
{
	margin-top: 0px;
	padding: 3px 3px 0px 3px;
	float: left;
	font-weight: bold;
	min-height: 17px;
}
div.newstickerheading img
{
	height: 14px;
	width: 1px;
	vertical-align: top;
	padding-top: 3px;
}
div.newscontrols
{
	float: left;
	border-style: none;
	padding-left: 3px;
	padding-top: 3px;
}
div.newscontrols img
{
	cursor: pointer;
	padding-top: 0;
	height: 14px;
	width: 14px;
}
div.newsticker marquee
{
	padding-top: 3px;
}
div.scrollingnews a
{
	text-decoration: none;
	padding-left: 5px;
}
div.scrollingnews
{
	padding-top: 3px;
}
#ctl00_ctl00_ctl00_Cph1_Cph1_rd2_C_Gph_NewsTickerGrd_GridData {height: auto !important;}
div.accessibility
{
	padding: 30px 50px 30px 50px;
}
div.olaptoolbar
{
	background: #fff url(../../images/OlapHeader.png) repeat-x scroll 0;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
	width: 938px;
}
div.olaptoolbaritem
{
	float: left;
	padding: 2px 4px 0;
}
.privatepublicradio input
{
	height: auto;
}

.RecHomeSchFilt
{
	width: 45%;
}
.CandidateAppointmentToolTip p, .AppointmentToolTip p
{
	margin-bottom: 3px;
}
.AppointmentToolTip input
{
	margin: 5px 5px 0 0;
}
.ContactToolTip
{
	margin: 20px 0 0 20px;
}
.ContactToolTip p
{
	clear: left;
	margin-bottom: 13px;
}

.ContactToolTip label
{
	float: left;
	width: 135px;
	display: block;
}

.CandidateAppointmentToolTipBtn
{
	margin: 8px 5px;
	position: absolute;
	bottom: 0;
}
.CandidateAppointmentToolTip
{
	margin: 5px;
}

#ctl00_ctl00_Cph1_Cph1_CvUploadListContainer .ruFakeInput
{
	margin-left: 0;
}
.invitetovacrbl input
{
	height: auto;
}
div.rdTitle 
{
    padding-top: 4px;
}
div.rdTitle input
{
	background: transparent;
	padding: 0;
	cursor: auto;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
div.rdTitle img
{
	height: 27px;
	vertical-align: middle;
}

fieldset
{
	padding: 10px;
	margin-top: 5px;
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}
fieldset label, .fieldlabel
{
	float: left;
	padding-right: 15px;
	padding-left: 5px;
	
}
fieldset .privatepublicradio label
{
	float: none;
}
fieldset ul, fieldset img
{
	display: inline;
}
fieldset.searchPanel
{
	display: block;
	
}
fieldset.searchPanel label
{
	display: block;
	padding-bottom: 5px;
	padding-top: 12px;
	padding-left: 0px;
	width: 180px;
}
fieldset.longLabel label
{
	width: 125px;
}
fieldset.shortLabel label
{
	width: 90px;
}
fieldset label.fullwidth
{
	width: 100%;
}
fieldset.vertPadding > div
{
	margin-bottom: 5px;
	clear:left;
}
div#AccessibilityBtn fieldset{
	float:left;
}
div.noLabel {
	position: relative;
	left: 140px;
}
div.noLabel div
{
    text-align: center;
}
.noLabel .rcRefreshImage { display: block;}
.noLabel .captcha .captcha 
{
    text-align: left;
}
.noLabel > .captcha
{
    text-align: center;
}
.noLabel .rcCaptchaAudioLink 
{
    display: block;
    font-size: 0px;
    width: 16px;
    height: 16px;
    position: relative;
    top: -40px;
    left: 190px;
    background: url("/images/Play.png") no-repeat;
    margin-left: 0;
    margin-right: auto;
}
.vlongInput
{
	width: 300px;
}
label.shortLabel
{
	float: left;
	padding-right: 15px;
	padding-left: 5px;
	width: 90px;
	margin-top: 5px;
}
.vacMngLbl
{
	float: left;
	width: 130px;
	font-weight: bold;
}
.vacMngPV
{
	padding: 10px;
	text-align: left;
	background-color: #f1f1f1;
}
.vacMngPV div
{
	padding-left: 20px;
}
/* Candidate speculative invite to vacancy styles */
#ctl00_Cph1_ctl02_HasItemsPnl div
{
	clear: left;
	margin-bottom: 5px;
}
#ctl00_ctl00_ctl00_Cph1_Cph1_rd2_C_Gph_ctl03_CandidateNameLabel
{
	display: block;
	float: left;
	width: 6em;
	padding-left: 0.4em;
}
#ctl00_ctl00_ctl00_Cph1_Cph1_rd2_C_Gph_ctl03_SearchRbl, #ctl00_ctl00_ctl00_Cph1_Cph1_rd2_C_Gph_ctl03_LiveNonLiveRbl
{
	margin: 5px 0;
	width: 100%;
}
#ctl00_ctl00_ctl00_Cph1_Cph1_rd2_C_Gph_ctl03_SearchRbl td, #ctl00_ctl00_ctl00_Cph1_Cph1_rd2_C_Gph_ctl03_LiveNonLiveRbl td
{
	width: 50%;
}
#ctl00_ctl00_ctl00_Cph1_Cph1_rd2_C_Gph_ctl03_SearchRbl label, #ctl00_ctl00_ctl00_Cph1_Cph1_rd2_C_Gph_ctl03_LiveNonLiveRbl label
{
	width: 10em;
}
#VacInvBtn
{
	text-align: center;
}

.flagImage
{
	border-style: none;
	background: transparent;
    padding: 0;
}

div.ajax_loader
{
	background: url( '../../Images/loading.gif' ) no-repeat center center;
}

/*Vacancy Setup*/
.jobDescriptionToolTip
{
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
}

*html .RadComboBoxDropDown .rcbItem, *html .RadComboBoxDropDown .rcbHovered /* IE6 & quirks */
{
	word-break: keep-all !important;
}

* + html .RadComboBoxDropDown .rcbItem, * + html .RadComboBoxDropDown .rcbHovered /* IE7 */
{
	word-break: keep-all !important;
}

.RadUpload_Default
{
	width: 160px !important;
}
/* width of the control and it's inline buttons */
div.uploadButton
{
	padding-left: 262px;
}
#VacancyAdvSearchPnl
{
	clear: left;
	margin-top: 8px;
}
#VacancyAdvSearchPnl div div
{
	margin-bottom: 5px;
}
#VacancyAdvSearchPnl div span, #VacancyAdvSearchPnl div label
{
	width: 100px;
	display: block;
	float: left;
}
#VacancyGridNoRec p
{
	margin-top: 10px;
}
#VacancyGridNoRec ol
{
	margin-left: 40px;
}
#VacancyGridNoRec li
{
	margin-top: 10px;
}

#PrDefDiv .button
{
	margin-left: 10px;
}

.homeDockZone
{
	border-style: none; /* Container is 965 */
	width: 49%;
	padding: 0px !important;
}
.homeCenterDockZone
{
	border-style: none; /* Container is 965 */
	width: 99%;
	padding: 5px !important;
}
.votingDockZoneLeft
{
	border-style: none; /* Container is 965 */
	width: 625px;
	padding: 0px !important;
}
.votingDockZoneRight
{
	border-style: none; /* Container is 965 */
	width: 400px;
	padding: 0px !important;
}
.adAlertsDockZone {
    border-style: none; /* Container is 965 */
    width: 335px;
    padding: 0px !important;
}
.homeDock
{
	margin-bottom: 5px !important;
}
.leftColumn
{
	float: left;
	padding-left: 5px !important;
}
.rightColumn
{
	float: right;
	padding-right: 5px !important;
}
.accessibleArea {
	background-color: #ffffff;
	float: left;
	padding-bottom: 4px;
	color: #3f3c37;
}
.accessibleArea input[type=image]
{
	border-width: 0;
}

.topPadding
{
	padding-top: 5px;
}
.topMargin
{
	margin-top: 5px;
}
.bottomMargin
{
	margin-bottom: 5px;
}
.largeBottomMargin
{
	margin-bottom: 10px;
}
.bottomPadding
{
	padding-bottom: 5px;
}
.largeBottomPadding {
    padding-bottom: 20px;
}
.topBottomPadding
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.topLeftPadding
{
	padding-top: 5px;
	padding-left: 5px;
}
.leftRightPadding
{
	padding-left: 5px;
	padding-right: 5px;
}
.largeTopPadding
{
	padding-top: 10px;
}
.rightPadding
{
	padding-right: 10px;
}
.noRightPadding
{
	padding-right: 0px;
}
.noLeftPadding {
    padding-left: 0px !important;
}
.leftPadding
{
	padding-left: 10px;
}
.smallRightPadding {
    padding-right: 3px;
}
.smallLeftPadding {
    padding-left: 3px;
}
.leftPaddingBtns
{
	padding-left: 170px;
}
.leftMargin
{
	margin-left: 10px;
}
.allMargin
{
	margin: 10px;
}
.largePadding
{
	padding: 1em 40px;
}
.greaterDepth
{
	z-index: 1000;
}
.mandatory
{
	font-weight: bold;
}
.leftPadding ul
{
	padding-left: 10px;
}
.appTextBox
{
	margin-right: 5px;
}

.NormalAppWidth
{
	width: 235px;
}
.cusiTitNormalWdth
{
	width: 337px !important;
}
.cusiOthTitNormalWdth
{
	width: 148px;
	padding-left: 5px;
}
.LargeAppWidth
{
	width: 228px;
}
.cusiTitLargeWdth
{
	width: 110px !important;
}
.cusiOthTitLargeWdth
{
	width: 113px;
	padding-left: 5px;
}
.LargestAppWidth
{
	width: 277px;
}
.cusiTitLargestWdth
{
	width: 135px !important;
}
.cusiOthTitLargestWdth
{
	width: 137px;
	padding-left: 5px;
}

.appListNormal
{
	width: 240px !important;
	margin-right: 5px !important;
}
input[type=text].appListNormal {width: 148px !important;}
.appListLarge
{
	width: 255px !important;
	margin-right: 5px !important;
}
input[type=text].appListLarge {width: 248px !important;}
.appListXLarge
{
	width: 355px !important;
	margin-right: 5px !important;
}
input[type=text].appListXLarge {width: 348px !important;}
.appListXXLarge
{
	width: 400px !important;
	margin-right: 5px !important;
}
input[type=text].appListXXLarge {width: 393px !important;}
ul.reCustomLinks .reCustomLinksIcon
{
	margin: 0px !important;
	width: 0px;
}
.RadTabStrip ul
{
	left: 1px;
}
.editable
{
	border: solid 1px maroon !important;
	display: inline-block;
}
.RadGrid_Default td.rgExpandCol
{
	border-bottom-style: none !important;
}

.rcmdSel
{
	clear: right;
	float: right;
	padding: 5px 10px 5px 0;
}

div.MainEdit
{
	border: none;
	background: #e7e3e7;
	color: #4a697b;
}
div.AddAgency
{
	padding: 2em 3em 3em 2em;
}
div.Title {
	background: #525252;
	color: #ffffff;
	height: 3.2em;
	font-weight: bold;
}
div.TitleH
{
	color: #fff;
	padding-top: 7px;
	padding-right:  20px;
	padding-left: 20px;
	padding-bottom: 2px;
	font-size: 2em;
	float: left;
}
div.TitleB
{
	padding-top: 9px;
	overflow: hidden;
}
.Picker
{
	border: 1px solid #cbcbcb;
	height: auto;
}
.Picker .SelectContainer
{
	padding: 0px 0px 1px;
	background: #FFFFFF;
	cursor: text;
	display: block;
	width: 100%;
	overflow-y: auto;
	overflow-x: none;
	position: relative;
}
.Picker .SelectContainer
{
	padding: 0px;
}
.Picker .Block, .Picker .BlockStabilizer, .Picker .BlockInvalid
{
	border: 1px solid #bbd8fb;
	margin: 1px 1px 0px;
	padding: 0.04em 0.3em 0.15em;
	vertical-align: middle;
	background-color: #F3F7FD;
	text-decoration: none;
	width: auto;
	float: left;
	white-space: nowrap;
}
.Picker .Block, .Picker .BlockInvalid, .IE6 .Picker .Block, .IE6 .Picker .BlockInvalid
{
	margin: 1px;
	padding: 1px 5px 1px 7px;
}
.Picker .InputBoxContainer
{
	margin: 1px;
	float: left;
}
.Picker .CloseLi
{
	padding-left: 0.3em;
	cursor: pointer;
	position: relative;
	top: 0.25em;
	height: auto;
}
.Picker .InputBox
{
	border-width: 0px;
	border-style: none solid solid;
	border-color: #fff;
	margin-top: 1px;
	padding-bottom: 0px;
	color: #000000;
	overflow: hidden;
	height: 19px;
	width: 5em;
	resize: none;
	position: relative;
	outline: none;
}
.Picker .InputBox
{
	margin: 0px;
	padding-left: 7px;
	height: 1.6em;
}
.Picker .InputUL, .Picker .InputULRtl
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#AddAgencyAddCatHl
{
	float: left;
	width: 135px;
	padding-left: 5px;
}
div.Picker
{
	float: left;
	width: 304px;
}
#AddViewAgInfoLblDiv
{
    margin: 5px;
	float: left;
}
#AgUsrsLblDiv
{
	width: 143px;
	float: left;
}
#AgUsrsLblDiv a
{
	margin: 0 15px 0 7px;
}
#AgUsrs
{
	float: left;
}
#AgUsrsLblDiv, #AgUsrs
{
	margin: 10px 0;
}
div#sessionTimeOut
{
	padding: 1em;
    min-width: 250px;
    width: 250px;
    max-width: 400px;
}
div#sessionTimeOut div
{
	float: right;
	text-align: center;
}
div#sessionTimeOut div.divClearBoth
{
	float: none;
}
div#sessionTimeOut img
{
	display: block;
    margin: auto;
}
div#sessionTimeOut div p
{
	margin-bottom: .6em;
}
div#sessionTimeOut input
{
	text-align: center;
}
div#VacSetAgBtnsDiv div
{
	float: left;
	margin: 5px 5px 5px 0;
}

.OptionalField 
{
    line-height: 21px;
}

.AgntInfoProp
{
	padding-bottom: 5px
}
.AgntInfoLbl
{
	width: 30%; 
	float:left;
}
.AgntInfoLblData
{
	width: 70%; 
	float:right;
    overflow-y: auto;
}

div#AgntFlg
{
	margin: 20px 0 0 20px;
}
div#AgntFlg p
{
	clear: left;
	margin-bottom: 13px;
}
div#AgntFlg label
{
	float: left;
	width: 95px;
	display: block;
}
div#VsAddAgLnks p
{
	float: left;
	margin-top: 10px;
	width: 100%;
}
div#VsAddAgLnks p img
{
	float: left;
}
div#VsAddAgLnks p a, div#VsAddAgLnks p input
{
	display: block;
	margin-left: 20px;
}
div#VsAddAgLnks input
{
	float: right;
	margin: 10px;
}

.newActivityIcon {
	background-image: url(../../images_icon/OFF/Recruiter_Home_NEW_ACTIVITY_TAKEN_PLACE_OFF.png);
	background-repeat: no-repeat;
}
	.newActivityIcon:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_NEW_ACTIVITY_TAKEN_PLACE_ON.png);
		background-repeat: no-repeat;
	}

.vacancyClosingIcon {
	background-image: url(../../images_icon/OFF/Recruiter_Home_VACANCY_CLOSING_72HRS_OFF.png);
	background-repeat: no-repeat;
	background-size: 25px;
}
	.vacancyClosingIcon:hover {
		background-image: url(../../images_icon/ON/Recruiter_Home_VACANCY_CLOSING_72HRS_ON.png);
	}


.targetRecDateIcon
{
	background-image: url(../../images/TabTasks.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 15px;
}

.newActivityAnimatedIcon
{
	background-image: url(../../images/NewActivity_Animated.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.vacancyClosingAnimatedIcon
{
	background-image: url(../../images/VacancyClosing_Animated.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

.radDockToolbar a {
	/*font-size: 0.7em !important;*/
	font-weight: normal !important;
	text-decoration: none;
}
img
{
	border-width: 0;
}
.buttonWrapper
{
	float: left;
	text-align: center;
	margin-left: 15px;
}
.rdToolbar
{
	height: 40px !important;
}

table.radioWrap input
{
	float: left;
}
table.radioWrap label
{
	display: block;
}
a.UnRead
{
	font-weight: bold;
}
a.UnRead:visited
{
	border-color:red;
	font-weight: bold;
}
input.boldIcon, div.boldIcon
{
	background: url("../../images/smallwarning.png") no-repeat right top;
}
.loginfail
{
	color:Red;
}
#regformex{padding: 20px 20px 20px 0;}
.resetpnl {padding-left: 10px}
#regformsavebtnpara{ padding-top:10px;padding-bottom:10px;}
#logincontrolloginbutton{text-align:right;}
.commentsLblFillMode{width:100%;}
.commentsControlFillMode{width:100%;padding-top:10px;padding-bottom:10px;padding-right:15px;}
.commentsLblNotFillMode{width:500px;}
.commentsControlNotFillMode{width:500px;padding-top:10px;padding-bottom:10px;padding-right:10px;}
#createspecappheadingp{padding-top: 5px;}
#ctl00_ctl00_Cph1_Cph1_CreateSpecAppFirstCopy{padding: 20px 0 10px;display:inline-block;}
#IndSerRep {height:317px;overflow:scroll;font-size:smaller;}
#Cph1_sch1_Wz_WzNewSlts_AdParUc_IndSch,#ctl00_RW_AdParUc_IndSch {width:194px;}
div#RefReqDiv, #ctl00_Cph1_RefForm .registrationFormTable {margin-left:10px;}
div#RefReqDiv p {margin-top:5px;}

#ThanksMsg{font-size:larger;margin-bottom:3em;margin-left:10px;}
.AccessDeniedMsg{font-size:larger;font-weight:bold;margin-top:2em;margin-bottom:2em;display:inline;}

.EdManScorInp{width:280px;margin-left:10px;}
#EdMsfDiv div.RadDock
{
	margin:10px 0 0 20px;
	width:360px;
	float:left;
}
#EdMsfDiv div.rdContent {padding:10px 0;}
#EdMsfDiv div.rdTitleBar {padding-left:10px;}
p#EdMsfVac, #EdMsfIcs {margin: 10px 20px;}
div#EdMsfBtns {padding: 10px 0 10px 150px;}

/* Registration form existing users and new users in columns */
#regformex{width:180px; float:left;}
#regform{width:650px;float:right;padding-top:20px;}
#agentregform{padding-top:20px;}
.registrationFormTable {width:650px;}

.formFieldGroupTableReg, .regFormPersonalDetsTable{width:600px;}
td.sectionItemControlCell {
	width: 480px;/* !important;*/
}
/* END Registration form existing users and new users in columns */

#ctl00_Cph1_rd1_C_AddBtn{margin-left:102px;}
#ctl00_Cph1_AssVtSrRdz{float:left; padding-right: 4px;}
#ctl00_Cph1_AssVtSrRes{float:left;}
#Vt2Btns{float:right;clear:left;margin:10px;}
#ctl00_Cph1_VacTempPage1{padding:10px;}

div.SrchPnlFloat
{
	float:left;
	margin-bottom: 1em;
}

#ctl00_Cph1_Wz_WzFo_HelpImg
{
	margin-left:75px;
}

* html #ctl00_Cph1_Wz_WzFo_HelpImg
{
	margin-left:0px;
}

#ctl00_Cph1_ctl00_Cph1_Wz_WzFo_VacDocUploadPanel
{
	float:left;
}
* html #ctl00_Cph1_Wz_WzFo_VacDocUploadListContainer
{
	margin-left: -14px;
}
#ctl00_Cph1_Wz_WzFo_VacDocGrd, #ctl00_Cph1_ctl00_Cph1_Wz_WzFo_VacDocGrdPanel
{
float: left;
}
#RadToolTipWrapper_ctl00_Cph1_CSTbr_Wtp_TileRtt label,
#RadToolTipWrapper_ctl00_Cph1_Wtp_TileRtt label
{
	margin-bottom:10px;
}
#RadToolTipWrapper_ctl00_Cph1_CSTbr_Wtp_TileRtt fieldset,
#RadToolTipWrapper_ctl00_Cph1_Wtp_TileRtt fieldset
{
	width:350px;
}

#SelVacCont
{
	width:690px;
}
#SelVacSer
{
	float:left;
	width:300px;
}
#SelVacRes
{
	float:right;
	border-left: solid 1px gray;
	padding-left:6px;
	height:580px;
}
#VacResBtns
{
	float:right;
	padding-top:6px;
}
#ctl00_Cph1_sch1_Wz_WzD_VTUC_SchBtn
{
	margin-top:2px;
}
#ctl00_Cph1_ctl00_Cph1_sch1_Wz_WzD_VTUC_SchBtnPanel
{
	display:inline-block !important;
}
#SelVacSer h3
{
	margin:0;
	margin-left:2px;
}
#ctl00_Cph1_ctl00_Cph1_sch1_Wz_WzD_VTUC_ShowMoreLbPanel
{
	margin-top:20px;
	margin-left:2px;
}
.ArchiveConfigDisabled
{
	color:Gray;
}
li.upbutton a {
	background: url(../../images_icon/OFF/Common_UP_OFF.png) no-repeat !important;
	background-position: center center !important;
}
li.downbutton a {
	background: url(../../images_icon/OFF/Common_DOWN_OFF.png) no-repeat !important;
	background-position: center center !important;
}
#appfrmsechlp
{
	width:300px;
	margin:5px 0 0;
	padding:0;
	list-style-type: none;
	float:right;
}
#appfrmsechlp li
{
	padding: 0 0 3px 20px;
}
#appfrmseccomp
{
	background: url(../../images/applegend.png) no-repeat 0 -20px;
}
#appfrmsecincomp
{
	background: url(../../images/applegend.png) no-repeat 0 -133px;
}
#appfrmsecincompman
{
	background: url(../../images/applegend.png) no-repeat 0 -76px;
}
.frmBtns input
{
	width:130px;
	margin:2px 10px 0 0;
}
.frmBtns
{
	margin-bottom: 1em;
}
.frmBtns label
{
	display: block;
	width: 775px;
	margin: 3px 10px 3px 40px;
	float: left;
	color: #777;
}
#UnsubCont
{
	margin: 50px;
}
#UnsubCont img
{
	float:left;
	margin-right:10px;
}
#UnsubCont h3
{
	padding-top:5px;
}
#UnsubCont p
{
	margin-top:20px;
}
#UnsubCont input
{
	margin:10px 0 10px 0;
	width:13em;
}
.badChrCnt
{
	color:Red;
}
/*expand/collapse doesn't fire server side event, so hide */
#SearchDiv .rpExpandHandle
{
	display:none;
	visibility:hidden;
}

/* NR: Replaced by input button css */
/*.ExpColGrid .rgExpand {
	background-image: url('../../Recruiter_Home_EXPAND_LIST_72HRS_OFF.png' );
	background-position: 6px 6px;
}

.ExpColGrid .rgCollapse
{
    background-image: url('../../images/Minus.JPG' );
    background-position: 6px 6px;
}*/

.ExpColGrid .rgMasterTable td.rgExpandCol {
	border-color: #ffffff;
	background: #f9f9f9;
}
.ExpColGrid .rgRow td.rgExpandCol
{
    background-color: #ffffff;
}
.ExpColGrid .rgFooter td.rgExpandCol
{
    background-color: #f2f2f2;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #fff;
}
/* NR: Replaced by input button css */
/*.ExpColGrid .rgRow td.rgExpandCol .rgExpand
{
    background-image: url('../../images/Plus_Row.JPG' );
    background-color: #ffffff;
}
.ExpColGrid .rgAltRow td.rgExpandCol .rgExpand {
	background-image: url('../../images/Plus_AltRow.JPG' );
	background-color: #f9f9f9;
}
.ExpColGrid .rgRow td.rgExpandCol .rgCollapse
{
    background-image: url('../../images/Minus_Row.JPG' );
    background-color: #ffffff;
}
.ExpColGrid .rgAltRow td.rgExpandCol .rgCollapse {
	background-image: url('../../images/Minus_AltRow.JPG' );
	background-color: #f9f9f9;
}*/
.rgMasterTable tr.RevStg
{
	background-color: Yellow;
}
.rgMasterTable tr.ReRevStg
{
	background-color: Orange;
}
.rgMasterTable tr.inactive, .rgMasterTable tr.inactive a
{
    color: rgba(128, 128, 128, 0.6);
}
#ctl00_Cph1_rdVCCD
{
	width: 49% !important;
	float: left;
	margin-bottom: 7px;
}
#ctl00_Cph1_rdRcmd
{
	width: 49% !important;
	float: right;
	margin-bottom: 7px;
}

.ui-autocomplete-loading
{
    background: white url('../../images/jqui/ui-anim_basic_16x16.gif') right center no-repeat;
}


/* Advanced Recommendations */
.varGrid li 
{
	list-style-position: inside;
}
.varGrid ul 
{
	margin: 0;
}

#panewrapper, #step1
{
	border: none;
}
#step3
{
    border-top: 2px solid grey;
}
#appInfo 
{
	border: none;
}
#panewrapper 
{
	overflow:hidden;
	position: relative;
}

#step1, #step2, #step3 
{
    margin: 10px;
	border: 1px solid #777;
}
.appInfoForm
{
    margin-top: 10px;
}
#step2, #step3 {
	margin-left: 0;
}
#step1 
{
	height: 620px;
	float: left;
    width: 67%;
	margin-right: 0;
}
.appInfoForm 
{
    height: 805px;
	float: left;
    width: 66%;
	margin-right: 0;
}
#rightPane
{
	float:right; 
	width: 400px; 
	height: 100%; 
}

.additionalInfoRightPane
{
    float:right; 
    width: 35%; 
    height: 100%; 
}
#appForm
{
	/*z-index: -10000;*/
}

#step2
{
    position:relative; 
    height: 358px; 
}

#step2 .step2Form
{
	height:310px;
	overflow-y: scroll;
    overflow-x: hidden;
	padding: 0;
}
#step3
{
    position:relative; 
    height: 250px;
	margin-top: 0;
}
#step3 .step3Form
{
	height: 200px;
	width:350px;
	margin: 10px;
	overflow-y: auto;
    overflow-x: hidden;
}
.step3Form textarea, .step3Form select
{
	width:277px;
}

#step2 .step2Form table.searchPanelSectionTable td.sectionItemControlCell div
{
	/*display: inline;*/
}
#step2 .step2Form table.searchPanelSectionTable td.sectionItemDescriptionCell
{
	width: 140px !important;
}
#step2 .step2Form table.searchPanelSectionTable td.sectionItemControlCell
{
	width: 115px !important;
}

.stpTitle 
{
	line-height: 32px;
}

#step1 iframe 
{
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	margin:0px;
	border: 0px;
	height: 568px;
}
.appInfoForm iframe
{
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	margin:0px;
	border: 0px;
}

#maxMinBtn 
{
	padding: 0;
	float: right; 
	width: 32px; 
	height: 32px;
	background-repeat:no-repeat;
}
#appInfo div.RadGrid
{
	min-height: 80px;
}

#additionalinfo
{
    position:relative; 
    height: 835px;
    margin-top: 10px;
	border: 1px solid #777;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	
}

#additionalinfo iframe 
{
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	margin:0px;
	border: 0px;
	height: 568px;
}
#additionalinfo .step2Form table.searchPanelSectionTable td.sectionItemDescriptionCell
{
	width: 140px !important;
}
#additionalinfo .step2Form table.searchPanelSectionTable td.sectionItemControlCell
{
	width: 115px !important;
}

.imagebutton 
{
	border: none;
	color: #fff;
}

#appInfo .prevLnk, 
#appInfo .nextLnk, 
#appInfo .backLnk
{
	margin: 0.5em;
	width: 25px;
	height: 25px;
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
#appInfo .prevLnk {
	background-image: url(../../images_icon/OFF/Common_UP_OFF.png);
}
#appInfo .prevLnk:hover {
	background-image: url(../../images_icon/ON/Common_UP_ON.png);
}

#appInfo .nextLnk {
	background-image: url(../../images_icon/OFF/Common_DOWN_OFF.png);
}
#appInfo .nextLnk:hover {
	background-image: url(../../images_icon/ON/Common_DOWN_ON.png);
}

#appInfo .backLnk {
	background-image: url(../../images_icon/OFF/View_Recs_Left_OFF.png);
}

#appInfo .backLnk:hover {
	background-image: url(../../images_icon/ON/View_Recs_Left_ON.png);
}

#maxMinBtn.maximised
{
	background-image: url(../../images/windowMin.PNG);
}

#maxMinBtn.minimised
{
	background-image: url(../../images/windowMax.PNG);
}

.AdvRecPnl
{
    padding-top: 5px;
	position: relative; 
	border: 1px solid #777; 
	margin: 2px;
}
.AdvRecRvwPnl, .AdvRecTotPnl {
	width: 660px;
}
.AdvRecUsrPnl {
    width: 650px;
    right: 0;
}
.AdvRecPnl table
{
	margin: 5px;
}

.AdvRecRvwPnl table
, .AdvRecTotPnl table {
	width: 473px;
}
.AdvRecUsrPnl table {
	width: 433px;
}

.tdNum
{
	text-align: right;
}

#RecTitle, .AdvRecPnl, .varGrid, #ctl00_Cph1_ctl00_Cph1_RapTbPanel, #Cph1_ViewOnly
{
	margin: auto 10px;
}
#Cph1_ViewOnly, .selectAllNoneBtns a {display:block;}

#RecTitle
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
}
#RecTitle a{ color: #000;}

.AdvRecTitleCss 
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: large;
    text-align: left;
    margin: 0px;
}

.stpTitle 
{
	float: left;
    font-size: 1.2em;
    font-weight: bold;
    height: 25px;
	margin-left: 10px;
}

.stpName
{
	margin-right: 1ex;
}

/*.changed
{
	color: blue !important;
	background-color: yellow !important;
}*/

div#dialogHeader 
{
	width: 80%;
	margin-left: auto;   
	margin-right: auto;
}
div#dialogHeader img.dialogIcon
{
	display: block;   
	margin-left: auto;   
	margin-right: auto;
}

div#dialogMessage
{
	width: 80%;
	margin-left: auto;   
	margin-right: auto;
	padding: 2em;
}
div#dialogMessage p
{
	text-align: center;
	margin-bottom: 0.5em;
}

div#dialogButtons
{
	width: 60%;
	margin-left: auto;   
	margin-right: auto;
}
div#dialogButtons fieldset
{
	text-align: center;
}

div#dialogButtons input.button { width: 0; overflow:visible; } /* IE button width hack*/
div#dialogButtons input.button[class] {	width: auto; } /* restore width for browsers that understand attribute selector */

.wfHistDateHdr
{
	width: 7em;
}
.appointmentPanel {
    padding-left:5px;
    padding-right:5px;
    height: 100%;
   
}


div.mainDiv div
{
    float: left;
    padding:2px 0px 2px 0px;
}

div.mainDiv div label
{
    float: left;
    display: block;
    width: 12em;
    vertical-align:middle;
    
}
.recurringExportCheckBox
{
    width:150px;
    border-style:none;
    border-width:1px;
}
.recurringExportCheckboxLabel
{
    width:220px;
}


#mainDiv
{
    padding:2px;
    height: fit-content;
	width: 460px;
}

#mainDiv div label, #mainDiv div select
{
    width: 100px;
    float:left;
    /*vertical-align:middle;*/
   /* border: solid 1px #000;*/
}

#mainDiv div label
{
    width:140px;
}


#mainDiv div img
{
    margin-left:10px;
}

#RW_FileUploadHelp_HelpImg
{
    cursor: pointer;
	background: transparent;
	padding-left: 44px;
	height: 20px;
	vertical-align: middle;
    
}

#mainDiv div
{
    margin-bottom:6px;
}

.tableAltRow {
    background-color: #f2f2f2;
}

.divTalentPool {
    width:464px;
    padding:4px;
    float: left;
}

.divTalentPool a {
    color: #000;
}

.divTalentFooter {
    border-top: 1px solid #828282;
}

.volAppPanel span {
    padding-right: 30px;
}

.divRow {
    width:890px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 15px;
}

textarea.InputBox
{
    background-color: #ffffff;
}

.descriptionCell {
    width: 200px;
}

.controlCell {
    width: 680px;
}

.checkAppStageChkBx input {
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    vertical-align: bottom;
}
.vacTemplateDiv {
    padding-left: 5px;
    padding-bottom: 5px;
}
	 
.vacTemplateDiv input  {    
		width: 350px;
}
.vacTemplateDiv textarea {    
		width: 350px;
}
.agencyValidator
{
	padding:5px;display: inline;
}



 input[type="file"]
{
	-webkit-border-before: solid 1px #999999;
	-webkit-border-after: solid 1px #999999;
	-webkit-border-start: solid 1px #999999;
	-webkit-border-end: solid 1px #999999;
}

.viewvacancyWrapper {
    padding-left: 10px; 
    padding-top: 20px;
    margin-top:10px;
}
.viewVacancyDetail {
    float: left; 
    padding: 3px;
    width: 500px;
    padding-bottom: 10px;
}

div#ACTRDDiv
{
	padding: 1em;
    min-width: 250px;
    width: 250px;
    max-width: 400px;
}
div#ACTRDDiv div
{
	float: right;
	text-align: center;
	width:100%;
}
div#ACTRDDiv div.divClearBoth
{
	float: none;
}
div#ACTRDDiv img
{
	display: block;
    margin: auto;
}
div#ACTRDDiv div p
{
	margin-bottom: .6em;
}
div#ACTRDDiv input
{
	text-align: center;
}  
div#ACTRDDiv div table
{
	text-align: center;
	width:100%;
	margin-bottom: .6em;
	border-spacing: 2px;
    border-color: gray;
    border-width: 1px;
    border-style: solid;
    padding:0px;
    border-collapse:collapse;
}  
div#ACTRDDiv div table th
{
    background-color: lightgray;
    text-align:left;
     padding:3px;
}

div#ACTRDDiv div table td
{
    padding:3px;
    text-align:left;
}
div#JobDescTempDiv 
{
    border: 1px solid #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.svg-ok-blue { /* Customizes Ok icon */
	display: inline-block;
	fill:#1631ea;
	width: 50px;
	height: 50px;
}


.svg-ok-green { /* Customizes Ok icon */
	display: inline-block;
	fill:#067d18;
	width: 50px;
	height: 50px;
}

.svg-cancel-red { /* Customizes Ok icon */
	display: inline-block;
	fill:#cc0e23;
	width: 50px;
	height: 50px;
}

.mergeField {
    
}
.mergeFieldIcn {
    margin-left: 1em;
}
.mergeFieldWrapper .InsertAnchor{
    font-size: smaller;
    vertical-align: sub;
}
div.mergeTemplateExample {
    clear:both;
    border:1px solid #eee;
    background-color: rgba(240, 240, 240, 0.05);
}
.mergeFieldWrapper div.mergeTemplateExample 
,.mergeFieldWrapper .InsertAnchor
{
    display: none;
    padding-left: 2em;
    margin-left: 1em;
}
.mergeFieldWrapper:hover div.mergeTemplateExample  {
    display: block;
}
.mergeFieldWrapper:hover .InsertAnchor{
    display: inline;
}
.cndIndexTopMarginWith {
    width: 1338px;
}
#TlbrPnl div {
  text-align:center;

  float:left;
  width: 60px;
  margin-right: 5px;
  overflow:hidden;
}
#TlbrPnl div a {
  float:left;
  text-decoration:none;
}
#TlbrPnl div a img {
  border-style:none;
  background:transparent;
  border-width:0px;
}
#TlbrPnl div a span {
  text-decoration:none;
  display:block;
}
.ui-widget-overlay {
background: none
}
footer #footer div a {
    margin: 0;
}
.vacancyDetailLabel {
    clear: both;
    float: left; 
    width: 170px; 
    font-weight: bold;
    padding-bottom: 10px;
}
.vacancyDetailValue {
    float: left; 
    padding: 3px;
    width: 500px;
    padding-bottom: 10px;
}
.vacancyCategoryLabel {
    clear: both;
    float: left;
    width: 170px;
    font-weight: bold;
           
}
.vacancyCategoryValue {
    float: left; 
    padding: 3px; 
    width: 500px 
}
#maincontent {
    overflow-y: hidden;
}
.RecommendationWithNoScore
{
    cursor: default;
    text-decoration: none;	
    
}

.RecommendationWithScore 
{
    cursor: pointer;
    text-decoration: underline;	
}

.regSocialLogin {
	padding-top: 10px;
}
.appInfo {
    display: block;
    float:left;
    height: 805px;
    width: 100%;
}

.appInfoIFrame {
    height: 805px; 
    width: 100%;
    overflow: hidden;    
}

/* Candidate Interface V2 Style End*/

td.rwWindowContent iframe {
	/*min-height: 600px !important;*/
} 
.requestRecommendationCreateNewReviewerLbl {
    padding-left: 35px;
}
.reviewerDropDownListWidth {
    width: 156px !important;
}
.UserGroupDropDownListWidth {
    width: 156px !important;
}

/* Start : EmailhistoryV2.aspx Search Panel */

 .emailSearchPanel {
     padding-top: 5px;
        }
        
.emailSearchDiv1 
{
    float: left;
   /* width: 250px;*/
}
.emailSearchDiv2 {
    float: left;
    width: 260px;
}
    .emailSearchDiv3 {
    float: left;
    width: 230px;
}
    .emailSearchDiv4 {
    float: left;
}
/* End : EmailhistoryV2.aspx Search Panel */
 
div.AddSocialMediaPlatform
{
	padding: 2em 3em 3em 2em;
}
.hideLabel {
    display: none !important;
}
 .weglot-container
 {
     float:right;
     margin-top:78px;
     position:relative;
     z-index : 3000 !important;
 }
 .SlotEventLabel
 {
     padding-left : 0px !important;
 }
 .faqs ul li
{
	padding-top: 5px;
}
/* End : EmailhistoryV2.aspx Search Panel */

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    background:transparent;
    color:blue;
    left: 400px;
    top: 0;
    width: auto;
    height: auto;
    overflow:auto;
    margin: 10px;
    padding:5px;
    font-size:1.4em;
    z-index:999;
}
#atlwdg-trigger {
	z-index: 9999;
}

.emailHistoryComboBox{
	width: 150px !important;
}
.CandRefTypeCombo{
	width:140px !important;
}
.StartWorkflowDefComboBox{
	width: 576px !important;
}

.TodayRadCombo {
	width: 160px !important;
	padding-left: 3px;
}

.SmallRadCombo {
	width: 130px !important;
	padding-left:3px;

}
.ExtraSmallRadCombo {
	width: 100px !important;
	padding-left: 3px;
}

.vacancySearchDropDown{
	min-width: 300px;
}

.UniqueIdPhMargin{
	margin-bottom:0px;
}
.rgPager .RadComboBox {
	width: 80px !important;
}
#ctl00_Access_FontCbo {
	width: 170px !important;
}

.RecCommentTxtBox  {
	width: 335px !important;
}