﻿table.tableUploadingFiles
{
    width: 100%; 
    border:1px;
    border-collapse: collapse;
}

table.tableUploadingFiles tr.headerRow
{
    height:40px; 
    text-align:center;
}

table.tableUploadingFiles tr.headerRow td.fileName
{
    width:300px;
}

table.tableUploadingFiles tr.headerRow td.fileSize
{
    width:100px;
}

table.tableUploadingFiles tr.headerRow td.progress
{
    width:100px;
}

table.tableUploadingFiles tr.headerRow td.percentage
{
    width:100px;
}

table.tableUploadingFiles p
{
    height:20px;
    line-height:20px;
    margin:0px;
    padding-left:5px;
}

p.progressBar
{
    background-color:#00A300;
    height:15px;
    margin:0px;
    padding:0px;
}

table.tableUploadedFiles
{
    border:1px; 
    border-collapse: collapse;
}

table.tableUploadedFiles tr.headerRow
{
    height:40px; 
    text-align:center;
}

table.tableUploadedFiles tr.headerRow td.fileName
{
    width:300px;
}

table.tableUploadedFiles tr.headerRow td.fileSize
{
    width:150px;
}

table.tableUploadedFiles tr.headerRow td.fileContentType
{
    width:253px;
}

table.tableUploadedFiles p
{
    height:20px;
    line-height:20px;
    margin:0px;
    padding-left:5px;
}

/*----/ GRID PANEL----*/
.gridview { margin:0 0 0 0.1%; width:99.9%; background-color:#fff;  border:solid 1px #9FB6CD; }
.gridview td{ padding: 3px 3px 3px 3px; border: solid 1px #c1c1c1; color: #717171; font-size:0.8em;}
.gridview th { color: Gray; background:url(images/topbg.png); line-height:normal; padding:9px 5px 5PX 0px; border-left: solid 1px #ccc; font-size: 0.8em; text-decoration:none; }
.gridview th a { text-decoration:none; color:GrayText; }
.gridview .gridview_alter { background: #D1EBFA; }
.gridview .gridview_pager { width:100%; background: #eee; }
.gridview .gridview_pager table { margin:3px 8px 3px 8px; float:right; }
.gridview .gridview_pager td {  padding: 0 6px; background:#eee;  font-weight: bold; color:#000080; line-height: 12px;  }  
.gridview .gridview_pager a { color: #fff; text-decoration: none; background:#6495ed; padding:1px 8px 1px 8px; }
.gridview .gridview_pager a:hover { color: #000; text-decoration: none; background-color:aqua; padding:1px 8px 1px 8px; }
/*----/ END GRID PANEL----*/