#engage form { margin: 0; padding: 0; border: none; }

#engage table, #engage  table tr th, #engage  table tr td{border: none; vertical-align: top; text-align: left; background-color: #fafafa;padding:0px;}

#engage table
{
	width: 100%; border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

#engage img
{
	border: 0px;
}

#engage span.hide
{
	visibility: hidden;
}

/*Button styles*/
#engage input.buttonSearch
{
	
}

#engage input.Button,
.button,
input[type="submit"]
{
	font-family: 'UniversLTStd', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "kern", "liga" 0, "calt" 0;
    -o-font-feature-settings: "kern", "liga" 0, "calt" 0;
    -ms-font-feature-settings: "kern", "liga" 0, "calt" 0;
    -moz-font-feature-settings: "kern", "liga" 0, "calt" 0;
    -webkit-font-feature-settings: "kern", "liga" 0, "calt" 0;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
	line-height: 24px;
    padding: 6px 16px;
    display: inline-block;
    font-size: 12px;
    background: #e1e1e1;
    color: #444;
    cursor: pointer;
    border: 1px solid #c1c1c1;
    -webkit-appearance: none;
    background: -webkit-linear-gradient(#f3f3f3, #e0e0e0);
    background: -o-linear-gradient(#f3f3f3, #e0e0e0);
    background: -moz-linear-gradient(#f3f3f3, #e0e0e0);
    background: linear-gradient(#f3f3f3, #e0e0e0);
	
}

.button:hover,
#engage input.Button:hover,
input[type="submit"]:hover,
button:hover {
    background: #05637c;
    color: #f0f0f0;
    border-color: #05637c;
}
/*End Button styles*/

/*TextBox styles*/
#engage input.textBox, #engage input.textBoxSmall, #engage input.postcode,
#engage input.password, #engage textarea
{
	margin-bottom: 3px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
}

input[type="password"],
input[type="text"],
input[type="email"],
textarea {
    padding: 8px;
    font-family: "UniversLTStd-Light", sans-serif;
    font-weight: normal;
    border: 1px solid #e2e2e2;
    display: block;
    font-size: 14px;
    margin: 0;
    -webkit-appearance: none;
    cursor: text;
    max-width: 100%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

input[type="password"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid rgba(0,0,0,0.2);
    outline: 0;
}

select {
    font-size:14px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #e2e2e2;
    font-family: "UniversLTStd-Light", sans-serif;
}


#engage input.textBox
{
	width: 17em;
}

#engage input.textBoxSmall
{
	width: 13em;
}

#engage input.postcode
{
	width: 9em;
	text-transform: uppercase;
}

#engage input.password
{
	width: 10em;
}

#engage textarea
{

}

#engage textarea.wide
{
	width:40em;
}

#engage textarea.tall
{
	height: 10em;
}

#engage textarea.widetall
{
	width:40em;
	height: 20em;
}
/*End TextBox styles*/

/*Select styles*/
#engage select
{
	width: 18.5em;
}


#engage select.multiselector
{
	height: 8em;
}

/*End Select styles*/

/*Checkboxes and Radiobuttons*/
#engage div.checkboxes table, #engage span.checkboxes table
#engage div.radiobuttons table, #engage span.radiobuttons table
{
	width: 30em;
}

#engage div.radiobuttons {
	
}

#engage div.checkboxes input, #engage div.radiobuttons input,
#engage span.checkboxes input, #engage span.radiobuttons input
{
	width: auto;
	margin-right: 5px;
}

#engage div.checkboxes label, #engage div.radiobuttons label,
#engage span.checkboxes label, #engage span.radiobuttons label
{
	float: none;
	display: inline;
}

#engage div.checkboxes table.fullwidth, #engage span.checkboxes table.fullwidth
#engage div.radiobuttons table.fullwidth, #engage span.radiobuttons table.fullwidth
{
	width: auto;
}
/*End Checkboxes and Radiobuttons*/

/*Search Page*/
#engage #jobSearch td
{
	padding-bottom: 7px;
}

#engage #jobSearch th
{
	
}

#engage #jobSearch #salaryrange select
{
	width: 6em;
}
/*End Search Page*/

/* Manitory */
.highlight, .required, .mandatory, .manitory, .alwaysmanitory {
	font-weight: bold; color: red; display: inline;
}

#engage td.manditoryCell
{
    
}

#engage th
{
	
}

#engage table.list th
{
	width: auto;
}


#engage th label, #engage td label
{
	width: auto;
	display: inline;
	float: none;
	margin:-20px 0 -2px;
	font-size: 1em;
}

#engage th.long
{
	width: 30em;
}

#engage #onlineappform td.double
{
	width: 30em;
}

#engage tr.seperator td
{
	padding-bottom: 20px;
}
/* End Manitory */

/*Login Page*/
#engage #login th
{
	width: 8.7em;
}

#engage div.invalidEmail, #engage td.invalidEmail
{
	font-weight: bold;
	color: Red;
}
/*End Login Page*/

/*Home Page*/
#engage #welcome
{
	margin-top: 10px;
}

#engage div.subsection
{
	margin-bottom: 10px;
}
/*End Home Page*/

#engage p {
	padding: 5px 0; margin: 0px; 
}

#engage label
{
	width: auto;
}

#engage table.results tr td {padding-bottom: 10px;}

/*Search Results */
#engage div#jobnavbtm {
margin-top:10px;
}

#engage div#jobnavtop {
margin-bottom:10px
}

#engage div#jobnavtop, #engage div#jobnavbtm {
padding:2px;
text-align:center;
}
#engage div.jobnav {

border: 1px solid #ccc
}

