
/* ===========================
   Apache Directory Listing CSS
   =========================== */

/* Engraved horizontal line */
hr {
    border: none; 
    height: 1px;
    background-color: #eee; 
}

/* Page background and font */
body {
    font-family: Calibri, Arial, sans-serif;
    background-color: #f8f8f8;
    color: #333;
    margin: 1em;
}

table {
    border-collapse: separate;
    border-spacing: 0; /* optional */
    width: 100%;
    table-layout: fixed; /* keeps columns neat */
    border: 1px solid #ccc;
}

th {
    text-align: left;
    background-color: #eee;
    color: #555;
    border-bottom: 1px solid #ccc;
    padding: 6px 8px;
}

td {
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 6px 8px;
}

td img {
    margin-right: 6px;
    vertical-align: middle;
}

.indexcolicon {
    width:30px;
}

/* Links */
a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Icons in FancyIndexing (optional) */
img {
    vertical-align: middle;
}


div.header, div.footer {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 1em;
}


tr:hover td {
    background-color: #f0f0f0;
}
