* {
	padding:0;
	margin:0;
}

body {
	color: #2d6092;
	font: 16px Sans-Serif;
	padding: 50px;
	background: #eee;
}

h1 {
	text-align: center;
	padding: 20px 0 12px 0;
	margin: 0;
}
h2 {
	font-size: 16px;
	text-align: center;
	padding: 0 0 12px 0; 
}
footer {
	color: b64f4f;
	text-align: center;
}

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

table {
	background-color: #F7F7F7;
	border-collapse:collapse;
	width: 90%;
	margin: 0 auto;
}

th {
	background-color: #2d6092;
	color: #FFF;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 5px;
}

th small {
	font-size: 9px; 
}

td, th {
	text-align: left;
	border:none;
	padding-left: 20px;
}

td.right-align, th.right-align {
	text-align:right;
	padding-right: 20px;
}

a {
	text-decoration: none;
}

td a {
	color: #2d6092;
	display: block;
	padding: 15px 10px;
}
th a {
	padding-left: 0
}

td:first-of-type a {
	background: url(./.images/file.png) no-repeat 0px 50%;
	padding-left: 35px;
}
/* th:first-of-type {
	padding-left: 45px;
} */

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

/* tr:nth-of-type(odd) {
	background-color: #E6E6E6;
}
 */
/* tr:hover td {
	
	background-color:#CACACA;
}
 */
tbody>tr:hover, tbody>tr:active {
	
	outline: 1px dotted #b64f4f;
	-moz-outline-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-outline-radius: .3em;
}

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





/* icons for file types */

/* 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"],
table tr td:first-of-type a[href$=".JPG"]
{background-image: url(./.images/image.png);}

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

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

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

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

table tr td:first-of-type a[href$=".xls"],
table tr td:first-of-type a[href$=".xlsx"]
{background-image: url(./.images/xls.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/sound.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/xml.png);}


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