/********************************
 Job listing styles
********************************/
.joblist {
	margin-bottom: 15px;
}
.joblist h2 {
	margin:0;
	padding:0;
}
.job-dep a {
	color: #999;
	font-size:12px;

}
.job-list-detail {
	margin-left: 0px;
}
.job-list-detail p {
	padding: 0px 0;
	margin:0;
}
p.job-date {
	color:#777;
}

/********************************
 Job view
********************************/
.job h3 {
	margin:0;
	padding:0;
}
.job-docs {
		/*background: url(/modules/jobs/art/icon-apply.gif) top left no-repeat;*/
border-top:1px dashed #ccc;
padding-top:25px;
margin-top:25px;	
overflow:auto;
}
.job-apply {
	/*background: url(/modules/jobs/art/icon-apply.gif) top left no-repeat;*/
	background-color: #f2f2f2;
	border-top: solid 1px #eaeaea;
		border-left: solid 1px #eaeaea;
	padding: 14px 15px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow:auto;
}

.job-apply h2 {
padding:0;
font-size:2em;
}
.job-docs ul {
	margin: 5px 0 5px 5px;
}
.job-contact {

}
.job-contact input {
	background-color: #f2f2f2;
	bordeR:0;
	width:300px;
	border-top: solid 1px #eaeaea;
		border-left: solid 1px #eaeaea;
	padding: 4px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow:auto;

}
#job-view label {
	display:block;
	font-size:1.15em;
}

input {
cursor:pointer;
}
#searchtitle {
width:311px;
float:left;
margin-right:10px;
}

#searchdivision {
float:left;
margin-right:10px;
}

#searchtitle label, #searchdivision label {
display:block;
font-size:1.25em;
margin-bottom:2px;
}

#searchtitle input, #searchdivision select {
width:300px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
bordeR:0;
border-top:1px solid #d9d9d9;
border-top:1px solid #d9d9d9;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
background:#e8e8e8;
}

#searchdivision select {
width:320px;
padding:4px 5px 4px;
}

.job-search button, #apply .submit, .headingbutton {
float:left;
width:80px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#9b1619;
bordeR:0;
padding:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:1.25em;
margin-top:20px;
color:#fff;
text-shadow:1px 1px #8e0a0d;
text-transform:lowercase;
cursor:pointer;
}

.headingbutton {
width:auto;
padding:3px 8px;
}

/*Dean - added 30/11/11*/
h1 a.headingbutton  { margin-top:0; font-size:0.9em; font-family:colaborate-n2,colaborate,sans-serif; margin-right:10px;}
div.searchfilters table, div.tablecontainer table {margin-bottom:0;}
#resultsbar { margin:0px 0px 15px 0px;}
#paging { padding:10px 0px;}
	#paging span.pgtab {/*padding: 4px 8px; background:#e8e8e8;*/}
	#paging a {padding: 4px 8px; background-color:#9B1619; color:#fff;}


.job-search {
width:100%;
display:block;
/*height:75px;*/
margin-bottom:30px;
}

 #apply .submit {
 width:145px;
 margin:0;
 }
 
  #apply .submit:hover, .headingbutton:hover {
  background:#444444;
  text-shadow:1px 1px #333333;
text-decoration:none;
color:#fff;
  }

/* BamCMS 2.4 styling */  
button.ui-datepicker-trigger{background:none; border:0}
fieldset{border:1px solid #ccc; margin-bottom:3px;}
fieldset label{width:180px; float:left; font-weight:bold;}


.error-message {
	border: 1px solid #ead8d8;
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
	background-color: #f3e9e9;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
