 /* settings for document icons */
td.docname a span,
.octet-stream,
.folder,
.msword, .rtf,
.pdf,
.excel, .vndms-excel,
.videoquicktime, .videompeg, .avi, .quicktime, .videox-msvideo,
.png, .gif, .jpeg, .jpg, .bmp, .tiff,
.textplain, .textrichtext, .plain,
.powerpoint, .vndms-powerpoint, .mspowerpoint,
.texthtml, .html,
.zip,
.mpg, .x-ms-wma, .basic, .mid, .mpeg, .x-aiff, .x-mpegurl,.xlsx, .x-pn-realaudio, .x-wav, .dll, .exe, .doc,.pps,.xls,.htm,.wav,.php, .txt,.ppt {
  background: transparent url(/app/webroot/img/doc/doc_plainFile.gif) no-repeat center left;
  cursor: pointer;
  padding: 2px 0px 2px 22px;
}
/* background images for the icons */

.folder {         background: transparent url(/app/webroot/img/doc/doc_folder.gif) no-repeat center left !important; }
.folder:hover {   background: transparent url(/app/webroot/img/doc/doc_folderOpen.gif) no-repeat center left; }

.msword, 
.rtf,
.doc {            background: transparent url(/app/webroot/img/doc/doc_word.gif) no-repeat center left !important; }

.pdf {            background: transparent url(/app/webroot/img/doc/doc_pdf.gif) no-repeat center left !important; }

.excel,
.xls,
.xlsx, 
.vndms-excel {    background: transparent url(/app/webroot/img/doc/doc_xls.gif) no-repeat center left !important; }

.videoquicktime, 
.videompeg, 
.avi, 
.quicktime, 
.videox-msvideo { background: transparent url(/app/webroot/img/doc/doc_video.gif) no-repeat center left !important; }
                
.png, 
.gif, 
.jpeg, 
.jpg, 
.bmp, 
.tiff {           background: transparent url(/app/webroot/img/doc/doc_img.gif) no-repeat center left !important; }

.plain,
.txt,
.textplain, 
.textrichtext {   background: transparent url(/app/webroot/img/doc/doc_plainFile.gif) no-repeat center left !important; }

.powerpoint, 
.pps
.vndms-powerpoint, 
.mspowerpoint,
.ppt {   background: transparent url(/app/webroot/img/doc/doc_ppt.gif) no-repeat center left !important; }

.texthtml, 
.html,
.htm,.php {           background: transparent url(/app/webroot/img/doc/doc_html.gif) no-repeat center left !important; }

.zip {            background: transparent url(/app/webroot/img/doc/doc_zip.gif) no-repeat center left !important; }

.mpg,
.x-ms-wma, 
.basic, 
.mid, 
.mpeg,
.wav, 
.x-aiff, 
.x-mpegurl, 
.x-pn-realaudio, 
.x-wav {          background: transparent url(/app/webroot/img/doc/doc_audio.gif) no-repeat center left !important; }

td.checkbox { width:30px; }
td.date { width: 100px; }
td.qlink { text-align: center; width: 80px; }

.removeDocument { cursor:pointer; padding: 0px 6px; }
.docIconLH { line-height: 22px; }
