/* Style for JobSearch */

body
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

label
{  
  font-weight: normal;
  display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

ul
{
  margin: 10px;
	padding: 0px;
  list-style: none;
}

p
{
  font-size: 10px;
}

th
{
  text-align: center;
}

.form
{
  font-size: 13px;
}

/* JOB DETAILS */
#jobDetails{
    width: 500px;
}
#jobDetails .sendJobToFriend{
    text-align: right;
}
#jobDetails table{
    width: 100%;
}
#jobDetails table td{
    padding: 4px;
    vertical-align:top;
}
#jobDetails table .tableLabel{
    font-weight:bold;
    text-align:right;
	width:135px;
}
#jobDetails .clickHereToApply{
    text-align: center;
    padding-top: 14px;
}
#jobDetails .clickHereToApply a{
    font-weight: bold;
    font-size: 14pt;
}
#jobDetails .hrUseOnlyHide{
	position:absolute;
	left: -1000px;
}


/* Begin Applicant Shield */
.applyLinks {
	height:80px;
}

.applyLinks .bannertext {
	font-size:14pt;
	font-weight:bold;
	cursor:pointer;
}
.applyLinks .applyLinkHover {
	text-decoration:underline;
}

#jobDetails .applicantShield{
  text-align:center;
  height:80px;
}

#jobDetails .applicantShield .confirmBanner {
  margin:0px;
  border:solid 1px #000000; 
  border-bottom: none;
  padding:2px;
  margin:0px;
  text-align:center;
  font-size:14px;
}

#jobDetails .applicantShield .messageContainer{
  border:solid 1px #000000; 
  margin:0px;
  text-align:center;
}

#jobDetails .applicantShield .messageContainer p{
	margin: 5px 0px;
	font-size:14px;
}

#jobDetails .applicantShield .messageContainer .buttonContainer{
  margin: 0px auto;
  width:225px;
  height:30px;
}

#jobDetails .applicantShield .messageContainer .buttonContainer .button{
	font-size: 16px;
	font-weight: bold;
	width:100px;
	border:1px #000000 solid;
	cursor: pointer;
	float:left;
}
/* End Applicant Shield */

.important
{
  color: #ff0000;
}

.navBarGlobalRight
{
  text-align: right;
}

.no_results p
{
  font-size: 13px;
	color: #ff0000;
}

.no_results hr
{
  color: #c0c0c0;
  text-indent: 0px;
	line-height: 1px;
}

.back_to_top
{
  font-size: 10px;
	color: #000;
}

.formOffsetColor
{
  text-align: right;
	font-weight: bold;
}

.tip_jobs h1
{
  padding: 0px;
	margin: 0px;
}

.tip_jobs ul
{
  font-size: 10px;
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.send_job_to_friend label {
	
	float: left;
	text-align: right;
	width: 30%;
	padding-right: 4px;
	margin-bottom: 10px;
	
}

.send_job_to_friend br
{
  clear: left;
}

.send_job_to_friend p
{
  text-align: center;
}  

/* dsp_job_details.cfm */

.jobDetails
{
  width: 500px;
	margin-top: 20px;
}

.jobDetails .navBar
{
  text-align: right;
	margin-bottom: 20px;
}

.jobDetails .sendJobToFriend
{
  text-align: right;
}

.jobDetails table
{
  width: 100%;
}

.jobDetails table td
{
  padding: 4px; 
}

.jobDetails table td .jobTitle
{
  padding: 8px 0px 8px 8px;
	text-transform: uppercase;
}

.jobDetails .clickHereToApply
{
  text-align: center;
	padding-top: 14px;
}

.jobDetails .clickHereToApply a
{
  font-weight: bold;
	font-size: 20px;
}

/* dsp_email_job.cfm */
/* dsp_job_categories.cfm */

.banner_center
{
  text-align: center;
}

.detail
{
  text-align: center;
	padding: 10px 0px;
	font-size: 14px;
}

.footer
{
  text-align: center;
	padding: 10px 0px;
}

.tip
{
  color: #ff0000;
}

#categories
{
  padding-left: 20px;
}

/* dsp_job_list.cfm */

#jobListSummary
{
  width: 500px;
}

.bannerStrong
{
  font-weight: bold; 
	text-align: center;
}

.navBarLeft
{
  width: 248px; 
	border: 0px; 
	padding: 0px; 
	margin: 0px; 
	float: left;
}

.navBarRight{
    text-align: right;
    margin-bottom: 20px;
}

/* dsp_career_mail_link.cfm */

.appstatus_careermail_container
{
  padding-top: 20px;
}

.appstatus_careermail
{
  width: 175px;
	text-align: left;
	margin-top: 2px;
	padding: 6px;
	font-size: 12px; /* cascade */
}

.appstatus_careermail a
{
  display: block;
}

.banner_emailJob
{
  text-align: center; 
	padding: 20px;
}

#popupMessage
{
  border: 1px dashed #39A93F;
  background: #D0F0D2;
  color: #39A93F;
  text-align: center;
  padding: 3px;
  width: 500px;
  margin-bottom: 8px;
}

#popupMessage span
{
  font-weight: bold;
  font-size: 15px;
}

#popupMessage p
{
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}