﻿/* CSS Document */

.fileicon
{
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
    height: 20px;
}

.fileicon.txt
{
	background: transparent url(../../Images/icon/txt.gif) center left no-repeat;
}

.fileicon.doc
{
    background: transparent url(../../Images/icon/doc.gif) center left no-repeat;   
}

.fileicon.pdf
{
    background: transparent url(../../Images/icon/pdf.gif) center left no-repeat;   
}

.fileicon.swf
{
    background: transparent url(../../Images/icon/flv.gif) center left no-repeat; 
}

.fileicon.xls
{
	background: transparent url(../../Images/icon/xls.gif) center left no-repeat;
}

.fileicon.ppt
{
	background: transparent url(../../Images/icon/ppt.gif) center left no-repeat;
}

.fileicon.zip
{
	background: transparent url(../../Images/icon/zip.gif) center left no-repeat;
}

.fileicon.jpg
{
	background: transparent url(../../Images/icon/jpg.gif) center left no-repeat;
}

.fileicon.http
{
	background: transparent url(../../Images/icon/http.png) center left no-repeat;
}


/*


.fileicon[href^="http:"]
{
	background: transparent url(../../Images/icon/http.gif) center left no-repeat;
}

.fileicon[href$='.pdf']
{
	background: transparent url(../../Images/icon/pdf.gif) center left no-repeat;
}

.fileicon[href$='.swf'], [href$='.fla'], [href$='.swd']
{
	background: transparent url(../../Images/icon/pdf.gif) center left no-repeat;
}

.fileicon[href$='.xls'], [href$='.csv'], [href$='.xlt'], [href$='.xlw']
{
	background: transparent url(../../Images/icon/xls.gif) center left no-repeat;
}

.fileicon[href$='.ppt'], [href$='.pps']
{
	background: transparent url(../../Images/icon/ppt.gif) center left no-repeat;
}

.fileicon[href$='.txt']
{
	background: transparent url(../../Images/icon/txt.gif) center left no-repeat;
}

.fileicon[href$='.doc'], [href$='.docx'], [href$='.rtf'], [href$='.wps']
{
	background: transparent url(../../Images/icon/doc.gif) center left no-repeat;
}

.fileicon[href$='.zip'], [href$='.gzip'], [href$='.rar']
{
	background: transparent url(../../Images/icon/zip.gif) center left no-repeat;
}

*/


