body {
    padding : 1em 2em 1em 1em;
    font-family : Optima,
                  Palatino, "Book Antiqua", "Palatino Linotype", Gerogia,
		  sans-serif;
}

/*
#content {
    background : transparent url(../_images/ani_long01.gif)
                 no-repeat right bottom;
}
*/

h1 {
    font-size : 200%;
}

h1, th {
    font-weight : bold;
}

.path {
    font-size : 70%;
}

td, .path {
    font-family : "Lucida Console", monospace;
    font-weight : normal;
}

table {
    margin-top : 1em;
    margin-left : 1em;
    margin-right : 64px;
}

tbody tr:first-child td {
    padding-top : 0.75em;
}

thead {
    border-bottom : 1px solid #999;
}

th, td {
    padding : 0.125em 2em 0.125em 0.5em;
    white-space : nowrap;
}

th {
    font-size : 110%;
    text-align : left;
    padding-bottom : 0;
}

td {
    padding-left : 1em;
}

.parent .name:before {
    content : url(../_images/green_arrow_mo_01.png);
    margin : 0 0.5em -2px -0.5em;
}
.folder .name:before {
    content : url(../_images/bb_fldr_.png);
    margin : 0 0.5em -2px -0.5em;
}
.file .name:before {
    content : url(../_images/mimetype.png);
    margin : 0 0.5em -2px -0.5em;
}

.name {
    width : 100%;	/* to fill */
}

.mtime {
    text-align : right;
}

.size  {
    text-align : right;
    text-align : " ";
}

.dummy {
    color : white;
    color : transparent;
}

.dummy .mtime:after {
    content : "1970-01-01 Thu 00:00 +0000";
}

.dummy .size:after {
    content : "1024.0 MB";
}

