﻿/* Upload files container */
.up { float:left; }

/* Upload dialogue styles */
.dlg-up { color:#999;cursor:default !important; }
.dlg-up .ttlt-m,.dlg-up .ttlb-m,.dlg-up .ftr-m { width:440px; }

.dlg-up .stat,.dlg-up .list { padding:0 15px; }

.dlg-up h3
{
    margin: 0;
    font-weight: normal;
    font-size: 11px;
    padding: 0 0 4px 0;
    color: #666;
}
.dlg-up .red { color:#dd3409; }
.dlg-up strong { color:#ea6b4a;font-weight:normal; }

.dlg-up .files { height:auto;margin:0 8px 8px 8px;}
.dlg-up .list ul { margin:0;padding:0;list-style-type:none; }
.dlg-up .list ul li
{
    line-height: 16px;
    background: #fff url('images/Upload/static.png') no-repeat -384px -32px;
    padding-left: 16px;
}
.dlg-up .list ul li.done { color:#000;background-position:-384px 0; }
.dlg-up .list ul li.cur { color:#dd3409;background-position:-384px -16px;}

.dlg-up .info
{
    float: left;
    font-size: 11px;
    cursor: default !important;
    margin: 0 0 0 8px;
    height: 34px;
    line-height: 34px;
    font-size: 10px;
}

/* Progress bar and related elements */
.prog
{
    width: 412px;
    height: 18px !important;
    border: 1px solid #ccc;
    border-bottom-color: #ddd;
    border-right-color: #ddd;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
.prog .con
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 410px;
        height: 16px !important;
    background: url('images/Upload/horizontal.png') repeat-x 0 -170px;
        margin: 0;
        padding: 1px;
}
.prog .con .bar
{
    height: 16px;
    background: url('images/Upload/horizontal.png') repeat-x 0 -188px;
}