#engage div.jobnav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:2px !important;
height: 18px
}

#engage div.jobnav ul li {
margin:0px !important;
padding:0px !important;
width: 15.5em;
float: left
}

#engage div.jobnav a {
text-decoration:none;
}

#engage .next {
float:right;
}

#engage .prev {
float:left;
}

#resultcriteria
{
	border:1px solid #cccccc;
	padding:5px 10px;
	margin-bottom: 10px;
	background: #ebebeb
}

#engage table.jobresult
{
	width: 100%;
	border: none;
}

#engage table.jobresult td
{
	padding: 3px; border: none; background: #E9E9E9;
}

#engage table.jobresult td h4 {
	display: block;
	float: left;
	width: 50%;
	
}

#engage table.jobresult td.borderspacing
{
	padding-left: 5px;
}

#engage table.jobresult td.jobtitle {
	padding-top: 8px; color: #666666; border-bottom: 1px solid #e0e0e0; background: #fafafa;
}

#engage table.jobresult td.jobdesc {
	padding-bottom: 18px;
	color: #666
}

#engage table.jobresult td.location {
	font-style: italic;
	color: #666
}

#engage table.jobresult td.salary {
	color: #666
}

#engage table.jobresult td.dates
{
	background:#fafafa;height: 20px;vertical-align:middle; color: #666
}

#engage table.jobresult td.posteddate
{
	
}

#engage table.jobresult td.closingdate
{
	text-align: right;
	
}
/*End Search Results*/

/*Job View*/

#engage #Vsummary {
	float: left;
	width: 100%;
}

#engage #Vsummary p {
	clear:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:4px 4px 4px 5px;
}

#engage #Vsummary #vacancy-employer
{
	border-top:none;
}

#engage #Vsummary p.vacancy-closing-date
{
	
}

#engage #Vsummary p {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

#engage #Vsummary p span {
	display: block;
	float: left;
	width: 50%;
}

#engage #Vsummary p span.label {
	float:left;
	font-family: "UniversLTStd-Bold", sans-serif;
}

#engage #Vsummary p span.label2 {
	float:left;
	font-weight: normal;
	width: 90%;
}

#engage #Vsummary p span.field {
	float:left;
}

#engage div.clear {
clear:both;
}

#engage #jobtasks {
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
margin:15px 0px 10px;
padding:4px 0px;
}

#engage #jobtasks ul {
margin:0px;
padding:0px;
}

#engage #jobtasks ul li {
display:inline;
list-style-type:none;
margin:0px;
padding:0px 10px 0px 0px;
}

#engage #jobtasks ul li.SendFriend a {
	background:transparent url(/public/20180606010640oe_/https://apply.audit-scotland.gov.uk/pages/files/ico-email.gif) no-repeat scroll left center;
}

#jobtasks ul li.SubmitOLA a {
background:transparent url(/public/20180606010640oe_/https://apply.audit-scotland.gov.uk/pages/files/ico-applyonline.png) no-repeat scroll left center;
}

#engage #jobdesc, #engage #awardlogos, #engage #CRB
{
	margin: 10px 0px;
}

#engage #jobdesc {
	padding: 0px 10px;
}

#engage #waystoapply {
margin:0px !important;
padding:0px;
}

#engage #apponline a {
font-weight:bold;
}

#engage div#appform ul li {
background:transparent url(/public/20180606010640oe_/https://apply.audit-scotland.gov.uk/pages/files/ico-print.gif) no-repeat scroll left center;
padding-left:22px;
}

#engage #appdetail h3 {
color:#333;
}

