<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General styles */
body {
	margin:0px 2px 2px 8px;
	margin-top:0px;
	padding-top:0px;
	background-color:#ccc;
	/*background-image: url(../Images/background.gif);
	background-repeat:repeat-y;*/
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-family:Verdana, Arial, sans-serif;
	font-size: 14px;
}
#aspnetForm {
	margin:0px 0px 0px 0px;
}
h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
}
h1 {    	
	font-weight: bold;	
	font-size: 1.1em;
}
p {
    margin:0.4em 0 0.8em 0.5em;
    padding:0;
}
img {
/*	margin:10px 0 5px; */
}

.clear {
     float:none;
     clear:both;
}

/* ----------------------------------------------
	ANCHOR STYLES
-----------------------------------------------*/

a, a:link, a:visited {
    /*color: #000;*/
    text-decoration: underline;
}
a:focus {
    background: none; /* implemented via active psuedo class in ie6/7.css */
}
a:hover {
    /*color: #cccccc;*/
    text-decoration: underline;
}

/* BEWIND */
div.kop {
	background-color:#B1DAB7;
	/*background: #BDF7B5 url(../Images/gradient.gif) repeat-y 220px;
	background-image: url(../Images/gradient.gif);
	border:2px solid #ffffff;
	border-top-width: 2px;*/
	width:1000px;
	margin-top:0px;
}
div.koplinks {
    background-color:#FFFFFF;
    float:left;
    width:220px;
    padding-left:0px;
    padding-right:0px;
}
div.koplinks h1 
{
    font-size: 1.7em;
    color: #006400;
    padding-left:1em;    
}
div.kopmidden {
    float:left; 	
 	width: 530px;
    padding: 0 10px 0 10px;
}
div.kopmidden h1 {
	font-size:1.7em;
 	text-align:center;
	vertical-align:middle;
	color: #000000;
}
div.midden {
	width:1000px;
	/*border:2px solid #ffffff;*/
 	clear:both;
 	overflow:auto;
 	background-color:#ffffff; 	
 	min-height:660px;
}
div.middenlinks {
 	padding:5px 10px 20px 10px;
	background-color:#ffffff;
 	width:200px;
 	float:left;
}
div.middenmidden {
 	padding:10px 10px 20px 10px;
	background-color:#fff;
 	min-height:660px;
 	float:left;
 	width:510px; 	
}
div.middenrechts {
	background-color:#ffffff;
	padding:0px 5px 15px 10px;
 	width:230px;
 	float:left;
}
div.koponder {
    clear:both;
    float:none;
}

/* Footer styles */
#footer 
{
    /* css to keep footer at bottom */    
    width:1000px;
    height:4em; /* Height of the footer */    
  	border-top:3px solid #666666;
	background:#fff;
	color:#666666;	
    clear:both;
    float:left;
}
#footer p 
{
    font-size:.6em;
    padding:1em 1em 1em 2.5em;
    margin:0;
}
#footer p span.copyright {
	position:relative;
	float:left;
}
#footer p span.pageinfo {
	position:relative;
	float:right;
}



/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}
/* Menu CSS */
div.menu
{
    width:1000px;
}

.AspNet-LoginStatus, .AspNet-LoginStatus:link, .AspNet-LoginStatus:visited  
{
	font-weight:bold;
    display: block;
    width: 110px;
    margin-left: 11px;
    padding: 6px 0 10px;
    float:left;
	position:relative;
	text-decoration:underline;	
    font-size: 0.85em;
    text-align:center;
    color: #005908;
    
}
.AspNet-LoginStatus:focus {
    background: none; /* implemented via active psuedo class in ie6/7.css */
}
.AspNet-LoginStatus:hover {
	text-decoration:underline;
}

