* {
   padding:0;
   margin:0;
}

body {
   color: #333;
   font: 14px Sans-Serif;
   padding: 50px;
   background: #eee;
}

h1 {
   text-align: left;
   padding: 20px 0 12px 0;
   margin: 0;
}

h2 {
   font-size: 36;
   padding: .4em 30px .4em 0;
   margin:0 0 1em 0;
}

h3 {
   padding: .4em 30px .4em 0;
   margin: 0;
}

.caf {
   background: url(images/h1-aurora-logo.png) no-repeat right center;
}

#container {
   box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
   position: relative;
   background: white;
}

/*---3 Column-Right Layout Default Code-------------------*/
.layout-three-column-right #alpha { width: 570px; margin-right: 15px; }
.layout-three-column-right #size { width: 190px; }
.layout-three-column-right #date { width: 190px; }

table {
   background-color: #F3F3F3;
   border-collapse: collapse;
   margin: 15px 0;
   table-layout: fixed;
   width: 100%;
}

th {
   background-color: #66CC66;
   color: #FFF;
   cursor: pointer;
   padding: 5px 10px;
}

th small {
   font-size: 9px;
}

td, th {
   text-align: left;
}

a {
   text-decoration: none;
}

td a {
   color: #663300;
   display: block;
   padding: 5px 10px;
}
th a {
   padding-left: 0
}

#left {
   width: 70%;
   white-space: nowrap;
}

#center {
   width: 15%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

#right {
   width: 15%;
   text-align: right;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

td:first-of-type a {
   background: url(images/unknown.png) no-repeat 10px 50%;
   padding-left: 35px;
   overflow: hidden;
   text-overflow: ellipsis;
}
th:first-of-type {
   padding-left: 35px;
}

td:not(:first-of-type) a {
   background-image: none !important;
}

tr:nth-of-type(odd) {
   background-color: #E6E6E6;
}

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

tr:hover td a {
   color: #000;
}

/* images */
table tr td:first-of-type a[href$=".jpg"],
table tr td:first-of-type a[href$=".png"],
table tr td:first-of-type a[href$=".gif"],
table tr td:first-of-type a[href$=".svg"],
table tr td:first-of-type a[href$=".jpeg"]
{background-image: url(images/image.png);}

/* zips */
table tr td:first-of-type a[href$=".zip"],
table tr td:first-of-type a[href$=".tar"],
table tr td:first-of-type a[href$=".tar.gz"],
table tr td:first-of-type a[href$=".tar.xz"],
table tr td:first-of-type a[href$=".tgz"],
table tr td:first-of-type a[href$=".gz"],
table tr td:first-of-type a[href$=".tar.bz2"]
{background-image: url(images/tar.png);}

/* patch */
table tr td:first-of-type a[href$=".patch"]
{background-image: url(images/patch.png);}

/* css */
table tr td:first-of-type a[href$=".css"]
{background-image: url(images/css.png);}

/* docs */
table tr td:first-of-type a[href$=".doc"],
table tr td:first-of-type a[href$=".docx"],
table tr td:first-of-type a[href$=".ppt"],
table tr td:first-of-type a[href$=".pptx"],
table tr td:first-of-type a[href$=".pps"],
table tr td:first-of-type a[href$=".ppsx"],
table tr td:first-of-type a[href$=".xls"],
table tr td:first-of-type a[href$=".xlsx"]
{background-image: url(images/office.png)}

/* videos */
table tr td:first-of-type a[href$=".avi"],
table tr td:first-of-type a[href$=".wmv"],
table tr td:first-of-type a[href$=".mp4"],
table tr td:first-of-type a[href$=".mov"],
table tr td:first-of-type a[href$=".m4a"]
{background-image: url(images/video.png);}

/* audio */
table tr td:first-of-type a[href$=".mp3"],
table tr td:first-of-type a[href$=".ogg"],
table tr td:first-of-type a[href$=".aac"],
table tr td:first-of-type a[href$=".wma"]
{background-image: url(images/audio.png);}

/* web pages */
table tr td:first-of-type a[href$=".html"],
table tr td:first-of-type a[href$=".htm"],
table tr td:first-of-type a[href$=".xml"]
{background-image: url(images/layout.png);}

table tr td:first-of-type a[href$=".php"]
{background-image: url(images/php.png);}

table tr td:first-of-type a[href$=".js"]
{background-image: url(images/script.png);}

/* directories */
table tr.dir td:first-of-type a
{background-image: url(images/folder.png);}
