/* THIS SHEET IS FOR ALL STYLES RELATING TO JOBS, INCLUDING CONTROLS FOUND IN OTHER SECTIONS OF THE SITE i.e THE JOB
SEARCH BOX ON THE HOME PAGES */

/* ------- Generic forms stuff --------- */
/* To be merged with forms.css, after groups.css forms content is merged to it. */

/* ------- JOB SEARCH BOX -------*/

.job-search-input {
width:170px;
}

#job-search select {
width:175px;
}

/* ------- Job Ad Snippet Display -------*/

.highlightedWord {
	background-color: #ffff99
}

a .highlightedWord,
a:link .highlightedWord {
	text-decoration: underline;
}

th {
    text-align:left;
	color:#FFF;
}

#job-ad-table {
	width: 100%;
}

    #job-ad-table td {
	    padding-top:15px;
	    padding-bottom:16px;
	    border-bottom:1px solid #ddd;
	    line-height:18px;
    }

/* ------- Job Ad Display -------*/

#Ad label {
	font-weight:bold;
}

/* ------- Job Application Display -------*/

.job-application-title {
	background:url(../images/jobs/apply-for-job.png) no-repeat;
	padding-left:25px;
	height:30px;
	font-family:"arial";
	font-size:15px;
	font-weight:bold;
	color:#366696;
	padding-top:3px;
	margin-top:9px;
	border-bottom: solid 3px #eee;
}

.job-application-email-input {
	width:400px;
	margin-bottom:10px;
}

/*------- List of applications -------*/ 

#job-ad-table td, #job-ad-table th {
	padding-left: 5px;
	padding-right: 7px;
	color:#000033;
}