@import url('png_fix.css');

/*----------------------------------*/
/* Sortable tables */
/*----------------------------------*/

table.sortable a.sortheader {
    text-decoration: none;
    display: block;
	color: #FFF;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

/*----------------------------------*/
/* Notice and errors */
/*----------------------------------*/
#helpLayer
{
	padding: 5px;
	position: absolute;
	display: none;
	z-index: 99;
	text-align: left;
	background-color: #F0F0F0;
	width: 200px;
	border: solid 1px #D4D4D4;
}

#error,
#notice
{
    border: 1px solid #666;
    padding: 5px;
    margin-bottom: 4px;
    background-color: #F0F0F0;
    font-weight: bold;
}

#debug
{
    border: 1px solid #FF0000;
    padding: 5px;
    margin-bottom: 4px;
    background-color: #F0F0F0;
    font-weight: bold;
}

/*----------------------------------*/
/* Errors CSS from scaffolding */
/*----------------------------------*/

.fieldWithErrors {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 1px;
  padding-right: 1px;
  display: inline;
}

* html .fieldWithErrors {
  padding-top: 2px;
  padding-bottom: 6px;
  padding-left: 1px;
  padding-right: 1px;
  display: inline;
}

#errorExplanation {
  width: 400px;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: none;
}

/*----------------------------------*/
/* Generic box with border */
/*----------------------------------*/
.generic_table
{
	background-color: #FFF;
	border: 1px solid #666;
	width: 780px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.generic_table th
{
    color: #FFF;
	text-align: center;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	height: 18px;
	line-height: 18px;
	letter-spacing: 1px;
}

.generic_table th h2
{
    color: #FFF;
    font-size: 12px;
	display: inline;
}

.generic_table2
{
    border-collapse: collapse;
	background-color: #FFF;
	border: 1px solid #666;
}

.generic_table2 th
{
    color: #FFF;
    padding: 0px;
    line-height: 18px;
    padding-left: 15px;
	letter-spacing: 1px;
}

.generic_table2 td
{
    padding: 6px;
    padding-bottom: 3px;
}

.generic_table2 td a
{
	text-decoration: underline;
}

.generic_table2 td a:hover
{
	color: #999;
}

/*----------------------------------*/
/* List vacatures */
/*----------------------------------*/
ul.vacatures
{
	padding-top: 4px;
	padding-left: 12px;
	list-style: none;
}

ul.vacatures li
{
	display: block;
	line-height: 12px;
}

ul.vacatures li a:link,
ul.vacatures li a:visited
{
	padding: 0 0 1px 15px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left 2px;
	text-decoration: none;
	font-weight: normal;
}

/* -----------------------*/
/* Searching */
/*-------------------------*/
#regio-dienstverband-search
{
	margin: 8px;
	margin-bottom: 0px;
}

#dienstverband_list 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#dienstverband_list ul li
{
	margin-bottom: -4px;
	margin-top: -4px;
	line-height: 1em;
}

#regioscroll 
{
	height: 150px;
	width: 200px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #F5F5F5;
	padding: 8px;
}

*:first-child+html #regioscroll {
	width: 150px;
} 

#regioscroll ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#regioscroll ul a
{
	text-decoration: none;
}


.search_type th {
	font: normal small-caps bold 11px Arial;
	text-align: left;
	background-color: #999;
}

.odd {
	background-color: #EEE;
}

.even {
	background-color: #FFF;
}

/* Voor bedrijvengedeelte */
.forgot_password {
	font-size: 9px;
	padding-left: 5px;
	padding-top: 1px;
}

/* For tooltips (used in candidate education tab) */
.tooltip
{
	background-color: #F0F0F0;
	border: 1px solid #D4D4D4;
}

.bold_text {
	font-weight: bold;
}

.text_white {
	color: #FFF;
}

.single_border,
#resume_uploaded_file_temp,
#resume_uploaded_file {
	border: 1px solid #666;	
}

/* Candidate search */
.search-box {
    border: 1px solid #999999;
}
.search-header {
    text-align: left;
 	padding-left: 5px;
    background: #DDDDDD; 
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}
.search-header a:link, .search-header a:visited {
    color: black;    
    text-decoration: underline;
}
.search-header a:hover {
    text-decoration: none;        
}
.search-fields {    
    padding: 8px 5px;
}