#ctl00_Menu1 
{
    width:879px;
	height: 30px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

/* ----------------------------------------------
	BUTTONS
-----------------------------------------------*/
/* normal styles (button 1 in background image) */
button, a.btn, a.btn:link, a.btn:visited
{
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
    font-size: .9em;
    width: auto; /*	 overflow:visible;*/
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 28px; /* = 2 + background image button height */
    cursor: pointer;
}
button span, button em, a.btn span, a.btn em
{
    display: inline-block;
    height: 26px; /* = background image button height */
    line-height: 26px;
    margin: 0;
    color: #333333;
}
button span, a.btn span
{
    padding-left: 20px;
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 0 0;
}
button em, a.btn em
{
    color: #000;
    font-style: normal;
    padding-right: 20px;
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 100% 0;
}

/* hover styles  (button 2 in background image) */
button:hover, button.over
{
    border: none;
    background: none;
    text-decoration: none;
}
button:hover span, button.over span, a.btn:hover span
{
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 0 -26px; /* = 0 - button height */
}
button:hover em, button.over em, a.btn:hover em
{
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 100% -26px; /* = 0 - button height */
}
/* focus and active styles */
button:focus, button:active
{
    outline: inherit;
}

/* BUTTONS overrides */
/* submit (button 4 in background image) */
.submit, a.submit
{
    font-weight: bold;
}
.submit span, a.submit span
{
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 0 -78px; /* = 0 - 3x button height */
}
.submit em, a.submit em
{
    color: #fff;
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 100% -78px; /* = 0 - 3x button height */ 
}

/* disabled  (button 3 in background image)*/
button.disabled
{
    cursor: text;
}
button.disabled span, button.disabled em
{
    color: #999999;
}
button.disabled span
{
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 0 -52px; /* = 0 - 2x button height */
}
button.disabled em
{
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 100% -52px; /* = 0 - 2x button height */
}

/* LoginButton */
/* normal styles (button 1 in background image) */
a.LoginButton, a.LoginButton:link, a.LoginButton:visited
{
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
    font-size: .9em;
    font-weight: bold;
    width: auto; /*	 overflow:visible;*/
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    height: 28px; /* = 2 + background image button height */
    cursor: pointer;
}
a.LoginButton span, a.LoginButton em
{
    display: inline-block;
    height: 26px; /* = background image button height */
    line-height: 26px;
    margin: 0;
    color: #333333;
}
a.LoginButton span
{
    padding-left: 20px;
    /*background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 0 -78px;*/ /* = 0 - 3x button height */
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 0 0;
}
a.LoginButton em
{
    color: #000;
    font-style: normal;
    padding-right: 20px;
    /*background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 100% -78px;*/ /* = 0 - 3x button height */ 
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 100% 0;
}

/* hover styles  (button 2 in background image) */
a.LoginButton:hover span
{
    /*background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 0 -26px;*/ /* = 0 - button height */
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 0 -26px; /* = 0 - button height */    
}
a.LoginButton:hover em
{
    /*background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 100% -26px;*/ /* = 0 - button height */
    background: url(../App_Themes/BaseTheme/Images/bg_button.png) no-repeat 100% -26px; /* = 0 - button height */
}

/* GRIDVIEW - BROWSE CSS */
/* General Table CSS */
table.Browse {
    border-collapse: collapse;
    table-layout: fixed;
    border-bottom: 2px solid #99ccff;
    margin: 10px 0 0 2px;
}
table.Browse caption {
    font-weight: bold;
    text-align: left;
    font-variant:small-caps;        
    font-size: 1em;
    padding-left: 0.5em;
    caption-side: top;
}
table.Browse tr {
    padding: 0 0 0 0.5em;
    border-right: 2px solid #99ccff;
    border-left: 2px solid #99ccff;
}
/* header */
table.Browse tr.AspNet-GridView-Header {
    border: 2px solid #99ccff;
    background-color: #c1ddf1;
}
table.Browse tr th {
    vertical-align: top;
}
table.Browse tr.AspNet-GridView-Header th {
    padding: 0 0.5em 0 0.5em;
    text-align: left;
}
table.Browse tr.AspNet-GridView-Header th a,
table.Browse tr.AspNet-GridView-Header th a:link,
div.AspNet-GridView table.Browse tr.AspNet-GridView-Header th a:visited {
    color: #000000;
}
table.Browse tr.AspNet-GridView-Header th a:focus,
table.Browse tr.AspNet-GridView-Header th a:hover 
{
    color: #0066cc;
}
/* cell */
table.Browse td {
    padding: 0 0.5em 0 0.5em;
    height: 1.9em;
}

/* hover css */
table.Browse tr:hover th[scope=row], 
table.Browse tr:hover td[scope=row]
{ 
  /*background-color: #dbedfb;*/
}

/* column specific */
table.Browse tr.HeaderTop th.RowTitle,
table.Browse tr.HeaderBottom th.RowTitle,  
table.Browse td.RowTitle {
    text-align: left;
    padding-left: 0.5em;    
}

/* ----------------------------------------------
	BROWSE PAGER
-----------------------------------------------*/

div.Pager
{
    margin-top: 10px;
    border: 0px;
}
div.Pager a, div.Pager a:link, div.Pager a:visited, div.Pager span, div.Pager input
{
    border: 1px #e9eaec solid;
    color: #00b2ec;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
}
div.Pager span
{
    border: none;
    color: #00B2EC;
    font-size: 1.1em;
    font-weight: bold;
}
div.Pager a:hover
{
    color: #fff;
    background: #00b2ec;
    border-color: #666b6f;
    text-decoration: none;
}
div.Pager input
{
    margin-left: 10px;
}
div.Pager input:hover
{
}



/* FORM */
/* ALTERNATING-FORM CSS */
div.alternating-form fieldset {
position: relative;
float: left;
clear: both;
width: 100%;
margin: 0 0 -1em 0;
padding: 0 0 1em 0;
border: none;
border-top: 1px solid #BFBAB0;
background-color: #F2EFE9;
}
div.alternating-form fieldset.alt {
background-color: #E6E3DD;
}
div.alternating-form fieldset.first { 
background-image: url(../App_Themes/BaseTheme/Images/fieldsetgradient-trans.png);
background-repeat: repeat-x;
}
div.alternating-form fieldset.single {
background-image: url(../App_Themes/BaseTheme/Images/fieldsetgradient-trans.png);
background-repeat: repeat-x;
border-bottom: 1px solid #BFBAB0;
float:none;
margin-bottom: 0.5em;
}
div.alternating-form legend {
padding: 0;
color: #545351;
margin-left: 1em;
font-weight: bold;
}
div.alternating-form legend span {
position: absolute;
left: 1em; /* 0.74em*/
top: 0;
margin-top: 0.5em;
font-size: 1em; /* 100%; */
}
div.alternating-form legend span a {
font-size: 0.5em; /*50%;*/
}
div.alternating-form fieldset ol {
padding: 1.5em 1em 0 1em;
list-style: none;
}
div.alternating-form fieldset li {
float: left;
clear: left;
width: 100%;
padding-bottom: 0.5em; /*1em;*/
}
div.alternating-form fieldset label {
position: relative;
float: left;
width: 10em;
margin-right: 1em;
}
div.alternating-form fieldset.formOptions {
float: none;
width: auto;
border-top: 1px solid #BFBAB0;
padding-top: 1.5em;
padding-left: 12em;
background-color: #FFFFFF;
margin-bottom: 0.5em;
}
div.alternating-form fieldset.formOptions div.ValidationSummary {
margin-bottom: 1em;
}
div.alternating-form div.formOptions {
padding-top: 1.5em;
background-color: #FFFFFF;
margin-bottom: 0.5em;
}

/* form-end */
/* the form can be closed by a form-end element when no form-options are available */
div.alternating-form div.formEnd {
float: none;
width: auto;
border-top: 1px solid #FFFFFF;
padding-top: 1.5em;
padding-left: 12em;
background-color: #FFFFFF;
margin-bottom: 0.5em;
}

/* element-subgroups */
div.alternating-form fieldset fieldset {
margin-bottom: -2.5em;
border-style: none;
background-color: transparent;
background-image: none;
}
div.alternating-form fieldset fieldset legend {
/* The use of legend elements for grouping within
fieldset elements is only possible for left-aligned
label elements, not right-aligned label elements. */
margin-left: 0;
font-weight: normal;
}
div.alternating-form fieldset fieldset ol {
position: relative;
top: -1.2em;
margin: 0 0 0 11em;
padding: 0;
}
div.alternating-form fieldset fieldset li {
float: none;
clear: none;
padding-bottom: 0.6em;
}
div.alternating-form fieldset fieldset label {
float: none;
width: auto;
margin-right: auto;
}


/* required-fields-icon */
div.alternating-form fieldset label em {
position: absolute;
left: 9.75em;
top: 0;
}

/* error-fields */
div.alternating-form fieldset label strong {
position: absolute;
left: 34em;
top: 0.2em;
width: 19em;
color: #C00;
font-size: 0.85em; /* 85%; */
font-weight: normal;
text-transform: uppercase;
/*background: transparent url(../App_Themes/BaseTheme/Images/error-trans.png) no-repeat;
padding-left: 1.5em;*/
}
div.alternating-form fieldset label strong span {
background: transparent url(../App_Themes/BaseTheme/Images/error-trans.png) no-repeat;
padding-left: 1.5em;
}

div.alternating-form input.textXSmall {width:2em;}
div.alternating-form input.textSmall {width:3em;}
div.alternating-form input.textMedium {width:7em;}
div.alternating-form input.textLarge {width:14em;}
div.alternating-form input.textXLarge {width:25em;}
div.alternating-form input.textXXLarge {width:30em;}
div.alternating-form input.btn {width:7em;}

/* GRADIENT-FORM CSS */
div.gradient-form fieldset {
position: relative;
float: left;
clear: both;
width: 100%;
margin: 0 0 1.5em 0;
padding: 0;
border: 1px solid #BFBAB0;
background-color: #F2EFE9;
background-image: url(../App_Themes/BaseTheme/Images/fieldsetgradient-trans.png);
background-repeat: repeat-x;
}
div.gradient-form legend {
padding: 0;
color: #000000;
margin-left: 1em;
font-weight: bold;
}
div.gradient-form legend span {
left: 0.74em;
top:0;
margin-top: 0.5em;
font-size: 1em; /* 100%; */
}
div.gradient-form legend span a {
font-size: 0.74em; /* 74%; */
}
div.gradient-form fieldset ol {
padding: 1em 1em 0 1em;
list-style: none;
}
div.gradient-form fieldset li {
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}
div.gradient-form fieldset label {
position: relative;
float: left;
width: 10em;
margin-right: 1em;
}
div.gradient-form fieldset.formOptions {
float: none;
width: auto;
border-style: none;
padding-left: 12em;
background-color: transparent;
background-image: none;
}
div.gradient-form fieldset.formOptions div.ValidationSummary {
    margin-bottom:1em;    
}

/* element-sub-groups */
div.gradient-form fieldset fieldset {
margin-bottom: -2.5em;
border-style: none;
background-color: transparent;
background-image: none;
}
div.gradient-form fieldset fieldset legend {
/* The use of legend elements for grouping within 
fieldset elements is only possible for left-aligned 
label elements, not right-aligned label elements. */
margin-left: 0;
font-weight: normal;
}
div.gradient-form fieldset fieldset ol {
position: relative;
top: -1.5em;
margin: 0 0 0 11em;
padding: 0;
}
div.gradient-form fieldset fieldset li {
float: none;
clear: none;
padding-bottom: 0.6em;
}
div.gradient-form fieldset fieldset label {
float: none;
width: auto;
margin-right: auto;
}

/* required-fields-icon */
div.gradient-form fieldset label em {
position: absolute;
left: 9.75em;
top: 0;
}

/* error-fields */
div.gradient-form fieldset label strong {
position: absolute;
left: 34em;
top: 0.2em;
width: 19em;
color: #C00;
font-size: 0.85em; /* 85%; */
font-weight: normal;
text-transform: uppercase;
/*background: transparent url(../App_Themes/BaseTheme/Images/error-trans.png) no-repeat;
padding-left: 1.5em;*/
}
div.gradient-form fieldset label strong span {
background: transparent url(../App_Themes/BaseTheme/Images/error-trans.png) no-repeat;
padding-left: 1.5em;
}

div.gradient-form input.textXSmall {width:2em;}
div.gradient-form input.textSmall {width:3em;}
div.gradient-form input.textMedium {width:7em;}
div.gradient-form input.textLarge {width:14em;}
div.gradient-form input.textXLarge {width:25em;}
div.gradient-form input.textXXLarge {width:30em;}
div.gradient-form input.btn {width:7em;}

/* PAGE SPECIFIC CSS: LOGIN FORM */
div.AspNet-Login
{
    width: 30em;
    border-top: 1px solid #BFBAB0;
    background-color: #F2EFE9;
    background-image: url(../App_Themes/BaseTheme/Images/fieldsetgradient-trans.png);
    background-repeat: repeat-x;    
    margin: 1em 0 1em 0.5em;
}
div.AspNet-Login div.Title
{
    font-weight: bold;
}
div.AspNet-Login div
{
    padding: 0 1.5em 0.2em 1.5em;
}
div.AspNet-Login div .Label
{
    font-weight:bold;
    vertical-align:baseline; 
    position:relative; 
    float:left; 
    width:10em; 
    margin-right: 1em;
}
div.AspNet-Login div.AspNet-Login-RememberMePanel .Label
{
    font-weight:normal;
    width: 20em;
    float:none;
}
div.AspNet-Login div .Label em
{
    font-style: normal;
    font-weight:bold;
}
div.AspNet-Login div.AspNet-Login-RememberMePanel .Label em 
{
    font-weight:normal;
}
div.AspNet-Login div .TextBox
{
    width: 14.2em;
}
div.AspNet-Login div.AspNet-Login-PasswordPanel
{
    /*padding-bottom: 1em;*/
}
div.AspNet-Login div.AspNet-Login-SubmitPanel
{
    padding-left: 12.5em; 
    padding-bottom: 1em;
    border-bottom: 1px solid #BFBAB0;
}
div.AspNet-Login div.AspNet-Login-SubmitPanel .LoginButton { }
div.AspNet-Login div.AspNet-Login-SubmitPanel .LoginButton:hover, div.AspNet-Login div.AspNet-Login-SubmitPanel .LoginButton.over { }

/* CLIENTDETAILS CSS */
#ClientDetails {
	margin-left: 1em;
}
#ClientDetails p {
	margin: 0.4em 0 0.8em 0;
}
#ClientInfo {
    width: 64em;
}
#ClientInfo fieldset legend span
{    
    width:38em;
}
#ClientInfo fieldset legend span span
{
    left: 10.5em;
    width: 28.1em;
    margin: 0;
}
#ClientInfo fieldset label
{
    margin-right: 0.5em;
    width: 10em;
}
#ClientInfo fieldset fieldset ol
{
    margin-left: 10.5em;
}
#ClientInfo fieldset fieldset li
{
    padding-bottom: 0.2em;
}

