@charset "UTF-8";
/* CSS Document */

.jobs {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	border-collapse:collapse;
}
.jobs caption {
  text-align: right;
  font-size: 1.3em;
  padding-top: 25px;
}
.jobs td, .jobs th {
	font-size: 1em;
	padding: 5px 7px 5px 7px;
	height: 23px;
}
.jobs th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	background-image: url(/images/careers/tileBkgrd.png);
	background-repeat: repeat-x;
	background-position: left top;
	letter-spacing: 0.12em;
}
.jobs tr.alt td {
  background-color: #e4e5e7;
}
.numbers {
	width: 20px;
	padding-left: 5px;
}
.title {
	width: auto;
}
.company {
	width: auto;
}
.city {
	width: auto;
}
.titleBar {
	background-image: url(/images/careers/titleBkgrd.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 660px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.title_left_corner {
	background-image: url(/images/careers/titleLeftCorner.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.colGrey {
	background-color: #e4e5e7;
}
.careerTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #222222;
}
.tdPadding {
	padding-left: 10px;
}
.jobs a {
	color:#5071d4;
}
.jobs a:hover {
	color:#f08800;
}

