/**
 * public.file.list.css - insert headline here
 *
 * COPYRIGHT: All  title   and  proprietary  rights,  including  trade
 * secrets,   in   the   Software   and   any   copies thereof and the
 * accompanying  written   materials,   are  owned  by   schukai  GmbH
 * and  are  protected  by  German  copyright  laws,  other applicable
 * copyright   laws  and  international  treaty  provisions.
 *
 * @package    alvine
 * @author     schukai GmbH <info@schukai.de>
 * @copyright  Copyright (C) 2002, 2003, 2004, 2005, 2006 schukai GmbH
 * @license    http://www.alvine.de/license/
 * @version    20061114
 * @link       http://www.alvine.de/
 */
 
 
div.public_file_list_panel{
margin:0px;
padding:0px;
}

div.public_file_list_panel table {
    width:100%;
    line-height:1.5em;
}


div.public_file_list_panel td.public_file_list_header{
font-weight:bold;
}

/* Popup Ausgabe layouten*/
div.public_file_list_panel div.popupcontent{
display:none;
border:0px;
}

div.public_file_list_panel tr.filedatas {
 border-bottom:1px solid #346BA4;
 margin-bottom:10px;
 padding-bottom:3px;
}

