/* ============= overall ==============*/
body {
  font-size:75%;
  font-family:verdana,arial,'sans serif';
  color:#000080;
  margin:10px;
}

/* =========  help ===========*/
.divhelp {
  width:800px;
  height:0px;
  background-color:white;

  font-size: 1px;
  padding: 0px; 
  margin:0px
}

.divhelpgroot {
  width:800px;
  height:250px;
  font-size:80%;
  background-color:white;
}


/* =========  beide tabellen ===========*/
.alt {
  background-color:LightGray;
}

.noalt {
  background-color:white;
}


/* ============= knoppen tabel ==============*/

#knoppentabel {
  width:800px;
}

/* ============= porcode tabel ==============*/

.divporcodetabel {
  width:800px;
  height:420px;
  overflow:scroll;
  background-color:white;
}

.divporcodetabelklein {
  width:800px;
  height:170px;
  overflow:scroll;
  background-color:white;
}

#zoekporcodeveld {
  width:160px;
  margin-right:8px;
}

#datacattabel {
}

#pcodecode{
  background-color:LightGray;
  width:10%;
}

#pcodenaam {
  background-color:LightGray;
  width:70%;
  text-align: left;
}

#pcodesoort {
  background-color:LightGray;
  width:10%;
  text-align: left;
}

#pcodestatus {
  background-color:LightGray;
  width:10%;
  text-align: left;
}

