

table.jobs
{
	width: 100%;
	margin: 45px 0 20px 0;
	border-collapse: collapse;
}

table.jobs td,
table.jobs th
{
	padding: 12px 20px;
	color: #707070;
	background: #fff url(/images/jobs/bg.gif) repeat-x top;
	vertical-align: top;
}

table.jobs td.first,
table.jobs th.first
{
	padding-left: 30px;
}

table.jobs th
{
	font-weight: bold;
	background: #fbfbfb url(/images/jobs/header.gif) repeat-x bottom;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}
table.jobs a
{
	font-weight: bold;
}

a.button, a.button:visited
{
	display: block;
	width: 100px;
	height: 2.5em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
	background: #0055A5;
	line-height: 2.5em;
}
