﻿/* MindKey VacancyTitle, copied from ItemHeaderLink */
.rightColumnSubTitleA, .rightColumnSubTitleA:link{color: #000000; font-weight: bold; line-height: 14px;}
.rightColumnSubTitleA:visited{color: #959595; font-weight: bold;}
.rightColumnSubTitleA:hover, .rightColumnSubTitleA:visited:hover,.rightColumnSubTitleA:active{ color: #8FD1C0 !important; font-weight: bold;}

/* MindKey SubmitApplication send button, copied from call2actionLink */
.sendVacancyButton, .sendVacancyButton:link, .sendVacancyButton:visited
{
	color:  #000000 !important;
	font-weight: bold;
	line-height: 20px;
	padding-right: 12px;
	cursor: pointer;
	background-image: url("images/call2ActionArrow.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color : transparent;
	border-style : none;
	float: right;
}
.sendVacancyButton:hover, .sendVacancyButton:active{ color:#8FD1C0 !important; text-decoration: underline;}
/* MindKey SubmitApplication send button, copied from call2actionLink */
.applyForJobButton, .applyForJobButton:link, .applyForJobButton:visited
{
	color:  #000000 !important;
	font-weight: bold;
	line-height: 20px;
	padding-right: 12px;
	cursor: pointer;
	background-image: url("images/call2ActionArrow.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color : transparent;
	border-style : none;
	float: right;
}
.applyForJobButton:hover, .applyForJobButton:active{ color:#8FD1C0 !important; text-decoration: underline;}
