/* CSS Document */
table.file-system {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
table.file-system td{
  padding: 2px;
  font: normal 16px Calibri;
  border: none;
}
table.file-system tr:hover td{background-color: #FFFFCC;}

table.file-system tr.sorting th{
	text-align: left;
}

table.file-system tr.sorting th a{
	width: 60px;
	padding-left: 18px;
	background-position: 0% 60%;
	background-repeat: no-repeat;
	color: inherit;
}

table.file-system td a{
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
}
table.file-system td a:hover{color: red;}

table.file-system td.icon{width: 20px;}
table.file-system td.size{
	text-align: right;
	width: 80px;
}
table.file-system td.date
{
	text-align: right;
	width: 150px;
}
a img{border: none;}