body {
color : #01254F; 
font-family : arial; 
font-size : 8pt; 
} 

A:link, A:visited {
color : #0054B5; 
text-decoration : none; 
font-weight: bold;
} 

A:hover, A:active {
color : #03428A; 
text-decoration : underline; 
} 


.header:link, .header:visited {
color : #01254F; 
text-decoration : none; 
font-weight: bold;
}

.header:hover, .header:active {
color : #01254F; 
text-decoration : underline; 
} 

.column:link, .column:visited {
color : #004898; 
text-decoration : none; 
font-weight: bold;
}

.column:hover, .column:active {
color : #004898; 
text-decoration : underline; 
} 

.footer:link, .footer:visited  {
color : #A8D1FF; 
font-family : arial; 
font-size : 8pt; 
font-weight: bold;
} 


.footer:hover, .footer:active {
color : #D2E7FF; 
text-decoration : underline; 

}

.visitors{
color : #023C82; 
font-family : arial; 
font-size : 8pt;
}

.visitors:link, .visitors:visited {
color : #023C82; 
font-family : arial; 
font-size : 8pt; 
text-decoration : none;
font-weight: normal;
} 

.visitors:hover, .visitors:active  {
color : #023C82; 
text-decoration : underline;
} 

code {
color : #004898; 
font-family : tahoma; 
font-size : 8pt; 
} 

TABLE {
font-size : 10pt; 
color : #004898; 
font-family : verdana, arial; 
} 

TD {
font-size : 8pt; 
color : #004898; 
font-family : verdana, arial; 
} 

PRE {
font-size : 8pt; 
color : #004898; 
font-family : tahoma; 
} 

input, textarea, select {
font-family : tahoma, arial; 
font-size : 10pt; 
padding: 1px;
color : #000080; 
border : 1px solid #49739C; 
background-color : #83A4C5; 
} 


input[type="submit"], input[type="button"], input[type="reset"] {
background-image : url('images/buttonbg.gif');
}



HR {
border: 0;
color: #487097;
background-color: #487097;
height: 1px;
}

.sig {
border: 0;
color: #004898;
background-color: #004898;
height: 1px;
}

.phpcode{ 
border-width : 1px; 
border-style : solid;
background-color : #CBD9E7;
padding : 2px;
width : 95%;
}

.modbreak{ 
border-width : 1px; 
border-style : solid;
border-color : #BC0000;
background-color : #AAC0D7;
padding : 2px;
width : 400px;
color : #BC0000;
text-align : center;
}

.quote{ 
background-color : #92AECB;
border-color : #487097;
border-style : solid;
border-top-width : 1px;
border-bottom-width: 1px;
border-right-width : 0px;
border-left-width : 0px;
width : 100%;
padding : 2px;
}

.rowOne {
background-color: #83A4C5;
}
.rowTwo {
background-color: #89A8C7;
}
.rowNew {
background-color: #BECFE0;
}
.rowOver {
background-color: #AAC0D7;
}

/* Pagina navigatie */
.pagination{
padding: 2px;
padding-bottom: 8px;
right: 11px;
}

.pagination ul{
margin: 0;
padding: 0;
/* text-align: right; */
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
text-decoration: none; 	
padding: 1px 5px;
border: 1px solid #5280AD;
background-color: #A5BCD3;
font-size: 7pt;
font-weight: bold;
}

.pagination a:hover, .pagination a:active{
text-decoration: none; 	
border: 1px solid #5280AD;
background-color: #AFC5E0;
}

.pagination a.currentpage{
background-color: #7095C7;

color: #EAEFF4;
border-color: #2b66a5;	
cursor: default;
font-weight: bold;
}

.pagination a.disablelink, .pagination a.disablelink:hover, .pagination a.disablelink:active, .pagination a.disablelink:visited{
text-decoration: none; 	
background-color: #9FB7D9;
color: #7598C8; 	
cursor: default;
border-color: #8CAAC8;
}

.pagination a.prevnext{
font-weight: bold;
}

.gradientRightBg{
border-right-style: solid;
border-right-width: 1px;
border-right-color: #7196BB;
background-image:url('images/forum/userinfo_bg.gif');
background-repeat: repeat-y;
background-position: top right;
}