/* LEFT COLUMN */

div#opportunities {
	padding-top:11px;
}

table.job_listings, table.our_employees {
	border-collapse:collapse;
	border-spacing:0px;
	border:none;
	padding:0px;
}

table.job_listings td, table.our_employees td {
	padding:0px;
}

table.job_listings .plus, table.job_listings .job_title {
	font-weight:bold;
}

table.job_listings .plus {
	color: #0e2e7b;
	padding:3px 2px 0px 2px;
}

table.job_listings .job {
	padding:3px 0px;
}

table.job_listings .job_title, table.job_listings .job_expiry {
	font-size:0.95em;
}

div.recruitment {
	margin-top: 10px;
}

div.recruitment, div.apply_now, div.choose {
  background-image: url(/common/images/interface/bg-sublinks.gif);
  background-repeat: repeat-x;
  width: 172px;
  height: 39px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
}

div.recruitment a, div.apply_now a, div.choose a {
  font-size: 12px;
  font-weight: bold;
  color: #635d48;
  text-decoration: none;
}

div.recruitment a:hover, div.apply_now a:hover, div.choose a:hover {
	text-decoration: underline;
}

/* END LEFT COLUMN */

/* RIGHT CONTENT */

div#bottom_content {
	padding-top:10px;
}

div#bottom_content #employees, div#bottom_content #best {
	float:left;
}

div#employees {
	width:228px;
}	

div#employee_text {
	background-color: #EADBAC;
}

div#employee_text p {
	padding:0px 15px;
}

div#image_top {
	background-image:url('/common/images/interface/employeesbox-top.gif');
	height:67px;
	width:228px;
}

div#image_bottom {
	background-image:url('/common/images/interface/employeesbox-bottom.gif');
	height:18px;
	width:228px;
}

div#best {
	width:228px;
}

div#best p {
	padding:9px 20px 5px 20px;
}

div.career_profile .body {
	margin-top:8px;
	padding-left:7px;
}

table.posting td {
	padding-left:5px;
}

table.posting td.field {
	font-weight:bold;
}

table.posting td.date {

}

.more_info  {
	padding-top:7px;
}

.ruler {
	padding-left:6px;
}

.spacer {
	padding-top:4px;
}

.back_link {
	margin-top:10px;
	padding-left:6px;
}

.apply {
	margin-top:10px;
	padding-left:6px;
}

/*************Application Page***********************/

table.apply {
	width: 100%;
}

table.apply tr td {
	padding-bottom: 10px;
}

table.apply tr td.label {
	font-weight: bold;
	width: 20%;
	vertical-align: top;
}

table.apply tr td.field {
	padding-left: 10px;
	vertical-align: top;
}

table.apply tr td.field input.text, table.apply tr td.field select {
	width: 60%;
}

option {
	padding-left: 5px;
}