body         { background: #ffffff; margin-top:0; margin-left:0; margin-right:0; FONT-FAMILY:"Verdana"; font-size: 12px; font-color:#FFFFFF }
table        {FONT-FAMILY: "Verdana"; font-size: 12px; line-height:130%}
link         {font-family: Verdana; font-size: 12px}
.inputcl        {border: 2px solid #07443F; background-color: #D9FBF9; font-family: Verdana; font-size: 12px}





.buttonoff    { 
  font-family: Verdana; 
  font-size: 10px; color: #FFFFFF; 
  cursor: hand; 
  text-decoration:none; 
  background: url('../pagepic/butoff.png');
  width: 160px;
  height: 31px;
  padding-left: 4px;
  text-align:center
}

.buttonon   { 
  font-family: Verdana; 
  font-size: 10px; color: #000000; 
  cursor: hand; 
  text-decoration:none; 
  background: url('../pagepic/buton.png');
  width: 160px;
  height: 31px;
  padding-left: 4px;
  text-align:center
}


.ab          { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;                color: #000000 }
.abw         { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;                color: #FFFFFF }
.selectbox   { font-size: 8pt; font-family: Verdana; color: #0000FF; font-weight: bold }
.header      { color: #FFFFFF; font-family: Verdana; font-size: 10px; font-weight: bold;}
.tekstgroepgroot {font-size:11px;font-family:Verdana;color:#FFFFFF;font-weight:bold;text-transform: uppercase;background-color:#7286B8}
input, textarea {font-family:arial;font-size:11px;}
.lnkWht {color:#ffffff; text-decoration:none; }
.lnkWhtm {font-family: Verdana; font-size: 10px;color: #000000; cursor: hand; text-decoration:none;}
.lnkYel {color:#ffff00; text-decoration:none;}
.lnkBlu {color:#0000ff; text-decoration:none;}
.lnkBlk {color:#000000;}
.lnkBlkn {color:#000000; text-decoration:none;}
.lnkMnu  {color:#ffffff; text-decoration:none; font-size: 11px;}
.lnkMnus {color:#ffff00; text-decoration:none; font-size: 11px;}
.menutable {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=92);border-left: 1px solid #6B80B2;border-right: 1px solid #6B80B2;border-bottom: 1px solid #6B80B2}

.green {
   color: #07443F;
   text-decoration: none;
}

.greenlarge {
   color: #07443F;
   text-decoration: none;
   font-size=18px;
}

a:link{
  color:#000000;
}


a:visited{
  color:#000000;
}

a:hover{
  color:#84a89c;
  text-decoration:none;
}

.lnkWht a{
   font-size: 10px; 
   color: #FFFFFF;
   text-decoration: none;
}

.lnkWht a:visited{
  color:#FFFFFF;
}


.menurow a{
   font-size: 10px; 
   color: #FFFFFF;
   width: 100%;
   height: 100%;
   text-decoration: none;
   padding-left: 6px;
   padding-right: 6px;
   padding-top: 0px;
   padding-bottom: 0px;

   }
   
   
.menurow a:hover {
    background-color:#CEDFF6;
    color: #000000;    
    }

    
.topmenubutton  a { 
     font-family: Verdana; 
     font-size: 10px;
     color: #000000; 
     cursor: hand; 
     text-decoration:none;
     }

.topmenubutton a:hover{ 
     color: #0000FF;
     }
     
     
     



/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#000000;
    font-size:11px;
    font-family:Verdana; Arial;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
    filter:
       progid:DXImageTransform.Microsoft.Gradient(startColorStr='#487D95', endColorStr='#DADEE9', gradientType='1')
  	   alpha(opacity=85);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#255470;
	color:white;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}