a { 
	text-decoration:none; 
	color:#0066cc; 
}

.jobLabel {
	float: left;
	width: 140px;
	height: auto;
	border: 0px; /*1px solid red;*/
	padding: 0px;
	margin: 0 20px 0 0;
	font: bold 12px arial;
	color: #1f4f8b;
}

.jobLabela {
	float: left;
	width: 100px;
	height: auto;
	border: 0px; /*1px solid red;*/
	padding: 0px;
	margin: 0 20px 0 0;
	font: bold 12px arial;
	color: #1f4f8b;
}

.jobLabelb {
	float: left;
	width: auto;
	height: auto;
	border: 0px; /*1px solid red;*/
	padding: 0px;
	margin: 0 20px 0 0;
	font: bold 12px arial;
	color: #1f4f8b;
}
.jobDivider {
	float: left;
	width: 100%;
	border: 1px solid #ffffff;
	border-top: 1px solid #d7d7d7;
	margin: 5px 0;
}

.jobValues {
	float: left;
	width: auto;
	height: auto;
	border: 0px; /*1px solid green;*/
	padding: 0px;
	margin: 0 0 10px 0;
	font: 12px arial;
	color: black;
}

.jobValues p, .jobValues p span {
	font: 12px arial;
	color: black;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

.jobValues p span span p span span {
	font: 12px arial;
	color: black;
	
}

.jobValues ul {
	padding: 0 0 0 15px;
	line-height: 18px;
}
.jobValues ol {
	padding: 0 0 0 25px;
	line-height: 18px;
}


/*
.jobValues li {
	padding: 0 0 0 10px;
	margin: 0px;
	line-height: 18px;
}
*/

.jobButtons {
	width: 80px;
	height: 27px;
	border: 0px;
}

#jobBtAdd {
	background: url('/html_department/jobs/images/job-button-Add.png') no-repeat;
}

#jobBtCancel{
	background: url('/html_department/jobs/images/job-button-Cancel.png') no-repeat;
}

#jobBtUpdate {
	background: url('/html_department/jobs/images/job-button-Update.png') no-repeat;
}

#jobBtDelete {
	background: url('/html_department/jobs/images/job-button-Delete.png') no-repeat;
}

.jobButtonsFront {
	width: 140px;
	height: 27px;
	border: 0px;
}

#jobBtApply {
	background: url('/html_department/jobs/images/job-button-Apply-job.png') no-repeat;
}

#jobBtSubmit {
	background: url('/html_department/jobs/images/job-button-Submit-resume.png') no-repeat;
}

#jobBtReset {
	background: url('/html_department/jobs/images/job-button-Reset-form.png') no-repeat;
}

#jobBtView {
	width: 166px;
	height: 27px;
	border: 0px;
	background: url('/html_department/jobs/images/job-button-Viewlist.png') no-repeat;
}

input {
	height: 16px;
	font: 13px Arial, Verdana, Sans-Serif, Helvetica;
	color: #000000;
	padding: 2px;
	margin: 0px;
	border: 1px solid #cccccc;
}

textarea {
	width: 700px;
	height: 200px;
	font: 13px Arial, Verdana, Sans-Serif, Helvetica;
	color: #000000;
}

form {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.jobresults {
	width: 100%;
}

/*
.jobresults form {
	width:auto;
	padding:0px;
	margin: 0px;
}
.jobresults textarea {
	width: 100px;
}
*/

.jobresults table {
	width: 100%;
	height: auto;
	border: 0px solid green;
}

.jobresults tr {
	margin: 0px;
	padding: 0px;
}

.jobresults td.head {
	min-width: 100px;  
	width: auto;  
	width: 150px;
	font: bold 11px arial;
	color: #1d5e9a; /*#003300;*/
	background-color: #c3d3e1; /*#CEEACF;*/
	text-align: center;	
	line-height: 20px;
}
.jobresults td.headfront {
	min-width: 100px;  
	width: auto;  
	width: 150px;
	font: bold 11px arial;
	color: #1d5e9a; /*#003300;*/
	background-color: #d7d7d7; /*#CEEACF;*/
	text-align: center;	
	line-height: 20px;
}

.jobresults td {
	min-width: 100px;  
	width: auto !important;  
	width: 150px;
	background-color: #FBFBFB;
	text-align: center;
	line-height: 20px;
}

.jobNoresult {
	height: auto;
	border: 0px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	font: bold 12px arial;
	color: #1f4f8b;
	text-align: center;
	line-height: 60px;
}

.jobactbutt {
	width: 166px;
	height: 27px;
	border: 0px;
}

.jobApplabel {
	float: left;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0 20px 0 0;
	font: bold 12px arial;
	color: #000000;
}

hr {
	border: 1px solid #ffffff;
	border-top: 1px solid #d7d7d7;
	margin: 10px 0;
}

.jobTip {
	float: right;
}
