﻿
/*
-------------
basis*/

/*basis default*/
.pgf_content {}
    .pgf_text, .pgf_text TD , .pgf_text A
    {
        font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #444B54;
	}
	
        .pgf_text_1 {}
        .pgf_text_2 {}
        .pgf_text_3 {}
        /*..etc*/

/*basis first*/
.pgf_content1 {}
    .pgf_text1 {}
        .pgf_text1_1 {}
        .pgf_text1_2 {}
        .pgf_text1_3 {}
        /*..etc*/

/*
-------------
Paginalijsten*/

/*Paginalijst default*/
.pgf_listview *
{
}

    /*Paginalijst default element default*/
    .pgf_listview .pgf_listitem 
    {
        
        
        } 
        .pgf_listview .pgf_listitem H2 {}
        .pgf_listview .pgf_listitem p {}
        .pgf_listview .pgf_listitem a {}
        .pgf_listview .pgf_listitem IMG {}
        .pgf_listview .pgf_listitem .pgf_listitem_date {}
        .pgf_listview .pgf_listitem .pgf_listitem_time {}
        .pgf_listview .pgf_listitem .pgf_listitem_author {}
        .pgf_listview .pgf_listitem .pgf_listitem_section {}
    
    /*Paginalijst default first element*/
    .pgf_listview .pgf_listitem1 {} 
        .pgf_listview .pgf_listitem1 H2 {}
        .pgf_listview .pgf_listitem1 p {}
        .pgf_listview .pgf_listitem1 a {}
        .pgf_listview .pgf_listitem1 IMG {}
        .pgf_listview .pgf_listitem1 .pgf_listitem_date {}
        .pgf_listview .pgf_listitem1 .pgf_listitem_time {}
        .pgf_listview .pgf_listitem1 .pgf_listitem_author {}
        .pgf_listview .pgf_listitem1 .pgf_listitem_section {}
    
    /*Paginalijst default second element*/
    /*etc........*/
    
 /*Paginalijst first*/
.pgf_listview1 {}

     /*Paginalijst first element default*/
    .pgf_listview1 .pgf_listitem {
    } 
        .pgf_listview1 .pgf_listitem H2 {}
        .pgf_listview1 .pgf_listitem p {}
        .pgf_listview1 .pgf_listitem a {}
        .pgf_listview1 .pgf_listitem IMG {}
        .pgf_listview1 .pgf_listitem .pgf_listitem_date {}
        .pgf_listview1 .pgf_listitem .pgf_listitem_time {}
        .pgf_listview1 .pgf_listitem .pgf_listitem_author {}
        .pgf_listview1 .pgf_listitem .pgf_listitem_section {}
    
    /*Paginalijst first first element*/
    .pgf_listview1 .pgf_listitem1 {} 
        .pgf_listview1 .pgf_listitem1 H2 {}
        .pgf_listview1 .pgf_listitem1 p {}
        .pgf_listview1 .pgf_listitem1 a {}
        .pgf_listview1 .pgf_listitem1 IMG {}
        .pgf_listview1 .pgf_listitem1 .pgf_listitem_date {}
        .pgf_listview1 .pgf_listitem1 .pgf_listitem_time {}
        .pgf_listview1 .pgf_listitem1 .pgf_listitem_author {}
        .pgf_listview1 .pgf_listitem1 .pgf_listitem_section {}
    
    /*Paginalijst first second element*/
    /*etc........*/
   
/*Paginalijst second */
/*etc........*/  
 

/*Opsommingen*/

 UL.pgf_list 
 {
    list-style:none;
    margin:0px;
    padding:0px;   
 }
 
    ul.pgf_list LI 
    {
        list-style: none;
		background: url('/assets/compaz/images/arrow_orange_bullet.gif') no-repeat 0 12px;
		margin: 0;
		padding: 5px 0 0 12px;
    }


/*
-------------
Links*/

.pgf_text a, .pfg_content a {}
.pgf_text a:hover, .pfg_content a:hover {}

.pgf_document_link_container 
{
    padding:10px;
    padding-left: 70px;
	border-bottom:1px solid #9A9A9A;
	margin-bottom:5px;
	background:url('/assets/img/files/pgf3unknown.png') no-repeat 5px center;
}

