/*************************************************************************************  
*                                                                                    *
*                                                                                    *
*                                                                                    *
*       FILE:               swfuploader_settings.css  - displays swfuploader         *
*                           for firefox                                              *                                     
*                                                                                    *
*       CREATION DATE:      03.08.2009                                               *
*       LASTMODIFIED DATE:  03.08.2009                                               *
*                                                                                    *
*                                                                                    *
**************************************************************************************
*************************************************************************************/

.swf_queued_file 
{
    background: #f0f0f0;
    margin: 5px 0 2px 0;
    border: 1px solid #c0c0c0;
    padding: 4px;
    clear: both;
}

.swf_queued_file_remove 
{
    font-size: 11px;
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 3px 0 0;
    background: url(/pix/flashuploader_close.gif) no-repeat top left;    
    overflow: hidden;
    cursor: pointer;
}

.swf_queued_filename
{
    font-size: 11px;
    display: inline;
    float: left;
    width: 120px;
    overflow: hidden;
}

.swf_queued_filesize
{
    font-size: 11px;
    float: right;
    overflow: hidden;
}

.swf_queued_file_progress_bar 
{
    display: inline;
    background-color: #ff0000;   
}