@CHARSET "UTF-8";
/****************************************************************************************************
* FileTypes
****************************************************************************************************/

.filetype {
	line-height:16px;
	height:16px;
	padding-left:20px;
	vertical-align:middle;
}

.filetype-other {
	background: url(/img/filetypes/file.gif) 0px 0px no-repeat;
}

.filetype-image {
	background: url(/img/filetypes/image.gif) 0px 0px no-repeat;
}
.filetype-video {
	background: url(/img/filetypes/video.gif) 0px 0px no-repeat;
}
.filetype-archive {
	background: url(/img/filetypes/zip2.gif) 0px 0px no-repeat;
}
.filetype-word {
	background: url(/img/filetypes/doc.gif) 0px 0px no-repeat;
}
.filetype-audio {
	background: url(/img/filetypes/audio.gif) 0px 0px no-repeat;
}
.filetype-openoffice {
	background: url(/img/filetypes/openoffice.gif) 0px 0px no-repeat;
}
.filetype-excel {
	background: url(/img/filetypes/xls.gif) 0px 0px no-repeat;
}
.filetype-xml {
	background: url(/img/filetypes/xml.gif) 0px 0px no-repeat;
}
.filetype-text {
	background: url(/img/filetypes/txt.gif) 0px 0px no-repeat;
}
.filetype-pdf {
	background: url(/img/filetypes/pdf.gif) 0px 0px no-repeat;
}
.filetype-msoffice {
	background: url(/img/filetypes/msoffice.gif) 0px 0px no-repeat;
}

