body {
	color: #333;
	font: 14px Sans-Serif;
	background: #eee;
}

h2 {
	font-size: 16px;
	text-align: center;
}

#container {
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
	position: relative;
	background: white; 
}

td:first-of-type a {
background: url(/img_dir/file.png) no-repeat;
padding-left: 22px;
background-size: 15px;
width: 15px;
height: 15px;
}

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 td a {
color: #446;
}
tr:hover td a {
color: #000;
}


/* directories */
table tr.dir td:first-of-type a
{background-image: url(/img_dir/folder.png);}

table tr.updir td:first-of-type a {
    background-image: url(/img_dir/folder.png);
    color: #777;
}



/* icons for file types (icons by famfamfam) */

/* 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(/img_dir/image.png);}

/* zips */
table tr td:first-of-type a[href$=".zip"] 
{background-image: url(/img_dir/zip.png);}

table tr td:first-of-type a[href$=".rdk"] 
{background-image: url(/img_dir/rdk.png);}

table tr td:first-of-type a[href$=".robot"] 
{background-image: url(/img_dir/robot.png);}

table tr td:first-of-type a[href$=".tool"] 
{background-image: url(/img_dir/tool.png);}

table tr td:first-of-type a[href$=".cadobj"], 
table tr td:first-of-type a[href$=".step"], 
table tr td:first-of-type a[href$=".STEP"], 
table tr td:first-of-type a[href$=".stp"], 
table tr td:first-of-type a[href$=".stl"], 
table tr td:first-of-type a[href$=".iges"], 
table tr td:first-of-type a[href$=".igs"], 
table tr td:first-of-type a[href$=".wrml"], 
table tr td:first-of-type a[href$=".wrl"], 
table tr td:first-of-type a[href$=".obj"], 
table tr td:first-of-type a[href$=".sld"]
{background-image: url(/img_dir/object.png);}

table tr td:first-of-type a[href$=".py"],
table tr td:first-of-type a[href$=".PY"] 
{background-image: url(/img_dir/py.png);}

table tr td:first-of-type a[href$=".apt"] 
{background-image: url(/img_dir/apt.png);}
table tr td:first-of-type a[href$=".nc"] 
{background-image: url(/img_dir/apt.png);}
table tr td:first-of-type a[href$=".ngc"] 
{background-image: url(/img_dir/apt.png);}
table tr td:first-of-type a[href$=".gcode"] 
{background-image: url(/img_dir/apt.png);}

table tr td:first-of-type a[href$=".ipt"] 
{background-image: url(/img_dir/ipt.jpg);}
table tr td:first-of-type a[href$=".f3d"] 
{background-image: url(/img_dir/f3d.jpg);}

table tr td:first-of-type a[href$=".sldprt"], 
table tr td:first-of-type a[href$=".SLDPRT"] 
{background-image: url(/img_dir/sldprt.png);}
table tr td:first-of-type a[href$=".sldasm"],
table tr td:first-of-type a[href$=".SLDASM"] 
{background-image: url(/img_dir/sldasm.png);}
table tr td:first-of-type a[href$=".slddrw"] 
{background-image: url(/img_dir/slddrw.png);}
table tr td:first-of-type a[href$=".csv"] 
{background-image: url(/img_dir/csv.png);}
table tr td:first-of-type a[href$=".txt"] 
{background-image: url(/img_dir/txt.png);}

table tr td:first-of-type a[href$=".mcam"] 
{background-image: url(/img_dir/mcam.png);}

table tr td:first-of-type a[href$=".3dm"] 
{background-image: url(/img_dir/3dm.jpg);}



/* zips */
table tr td:first-of-type a[href$=".pdf"], 
table tr td:first-of-type a[href$=".PDF"] 
{background-image: url(/img_dir/pdf.png);}

table tr td:first-of-type a[href$=".lnk"]
{background-image: url(/img_dir/url.png);}

table tr td:first-of-type a[href$=".html"]
table tr td:first-of-type a[href$=".HTML"]
{background-image: url(/img_dir/url.png);}

table tr td:first-of-type a[href$=".url"],
table tr td:first-of-type a[href$=".URL"] 
{background-image: url(/img_dir/url.png);}

/* css */
table tr td:first-of-type a[href$=".css"] 
{background-image: url(/img_dir/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$=".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"],
table tr td:first-of-type a[href$=".csv"]
{background-image: url(/img_dir/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$=".MP4"], 
table tr td:first-of-type a[href$=".mov"], 
table tr td:first-of-type a[href$=".m4a"]
{background-image: url(/img_dir/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(/img_dir/audio.png);}

/* web pages */
table tr td:first-of-type a[href$=".xml"]
{background-image: url(/img_dir/xml.png);}

table tr td:first-of-type a[href$=".php"] 
{background-image: url(/img_dir/php.png);}

table tr td:first-of-type a[href$=".js"] 
{background-image: url(/img_dir/script.png);}

