 /*--vacancy table--*/
body {
		behavior:url("csshover.htc");
	}
 
table.vacancies, table.vdetail {
	border: 0 0 0 0;
	margin: 10px 0 0 16px;
	padding: 0 0 0 0;
}

table.vacancies tr {
	vertical-align: top;
	text-align: left; 
	border-bottom: 1px solid #C7C7D7;
}
table.vacancies tr.rep:hover {
	/*display: block;*/
	background-color: #efefef;
}

table.vacancies td.ref {
	padding: 3px 0 3px 0;
	width: 231px;
}
table.vacancies td.pos {
	padding: 3px 0 3px 3px;
	width: 135px;
}
td.ref a:link, td.pos a:link, td.ref a:visited,
td.pos a:visited, td.ref a:active, td.pos a:active {
	display: block;
	text-decoration: none;
	color: #062c57;
	padding: 3px 0 3px 0;
}

table.vacancies tr.rep td {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #C7C7D7;
	color: #022347;
}
table.vacancies tr.header td {
	font: bold 11px/16px verdana, arial, helvetica, sans-serif;
	border-bottom: 1px solid #C7C7D7;
}

a.aplybutton, a.backbutton {
	margin: 7px 0 0 16px;
	display: block;
	width: 39px;
	height: 16px;
	background: url(images/bton-apply.gif) no-repeat top;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	float: left;
}
a:link.aplybutton span, a:visited.aplybutton span, a:active.aplybutton span,
a:link.backbutton span, a:visited.backbutton span, a:active.backbutton span {
	height: 16px;
	display: block;
	text-decoration: none;
}
a:hover.aplybutton span, a:hover.backbutton span {
	height: 16px;
	display: block;
	background: transparent url(images/bton-apply-hov.gif) no-repeat center;
	text-decoration: none;
}

a.backbutton {
	width: 46px;
	background: url(images/bton-return.gif) no-repeat top;
}
a:hover.backbutton span {
	background: transparent url(images/bton-return-hov.gif) no-repeat center;
}