#ClientRekeningen
{
    width: 64em;
    border-top: 2px solid #99CCFF;
    border-bottom: 2px solid #99CCFF;
    margin-bottom:1em;
}
#ClientRekeningen h2
{
    font-size: 1em; /* 100%; */
    background-color: #c1ddf1;    
    margin-top: 0;
    padding: 0.2em 0 0.3em 0.5em;
}
#ClientRekeningen table {
    width: auto;
    margin:0;
    border:none;
}
#ClientRekeningen table tr
{
    background-color:#fff;
    border:0;
}
#ClientRekeningen table tr th 
{    
    padding-left:0.5em;
}
#ClientRekeningen table tr th span {
    font-size:0.8em;
}
#ClientRekeningen table tr th.HeaderRekening {
    width:10em;
}
#ClientRekeningen table tr th.HeaderSaldo {
    text-align:right;
}

#ClientDocumenten {
    margin-bottom: 0.6em;
}

#ClientTransacties {
    
    border-top: 2px solid #99CCFF;
    border-bottom: 2px solid #99CCFF;
    padding-bottom: 0.6em;
    margin-bottom: 1em;
    width: 64em;
}
#ClientTransacties H2 
{
    background-color: #C1DDF1;
    font-size: 1em; /* 100%; */ 
    margin: 0;
    padding: 0.2em 0 0.3em 0.5em;
}
#ClientTransacties table.Browse {
    width: 70em;
    border: none;
    margin: 10px 0 0 0;    
    table-layout: fixed;
}
#ClientTransacties table.Browse tr 
{
    /*vertical-align:top;*/
    border:none;
}
#ClientTransacties table.Browse tr.TransactieRow  td
{
	padding-top:0.3em;
	vertical-align:top;
}
#ClientTransacties table.Browse tr.TransactieRow {
    background-color: #F2EFE9;
    font-size:0.857em;
}
#ClientTransacties table.Browse tr.TransactieHeader th 
{
    font-size: 0.857em;
    text-align: left;
    padding:0 0.5em 0 0.5em;
    width: 1.5em;
}
#ClientTransacties table.Browse td {
    padding:0 0.5em 0 0.5em;
}
#ClientTransacties table.Browse tr.Row td,
#ClientTransacties table.Browse tr.AlternatingRow td,
#ClientTransacties table.Browse tr.SaldoRow td {
    font-weight:bold;
    width: 20em;
}
#ClientTransacties table.Browse tr.Row td.EindDatumColumn,
#ClientTransacties table.Browse tr.AlternatingRow td.EindDatumColumn,
#ClientTransacties table.Browse tr.SaldoRow td.EindDatumColumn {
    width: 10.5em;
}
#ClientTransacties table.Browse tr.Row td.DCColumn ,
#ClientTransacties table.Browse tr.AlternatingRow td.DCColumn ,
#ClientTransacties table.Browse tr.SaldoRow td.DCColumn {
    width: 1.5em;
}
#ClientTransacties table.Browse tr.Row td.SaldoColumn,
#ClientTransacties table.Browse tr.AlternatingRow td.SaldoColumn,
#ClientTransacties table.Browse tr.SaldoRow td.SaldoColumn {
    width: 7em;
}

#ClientTransacties table.Browse tr.SaldoRow td.SaldoColumn,
#ClientTransacties table.Browse tr.TransactieRow td.SaldoColumn,
#ClientTransacties table.Browse tr.TransactieHeader th.SaldoColumn {
    text-align: right;
}
#ClientTransacties table.Browse tr.SaldoRow td span.Saldo_D {
    color: Red; 
}
#ClientTransacties table.Browse tr.SaldoRow td span.Saldo_C {    
}
#ClientTransacties table.Browse tr.TransactieRow td.Omschrijving_1,
#ClientTransacties table.Browse tr.TransactieRow td.Omschrijving_2
{
    overflow:hidden;
    width: 20em; 
}
#ClientTransacties table.Browse tr.TransactieRow td.Omschrijving_1 span,
#ClientTransacties table.Browse tr.TransactieRow td.Omschrijving_2 span
{
    overflow:hidden;
    width: 20em; 
}
#ClientTransacties table.Browse tr.TransactieRow td.DCColumn 
{
    text-align:center;    
}
#ClientTransacties div.Pager
{    
    padding:0.7em 0 0 0.5em;    
}</pre></body></html>