﻿table.jobs
{
	border: 1px solid #333;
	border-width: 2px 1px;
}

table.jobs tr.header
{
	background: #083B74;
}

table.jobs tr.header h3
{
	color: White;
	margin: 0;
	padding: 0;
}

table.jobs tr.item
{
	background: #BBB;
}

table.jobs tr.alternate
{
	background: #FFF;
}

table.jobs td
{
	border: 1px solid #333;
	border-width: 0 1px;
	height: 20px;
	padding-left: 5px;
}

table.jobs tr.header td
{
	height: 24px;
}

table.positionDetails td
{
	padding-top: 5px;
}

.careerDetails p
{
	margin: 5px 0;
	padding: 0;
}

.careerDetails strong.qlassikBold
{
	font-size: 16px;
}

.careerDetails kbd
{
	font-family: auto;
}

.careerDetails dfn.para
{
	clear: both;
	display: block;
	margin: 5px 0;
}

.careerDetails kbd.para
{
	clear: both;
	display: block;
}