.tfm { }

.tfm table {
	border-collapse: collapse;
		border-left:1px solid #666;
		border-right:1px solid #666;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
.tfm caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}
.tfm th, .tfm td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.4em;
	vertical-align: 4px;
}
.tfm th {
	text-align: left;
	text-transform: uppercase;
	vertical-align:top;
		border-top:3px solid #666;
		border-bottom:3px solid #666;
}
.tfm thead th, .tfm tfoot th, .tfm tfoot td {
	background-color: #cc9;
	font-size: 1.1em;
}
.tfm tbody th {
	background: url(../images/bullet_vacancy.gif) no-repeat 6px 0.8em;
	padding-left: 24px;
}
.tfm tbody th, .tfm td {
	background-color:#eee;
}
.tfm tbody tr:hover td, .tfm tbody tr:hover th {
	background-color: #E5E5CB;
}
.tfm tr.odd td, .tfm tr.odd th {
	background-color: #ddd;
}
.tfm tbody a {
	color: #333;
}
.tfm tbody a:visited {
	color: #999999;
}
.tfm tbody a:hover {
	color: #33c;
}
.tfm tbody a:active {
	color: #33c;
}
.tfm tbody td+td+td+td a {
	background: url(../images/external.gif) no-repeat right 0.4em;
	padding-right: 12px;
}
.tfm tfoot th {
	text-align: right;
}
.tfm tfoot th:after {
	content: ":";
}

