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

#container-docphp table {
	background-color: #000000;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0 0 0;

}

#container-docphp th {
	background-color: #6E6E6E;
	color: #FFF;
	cursor: pointer;
	padding: 5px 10px;
}

#container-docphp th small {
	font-size: 9px; 
}

#container-docphp td, th {
	text-align: left;
}


#container-docphp a {
	text-decoration: none;
}

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

#container-docphp td:first-of-type a {
	background: url(/public/images/docroot/file.png) no-repeat 10px 50%;
	padding-left: 35px;
}
#container-docphp th:first-of-type {
	padding-left: 35px;
}

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

#container-docphp tr:nth-of-type(odd) {
	background-color: #BDBDBD;
}

#container-docphp tr:nth-of-type(even) {
	background-color: #E6E6E6;
}


#container-docphp tr:hover td {
	background-color:#404040;
}

#container-docphp tr:hover td a {
	color: #FFBF00;
}





/* icons for file types (icons by famfamfam) */

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

/* zips */
#container-docphp table tr td:first-of-type a[href$=".zip"] 
{background-image: url(/public/images/docroot/zip.png);}

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

/* Office stuff */
#container-docphp table tr td:first-of-type a[href$=".doc"],
#container-docphp table tr td:first-of-type a[href$=".docx"]
{background-image: url(/public/images/docroot/doc.png)}

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

#container-docphp table tr td:first-of-type a[href$=".pps"],
#container-docphp table tr td:first-of-type a[href$=".ppsx"]
{background-image: url(/public/images/docroot/office.png)}

#container-docphp table tr td:first-of-type a[href$=".xls"],
#container-docphp table tr td:first-of-type a[href$=".xlsx"]
{background-image: url(/public/images/docroot/xls.png)}

#container-docphp table tr td:first-of-type a[href$=".dot"],
#container-docphp table tr td:first-of-type a[href$=".dotx"]
{background-image: url(/public/images/docroot/dot.png)}

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

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

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

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

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

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

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