/* 
    Document   : uploader
    Created on : 01.03.2009, 11:21:54
    Author     : deniz
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.UL_prgbar {
    background:#E5EFFD;
    border:1 solid #8DB2E3;
    width:300px;
    height:10px;
}

.UL_progress {
    background:#0099FF;
    background-image:url(/DrabDrop/Imgs/block_hr_bg.gif);
    background-repeat:repeat-x;
    background-position: 0px -7px;
    width:40%;
    height:10px;
}

.UL_State, .UL_State table tr td  {
    font-family: Verdana, SensSerif, Arial;
    font-size:12px;
    
}

