/* This stylesheet is used to style the public view of the widget. */
.document-list a.icon {
	height:16px;
	background-repeat:no-repeat;
	text-indent : 20px;
	display:inline-block;
	background-position: top left;
}
.document-list a.zip,
.document-list a[href$='.zip'],
.document-list a[href$='.rar'] {
	background-image: url( './blue-document-zipper.png' );
}
.document-list a.pdf,
.document-list a[href$='.pdf'] {
	background-image: url( './document-pdf.png' );
}
.document-list a.doc, 
.document-list a[href$=".doc"],
.document-list a[href$=".docx"],
.document-list a[href$=".txt"],
.document-list a[href$=".rtf"] {
	background-image: url( './document-word.png' );
}
.document-list a.xls,
.document-list a[href$=".xls"],
.document-list a[href$=".xlsx"],
.document-list a[href$=".csv"] {
	background-image: url( './document-excel.png' );
}
.document-list a.ppt,
.document-list a[href$=".ppt"],
.document-list a[href$=".ppts"],
.document-list a[href$=".pptx"] {
	background-image: url( './document-powerpoint.png' );
}
.document-list a.img,
.document-list a[href$=".jpg"],
.document-list a[href$=".jpeg"],
.document-list a[href$=".bmp"],
.document-list a[href$=".png"],
.document-list a[href$=".gif"] {
	background-image: url( './image-sunset.png' );
}
.document-list a.psd,.document-list a[href$='.psd']{
	background-image: url( './document-photoshop.png' );
}
.document-list a.ai,.document-list a[href$='.ai']{
	background-image: url( './document-illustrator.png' );
}
