@CHARSET "ISO-8859-1";

.tMCE img {
	margin: 6px;	
}
.tMCE ol {
	padding: 0px 0px 0px 18px;
}
.tMCE a:hover, .tMCE a {
	text-decoration: underline;	
}
.tMCE .intro {
	color: #666;
    font-weight: bold;
}
.tMCE .intro a {
	color: #666;
    font-weight: bold;
    text-decoration: underline;
}
.tblHeader td,.tblLow td,.tblHigh td {
    padding: 4px 0 4px 0;
}
.tMCE td a, .tMCE td a:hover {
	color: #000;
	font-weight: normal;
}
body.rood .tMCE {
	color: #666;	
}
body.rood .tMCE table {
	border-collapse: collapse;
	border-top: 1px #666 solid;	
	border-left: 1px #666 solid;	
}
body.rood .tMCE .tblHeader td {
    color: #990000;
    font-weight: bold;
    background: #fff;
    padding-left: 5px;
    border-bottom: 1px solid #990000;
}
body.rood .tMCE .tblLow td {
    color: #666;
    padding-left: 16px;
    background: #fff url('../img/red_table_dot.gif') no-repeat;
}
body.rood .tMCE .tblHigh td {
    color: #666;
    padding-left: 16px;
    background: #efefef url('../img/red_table_dot2.gif') no-repeat;
}
body.rood .tMCE td {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

body.blauw .tMCE {
	color: #666;	
}
body.blauw .tMCE table {
	border-collapse: collapse;
	border: 1px white solid;
}
body.blauw .tMCE .tblHeader td {
    color: #7191bf;
    font-weight: bold;
    background: #fff;
    padding-left: 5px;
    border-bottom: 1px solid #7191bf;
}
body.blauw .tMCE .tblLow td {
    color: #00307f;
    padding-left: 16px;
    background: #fff url('../img/blue_table_dot.gif') no-repeat;
}
body.blauw .tMCE .tblHigh td {
    color: #00307f;
    padding-left: 16px;
    background: #f2f7fc url('../img/blue_table_dot2.gif') no-repeat;
}
body.blauw .tMCE td {

}

.tblLow td,.tblHigh td {
}


h1 {
    font: 20px Tahoma, Verdana, Arial;
	color: #000;
	font-weight: bold;
}
h2 {
    font: 12px Tahoma, Verdana, Arial;
	color: #000;
	font-weight: bold;
}
.tMCE ul li {
	background: url('../img/list.gif') left 6px no-repeat;
	padding-left: 10px;		
}
.tMCE ol li {
	margin-left: 10px;		
}
/**
 * Links
 */
 

.tMCE a.linkbl {
	color: #32B0D8;
	font-weight: bold;
	text-decoration: underline;
}
.tMCE a:hover.linkbl {
	color: #009CCF;
	font-weight: bold;
	text-decoration: underline;
}
.tMCE a.linkgr {
	color: #62B65E;
	font-weight: bold;
	text-decoration: underline;
}
.tMCE a:hover.linkgr {
	color: #2D9E28;
	font-weight: bold;
	text-decoration: underline;
}
.tMCE .mceFormError {
	border: 1px solid #500;
	padding-left: 18px;
	background-image: url('../img/icwarn.gif');
	background-position: 2px 0px;
	background-repeat: no-repeat;
}