@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;
}

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

table#vacancy tr.title, table#company tr.title {
	background-color: #E43779;
	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;
}

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