.vacancies_button{
	margin:0px 10px;
	background-image:url(./images/button_bg.gif);
	height:22px;
	border: 1px solid #909090;
	color:#3e3e3e;
	cursor:pointer;
	padding:0 5px;
}

.search_vacacies_reset{
	margin:10px;
}

.view_my_job_list{
}

.vacancy_list_header{
	margin:10px 0;
	border-bottom: 2px solid #A8C6DC;
	/*padding-bottom:3px;*/
  overflow:auto;
  width:100%;
}

.vacancy{
	margin: 10px 0;
}
.vacancy td{
	border:solid 1px #acacac;
}

.vacancy_position{
	font-weight: bold;
	background-color: #A8C6DC;
	height:30px;
}

.vacancy_detail td{
	border:solid 1px #acacac;
}

.vacancy_details_options{
	padding:10px;
}

.vacancy_description .vacancy_label{
	vertical-align:top;
}



.vacancy_header_left{
display:table-cell;
width:250px;

}

.vacancy_header_right{
display:table-cell;
width:250px;

}

.vancancies_paging_form{
	display:inline;
	padding-left:10px;
}

.submit_user_details_form{

}

.user_detail_form_input{
margin-top:10px;
}

.user_detail_form_lable{
float:left;
width:150px;
margin-top:10px;
}

#view_job_list_button {
	float:right;
}

#vacancy_list_header_left {
	float:left;
	height:27px;
	padding-top:8px;
}

.no_vacancies{
	font-weight:heavy;
	font-size: 14pt;	
}
