/* Start of CMSMS style sheet 'filelinks' */
.file {
	padding-left: 20px;
	background: transparent url('http://www.autologic-systems.co.uk/plugins/icons/file.png') no-repeat left;
}

.directory, .directory:link, .directory:visited {
        /* You should not link to a directory via {file} */
	color: red;
}

.filesize {
	/* display: none; */
	font-size: 90%;
}

.deadlink, .deadlink:link, .deadlink:visited {
	/* added if the specified file does not exist */
	color: red;
	font-weight: bold;
}

.checkpath {
	/* added if the file path is wrong */
	color: red;
}

.filetype_pdf {
	padding-left: 20px;
	background: transparent url('http://www.autologic-systems.co.uk/plugins/icons/pdf.png') no-repeat left;
}

.filetype_zip {
	padding-left: 20px;
	background: transparent url('http://www.autologic-systems.co.uk/plugins/icons/zip.png') no-repeat left;
}

.filetype_doc {
	padding-left: 20px;
	background: transparent url('http://www.autologic-systems.co.uk/plugins/icons/doc.png') no-repeat left;
}

.filetype_ppt {
	padding-left: 20px;
	background: transparent url('http://www.autologic-systems.co.uk/plugins/icons/ppt.png') no-repeat left;
}

.filetype_xls {
	padding-left: 20px;
	background: transparent url('http://www.autologic-systems.co.uk/plugins/icons/xls.png') no-repeat left;
}

/* End of 'filelinks' */

