/* Default applicant logo width and paddings. */
div.applicant_logo {
	width: 330px;
	padding: 0;
}

/* Background image */
html.html-applicant {
	background: #FFF url(../logos/tvo-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

body.body-applicant {
	font-family: Arial, sans-serif;
}

/* Links */
#wrapper-applicant a,
#wrapper-applicant div.auto_list_open_jobs a:hover {
	color: #04a9c7;
}

#wrapper-applicant a:hover {
	color: #04a9c7;
}

#wrapper-applicant div.submit-button input.submit,
#wrapper-applicant div.submit-button input[type="submit"],
#wrapper-applicant div.submit-button input.submit.mouseout,
#wrapper-applicant div.apply_to_job a,
#wrapper-applicant div.ap_file_upload div.submit-button input[type="submit"],
#wrapper-file_upload div.main_cont1 input[type="submit"] {
	background-color: #04a9c7;
}

#wrapper-applicant div.submit-button input.submit:hover,
#wrapper-applicant div.submit-button input[type="submit"]:hover,
#wrapper-applicant div.submit-button input.submit.mouseout:hover,
#wrapper-applicant div.apply_to_job a:hover,
#wrapper-applicant div.ap_file_upload div.submit-button input[type="submit"]:hover,
#wrapper-file_upload div.main_cont1 input[type="submit"]:hover {
	background: #04a9c7;
}

#wrapper-applicant div.help,
body#body-a-p div.help,
#wrapper-applicant form#application_form div.help {
	background-color: #04a9c7;
	border-color: #04a9c7;
	color: #FFF;
}

#wrapper-applicant div.section div.sectiontitle,
#wrapper-applicant form#application_form div.section div.sectiontitle {
	color: #04a9c7;
	border-top-color: #04a9c7;
	font-family: Arial, sans-serif;
}

/* Thank you for your application view */
#wrapper-applicant div.main_cont1.a-s div.ap_status span.ok {
	background-color: #04a9c7;
	border-color: #04a9c7;
	color: #FFF;
}

#wrapper-applicant div.auto_list tr.title_row th {
	background: #04a9c7;
	color: #FFF;
}

#wrapper-applicant div.job_page div.job_name h1 {
	color: #04a9c7;
	font-family: Arial, sans-serif;
}