/* Algemene stijlen */
body {
		font-family : Arial, sans-serif;
		color :#0059A3;
		font-size : 0.8em;
		text-align : left;
		}
	
.normal {
  	color: #0059A3;
		font-family : Arial, sans-serif;
  	font-size:0.8em; 
		font-weight : normal;
		text-align : left;
		}

.header{
		color : white;
  	font-size:0.8em; 
		font-weight : bold;
		text-align : left;
		}
	
.reverse {
		color: white;
  	font-size:0.8em; 
		text-align : left;
		font-weight : normal;
		}


/*  Stijl tabel kaders */
.table01TL {
		height : 24px;
		width: 5px;
		background-image : url(../images/headerleft01.gif);
		background-repeat : no-repeat;
		}

.table01TM {
		height : 24px;
		width: auto;
		vertical-align: middle;
		background-image : url(../images/headermiddle01.gif);
		background-repeat : repeat-x;
		}

.table01TR {
		height : 24px;
		width: 5px;
		background-image : url(../images/headerright01.gif);
		background-repeat : no-repeat;
		}

.table01ML {
		border-left: 1px solid #E56929;
		background-color: #FDF3EE;
		}

.table01MM {
		background-color: #FDF3EE;
		}

.table01MR {
		border-right: 1px solid #E56929;
		background-color: #FDF3EE;
		}

.table01BL {
		height : 2px;
		border-bottom: 1px solid #E56929;
		border-left: 1px solid #E56929;
		background-color: #FDF3EE;
		}

.table01BM {
		height : 2px;
		border-bottom: 1px solid #E56929;
		background-color: #FDF3EE;
		}

.table01BR {
		height : 2px;
		border-bottom: 1px solid #E56929;
		border-right: 1px solid #E56929;
		background-color: #FDF3EE;
		}

.table02TL {
		height : 24px;
		width: 5px;
		background-image : url(../images/headerleft02.gif);
		background-repeat : no-repeat;
		}

.table02TM {
		height : 24px;
		width: auto;
		vertical-align: middle;
		background-image : url(../images/headermiddle02.gif);
		background-repeat : repeat-x;
		}

.table02TR {
		height : 24px;
		width: 5px;
		background-image : url(../images/headerright02.gif);
		background-repeat : no-repeat;
		}
		
.table02ML {
		border-left: 1px solid #0059A3;
		background-color: #ECF5FF;
		}

.table02MM {
		background-color: #ECF5FF;
		}

.table02MR {
		border-right: 1px solid #0059A3;
		background-color: #ECF5FF;
		}

.table02BL {
		height : 2px;
		border-bottom: 1px solid #0059A3;
		border-left: 1px solid #0059A3;
		background-color: #ECF5FF;
		}

.table02BM {
		height : 2px;
		border-bottom: 1px solid #0059A3;
		background-color: #ECF5FF;
		}

.table02BR {
		height : 2px;
		border-bottom: 1px solid #0059A3;
		border-right: 1px solid #0059A3;
		background-color: #ECF5FF;
		}

/* Achtergrondkleur in update formulieren */

.table01reverse {
		background-color: #E56929;
		}

.table02reverse {
		background-color: #0059A3;
		}

/* Stijlen Algemeen */

a  	{
		text-decoration : underline;  
		color :#0059A3;
		}

Pre	{
		color: white;
		background-color : #0059A3;
		text-align : left;
		}

Address {
		color: white;
		background-color : #0059A3;
		text-align : left;
		}

p		{
		color: #0059A3;
  	font-size:0.8em; 
		font-weight : normal;
		text-align : left;
		}

td 	{
		color: #0059A3;
		font-weight : normal;
		text-align : left;
		}

.footer {
		color: #0059A3;
		font-weight : normal;
		text-align : center;
		}

.submit {
		background-color :#6699FF;
		color: White;
		}

ol {
		color: #0059A3;
		font-weight : normal;
		text-align : left;
		}

ul {
		color: #0059A3;
		font-weight : normal;
		text-align : left;
		}

.editor {
		background-color: white;
		}

/* Items behorend bij menu-items */
.mainDiv {
		width:190px;
		}
		
.topItem {
		width:190px;
  	height:21px;
  	cursor:pointer; 
  	background-image : url(../images/headermiddle.jpg);
  	background-repeat : repeat-x;
  	color: white; 
 /* 	padding-left:5px; */
		padding: 3px 0 0 5px ;
  	vertical-align: middle;
  	font-family: Arial, sans-serif;
  	font-size : 0.8em; 
  	font-weight:bold; 
		}

.dropMenu {
  	background:#ECF5FF;
		border-top:1px solid #467BF2;
  	border-left:1px solid #92B1F8;
  	border-right:1px solid #92B1F8;
  	border-bottom:1px solid #92B1F8;
		}

.subMenu {
   display:none;
	 }
	 
.subItem {
   padding-left:10px;
   cursor:pointer;
   text-decoration:none;
   color: #0059A3;
   vertical-align: middle;
   font-family: Arial, sans-serif;
   font-size : 0.8em; 
   font-weight:bold;
	 }

.subItem a {
   text-decoration:none;
   color: #0059A3;
	 }

.subItemOver {
   padding-left:10px;
   cursor:pointer;
   color: #0059A3;
   text-decoration:underline;
   vertical-align: middle;
   font-size : 0.8em; 
   font-family: Arial;
   font-weight:bold;
	 }

.subItemOver  a {
   color:#0059A3;
	 }

.drop {
   border-left:1px solid black;
   border-right:1px solid black;	
	 }

