/* for Modx.org FileDownload snippet for pgb site

 (c) copyright 2009 Lorinthe BV The Netherlands
 
 Use [!FileDownload?  &getFolder=`assets/files` &tplList=`PGB_PubTmpl` &imgLocat=`assets/templates/pgb/images/file_icons`  &imgTypes=`FileDownloadImages` &skipTableCheck=`1` ` &countDownloads=`1`  &browseDirectories=`1`!] 
 
 */

#pgb_publications{
    width: 600px;
    margin-left:5px;
    height: 360px;
    background-color: #fff;
    border: 3px double #555;
    font-size: 0.9em;
    overflow-y: auto;
    overflow-x: hidden;
    color: #2a2a2a;
}
#pgb_jaarverslag{
    width: 400px;
    margin-left:5px;
    height: 200px;
    background-color: #fff;
    border: 3px double #555;
    font-size: 0.9em;
    overflow-y: auto;
    overflow-x: hidden;
    color: #2a2a2a;
}

#pgb_publications td,
#pgb_jaarverslag td{
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
}

#pgb_fd_hot_butt a,
#pgb_fd_del_butt a{ 
	float: left; 
	border: 1px solid #000; 
	height: 14px; 
	padding: 0 3px 0;
}

#pgb_fd_hot_butt a:link,
#pgb_fd_hot_butt a:visited  { 
	color: #f00; 
	background-color: #fff; 
	text-decoration: none;
	width: 23px; 
	margin-right: 8px; 
}
#pgb_fd_hot_butt a:visited{ 
	color: #000; 
	background-color: #6f6; 
}

#pgb_fd_del_butt a:link,
#pgb_fd_del_butt a:visited {
	color: #fff; 
	background-color: #f88;
	text-decoration: none; 
	width: 8px; 
}

.pgb_table{
	width: 100%;
	background-color:#FFFFFF;
	border:1px solid #333333;
}

.pgb_downloads a:visited{
    color: #2a2a2a;
}


.pgb_dwnhead,
.pgb_dwnhead_last{
	background-color: #FD7D1A;
	color: #fff;
	text-align: left;
	padding-left: 2px;
	font-size:6pt;
}
.pgb_table tr.pgb_dwnhead_last{
	margin-bottom: 5px;
	font-size:10pt;
}

.pgb_file{
}

.pgb_descr{
}

.pgb_folder,
.pgb_parent {
	background-color: #e2e2FF;
	
}
.pgb_file a,
.pgb_folder a, 
.pgb_parent a{
	color: #55f;	
}

.pgb_file a,
.pgb_folder a:visited,
.pgb_parent a:visited {
	color: #99f;	
}
.pgb_file img {
	margin-bottom:2px;
	margin-left:2px;
}

/* End */
