<?php
   header("Content-Type: text/css");
?>

.status{
  color: red;
}

textarea{
  width: 60%;
  height: 100px;
  margin: 0px 0px;
}

textarea.edit{
  width: 90%;
}

.nieuwform textarea, .bekijk textarea{
    width: 98%;
}

.nieuwform textarea{
    height: 200px;
}

.bekijk textarea{
    height: 100px;
}

img.emoticon{
  margin: 10px;
  border: none;
}



.forum{
  text-align: left;

}

.forum .nieuwform{
  width: 100%;
  
}

.forum .overzicht .nieuwlink{
  font-size: 100%;
  text-align: right;
  border-left: none;
}

.forum .overzicht, .forum .bekijk{
  width: 100%;
}

.forum .overzicht .leeg{
  color: gray;
  font-weight: bold;
  font-style: italic;
}

.forum .description{
  font-size: 100%;
  color: gray;
  background-color: white;
}

.norightborder{
  border-right: none !important;
}

.forum .titel, .forum .titel a{
  background-color: #770000;/*#35B3D1;*/
  color: #FFFFFF;/*#070953;*/
  font-weight: bold;  
}


.forum .titel a:hover{
  background-color: #FFFFFF;
  color: #770000;
}

.forum .overzicht .topic{
  width: 50%;
}

.forum td{
  /*background-color: #FFFFEF;*/
  padding: 5px;
}

.forum table{
  border-collapse: collapse;
  font-size: 100%;
}

.forum td{
  vertical-align: top;
  border: 1px solid black;
  margin: 5px;
}

.forum td.tekst{
  padding: 10px;
}

.forum td.two{
  background-color: white;
}

.forum td.one{
  background-color: #EEEEEE/*#CDDCEB/*#ECFAFC*/;
}

.forum th{
  background-color: #EEEEEE;
}

.forum td.forumhead{
  width: 20%;
}