.file-upload-window-icon {
	 background-image:url(images/file-upload-window.png) !important;
}
.file-upload-shortcut-icon img {
    background-image: url(images/icon_2.png);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='www/js/hamdesk/modules/file-upload/css/images/icon_2.png', sizingMethod='scale');
}
#files-view .x-panel-body{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}
#files-view .thumb{
	/*
   disabled on feb. 12, 2008 by ram.
   we have disabled this do that we don't get a
   grey backdrop to the file icon.
   
    background: #dddddd;
  */
	padding: 3px;
}
#files-view .thumb img{
	
}
#files-view .file-doc,#files-view .file-ods{
	height: 68px;
	width: 68px;
	background-image: url(images/doc.png) !important;
}

#files-view .file-sql,#files-view .file-SQL{
	height: 68px;
	width: 68px;
	background-image: url(images/db.png) !important;
}
#files-view .file-xls{
	height: 68px;
	width: 68px;
	background-image: url(images/xls.png) !important;
}
#files-view .file-ppt, #files-view .file-pps, #files-view .file-odp, #files-view .file-ppz{
	height: 68px;
	width: 68px;
	background-image: url(images/ppt.png) !important;
}
#files-view .file-mp3{
	height: 68px;
	width: 68px;
	background-image: url(images/mp3.png) !important;
}

#files-view .file-rm{
	height: 68px;
	width: 68px;
	background-image: url(images/audio.png) !important;
}

#files-view .file-mov{
	height: 68px;
	width: 68px;
	background-image: url(images/mov.png) !important;
}
#files-view .file-wmv,#files-view .file-wav,#files-view .file-mpg,#files-view .file-mpeg{
	height: 68px;
	width: 68px;
	background-image: url(images/video.png) !important;
}
#files-view .file-wav{
	height: 68px;
	width: 68px;
	background-image: url(images/wav.png) !important;
}
#files-view .file-rtf{
	height: 68px;
	width: 68px;
	background-image: url(images/rtf.png) !important;
}
#files-view .file-txt{
	height: 68px;
	width: 68px;
	background-image: url(images/txt.png) !important;
}
#files-view .file-pdf{
	height: 68px;
	width: 63px;
	background-image: url(images/pdf.png) !important;
}
#files-view .file-html, #files-view .file-htm{
	height: 68px;
	width: 63px;
	background-image: url(images/html.png) !important;
}
#files-view .file-jpg, #files-view .file-jpeg, #files-view .file-JPG, #files-view .file-JPEG{
/*	width: 100px !important;
	height: 63px !important;
	text-align: center;
	vertical-align: bottom;
	*/
	height: 68px;
	width: 68px;
	background-image:url(images/jpg.png) !important;
}

#files-view .file-gif{
	height: 68px;
	width: 68px;
	background-image: url(images/gif.png) !important;
}

#files-view .file-png{
	height: 68px;
	width: 71px;
	background-image: url(images/png.png) !important;
}

#files-view .file-bmp{
	height: 68px;
	width: 63px;
	background-image: url(images/bmp.png) !important;
}

#files-view .file-zip,#files-view .file-rar,#files-view .file-gz{
	height: 68px;
	width: 63px;
	background-image: url(images/zip.png) !important;
}

#files-view .folder{
	height: 63px;
	width: 68px;
	background-image: url(images/dir.png) !important;
}

#files-view .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
#files-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

#files-view .x-view-over{
  border:1px solid #dddddd;
  background: #efefef url(images/row-over.gif) repeat-x left top;
	padding: 4px;
}

#files-view .x-view-selected{
	background: #eff5fb url(images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
#files-view .x-view-selected .thumb{
	background:transparent;
}

#files-view .loading-indicator {
	font-size:11px;
	background-image:url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}
.fu-addbtn{
  background-image:url(images/file-add.gif) !important;
}
.fu-uploadbtn{
  background-image:url(images/upload-start.gif) !important;
}
.fu-removebtn{
  background-image:url(images/file-remove.gif) !important;
}
.fu-refreshbtn{
  background-image:url(images/done.gif) !important;
}