#engage div#LinkedFiles {
overflow:hidden !important;
width:100%;
}

#engage div#LinkedFiles ul li {
/*background:transparent url(/public/20180606010640oe_/https://apply.audit-scotland.gov.uk/pages/files/ico-apppack.gif) no-repeat scroll left center;*/
list-style-type:none;
padding-left:10px !important;
}

#engage #AppLinks, #engage #Tasks, #engage #LinkedFiles, #engage #appdetail {
margin:10px 0pt;
padding:0pt;
}

#engage #apponline, #engage .appdetail {
	padding: 10px
}

#engage #AppLinks h3, #engage #Tasks h3, #engage #LinkedFiles h3, #engage #waystoapply h3 {
margin:0px !important;
padding:5px 5px 5px 5px;
}

#engage #SearchOptions ul {
margin:0px 40px !important;
padding:0px;
}

#engage #SearchOptions ul li {
list-style-type:none;
}

#engage #SearchOptions ul li a {
padding-left:22px;
}

#engage #SearchOptions h3 {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 5px
}

#engage #Tasks ul, #engage #LinkedFiles ul, #engage #LinkedFiles ol {
padding:10px 10px;
}

/*Job View End*/

#reasonsToRegister li
{
	margin: 5px;
}

/*App Form*/

#engage #jobSummary {
	border: 1px solid #ccc;
	background: #ebebeb
}

#engage #jobSummary th, #engage #jobSummary td
{
	background: #ebebeb;
	padding: 2px
}

#onlineappform #appFormButtons td
{
	padding-bottom: 10px;
}

#onlineappform #appFormButtons a.EditApplication
{
	padding-right: 20px;
}

#onlineappform td
{
	padding-bottom: 3px;
}

#onlineappform select
{
	width: 17.2em;
}

#stepProcedures
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: #fafafa;
	border-bottom:2px solid #fafafa;
	color:#666666;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
}

#stepProcedures h4
{
	font-size: 1.2em;
}

#engage #abandonapplication
{
	padding-top: 10px;
	padding-bottom: 20px;
}
/*App Form End*/

/*Printable Form*/
#engage #previewform
{
	
}

#engage #previewformtable th, #engage #previewform table td.fieldlabel {
	font-weight: bold;
}

#vacancy_employer_logo {
text-align:right;
}
/*Printable Form End*/

p.formIntroNormal { font-weight: normal;}

#onlineappform table.formTable ol, #previewform ol {
	margin: 20px;
	padding: 10px;
}


#onlineappform table.formTable ul, #previewform ul {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	list-style: circle
}

#onlineappform table.formTable ul li, #previewform ul li {
	list-style: circle;
}


.Results-Job-Share {
	float: right;
	width: 40%;
	text-align: right;
	color: #999999;
	font-size: 13px;
	font-weight: 600;
	margin-top: 0;
}

.Results-Job-Share ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.Results-Job-Share ul li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	list-style: none;
}

.Results-Job-Share ul li img {
		width: 22px;
		height: auto;
}

.Results-Job-Share ul li a {
	display: block;
	width: 22px;
	height: 22px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.Results-Job-Share ul li a span {
	display: none;
}

.Results-Job-Share ul li a.FaceBook {
	background: url(images/icon-facebook.png) no-repeat 50% 50%;
}

.Results-Job-Share ul li a.FaceBook:hover, .Results-Job-Share ul li a.FaceBook:active, .Results-Job-Share ul li a.FaceBook:focus {
	background: url(images/icon-facebook.png) no-repeat 50% 50%;
}

.Results-Job-Share ul li a.Twitter {
	background: url(images/icon-twitter.png) no-repeat 50% 50%;
}

.Results-Job-Share ul li a.Twitter:hover, .Results-Job-Share ul li a.Twitter:active, .Results-Job-Share ul li a.Twitter:focus {
	background: url(images/icon-twitter.png) no-repeat 50% 50%;
}

.Results-Job-Share ul li a.LinkedIn {
	background: url(images/icon-linkedin.png) no-repeat 50% 50%;
}

.Results-Job-Share ul li a.LinkedIn:hover, .Results-Job-Share ul li a.LinkedIn:active, .Results-Job-Share ul li a.LinkedIn:focus {
	background: url(images/icon-linkedin.png) no-repeat 50% 50%;
}

.Results-Job-Share ul li a.Email {
	background: url(images/icon-mail.png) no-repeat 50% 50%;
}

.Results-Job-Share ul li a.Email:hover, .Results-Job-Share ul li a.Email:active, .Results-Job-Share ul li a.Email:focus {
	background: url(images/icon-mail.png) no-repeat 50% 50%;
}