/**
* (c) InfoProjects bv. - www.infoprojects.nl
*
* $Revision: 1.2 $
* $Date: 2007/12/11 11:24:07 $
* $Author: bas $
*/

.htmlView, .htmlEdit, .htmlView TD, .htmlEdit TD { /* editor */
}

.htmlView {
}

.htmlEdit {
}

.htmlView A,
.htmlEdit A {
}
.htmlView h1, .htmlEdit h1{
display:none;
}
.htmlView h2, .htmlEdit h2 {
font-size:130%;
font-weight:bold;
display:block;
color:#ff882b;
margin-bottom:0.4em;
}
.htmlView h3, .htmlEdit h3{
font-size:100%;
font-weight:bold;
display:block;
color:#ff882b;
}
.htmlView h4, .htmlEdit h4{
font-size:100%;
font-weight:normal;
display:block;
color:#5F7DB3;
}
.htmlView h5, .htmlEdit h5{
font-size:1em;
font-weight:bold;
display:block;
color:#ff882b;
border-top:1px solid #ff882b;
margin:5px 0px 5px 0px;
}
.htmlView p, .htmlEdit p{
margin-bottom:1.0em;
}
.htmlView a, .htmlEdit a{
text-decoration:underline;
color:#000000;
cursor:pointer;
}
.htmlView a.bladWijzer, .htmlEdit a.bladWijzer{
text-decoration:none;
color:#000000;
}
.htmlView a.bladWijzer:hover, .htmlEdit a.bladWijzer:hover{
text-decoration:none;
color:#000000;
}
.htmlView a.blauw, .htmlEdit a.blauw {
color: #5F7DB3 !important; 
}
.htmlView a.oranje, .htmlEdit a.oranje { 
color: #ff882b; 
}
.htmlView a.paars, .htmlEdit a.paars { 
color: #8D5EB5; 
}
.htmlView a:hover, .htmlEdit a:hover{
color:#ff882b;
text-decoration:underline;
}
.htmlView a:visited, .htmlEdit a:visited{
text-decoration:underline;
color: #5F7DB3; 
cursor:pointer;
}
.htmlView ul, .htmlEdit .table ul{
display:block;
list-style-position:outside;
}
.htmlView table p, .htmlEdit table p{
margin: 0px;
}
.htmlView ul, .htmlEdit ul{
margin-top: -1em;
margin-bottom: -1em;
}
.htmlView span ul, .htmlEdit span ul{
margin-top: 0px;
margin-bottom: 0px;
}

.htmlView ul li, .htmlEdit ul li{
margin-left:16px;
}
.htmlView ol, .htmlEdit ol{
display:block;
list-style-position:inside;
}
.htmlView ol li, .htmlEdit ol li{
}
.htmlViewol li div, .htmlEdit li div{
display:inline;
}
.htmlView img, .htmlEdit img{
margin:0px;
padding:0px;
border:0px;
}
.htmlView .blauw , .htmlEdit .blauw, .htmlView span.blauw , .htmlEdit span.blauw {
color:#5F7DB3 !important;
}
.htmlView p.blauwelink a, .htmlEdit p.blauwelink a{
color:#5F7DB3 !important;
}
.htmlView span.blauwelink a, .htmlEdit span.blauwelink a{
color:#5F7DB3 !important;
}
.htmlView .oranje, .htmlEdit .oranje, .htmlView span.oranje, .htmlEdit span.oranje{
color:#ff882b;
}
.htmlView p.oranjelink a, .htmlEdit p.oranjelink a{
color:#ff882b;
}
.htmlView span.oranjelink a, .htmlEdit span.oranjelink a{
color:#ff882b;
}
.htmlView .paars, .htmlEdit .paars,.htmlView span.paars, .htmlEdit span.paars{
color:#8D5EB5;
}
.htmlView p.paarselink a, .htmlEdit p.paarselink a{
color:#8D5EB5 !important;
}
.htmlView span.paarselink a, .htmlEdit span.paarselink a{
color:#8D5EB5 !important;
}

p.blauwelink a, span.blauwelink a, a.blauwelink{
color:#5F7DB3 !important;
text-decoration:none !important;
}
p.oranjelink a, span.oranjelink a, a.oranjelink{
color:#ff882b !important;
text-decoration:none !important;
}
p.paarselink a, span.paarselink a, a.paarselink{
color:#8D5EB5 !important;
text-decoration:none !important;
}

p.blauwelink a:hover, span.blauwelink a:hover, a.blauwelink:hover{
color:#5F7DB3 !important;
text-decoration:underline !important;
}
p.oranjelink a:hover, span.oranjelink a:hover, a.oranjelink:hover{
color:#ff882b !important;
text-decoration:underline !important;
}
p.paarselink a:hover, span.paarselink a:hover,a.paarselink:hover{
color:#8D5EB5 !important;
text-decoration:underline !important;
}
	
/* tabellen */

.htmlView TABLE, .htmlEdit TABLE {
padding:0px;
border:0px;
}
.htmlView TABLE.border, .htmlEdit TABLE.border {
margin:5px 0px 0px 0px;
border: solid 1px #A8A6A6;
}
.htmlView table td, .htmlEdit table td{
text-align:left;
vertical-align:text-top;
}

.htmlView TABLE TH, .htmlEdit TABLE TH {
text-align:left;
vertical-align:top;
font-weight:bold;
}

.htmlView TABLE.border TD, .htmlEdit TABLE.border TD {
border: solid 1px #C8C6C6;
}
