/* ----------- Tabel Nieuws Edit ----------- */

table#newsedit {
width: auto !important; /* Voor non-IE */
width: 100%; /* Voor IE */
border:0px solid black;
border-collapse: collapse;
empty-cells:show;
font-family:Verdana,Sans-serif;
font-size: 10pt;
}

table#newsedit thead {
color:#033F00;
}

table#newsedit td {
border-top:1px solid black;
border-bottom:1px solid black;
}

col#newseditCol1 {
width: 90px;
}

col#newseditCol2 {
width: 250px;
}

.newseditCol3 {
width: 60px;
}

.newseditCol4 {
width: 25px;
}

/* ----------- Tabel Patrouille Edit ----------- */

table#patedit {
width: auto !important; /* Voor non-IE */
width: 100%; /* Voor IE */
border:0px solid black;
border-collapse: collapse;
empty-cells:show;
font-family:Verdana,Sans-serif;
font-size: 10pt;
}

table#patedit thead {
color:#033F00;
}

table#patedit td {
border-top:1px solid black;
border-bottom:1px solid black;
}

col#pateditCol1 {
width: 100px;
}

col#pateditCol2 {
width: 150px;
}

.pateditCol3 {
width: 150px;
}

.pateditCol4 {
width: 25px;
}

/* ----------- Tabel Groepen Edit ----------- */

table#groepedit {
width: auto !important; /* Voor non-IE */
width: 100%; /* Voor IE */
border:0px solid black;
border-collapse: collapse;
empty-cells:show;
font-family:Verdana,Sans-serif;
font-size: 10pt;
}

table#groepedit thead {
color:#033F00;
}

table#groepedit td {
border-top:1px solid black;
border-bottom:1px solid black;
}

col#groepeditCol1 {
width: 100px;
}

col#groepeditCol2 {
width: 100px;
}

col#groepeditCol3 {
width: 100px;
}

col#groepeditCol4 {
width: 100px;
}

.groepeditCol5 {
width: 25px;
}

/* ----------- Tabel Leden Edit ----------- */

table#lidedit {
width: auto !important; /* Voor non-IE */
width: 100%; /* Voor IE */
border:0px solid black;
border-collapse: collapse;
empty-cells:show;
font-family:Verdana,Sans-serif;
font-size: 10pt;
}

table#lidedit thead {
color:#033F00;
}

table#lidedit td {
border-top:1px solid black;
border-bottom:1px solid black;
}

col#lideditCol1 {
width: 50px;
}

col#lideditCol2 {
width: 200px;
}

col#lideditCol3 {
width: 100px;
}

.lideditCol4 {
width: 25px;
}

/* ----------- Tabel Agenda Edit ----------- */

table#agendaedit {
width: auto !important; /* Voor non-IE */
width: 100%; /* Voor IE */
border:0px solid black;
border-collapse: collapse;
empty-cells:show;
font-family:Verdana,Sans-serif;
font-size: 10pt;
}

table#agendaedit thead {
color:#033F00;
}

table#agendaedit td {
border-top:1px solid black;
border-bottom:1px solid black;
}

.agendaeditCol1 {
width: 110px;
}

.agendaeditCol2 {
width: 175px;
}

.agendaeditCol3 {
width: 175px;
}

.agendaeditCol4 {
width: 25px;
}

/* ----------- Tabel Rechten ----------- */

table#rechten {
width: auto !important; /* Voor non-IE */
width: 100%; /* Voor IE */
border:0px solid black;
border-collapse: collapse;
empty-cells:show;
font-family:Verdana,Sans-serif;
font-size: 10pt;
}

table#rechten thead {
color:#033F00;
}

table#rechten td {
border-top:1px solid black;
border-bottom:1px solid black;
}

col#rechtenCol1 {
width: 35px;
}

col.rechtenCol2 {
width: 110px;
}

col#rechtenCol3 {
width: 160px;
}

col#rechtenCol4 {
width: 55px;
text-align: center; 
}

col#rechtenCol5 {
width: 25px;
}

/* ----------- Tabel Content Edit ----------- */

table#contentedit {
width: auto !important; /* Voor non-IE */
width: 100%; /* Voor IE */
border:0px solid black;
border-collapse: collapse;
empty-cells:show;
font-family:Verdana,Sans-serif;
font-size: 10pt;
}

table#contentedit thead {
color:#033F00;
}

table#contentedit td {
border-top:1px solid black;
border-bottom:1px solid black;
}

col#contenteditCol1 {
width: 50px;
}

col#contenteditCol2 {
width: 250px;
}

.contenteditCol3 {
width: 25px;
}

/* ----------- Formulieren Rechten ----------- */
/* ----------- Rechten ----------- */

.fieldset_rechten {
width:460px;}

.fieldset_rechten legend {
color:#033F00;
font-weight:bold;}

.fieldset_rechten label {
text-align:right;
width:150px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;}

.fieldset_rechten .nobr {
display:none;}  

.fieldset_rechten .submit {
background-color: #ededed;
border:solid 1px #000;
font-family: Verdana,Sans-serif;
font-size: 8pt;
width:127px;}

#nieuws_image {
margin-top: 50px;
padding: 10px;
width: 140px;
float: right;
}

/* ----------- Content ----------- */

.fieldset_contentedit {
  width:460px;
}

.fieldset_contentedit legend {
  color:#033F00;
  font-weight:bold;
}

.fieldset_contentedit label {
  text-align:right;
  width:100px;
  float:left;
  padding:0.2em;
  margin:0;
  margin-top:0.3em;
}

.fieldset_contentedit .nobr {
  display:none;
}  

.fieldset_contentedit .textarea {
  margin:3px;
  height:300px;
  width:300px;
  border:solid 1px #000;
}

.fieldset_contentedit .submit {
  background-color: #ededed;
  border:solid 1px #000;
  font-family: Verdana,Sans-serif;
  font-size: 8pt;
  width:127px;
}