/* start file icons */
.ZIP-document, .RAR-document {
	background:url('/assets/img/files/pgf3archive.png') no-repeat 5px center;
}
.JPG-afbeelding, .GIF-afbeelding, .TIFF-afbeelding, .BMP-afbeelding, .PNG-afbeelding, .JPEG-afbeelding, .PSP-document {
	background:url('/assets/img/files/pgf3image.png') no-repeat 5px center;
}
.AVI-bestand, .MPG-bestand, .MPEG-bestand, .MOV-bestand, .WMV-bestand {
	background:url('/assets/img/files/pgf3video.png') no-repeat 5px center;
}
.MP3-bestand, .WAV-bestand, .WAVE-bestand, .MP2-bestand {
	background:url('/assets/img/files/pgf3audio.png') no-repeat 5px center;
}
.PDF-document {
	background:url('/assets/img/files/pgf3pdf.png') no-repeat 5px center;
}
.Template {
	background:url('/assets/img/files/pgf3system.png') no-repeat 5px center;
}
.XML-document {
	background:url('/assets/img/files/pgf3xml.png') no-repeat 5px center;
}
.Flash-bestand, .IPIX-bestand, .RV3D-bestand {
	background:url('/assets/img/files/pgf3flash.png') no-repeat 5px center;
}
/* end file icons */

.pgf_document_link 
{	
	background:none!important;
}
.pgf_document_link_container ul, 
.pgf_document_link_container li 
{
    margin:0;
    padding:0;
    list-style:none;
}

.pgf_document_link a
{	
	text-decoration:underline;
}


table.borderless,
table.styled,
table.bordered,
table.borderless *,
table.styled *,
table.bordered * 
{
    /*margin:0;*/
    /*padding:3px;*/
}

table.styled,
table.styled * {
    border:none;
}
table.bordered,
table.bordered td {
    border-collapse:collapse;
    border:1px;
    border-color:#AAA;
    border-style:solid;
}
table.styled tr.first td
{
    border-top:1px solid red;
}
table.styled tr.last td
{
    border-bottom:1px solid red;
}
table.styled tr.even td
{
    background-color:Lime;
}
table.styled tr.odd td 
{
    background-color:Aqua;
}
table.styled td.even {}
table.styled td.odd {}
table tr.first {}
table tr.last {}
table td.first {}
table td.last {}

UL.pgf_paging {
    margin: 20px 0px 15px 0px;
    padding: 0px;
    list-style: none;
}

UL.pgf_paging LI {
    display: inline;
    margin-right: 5px;
    /*thematiseren! background-color: #aaccff;*/
    padding: 4px;
    width: 12px;
    float: left;
    text-align: center;
}

UL.pgf_paging LI.pgf_paging_label {
    width: auto;
    text-align: left;
    background-color: transparent;
    padding-left: 0px;
}

UL.pgf_paging LI.pgf_paging_active {
    background-color: transparent;
    font-weight: bold;
}

UL.pgf_paging LI A {
    text-decoration: none;
    color: white;
}


/* Kopteksten */

.pgf_text H1, H1, .pgf_text H2, H2, 
.pgf_text H3, H3, .pgf_text H4, H4, 
.pgf_text H5, H5, .pgf_text H6, H6 {
    margin: 0px;
    padding: 0px;
}

.pgf_text H1, H1 { font-size: 22px; color: #444B54; }
.pgf_text H2, H2 { font-size: 18px; color: #444B54; }
.pgf_text H3, H3 { font-size: 18px; color: #444B54; }
.pgf_text H4, H4 { font-size: 16px; color: #444B54; }
.pgf_text H5, H5 { font-size: 14px; color: #444B54; }
.pgf_text H6, H6 { font-size: 12px; color: #444B54; }


h1.pageHeader, h1 {
	font-size: 22px;
	line-height: 24px;
	height: 24px;
	margin: 0px;
	display: block;
	color: #444B54;
	margin-bottom: 10px;
}

h2.pageHeader {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	display: block;
	color: #444B54;
	margin-bottom: 10px;
}

h2.columnHeader, h2 {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	display: block;
	color: #444B54;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	display: block;
	color: #444B54;
	margin-bottom: 5px;
}

    SPAN,UL  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #444B54;
		
	}
	
	    #middleVolgpagina SPAN, #middleVolgpagina UL  {
		    font-size: 12px;
	    }
    	
	    #middleVolgpaginaCrumb SPAN 
	    {
	        font-size: 12px;
	    }
	
	P {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #444B54;
		margin-top:0px;
	}
	
	TD {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #444B54;
	}
	
	A {
		text-decoration: none;
	}
	
	A:hover {
		text-decoration: underline;
	}
	
	A.pgf_document_link
    {	
        text-decoration:underline;
    }
	
	IMG {
		border: 0;
	}
	
	 .newsItem,  .newsItem a 
	{
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;  
	}


