.dir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	border: solid 1px #ffffff;
	color: #333333;
	height: 30px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 8px;
}
.dir:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	border: solid 1px #888888;
	color: #660000;
	background-color: #EFEFEF;
	padding-left: 34px;
	background-repeat: no-repeat;
}
.files {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}
a.linkfile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.linkfile:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-decoration: underline;
}
.filediv {
	padding-top: 5px;
	padding-bottom: 5px;
}
