.dirlist {
    font-size: 10pt;
}

.directory table {
    width: 681px;
    border: 1px solid #B2B295;
    border-collapse: collapse;
    margin-top: 1px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: auto;    
}

.directory th {
    background-color: #c5c5af;
    color: #3f4a17;
    border: 1px solid #B2B295;
}
.directory th input {
    text-align: center;
    width: 100%;
    border: 1px solid #c5c5af;
    background-color: #c5c5af;
}


.dirlist h1 {
    font-size: 13pt;
    font-weight: bold;
}

.directory td {
    background-color: #ecede4;
    color: #68684b;
    border: 1px solid #B2B295 !important;
    text-align: center;
}

.directory tr:hover {
	background-color: #e3e3d9;
    background-color: red;
}

.directory .td_file {
    text-align: left;
}

.directory .td_file img {
    display: none;
}

.directory .th_size {
    width: 50px;
}

.directory .th_date {
    width: 70px;
}

.prefix {
    padding: 15px 0;
}
.suffix {
    padding: 30px;
    font-size: 8pt;
    text-align: center;
}
