html
{
	font: 100% arial, helvetica, sans-serif;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body
{
	font: 72% arial, helvetica, sans-serif;
	text-align: center; 
	margin: 0px; 
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #F4F4F9;
	color: #222D84;
	overflow: auto;
}

html>body
{
	font: 75% arial, helvetica, sans-serif;
}

/* algemeen -------------------------*/


h1, h2, h3, h4, h5, h6 
{    
	font-weight: bold; 
	margin-bottom: 0px;
	background-color: #FFF;
}

h1 
{      
	font-size: 110%;
	color: #FFF;
	font-weight: bold;
	padding: 0px 5px 1px 5px;
	margin: 0px;
	letter-spacing: 2px;
	font-variant: small-caps;
	display: block;
	background-color: #222D84;
}

.body_0 h1 
{
	background-color: #DA9A2F;
}

.body_1 h1 
{
	background-color: #68A042;
}

.body_2 h1 
{
	background-color: #D05D2B;
}

.body_3 h1 
{
	background-color: #4E8CC5;
}

.body_4 h1 
{
	background-color: #BAB600;
}

.body_5 h1 
{
	background-color: #7B84C5;
}

.body_6 h1 
{
	background-color: #6D6350;
}

.body_7 h1 
{
	background-color: #DA9A2F;
}

h2 
{    
	font-size: 140%;
}

h3 
{     
	font-size: 130%; 
}

h4 
{   
	font-size: 120%; 
}

h5 
{   
	font-size: 110%; 
}

h6 
{     
	font-size: 100%; 
}

.body_0 h2, .body_0 h3, .body_0 h4, .body_0 h5, .body_0 h6 
{
	color: #DA9A2F;
}

.body_1 h2, .body_1 h3, .body_1 h4, .body_1 h5, .body_1 h6 
{
	color: #68A042;
}

.body_2 h2, .body_2 h3, .body_2 h4, .body_2 h5, .body_2 h6 
{
	color: #D05D2B;
}

.body_3 h2, .body_3 h3, .body_3 h4, .body_3 h5, .body_3 h6 
{
	color: #4E8CC5;
}

.body_4 h2, .body_4 h3, .body_4 h4, .body_4 h5, .body_4 h6 
{
	color: #BAB600;
}

.body_5 h2, .body_5 h3, .body_5 h4, .body_5 h5, .body_5 h6 
{
	color: #7B84C5;
}

.body_6 h2, .body_6 h3, .body_6 h4, .body_6 h5, .body_6 h6 
{
	color: #6D6350;
}

.body_7 h2, .body_7 h3, .body_7 h4, .body_7 h5, .body_7 h6 
{
	color: #DA9A2F;
}

p
{
	margin-top: 0px;
	margin-bottom: auto;
}

a
{
	color: #222D84;
	text-decoration: underline;
}

a:visited
{
	color: #606;
}

a:hover
{
	color: #9096C1;
}

span.nolink
{
	color: #9096C1;
}

ol 
{ 
	list-style: decimal outside;
}

ul 
{
	list-style: url(../images1/bullet_0.gif) outside;
}

.body_0 #content ul 
{
	list-style: url(../images1/bullet_0.gif) outside;
}

.body_1 #content ul
{
	list-style: url(../images1/bullet_1.gif) outside;
}

.body_2 #content ul
{
	list-style: url(../images1/bullet_2.gif) outside;
}

.body_3 #content ul
{
	list-style: url(../images1/bullet_3.gif) outside;
}

.body_4 #content ul
{
	list-style: url(../images1/bullet_4.gif) outside;
}

.body_5 #content ul 
{
	list-style: url(../images1/bullet_5.gif) outside;
}

.body_6 #content ul
{
	list-style: url(../images1/bullet_6.gif) outside;
}

.body_7 #content ul 
{
	list-style: url(../images1/bullet_0.gif) outside;
}

img
{
	border: none;
}

img a
{
	border: none;
}

hr
{
	height: 1px;
	color: #C8CAE0;
	background-color: #FFF;
	border: solid #C8CAE0 0px;
}

pre 
{
	font-family: "Courier New", Mono, Serif;
	color: #666;
}

big
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

table
{
	font-size: 100%;
	border-collapse: collapse;
}

td
{
	font-size: 100%;
	vertical-align: top;
}

form
{
	margin: 0px;
	padding: 0px;
}

legend
{
	color: #BCC0DA;
}

fieldset
{
	border: #C8CAE0 1px solid;
	padding: 10px;
	margin: 10px 0px;
}

th
{
	color: #FFF;
	background-color: #222D84;
	text-align: left;
	font-weight: bold;
}

caption
{
	color: #222D84;
	text-align: left;
	font-weight: bold;
}

optgroup
{
	color: #222D84;
	background-color: #FF9;
}

option
{
	color: #222D84;
	background-color: #FFC;
}

/* containers ----------------------------------------------------*/


#container_1
{
	position: relative; 
	top: 0px; 
	background-color: #FFF;
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	overflow: auto;
}

#container_2
{ 	
	width: auto;
	height: auto;
}

#container_3
{
	text-align: left;
	width: auto;
	height: 100%;
}

.hidden
{
	display: none;
}

/* header ----------------------------------------------------*/

#header
{
	width: auto;
	height: 160px;
	padding: 0px;   
	margin: 0px;
	clear: right; 
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFF;
	overflow: hidden;
}

.body_0 #header
{     
	background-color: #DA9A2F;
}

.body_1 #header
{     
	background-color: #68A042;
}

.body_2 #header
{     
	background-color: #D05D2B;
}

.body_3 #header
{     
	background-color: #4E8CC5;
}

.body_4 #header
{     
	background-color: #BAB600;
}

.body_5 #header
{     
	background-color: #7B84C5;
}

.body_6 #header
{     
	background-color: #6D6350;
}

.body_7 #header
{     
	background-color: #DA9A2F;
}

#chcom_1 
{
	width: 100%;
	height: 160px; 
	overflow: hidden; 
	text-align: center;
}

#chcom_1 img
{  
	margin: 0px;
	padding: 0px;
	border: none;
}

/* context menu1 --------------------------*/

#mainmenu
{     
	width: 100%;
	clear: both;
	border-top: 1px solid #FFF;
	background-color: #FFF;
	overflow: hidden;
}

.body_0 #mainmenu
{     
	background-color: #DA9A2F;
}

.body_1 #mainmenu
{     
	background-color: #68A042;
}

.body_2 #mainmenu
{     
	background-color: #D05D2B;
}

.body_3 #mainmenu
{     
	background-color: #4E8CC5;
}

.body_4 #mainmenu
{     
	background-color: #BAB600;
}

.body_5 #mainmenu
{     
	background-color: #7B84C5;
}

.body_6 #mainmenu
{     
	background-color: #6D6350;
}

.body_7 #mainmenu
{     
	background-color: #DA9A2F;
}

#mainmenu ul
{
	float: left;
	position: relative;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
	margin: 0px;
	padding: 0px;
	background-image: url("../images1/cm.gif");
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

#mainmenu li
{	
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-right: 1px solid #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	width: 90px;
	border-bottom: 1px solid #FFF;
}

#mainmenu li span.nolink
{	
	color: #666;
	text-decoration: none;	
	display: block;
	width: 90px;
	text-align: center;
	border-bottom: 1px solid #FFF;
}

#mainmenu li a
{
	color: #FFF;
	text-decoration: none;	
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

#mainmenu a:hover
{
	color: #FFF;
	text-decoration: none;
}

#mainmenu a.cm_0  
{
	background-color: #DA9A2F;
}

#mainmenu a.cm_0_active  
{
	background-color: #DA9A2F;
	font-weight: bold;
}

#mainmenu li a.cm_0:hover, #mainmenu li a.cm_0_active:hover
{
	background-color: #E0A94E;
}

#mainmenu li a.cm_1  
{
	background-color: #68A042;
}

#mainmenu li a.cm_1_active  
{
	background-color: #68A042;
	font-weight: bold;
}

#mainmenu li a.cm_1:hover, #mainmenu li a.cm_1_active:hover
{
	background-color: #7FAE5E;
}

#mainmenu a.cm_2 
{
	background-color: #D05D2B;
}

#mainmenu li a.cm_2_active  
{
	background-color: #D05D2B;
	font-weight: bold;
}

#mainmenu li a.cm_2:hover, #mainmenu li a.cm_2_active:hover
{
	background-color: #D7754B;
}

#mainmenu li a.cm_3 
{
	background-color: #4E8CC5;
}

#mainmenu li a.cm_3_active  
{
	background-color: #4E8CC5;
	font-weight: bold;
}

#mainmenu li a.cm_3:hover, #mainmenu li a.cm_3_active:hover
{
	background-color: #689DCE;
}

#mainmenu li a.cm_4 
{
	background-color: #BAB600;
}

#mainmenu li a.cm_4_active  
{
	background-color: #BAB600;
	font-weight: bold;
}

#mainmenu li a.cm_4:hover, #mainmenu li a.cm_4_active:hover
{
	background-color: #C4C126;
}

#mainmenu li a.cm_5
{
	background-color: #7B84C5;
}

#mainmenu li a.cm_5_active  
{
	background-color: #7B84C5;
	font-weight: bold;
}

#mainmenu li a.cm_5:hover, #mainmenu li a.cm_5_active:hover
{
	background-color: #8F96CE;
}

#mainmenu li a.cm_6 
{
	background-color: #6D6350;
}

#mainmenu li a.cm_6_active  
{
	background-color: #6D6350;
	font-weight: bold;
}

#mainmenu li a.cm_6:hover, #mainmenu li a.cm_6_active:hover
{
	background-color: #837A6A;
}

#mainmenu li a.actnochild
{
	font-weight: bold;
}

/* #spacer ------------------------------*/

#spacer
{  
	display: none;
}

/* lefthand column ----------------------------------------------*/

#columnleft 
{   
	float: left;
	width: 201px;
	height: auto;
	line-height: 150%;
	text-align: right;
	color: #FFF;
	clear: both;
	overflow: hidden;
}

.body_0 #columnleft 
{
	background-color: #DA9A2F;
}

.body_1 #columnleft 
{
	background-color: #68A042;
}

.body_2 #columnleft 
{
	background-color: #D05D2B;
}

.body_3 #columnleft 
{
	background-color: #4E8CC5;
}

.body_4 #columnleft 
{
	background-color: #BAB600;
}

.body_5 #columnleft 
{
	background-color: #7B84C5;
}

.body_6 #columnleft 
{
	background-color: #6D6350;
}

.body_7 #columnleft 
{
	background-color: #DA9A2F;
}

#columnleft label
{
	color: #FFF;
	font-weight: bold;
	display: block;
	height: 16px;
	text-align: right;
	padding-right: 18px;
	width: 183px;
	background-image: url("../images1/arrow.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.body_0 #columnleft label
{
	background-color: #E0A94E;
}

.body_1 #columnleft label
{
	background-color: #7FAE5E;
}

.body_2 #columnleft label
{
	background-color: #D7754B;
}

.body_3 #columnleft label
{
	background-color: #689DCE;
}

.body_4 #columnleft label
{
	background-color: #C4C126;
}

.body_5 #columnleft label
{
	background-color: #8F96CE;
}

.body_6 #columnleft label
{
	background-color: #837A6A;
}

.body_7 #columnleft label
{
	background-color: #E0A94E;
}

#columnleft ul
{
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#columnleft li 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#columnleft li a, #columnleft li a.child 
{
	color: #FFF;
	padding-right: 18px;
	width: 183px;
	display: block;
	background-image: url("../images1/arrow_2.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	border-bottom: none;
	text-decoration: none;
}

.body_0 #columnleft a:hover
{
	background-color: #E0A94E;
}

.body_1 #columnleft a:hover
{
	background-color: #7FAE5E;
}

.body_2 #columnleft a:hover
{
	background-color: #D7754B;
}

.body_3 #columnleft a:hover
{
	background-color: #689DCE;
}

.body_4 #columnleft a:hover
{
	background-color: #C4C126;
}

.body_5 #columnleft a:hover
{
	background-color: #8F96CE;
}

.body_6 #columnleft a:hover
{
	background-color: #837A6A;
}

.body_7 #columnleft a:hover
{
	background-color: #E0A94E;
}

#columnleft li a.active 
{
	background-image: url("../images1/arrow_2_ac.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
}

#columnleft li a.active:hover 
{
	background-image: url("../images1/arrow_2_ac.gif"); 
}

#columnleft li a.actnochild
{
	background-image: none;	
	font-weight: bold;
}

#columnleft li a.actnochild:hover 
{
	background-image: none; 
}

#columnleft li a.nochild 
{
	background-image: none;
}

#columnleft li a.nochild:hover 
{
	background-image: none; 
}

#columnleft li span.nolink
{
	padding-right: 18px;
	color: #FFF;
	width: 183px;
	display: block;
	background-image: none;
}

#columnleft ul ul
{
	border-top: none;
}

#columnleft li li a,#columnleft li li a.child 
{
	background-image: none;
}

.body_0 #columnleft ul ul a, .body_0 #columnleft li li a, .body_0 #columnleft li li span.nolink
{
	background-color: #E5B86D;
}

.body_1 #columnleft ul ul a, .body_0 #columnleft li li a, .body_1 #columnleft li li span.nolink
{
	background-color: #95BC7A;
}

.body_2 #columnleft ul ul a, .body_0 #columnleft li li a, .body_2 #columnleft li li span.nolink
{
	background-color: #DE8D6A;
}

.body_3 #columnleft ul ul a, .body_0 #columnleft li li a, .body_3 #columnleft li li span.nolink
{
	background-color: #83AED6;
}

.body_4 #columnleft ul ul a, .body_0 #columnleft li li a, .body_4 #columnleft li li span.nolink
{
	background-color: #CFCC4C;
}

.body_5 #columnleft ul ul a, .body_0 #columnleft li li a, .body_5 #columnleft li li span.nolink
{
	background-color: #A2A9D6;
}

.body_6 #columnleft ul ul a, .body_0 #columnleft li li a, .body_6 #columnleft li li span.nolink
{
	background-color: #999184;
}

.body_7 #columnleft ul ul a, .body_0 #columnleft li li a, .body_7 #columnleft li li span.nolink
{
	background-color: #E5B86D;
}

#columnleft li li a:hover 
{
	background-image: none;
}

#columnleft li li a.active 
{
	background-image: none;	
}

#columnleft li li a.active:hover 
{
	background-image: none;
}

#columnleft li li a.nochild 
{
	background-image: none;
}

#columnleft li li a.nochild:hover 
{
	background-image: none;
}

#columnleft li li span.nolink
{
	padding-right: 18px;
	color: #FFF;
	width: 183px;
	display: block;
	background-image: none;
}

/* center column ----------------------------------------------*/

#columncenter
{
	float: none;
	width: auto;     
	height: auto;
	padding: 0px;
	margin-left: 211px;
	margin-right: 211px;
	border: 1px solid #FFF;
}

.body_0 #container_1 
{
	background-image: none;
}

.body_0 #columncenter 
{
	margin-left: 10px;
}

#content 
{
	width: 96%;
	line-height: 150%;
	overflow: auto;
}

#columncenter>#content 
{
	width: 100%;
}

#pagetitlediv
{
	width: 100%;
	margin: 5px 0px;
	clear: both;
}

h1.pagetitle
{
}

span.accesskey
{
	text-decoration: underline;
}

span.error 
{
	color: #DFB64A;
	font-weight: bold;
}

/* application menu ---------------------------------------------*/


#appmenu
{     
	width: 100%;
	clear: both;
}

#appmenulevel
{     
	padding: 1px 0px;
	clear: both;
	width: 100%;
}

#appmenu ul
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	clear: both;
}

#appmenu li
{	
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	float: left;
	display: inline;
	white-space: nowrap;
	border-right: 1px solid #FFF;
}

#appmenu a, #appmenu a:visited
{
	padding: 0px 10px;
	color: #FFF;
	text-decoration: none;	
	text-align: center;
	background-color: #DA9A2F;
	border-bottom: none; 
}

#appmenu a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #E0A94E;
}

#appmenu a.active
{
	color: #FFF;
	font-weight: bold;
	background-color: #E0A94E;
}

#appmenu span
{
	padding: 0px 10px;
	color: #FFF;
	text-align: center;
	background-color: #DA9A2F;
}

/* Wizard classes ---------------------*/

#wizard
{     
	width: 100%;
	background-color: #FFF;
	font-size: 95%;
	padding: 0px;
	clear: both;
}

#wizard ul
{
	width: 100%;	
	padding: 0px;
	margin: 0px 0px 0px -6px;
}

#wizard li
{	
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-right: 1px solid #CCC;
	float: left;
	display: inline;
}

#wizard a, #wizard a:visited
{
	color: #222D84;
	text-decoration: underline;	
	padding: 0px 6px;
	text-align: center; 
}

#wizard a:hover
{
	color: #222D84;
	text-decoration: underline;
	border-bottom: none;
}

.body_0 #wizard a, .body_0 #wizard a:visited
{
	color: #DA9A2F;
}

.body_1 #wizard a, .body_1 #wizard a:visited
{
	color: #68A042;
}

.body_2 #wizard a, .body_2 #wizard a:visited
{
	color: #D05D2B;
}

.body_3 #wizard a, .body_3 #wizard a:visited
{
	color: #4E8CC5;
}

.body_4 #wizard a, .body_4 #wizard a:visited
{
	color: #BAB600;
}

.body_5 #wizard a, .body_5 #wizard a:visited
{
	color: #7B84C5;
}

.body_6 #wizard a, .body_6 #wizard a:visited
{
	color: #6D6350;
}

.body_7 #wizard a, .body_7 #wizard a:visited
{
	color: #DA9A2F;
}

#wizard span.nolink
{
	color: #CCC;
	text-decoration: none;	
	padding: 0px 6px;
	text-align: center; 
}

/* righthand column ----------------------------------------------*/

#columnright
{
	float: right;
	width: 200px;
	line-height: 150%;
	color: #FFF;
	clear: right;
	margin-bottom: 10px;
	overflow: hidden;
}

.body_0 #columnright 
{
	background-color: #DA9A2F;
}

.body_1 #columnright 
{
	background-color: #68A042;
}

.body_2 #columnright 
{
	background-color: #D05D2B;
}

.body_3 #columnright 
{
	background-color: #4E8CC5;
}

.body_4 #columnright 
{
	background-color: #BAB600;
}

.body_5 #columnright 
{
	background-color: #7B84C5;
}

.body_6 #columnright 
{
	background-color: #6D6350;
}

.body_7 #columnright 
{
	background-color: #DA9A2F;
}

#columnright label
{
	color: #FFF;
	font-weight: bold;
	display: block;
	height: 16px;
	width: 182px;
	padding-left: 18px;
	background-image: url("../images1/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-top: 1px solid #FFF;
	text-align: left;
}

.body_0 #columnright label
{
	background-color: #E0A94E;
}

.body_1 #columnright label
{
	background-color: #7FAE5E;
}

.body_2 #columnright label
{
	background-color: #D7754B;
}

.body_3 #columnright label
{
	background-color: #689DCE;
}

.body_4 #columnright label
{
	background-color: #C4C126;
}

.body_5 #columnright label
{
	background-color: #8F96CE;
}

.body_6 #columnright label
{
	background-color: #837A6A;
}

.body_7 #columnright label
{
	background-color: #E0A94E;
}

#columnright hr
{
	color: #FFF;
	background-color: #FFF;
	height: 1px;
}

#columnright img
{
	border: none;
}

#columnright form
{
	padding: 0px;
}

#columnright fieldset
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#columnright legend
{
	display: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#columnright ul
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;	
}

#columnright li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#columnright a
{
	color: #FFF;
	width: 182px;
	display: block;
	padding-left: 18px;
	border-bottom: none;
	background-image: url("../images1/arrow_ri.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
}

.body_0 #columnright a:hover
{
	background-color: #E0A94E;
}

.body_1 #columnright a:hover
{
	background-color: #7FAE5E;
}

.body_2 #columnright a:hover
{
	background-color: #D7754B;
}

.body_3 #columnright a:hover
{
	background-color: #689DCE;
}

.body_4 #columnright a:hover
{
	background-color: #C4C126;
}

.body_5 #columnright a:hover
{
	background-color: #8F96CE;
}

.body_6 #columnright a:hover
{
	background-color: #837A6A;
}

.body_7 #columnright a:hover
{
	background-color: #E0A94E;
}

#columnright a.active
{
	font-weight: bold;
}

#columnright li span.nolink
{
	color: #FFF;
	width: 182px;
	display: block;
	padding-left: 18px;
	background-image: none;
	text-align: left;
}

/* chcom_2 ------------------*/

#chcom_2, #chcom_3
{
	overflow: hidden;
}

#chcom_2, #chcom_3
{
	text-align: center;
}

#chcom_2 img, #chcom_3 img
{
	display: block; 
}

#columnright>#chcom_2 a img, #columnright>#chcom_3 a img
{
	display: inline; 
}

#chcom_2 label
{
	display: none;
}

#chcom_2 a, #chcom_3 a
{
	width: 100%;
	display: inline;
	padding-left: 0px;
	margin: 0px;
	background-image: none;
	background-color: transparent;
	border-bottom: none;
}

#chcom_2 a:hover, #chcom_3 a:hover
{
	background-color: transparent;
	border-bottom: none;
}

#chcom_2 ul li a, #chcom_3 ul li a
{
	text-align: left;
	width: 182px;
	display: block;
	padding-left: 18px;
	margin: 0px;
	background-image: url("../images1/arrow_ri.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

/* search ------------------*/

#search
{
	width: 100%;
	color: #222D84;
	padding: 0px;
	text-align: center;
}

input.searchfield
{	  
	color: #FFF;
	padding-left: 5px;
	background-color: transparent; 
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 5px 0px 5px 0px;
	font-size: 100%;
	font-weight: normal;
	vertical-align: middle;
	width: 75%;
	text-align: left;	 
}

input.searchfieldfocus
{	  
	color: #222D84;
	padding-left: 5px;
	background-color: #FFF; 
	border-top: 1px solid #222D84;
	border-left: 1px solid #222D84;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 5px 0px 5px 0px;
	font-size: 100%;
	font-weight: normal;
	vertical-align: middle;
	width: 75%;
	text-align: left;	 
}

input.searchbutton
{	  
	color: #FFF;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	font-weight: bold;
	border: none; 
	font-size: 100%;
	background-color: transparent;
}

/* W4A ---------------------------------------------------------------*/


/* buttons ---------*/

#actionbuttondiv 
{  
	width: auto;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#actionbuttondiv ul
{
	margin: 0px;
	padding: 0px;
	line-height: 200%;
}

#actionbuttondiv li
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

a.actionbutton, a.actionbutton:visited, a.cabutton, a.cabutton:visited, a.button, a.button:visited, input.actionbutton, input.cabutton, input.button 
{
	color: #222D84;
	text-decoration: none;
	padding: 0px 4px 1px 4px;
	white-space: nowrap;
	margin: 1px;
	background-color: #E0A94E;
	border: 1px outset;
}

a.actionbutton:hover, a.cabutton:hover, a.button:hover
{    
	color: #222D84; 
	text-decoration: none;
	background-color: #E8BF7A;
}

a.actionbuttondis, a.actionbuttondis:visited, a.actionbuttondis:hover, a.cabuttondis, a.buttondis, a.cabuttondis:hover, a.buttondis:hover, a.cabuttondis:visited, a.buttondis:visited 
{
	color: #99C;
	text-decoration: none;
	padding: 0px 4px 1px 4px;
	white-space: nowrap;
	margin: 1px;
	background-color: #DEE0ED;
	border: 1px inset;
	cursor: text;
}

a.actionbuttondis:hover, a.cabuttondis:hover, a.buttondis:hover
{    
	color: #99C; 
	text-decoration: none;
	background-color: #DEE0ED;
}

/* calendar --------------------------------------------------*/


.calendar 
{
	font-size: 100%;
	border-top: 1px solid #C8CAE0;
	border-bottom: 1px solid #C8CAE0;
	border-left: 1px solid #C8CAE0;
	background-color: #FFF;
	border-collapse: separate;
}

.calendar img
{
	margin: 0px;
}

.calendar td, .calendar th
{
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

td.CalendarHeader
{
	color: #222D84;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 1px;
	background-color: #E0A94E;
}

.CalendarHeaderWeekend
{
	background-color: #222D84;
	color: #FFC;
	border-right: 1px solid #C8CAE0;
	border-bottom: 1px solid #C8CAE0;
	line-height: 100%;
}

.CalendarHeaderWorkDay
{
	background-color: #222D84;
	color: #FFF;
	border-right: 1px solid #C8CAE0;
	border-bottom: 1px solid #C8CAE0;
	line-height: 100%;
}

th.CalendarHeaderWeekend img, th.CalendarHeaderWorkDay img
{
	height: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
}

.CalendarDay
{
	color: #222D84;
	background-color: #FFF;
	border-right: 1px solid #C8CAE0;	
	border-bottom: 1px solid #C8CAE0;		
}

.CalendarDayDisabled
{
	color: #99C;
	border-right: 1px solid #C8CAE0;	
	border-bottom: 1px solid #C8CAE0;
	background-color: #FFC;
}

td.CalendarHint
{
	color: #FFF;
	background-color: #222D84;
	text-align: center;
}

td.CalendarDayBusy 
{
	color: #222D84;
	font-weight: bold;
	background-color: #F4F4F9;
	border-right: 1px solid #C8CAE0;	
	border-bottom: 1px solid #C8CAE0;
}

.CalendarDayBusy a, .CalendarDayBusy a:visited
{
	color: #222D84;
	border: none;
	display: block;
	width: 100%;
	text-decoration: underline;
}

.CalendarDayBusy a:hover
{
	color: #000;
	border: none;
	text-decoration: underline;
	background-color: #FFF;
}

td.CalendarDayCurrent
{
	color: #222D84;
	background-color: #E0A94E;
	border-right: 1px solid #C8CAE0;	
	border-bottom: 1px solid #C8CAE0;		
}

.CalendarDayCurrent a, .CalendarDayCurrent a:visited
{
	color: #222D84;
	border: none;
	display: block;
	width: 100%;
	background-color: #E0A94E;	
	text-decoration: underline;
}

.CalendarDayCurrent a:hover
{
	color: #000;
	border: none;
	background-color: #DA9A2F;
	text-decoration: underline;
}

td.CalendarDayCurrentBusy
{
	color: #222D84;
	font-weight: bold;
	background-color: #E0A94E;
	border-right: 1px solid #C8CAE0;
	border-bottom: 1px solid #C8CAE0;		
}

.CalendarDayCurrentBusy a, .CalendarDayCurrentBusy a:visited
{
	color: #222D84;
	border: none;
	display: block;
	width: 100%;
	text-decoration: underline;		
}

.CalendarDayCurrentBusy a:hover
{
	color: #000;
	border: none;
	background-color: #DA9A2F;
	text-decoration: underline;
}

td.CalendarDaySelected
{
	color: #222D84;
	background-color: #F4F4F9;
	border-right: 1px solid #222D84;
	border-bottom: 1px solid #222D84;
}

.CalendarDaySelected a, .CalendarDaySelected a:visited
{
	color: #222D84;
	border: none;
	display: block;
	width: 100%;
	font-weight: bold;
	text-decoration: underline;	
}

.CalendarDaySelected a:hover
{
	color: #000;
	border: none;
	background-color: #FFF;
	text-decoration: underline;
}

td.CalendarDayCurrentSelected
{
	color: #222D84;
	font-weight: bold;
	background-color: #E0A94E;
	border-right: 1px solid #222D84;
	border-bottom: 1px solid #222D84;
}

.CalendarDayCurrentSelected a, .CalendarDayCurrentSelected a:visited
{
	color: #222D84;
	border: none;
	display: block;
	width: 100%;
	text-decoration: underline;	
}

.CalendarDayCurrentSelected a:hover
{
	color: #000;
	border: none;
	background-color: #DA9A2F;
	text-decoration: underline;
}


/* form elements ---------*/


.formcomment 
{
	color: #9096C1;
	font-size: 80%;
}

.formcaption 
{
	color: #222D84;
	padding-right: 3px;
}

.dropdown 
{
	font: 100% arial, helvetica, sans-serif; 
	color: #222D84;
	background-color: #FFC;
	border: 1px solid #222D84;
	padding-left: 3px;
}

.checkbox
{
	color: #222D84;
	font-size: 100%;
	background-color: transparent;
	border: none;
}

.textarea
{
	font: 100% arial, helvetica, sans-serif; 
	color: #222D84;
	border-top: 1px solid #222D84;
	border-left: 1px solid #222D84;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFC;
	overflow: auto;
	padding-left: 3px;
}

.textbox 
{
	color: #222D84;
	font: 100% arial, helvetica, sans-serif; 
	border-top: 1px solid #222D84;
	border-left: 1px solid #222D84;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFC;
	padding-left: 3px;
}

.radio
{
	color: #222D84;
	font-size: 100%;
	background-color: transparent;
	border: none;
}

.fileselect
{
	color: #222D84;
	font: 100% arial, helvetica, sans-serif; 
	border-top: 1px solid #222D84;
	border-left: 1px solid #222D84;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFC;
	padding-left: 3px;
}

.inputdisabled 
{
	color: #99C;
	font: 100% arial, helvetica, sans-serif; 
	border-top: 1px solid #D1E0E8;
	border-left: 1px solid #D1E0E8;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #F2F8FB;
	padding-left: 3px;
}

/* pagegrid ---------*/


.twingridtable
{
	vertical-align: top;
}

.twingridheader 
{
	color: #222D84;
	font-weight: bold;
}

.twingridgridatd
{
	vertical-align: top;
}

.twingridbuttonstd
{
	vertical-align: top;
}

.twingridGridBTd
{
	vertical-align: top;
}

.twingridButtonsTable
{
	vertical-align: top;
}

.grid
{
	border-top: 1px solid #C8CAE0;
	border-left: 1px solid #C8CAE0;
	border-bottom: 1px solid #C8CAE0;
	font-size: 100%;
	border-collapse: separate;	
}

.grid a, .grid a:visited
{
	border-bottom: none;
	color: #222D84;
	display: block;
	width: 100%;	
}

.grid a:hover
{
	border-bottom: none;
	color: #222D84;
	background-color: #E0A94E;	
}

.grid td
{
	padding: 1px;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #C8CAE0;	
}

.gridComment 
{
	color: #222D84;
}

.gridHeaderSortimages
{
	text-decoration: none;
	border: 0px;
}

.gridheader 
{
	color: #FFF;
	font-weight: bold;
	background-color: #222D84;
	border-bottom: 1px #FFF solid;
}

.gridHeaderSorted 
{
	color: #FFF;
	font-weight: bold;
	background-color: #222D84;
	border-bottom: 1px #FFF solid;
}

.gridHeaderSortable 
{
	color: #FFF;
	font-weight: bold;
	background-color: #222D84;
	border-bottom: 1px #FFF solid;
	text-decoration: underline;
}

.gridHeaderSorted:hover
{
	color: #C2989D;
	text-decoration: none;
}

.gridHeaderSortable:hover
{
	color: #C2989D;
	text-decoration: none;
}

tr.rowodd a
{
	text-decoration: none;	
}

tr.roweven a
{
	text-decoration: none;	
}

.row
{
	text-decoration: none;	
	background-color: #FFF;
}

.rowhover
{
	text-decoration: none;
	background-color: #FFF;
}

.rowodd, .rowoddselectable
{
	background-color: #F4F4F9;
	text-decoration: none;
}

.roweven, .rowevenselectable
{
	background-color: #FFF;
	text-decoration: none;
}

.rowodd:hover, .rowoddselectable:hover, .rowodd a:hover, .rowoddselectable a:hover
{
	height: 100%;
	width: 100%;
	text-decoration: none;
	border-bottom: none;
	color: #222D84;
	background-color: #E0A94E;
}

.roweven:hover, .rowevenselectable:hover, .roweven a:hover, .rowevenselectable a:hover
{
	height: 100%;
	width: 100%;
	text-decoration: none;
	border-bottom: none;
	color: #222D84;
	background-color: #E0A94E;
}

.gridRowSelected
{
	color: #222D84;
	text-decoration: none;
	background-color: #E0A94E;
	text-decoration: none;
}

.gridPaging
{
	text-align: right;
	padding: 0px 3px;
	vertical-align: top;
}

input.filterbutton
{
	color: #222D84;
	text-decoration: none;
	padding: 0px 4px;
	white-space: nowrap;
	margin: 1px;
	height: 18px;
	border: none;
	background-color: #E0A94E;
	border: 1px outset;
	font-size: 100%;
}

input.gridfilter 
{
	width: 90%;
	color: #222D84;
	border-top: 1px solid #222D84;
	border-left: 1px solid #222D84;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFC;
	font-size: 100%;
	padding-left: 3px;
}

tr.gridfilter, td.gridfilter  
{
	background-color: #F4F4F9;	
}

/* treeview ---------*/

.tvTable, .tvtable
{
	color: #222D84;
	font-size: 100%;
	background-color: #F4F4F9;
	border: 1px solid #C8CAE0;
}

.tvHeader, .tvheader 
{
	color: #FFF;
	padding: 0px 2px;
	font-weight: bold;
	background-color: #222D84;
}

.tvImg, .tvimg
{
	cursor: default;
	background-color: #F4F4F9;
	text-decoration: none;
}

.tv, .tv:visited 
{
	background-color: #F4F4F9;
	text-decoration: none;
	cursor: default;
}

.tv:hover
{
	color: #99C;
	background-color: #F4F4F9;
	text-decoration: none;
}

a.tv, a.tv:visited
{
	color: #222D84;
	background-color: #F4F4F9;
	text-decoration: none;
	cursor: default;
}

.tvCurrent, .tvcurrent 
{
	color: #222D84;
	background-color: #F4F4F9;
	text-decoration: none;
	cursor: default;
}

.tvCurrent:Hover, .tvcurrent:hover
{
	background-color: #F4F4F9;
	text-decoration: none;
}

.tvSelectable, .tvselectable, .tvSelectable:visited, .tvselectable:visited  
{ 
	color: #222D84;
	background-color: #F4F4F9;
	text-decoration: none;
	cursor: default;
}

.tvSelectable:Hover, .tvselectable:hover 
{ 
	color: #99C;
	background-color: #F4F4F9;
	text-decoration: none;
}

.tvSelected, .tvselected
{
	color: #222D84;
	background-color: #E0A94E;
	text-decoration: none;
	cursor: default;
}

.tvDisabled, .tvdisabled  
{
	color: #99C;
	background-color: #F4F4F9;
	text-decoration: none;
	cursor: text;
}

.tvDis, .tvdis 
{
	color: #99C;
	background-color: #F4F4F9;
	text-decoration: none;
	cursor: text;
}

.tvDishover, .tvdishover
{
	color: #99C;
	background-color: #F4F4F9;
	text-decoration: none;
}

.tvNew, .tvnew 
{ 
	color: #99C;
	background-color: #F4F4F9;
	text-decoration: none;
	cursor: default;
}

.tvComment, .tvcomment 
{
	color: #222D84;
	padding: 0px 2px;
	background-color: #FFC;
	text-decoration: none;
	border-top: #C8CAE0 solid 1px;
}

.tvActions, .tvactions
{
	color: #222D84;
	text-align: right;
	text-decoration: none;
	background-color: #F4F4F9;
	cursor: default;
}

/* footer ----------------------------------------------*/

#footer
{
	height: 25px;  
	clear: both; 
	text-align: left;
	width: 100%;
	position: relative;
	bottom: 0px;
	left: 0px;
	border-bottom: 1px solid #FFF;
}

.body_0 #footer
{
	width: auto;
	background-color: #DA9A2F;
}

.body_1 #footer
{
	background-color: #68A042;
}

.body_2 #footer
{
	background-color: #D05D2B;
}

.body_3 #footer
{
	background-color: #4E8CC5;
}

.body_4 #footer
{
	background-color: #BAB600;
}

.body_5 #footer
{
	background-color: #7B84C5;
}

.body_6 #footer
{
	background-color: #6D6350;
}

.body_7 #footer
{
	background-color: #DA9A2F;
}

#disclaimer
{
	width: auto;
}

#disclaimer ul
{
	margin: 0px;  
	padding: 5px 0px 0px 0px;
}

#disclaimer li
{
	display: inline; 
	padding: 0px 5px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	border-right: #FFF solid 1px;
}

#disclaimer a
{
	color: #FFF;
	text-decoration: none;
}

#disclaimer a:hover
{
	color: #FFF;
	text-decoration: underline;
}


/* skipclasses ----------------------------------------------------*/

#skipdiv
{
	margin-left: -240px;
	padding: 0px;
	position: absolute;
	bottom: 35px;
	left: 100%;
	background-color: #FFF;
	border: #C8CAE0 solid 1px;
}

body>#skipdiv
{
	position: fixed;
}

.skiplink
{
	width: 14px; 
	height: 14px;
	display: block; 
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none; 
}

.skiplink:hover
{
	background-color: #F4F4F9; 
}

.body_0 .skiplink
{ 
	background-image: url(../images1/top_0.gif);
}

.body_1 .skiplink
{ 
	background-image: url(../images1/top_1.gif);
}

.body_2 .skiplink
{ 
	background-image: url(../images1/top_2.gif);
}

.body_3 .skiplink
{ 
	background-image: url(../images1/top_3.gif);
}

.body_4 .skiplink
{ 
	background-image: url(../images1/top_4.gif);
}

.body_5 .skiplink
{ 
	background-image: url(../images1/top_5.gif);
}

.body_6 .skiplink
{ 
	background-image: url(../images1/top_6.gif);
}

.body_7 .skiplink
{ 
	background-image: url(../images1/top_0.gif);
}

/* modal layout ------------------------------- */

body.modal
{
	background-color: #FFFDF4;
	background-image: none;	
	margin: 0px;
	padding: 0px;
	height: 100%; 
	width: 100%;
	text-align: left;
	overflow: auto;
}

body.modal p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* cms onder body.modal zetten ---------------------------*/

.cmscontainer
{
	color: #222D84;
	border-top: 1px solid #222D84;
	border-left: 1px solid #222D84;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFC;
	padding: 1px 3px;
	overflow: auto;
}

.cmscontainerselected 
{
	color: #222D84;
	border-top: 1px solid #222D84;
	border-left: 1px solid #222D84;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	padding: 1px 3px;
	overflow: auto;
}

.cmscontainerdisabled
{
	color: #99C;
	border-top: 1px solid #D3D5E6;
	border-left: 1px solid #D3D5E6;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #F4F4F9;
	padding: 1px 3px;
	overflow: auto;
}

.cmscontainerdisabled *
{
	color: #99C;
}

div.cmscontainer p, div.cmscontainerselected p, div.cmscontainerdisabled p
{
	margin-top: 0px;
	margin-bottom: auto;
}

/* editor ------------------------*/

#htmleditortoolbar
{
	margin-bottom: 0px;
	font-size: 11px;
}