/* header */
a.header{
   color: #fff;
   background-color: #696; /*groen*/
   padding: 10pt 15pt 7pt 15pt;
   text-decoration: none;
}

a.header:hover{
      background-color: #C63; /*grijs*/
}

td.bocht{
   border-style: solid;
   color: #000;
   font-size: 10pt;
   font-weight: normal;
   border: none;
   border-width: 0;
   border-color: #c00;
   background-image: url('http://www.agriwork.be/pic/bocht6-40px.gif');
   background-color: #fff;
   background-repeat: no-repeat;
   text-align: right;
   vertical-align:top;
   padding: 0pt;
   padding-right: 15pt;
}

/* einde header */



.button{
	background-color: #696; /*groen*/
	border: #696 1px solid; /*groen*/
	color: #fff;
	font: 11px Verdana, Geneva, Arial;
	text-align:center;
}

.grijs{
   background-color: #eee;
   padding: 7pt;
}

a{
   color: #c63; /*bruin*/
   text-decoration: none;
   font-size: 10pt;
}

a:hover{
   text-decoration: underline;
}



b{
   color: #696; /*groen*/
}

body{
   font-family: arial, Tahoma, Helvetica, sans-serif, "Times New Roman";
   color: #000;
   background: #696; /*groen*/
   text-align:center;
   margin: 0px;
   padding: 0px;
}

body.pdf{
   background: #fff;
}

div{
   color: #000;
   font-size: 10pt;
   font-weight: normal;
   background: #fff;
}

div.gradient{
   color: #fff;
   background-image: url('http://www.agriwork.be/pic/gradient.gif');
}

h1{
   font-size: 12pt;
   font-weight: bold;
   color: #696;
   display: inline;
   letter-spacing: 1px;
}

h2{
   font-size: 10pt;
   color: #c63;
   display: inline;
}

h3{
   font-size: 10pt;
   color: #9c0;
   background: #fff;
   display: inline;
}

img{
   border-width: 0;
}

img.groen{
   border: none;
   border-style: hidden;
   border-width: 0;
   background: #696;
   padding: 0px;
   border-spacing:0;
}

li.header{
   list-style: none;
   display: inline;
}

table{
   border-color: #9c0;
   border: none;
   border-collapse: collapse;
   border-width: 0;
   border-spacing:0;
}

td{
   border-style: solid;
   color: #000;
   font-size: 10pt;
   font-weight: normal;
   border: none;
   border-width: 0;
   border-color: #c00;
   padding: 0pt;
}



td.rechts{
   border-style: solid;
   color: #000;
   font-size: 10pt;
   font-weight: normal;
   border: none;
   border-width: 0;
   border-color: #c00;
   background: #fff;
   text-align: right;
   vertical-align:top;
   padding: 0pt;
}

td.vacature{
   border-width: 0;
   border-bottom-width: 1pt;
   border-bottom-color: #696;
   border-bottom-style: dashed;
   background: #fff;
   text-align: left;
   vertical-align:top;
   padding: 7pt;
   padding-bottom: 20pt;
}

td.vacaturefiche{
   color: #000;
   font-size: 10pt;
   font-weight: normal;
   border-style: dashed;
   border-width: 1pt;
   border-color: #C63;
   background: #eee;
   text-align: left;
   vertical-align:top;
   padding: 10pt;
}

td.rand{
   color: #000;
   font-size: 10pt;
   font-weight: normal;
   border: none;
   border-width: 0;
   border-color: #c00;
   background: #fff;
   text-align: left;
   vertical-align:top;
   padding: 15pt;
}

td.groen{
   border-style: solid;
   color: #000;
   font-size: 10pt;
   font-weight: normal;
   border: none;
   border-width: 0;
   border-color: #c00;
   background-color: #696;
   text-align: left;
   vertical-align:top;
   padding: 0pt;
}

.tbox{
	background-color: #fff;
	border: #696 1px solid;
	color: #000;
	font: 11px Verdana, Geneva, Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.tbox_max{
	background-color: #fff;
	border: #696 1px solid;
	color: #000;
	font: 11px Verdana, Geneva, Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

th{
   background: #696;
   border-width: 0;
   border-style: solid;
   color: #fff;
   font-weight: normal;
   text-align: left;
   padding: 7pt;
   padding-bottom: 2pt;
   padding-top: 2pt;
}
tr{
   border-color: #dfd;
   border-width: 0;
}

ul{
   list-style-image: url('http://www.agriwork.be/pic/driehoek.jpg');
}




/* Big box with list of options */
#ajax_listOfOptions{
  position:absolute;  /* Never change this one */
  width:250px;  /* Width of box */
  height:250px;  /* Height of box */
  overflow:auto;  /* Scrolling features */
  border:1px solid #696;  /* Dark green border */
  background-color:#FFF;  /* White background color */
  text-align:left;
  font-size:0.9em;
  z-index:100;
}
#ajax_listOfOptions div{  /* General rule for both .optionDiv and .optionDivSelected */
  margin:1px;
  padding:1px;
  cursor:pointer;
  font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{  /* Div for each item in list */
  
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
  background-color:#696;
  color:#FFF;
}
#ajax_listOfOptions_iframe{
  background-color:#F00;
  position:absolute;
  z-index:5;
}
