@CHARSET "ISO-8859-1";
#vacancyAddForm input:focus, #vacancyAddForm textarea:focus, #vacancyAddForm select:focus
{
	background-color: lightyellow;
	border-width: 1px;
}


ul.vacancylist li span.vacancyCode
{
	/*position: absolute;
	right: 0px;*/
	float: right;
	display: block;
	width: 50px;
	margin-top:-15px;
}

ul.vacancylist li span.vacancyDistance
{
	/*position: absolute;
	
	right: 0px;*/
	display: block;
	text-align: left;
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	margin-top:-16px;
	width: 120px;

}

ul.vacancylist li span.vacancyTitle
{
	/*position: absolute;
	display: block;
	text-align: left;
	right: 0px;*/
	clear: none;
	text-align: left;
	display: block;
	width: 470px;
}

table#vacancy, table#company
{
	/* background-color: #FBF2F5; */

}

table#vacancy tr.title, table#company tr.title {
	/* background-color: #E43779; */
	background-color: #D76E00;
	width: 100%;	
	color: #ffffff;
}

table#vacancy td, table#company td  
{
	vertical-align: top;
}


/*onderstaande stylen worden gebruikt bij het scherm editVacancy*/

div#wrapper div#main div#content form#vacancyAddForm table tbody tr td input
{
	width: 200px;
}

div#wrapper div#main div#content form#vacancyAddForm table tbody tr td input#submit_button
{
	width: 100px;
}

div#wrapper div#main div#content form#vacancyAddForm table tbody tr td select
{
	width: 205px;
}

span.distance
{
	font-weight: bold;
}

div.errormsgbox
{
color: red;
display: none;
}
label.error
{
	color: red;
}
