﻿body
{
    margin: 0px;
    background-color: #ffffff;
    font-family: Verdana, Arial, 微软雅黑, 宋体;
    font-size: 10pt;
}
table
{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    height: 100%;
    text-indent: 5px;
}
table th
{
    border-right: #d5d5d5 1px solid;
    border-bottom: #d5d5d5 1px solid;
    height: 20px;
    background: url(../Images/th_bg.gif) repeat-x left top;
}
table td
{
    border-right: #d5d5d5 1px solid;
}
.Name, .DateLastModified, .Type, .Size
{
    height: 20px;
}
.Name
{
    width: 250px;
}
.DateLastModified
{
    width: 150px;
}
.Type
{
    width: 150px;
}
.Size
{
    width: 100px;
    text-align: right;
}