/*******************************************************************************
  Deze website draait op het IPROX-platform van InfoProjects bv., IPROX is een
  state-of-the-art Content Management Systeem voor omvangrijke webomgevingen.
  Voor meer informatie, zie: http://www.infoprojects.nl en http://www.iprox.nl.
  
  @author : Tim van Uuden
            InfoProjects B.V.
            tim@infoprojects.nl
*******************************************************************************/

/* Standaard stijlen */


.htmlView, .htmlEdit, .htmlView TD, .htmlEdit TD { /* editor */
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000000;
}

a {
  text-decoration:none;
  color: #CC3333;
}

a:hover {
  text-decoration:underline;
}

hr {
  padding: 0px;
  margin: 0px;
  color: #EFEFEF;
}

h1 {
  font-size: 130%;
  font-weight: bold;
  padding: 5px 1px 5px 1px;
  margin: 0px 0px 0px 0px;
}

h2 {
  font-size: 120%;
  font-weight: bold;
  padding: 5px 1px 5px 1px;
  margin: 0px;
}

h3 {
  font-size: 110%;
  font-weight: bold;
  padding: 5px 1px 5px 1px;
  margin: 0px;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  padding: 5px 1px 5px 1px;
  margin: 0px;
}

h5 {
  font-size: 90%;
  font-weight: bold;
  padding: 5px 1px 5px 1px;
  margin: 0px;
}

h6 {
  font-size: 80%;
  font-weight: bold;
  padding: 5px 1px 5px 1px;
  margin: 0px;
}

ul {
  margin: 0px 15px 5px 17px;
}

ol {
  margin: 0px 15px 5px 23px;
}

.copyrights {
  font-size:80%;
}

form {
  padding: 0px;
  margin: 0px;
}

table {
}

tr {
}

th {
  text-align: left;
  vertical-align: top;
}

td {
  vertical-align: top;
}

ul {
}

li {
}

p {
}

#top_button {
  visibility: hidden;
  display: none;
}


table caption {
  font-size: 70%;
}

table.border {
  width: 90%; 
  border: 1px solid #DCDCE5;
}

.border td {
  font-size: 80%;
  padding: 5px;
  border: 1px solid #DCDCE5;
}

.border th {
  font-size: 80%;
  font-weight: bold;
  background-color: #DCDCE5;
  padding: 5px;
}

.noborder td {
  font-size: 80%;
}

.noborder th {
  font-size: 80%;
  font-weight: bold;
}

/* Formulieren */
.forms {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  border: 1px solid #EFEFEF;
  width: 100%;
}

.iform {
  vertical-align: top;
  font-size: 80%;
  font-weight: bold;
  color: #010066;
}

.forms td {
  padding: 4px;
}

.iform_txt {
  vertical-align: top;
  font-size: 80%;
  font-weight: normal;
  color: #010066;
}

.itext input,select {
  font-size: 80%;
  font-weight: normal;
  border: 1px solid #010066;
  width: 100%;
}

.ibutton input {
  width: 358px;
  height: 20px;
  font-size: 70%;
  font-weight: bold;
  background-color: #8E8EB5;
  color:#ffffff;
  border:1px outset #010066;
  cursor: pointer;
}

.ibutton_bg {
  background-color: #DCDCE5;
}

.itext textarea {
  font-size: 80%;
  font-weight: normal;
  border: 1px solid #010066;
  width: 100%;
}

.show {
  visibility: visible;
}

.hide {
  display: none;
}
