TABLE.vacancy TD{
	padding: 10px 10px 10px 10px;
	background-image: url(../images/vacancy/bg_px.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
TABLE.vacancy TH{
	padding: 10px 10px 10px 10px;
	background-color: #f9f9f9;
	text-align: left;
	background-image: url(../images/vacancy/bg_px.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
TABLE.vacancy TD.headtd{
	border-bottom: 1px solid #758bb9;
	font-family: Tahoma;
	font-size: 12px;
	color: #5861aa;
	font-weight: bold;
	padding: 6px 12px 5px 0px;
	background-image: none;
}
TABLE.vacancy TD.date{
	background-image: url(../images/vacancy/bg_date.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	border-bottom: 1px solid #758bb9;
	background-position: bottom;
	padding: 8px 10px 4px 10px;
}

