/* Merged CSS-files follow: */



/******  GridFilters.css  ******/

/*!
 * Ext JS Library 3.1.0
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
/**
 * GridFilters Styles
 **/
/*
.x-grid3-hd-row .ux-filtered-column {
	border-left:  1px solid #C7E3B4;
	border-right: 1px solid #C7E3B4;
}

.x-grid3-hd-row .ux-filtered-column .x-grid3-hd-inner {
	background-image: url(../images/header_bg.gif);
}

.ux-filtered-column .x-grid3-hd-btn {
	background-image: url(../images/hd-btn.gif);
}
*/
/*
.x-grid3-hd-row td.ux-filtered-column {   
    font-style: italic;  
    font-weight: bold;
}
*/		
/*
.ux-filtered-column.sort-asc .x-grid3-sort-icon {
	background-image: url(../images/sort_filtered_asc.gif) !important;
}

.ux-filtered-column.sort-desc .x-grid3-sort-icon {
	background-image: url(../images/sort_filtered_desc.gif) !important;
}
*/

.ux-gridfilter-text-icon {
	background-image: url("resources/images/find.png") !important;
}

/* Temporary Patch for Bug ??? */
.x-menu-list-item-indent .x-menu-item-icon {
	position: relative;
    top: 3px;
    left: 3px;
	margin-right: 10px;
}
li.x-menu-list-item-indent {
	padding-left:0px;
}
li.x-menu-list-item div {
	display: inline;
}




/******  fileuploadfield.css  ******/

/*!
 * Ext JS Library 3.3.0
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 22px;
	overflow: hidden; /* edit jkrille: for fixing clickable area size */
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 22px;
}
/* start edit jkrille: for fixing mouse cursor on button */
.x-form-file {
	cursor: pointer;
}

.x-form-file.x-item-disabled {
	cursor: default !important;
}
/* end edit jkrille: for fixing mouse cursor on button */

.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
	height: 22px;
    left: 0;
    z-index: 3;
    color: #777;
}


/******  Ext.ux.form.ColorPickerFieldPlus.css  ******/

/* BOTONES */
.add {
	background-image: url('resources/images/add.gif') !important;
}
.remove {
	background-image: url('resources/images/remove.gif') !important;
}
/* Ext.ux.form.ColorPickerFieldPlus */
.x-form-field-wrap .x-form-color-trigger-1 {
	background-image: url('resources/images/color-trigger-1.gif');
}
.x-form-field-wrap .undefined {
	background-image: url('resources/images/color-trigger-1.gif');
}

.x-form-field-wrap .x-form-color-trigger-2 {
	background-image: url('resources/images/color-trigger-2.gif');
}
.x-cp-rgbpicker {
	background-image: url('resources/images/mask.png');
	background-repeat: no-repeat;
	background-color: red;
	width: 182px;
	height: 182px;
	margin: 7px;
	float: left;
	cursor: pointer;
	_margin: 7px 7px 7px 4px;
	_cursor: hand;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/mask.png',sizingMethod='scale');
}
.x-cp-rgbslider {
	position: relative;
	left: -7px;
	top: -7px;
	width: 15px;
	height: 15px;
	background-image: url('resources/images/slider-rgb.gif') !important;
	background-repeat: no-repeat;
	cursor: pointer;
	_cursor: hand;
}
.x-cp-huepicker {
	height: 183px;
	width: 9px;
	float: left;
	margin: 7px 0 0 7px;
	background-image: url('resources/images/hue.png') !important;
	background-repeat: no-repeat;
	cursor: pointer;
	_cursor: hand;
}
.x-cp-hueslider {
	position: relative;
	left: -3px;
	top: -7px;
	width: 15px;
	height: 15px;
	background-image: url('resources/images/slider-rgb.gif') !important;
	background-repeat: no-repeat;
	cursor: pointer;
	_cursor: hand;
}
.x-cp-formcontainer {
	float: left;
	width: 116px;
	padding: 2px;
	border: none;
	margin: -24px 0 0 7px !important;
}
.x-cp-clearfloat {
	clear: both;
}
.x-cp-colorbox {
	margin: 2px 5px 0 5px;
	border: 1px solid black;
	text-align: center;
	font-size: 10px;
	height: 12px;
	font-weight: bold;
	padding: 3px 0;
	cursor: pointer;
	_cursor: hand;
}
.x-cp-formcontainer input {
	text-align: center;
}

.x-color-menu .x-menu-list-item {
	width:150px;
}

.x-color-palette {
	width:200px;
}



/******  GroupHeaderPlugin.css  ******/

td.ux-grid-hd-group-cell {
	background: url("../ext/resources/images/default/grid/grid3-hrow.gif") repeat-x bottom;
}
td.ux-grid-hd-nogroup-cell .x-grid3-hd-inner {
	background: none;
}



/******  RangeMenu.css  ******/

/*!
 * Ext JS Library 3.1.0
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
/**
 * RangeMenu Styles
 **/
.ux-rangemenu-gt {
	background-image: url("resources/images/greater_than.png") !important;
}

.ux-rangemenu-lt {
	background-image: url("resources/images/less_than.png") !important;
}

.ux-rangemenu-eq {
	background-image: url("resources/images/equals.png") !important;
}



/******  RowEditor.css  ******/

/*!
 * Ext JS Library 3.3.1
 * Copyright(c) 2006-2010 Sencha Inc.
 * licensing@sencha.com
 * http://www.sencha.com/license
 */
.ext-ie .x-row-editor .x-form-text {
    margin:0 !important; 
}
.x-row-editor-header {
    height:2px;
    overflow:hidden;
    background: transparent url(resources/images/row-editor-bg.gif) repeat-x 0 0;
}
.x-row-editor-footer {
    height:2px;
    overflow:hidden;
    background: transparent url(resources/images/row-editor-bg.gif) repeat-x 0 -2px;
}
.ext-ie .x-row-editor-footer {
    margin-top:-1px;
}

.x-row-editor-body {
    overflow:hidden;
    zoom:1;
    background: #ebf2fb;
    padding-top:2px;
}
.x-row-editor .x-btns {
    position:absolute;
    top:28px;
    left:20px;
    padding-left:5px;
    background: transparent url(resources/images/row-editor-btns.gif) no-repeat 0 0;
}
.x-row-editor .x-btns .x-plain-bwrap {
    padding-right:5px;
    background: transparent url(resources/images/row-editor-btns.gif) no-repeat right -31px;
}
.x-row-editor .x-btns .x-plain-body {
    background: transparent url(resources/images/row-editor-btns.gif) repeat-x 0 -62px;
    height:31px;
}
.x-row-editor .x-btns .x-table-layout-cell {
    padding:3px;
}

/* Fixes for IE6/7 trigger fields */
.ext-ie6 .x-row-editor .x-form-field-wrap .x-form-trigger, .ext-ie7 .x-row-editor .x-form-field-wrap .x-form-trigger {
  top: 1px;
}

.ext-ie6 .x-row-editor .x-form-field-trigger-wrap, .ext-ie7 .x-row-editor .x-form-field-trigger-wrap {
  margin-top: -1px;
}

.errorTip .x-tip-body ul{
    list-style-type:disc;
    margin-left:15px;
}



/******  Spinner.css  ******/

﻿.x-form-spinner-proxy{
	/*background-color:#ff00cc;*/
}
.x-form-field-wrap .x-form-spinner-trigger {
    background:transparent url(resources/images/spinner.gif) no-repeat 0 0;
}

.x-form-field-wrap .x-form-spinner-overup{
    background-position:-17px 0;
}
.x-form-field-wrap .x-form-spinner-clickup{
    background-position:-34px 0;
}
.x-form-field-wrap .x-form-spinner-overdown{
    background-position:-51px 0;
}
.x-form-field-wrap .x-form-spinner-clickdown{
    background-position:-68px 0;
}


.x-trigger-wrap-focus .x-form-spinner-trigger{
    background-position:-85px 0;
}
.x-trigger-wrap-focus .x-form-spinner-overup{
    background-position:-102px 0;
}
.x-trigger-wrap-focus .x-form-spinner-clickup{
    background-position:-119px 0;
}
.x-trigger-wrap-focus .x-form-spinner-overdown{
    background-position:-136px 0;
}
.x-trigger-wrap-focus .x-form-spinner-clickdown{
    background-position:-153px 0;
}
.x-trigger-wrap-focus .x-form-trigger{
    border-bottom: 1px solid #7eadd9;
}

.x-form-field-wrap .x-form-spinner-splitter {
	line-height:1px;
	font-size:1px;
    background:transparent url(resources/images/spinner-split.gif) no-repeat 0 0;
	position:absolute;
	cursor: n-resize;
}
.x-trigger-wrap-focus .x-form-spinner-splitter{
    background-position:-14px 0;
}



/******  UploadDialog.css  ******/

.ux-cell-icon-delete {
	background: url(resources/images/upload-icons/delete.gif) no-repeat;
	height: 16px;
	cursor: pointer;
}

.ux-cell-icon-completed {
	background: url(resources/images/upload-icons/tick.gif) no-repeat;
	height: 16px;
}

.ux-cell-icon-clear {
    background: url(resources/images/upload-icons/bin_empty.png) no-repeat;
    height: 16px;
}


.ux-cell-color-gray {
	font-style:italic;
	text-decoration: line-through;
	color: gray;
}
.upload-progress-table {
    width: auto;
    border-collapse: collapse;
    margin-top: 7px;
    font: normal 11px tahoma, arial, verdana, sans-serif;
}

.upload-progress-table .upload-progress-label {
    width: 60px;
    text-align: left;
    padding: 2px 2px 2px 15px;
}
.upload-progress-table .upload-progress-value {
    width:150;
}



/* button icons */
.db-icn-add {
    background-image: url(../../images/icons/silk/add.png) !important;
}
.db-icn-cross {
    background-image: url(../../images/icons/silk/cross.png) !important;
}
.db-icn-upload_ {
    background-image: url(resources/images/upload-icons/upload_.png) !important;
}
.db-icn-trash {
    background-image: url(resources/images/upload-icons/trash_16.gif) !important;
}
.db-icn-stop {
    background-image: url(resources/images/upload-icons/stop.png) !important;
}

.db-icn-upload-local
{
	background-image:url(../../images/icons/silk_companion1/disk_upload.png);
}


/* Icon Sizes */
.db-ft-small {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
.db-ft-medium {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
}
.db-ft-large {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Small Icons */
.db-ft-root-small {
    background-image: url( ../images/types/small/folders/root.gif) !important;
}
.db-ft-folder-small {
    background-image: url( ../images/types/small/folders/folder.gif) !important;
}
.db-ft-folder-shared-small {
    background-image: url( ../images/types/small/folders/folder_shared.gif) !important;
}
.db-ft-gallery-small {
    background-image: url( ../images/types/small/folders/gallery.gif) !important;
}
.db-ft-album-small {
    background-image: url( ../images/types/small/folders/album.gif) !important;
}
.db-ft-album-shared-small {
    background-image: url( ../images/types/small/folders/album_shared.gif) !important;
}
.db-ft-published-small {
    background-image: url( ../images/types/small/folders/published.gif) !important;
}
.db-ft-published-files-small {
    background-image: url( ../images/types/small/folders/published_files.gif) !important;
}
.db-ft-published-folders-small {
    background-image: url( ../images/types/small/folders/published_folders.gif) !important;
}
.db-ft-subs-small {
    background-image: url( ../images/types/small/folders/subs.gif) !important;
}
.db-ft-subs-user-small {
    background-image: url( ../images/types/small/folders/subs_user.gif) !important;
}
.db-ft-network-small {
    background-image: url( ../images/types/small/folders/network.gif) !important;
}
.db-ft-network-user-small {
    background-image: url( ../images/types/small/folders/network_user.gif) !important;
}
.db-ft-shared-albums-small {
    background-image: url( ../images/types/small/folders/shared_albums.gif) !important;
}
.db-ft-shared-docs-small {
    background-image: url( ../images/types/small/folders/shared_docs.gif) !important;
}
.db-ft-recyclebin-small {
    background-image: url( ../images/types/small/folders/recycle.gif) !important;
}

.db-ft-3gp-small {
    background-image: url( ../images/types/small/files/3gp.gif) !important;
}
.db-ft-avi-small {
    background-image: url( ../images/types/small/files/avi.gif) !important;
}
.db-ft-bmp-small {
    background-image: url( ../images/types/small/files/bmp.gif) !important;
}
.db-ft-chm-small {
    background-image: url( ../images/types/small/files/chm.gif) !important;
}
.db-ft-dll-small {
    background-image: url( ../images/types/small/files/dll.gif) !important;
}
.db-ft-doc-small {
    background-image: url( ../images/types/small/files/doc.gif) !important;
}
.db-ft-docx-small {
    background-image: url( ../images/types/small/files/docx.gif) !important;
}
.db-ft-dwf-small {
    background-image: url( ../images/types/small/files/dwf.gif) !important;
}
.db-ft-exe-small {
    background-image: url( ../images/types/small/files/exe.gif) !important;
}
.db-ft-flv-small {
    background-image: url( ../images/types/small/files/flv.gif) !important;
}
.db-ft-gif-small {
    background-image: url( ../images/types/small/files/gif.gif) !important;
}
.db-ft-htm-small {
    background-image: url( ../images/types/small/files/htm.gif) !important;
}
.db-ft-ico-small {
    background-image: url( ../images/types/small/files/gif.gif) !important;
}
.db-ft-jpg-small {
    background-image: url( ../images/types/small/files/jpg.gif) !important;
}
.db-ft-mdb-small {
    background-image: url( ../images/types/small/files/mdb.gif) !important;
}
.db-ft-mov-small {
    background-image: url( ../images/types/small/files/mov.gif) !important;
}
.db-ft-mp3-small {
    background-image: url( ../images/types/small/files/mp3.gif) !important;
}
.db-ft-mp4-small {
    background-image: url( ../images/types/small/files/mp4.gif) !important;
}
.db-ft-mpg-small {
    background-image: url( ../images/types/small/files/mpg.gif) !important;
}
.db-ft-pdf-small {
    background-image: url( ../images/types/small/files/pdf.gif) !important;
}
.db-ft-pps-small {
    background-image: url( ../images/types/small/files/pps.gif) !important;
}
.db-ft-ppt-small {
    background-image: url( ../images/types/small/files/ppt.gif) !important;
}
.db-ft-pptx-small {
    background-image: url( ../images/types/small/files/pptx.gif) !important;
}
.db-ft-rar-small {
    background-image: url( ../images/types/small/files/rar.gif) !important;
}
.db-ft-rtf-small {
    background-image: url( ../images/types/small/files/rtf.gif) !important;
}
.db-ft-swf-small {
    background-image: url( ../images/types/small/files/swf.gif) !important;
}
.db-ft-txt-small {
    background-image: url( ../images/types/small/files/txt.gif) !important;
}
.db-ft-unknown-small {
    background-image: url( ../images/types/small/files/unknown.gif) !important;
}
.db-ft-wav-small {
    background-image: url( ../images/types/small/files/wav.gif) !important;
}
.db-ft-wma-small {
    background-image: url( ../images/types/small/files/wma.gif) !important;
}
.db-ft-wmv-small {
    background-image: url( ../images/types/small/files/wmv.gif) !important;
}
.db-ft-xls-small {
    background-image: url( ../images/types/small/files/xls.gif) !important;
}
.db-ft-xlsx-small {
    background-image: url( ../images/types/small/files/xlsx.gif) !important;
}
.db-ft-xml-small {
    background-image: url( ../images/types/small/files/xml.gif) !important;
}
.db-ft-zip-small {
    background-image: url( ../images/types/small/files/zip.gif) !important;
}


/* Medium Icons */
.db-ft-root-medium {
    background-image: url( ../images/types/medium/folders/root.gif) !important;
}
.db-ft-folder-medium {
    background-image: url( ../images/types/medium/folders/folder.gif) !important;
}
.db-ft-folder-shared-medium {
    background-image: url( ../images/types/medium/folders/folder_shared.gif) !important;
}
.db-ft-gallery-medium {
    background-image: url( ../images/types/medium/folders/gallery.gif) !important;
}
.db-ft-album-medium {
    background-image: url( ../images/types/medium/folders/album.gif) !important;
}
.db-ft-album-shared-medium {
    background-image: url( ../images/types/medium/folders/album_shared.gif) !important;
}
.db-ft-published-medium {
    background-image: url( ../images/types/medium/folders/published.gif) !important;
}
.db-ft-published-files-medium {
    background-image: url( ../images/types/medium/folders/published_files.gif) !important;
}
.db-ft-published-folders-medium {
    background-image: url( ../images/types/medium/folders/published_folders.gif) !important;
}
.db-ft-subs-medium {
    background-image: url( ../images/types/medium/folders/subs.gif) !important;
}
.db-ft-subs-user-medium {
    background-image: url( ../images/types/medium/folders/subs_user.gif) !important;
}
.db-ft-network-medium {
    background-image: url( ../images/types/medium/folders/network.gif) !important;
}
.db-ft-network-user-medium {
    background-image: url( ../images/types/medium/folders/network_user.gif) !important;
}
.db-ft-shared-albums-medium {
    background-image: url( ../images/types/medium/folders/shared_albums.gif) !important;
}
.db-ft-shared-docs-medium {
    background-image: url( ../images/types/medium/folders/shared_docs.gif) !important;
}
.db-ft-recyclebin-medium {
    background-image: url( ../images/types/medium/folders/recycle.gif) !important;
}

.db-ft-3gp-medium {
    background-image: url( ../images/types/medium/files/3gp.gif) !important;
}
.db-ft-avi-medium {
    background-image: url( ../images/types/medium/files/avi.gif) !important;
}
.db-ft-bmp-medium {
    background-image: url( ../images/types/medium/files/bmp.gif) !important;
}
.db-ft-chm-medium {
    background-image: url( ../images/types/medium/files/chm.gif) !important;
}
.db-ft-dll-medium {
    background-image: url( ../images/types/medium/files/dll.gif) !important;
}
.db-ft-doc-medium {
    background-image: url( ../images/types/medium/files/doc.gif) !important;
}
.db-ft-docx-medium {
    background-image: url( ../images/types/medium/files/docx.gif) !important;
}
.db-ft-dwf-medium {
    background-image: url( ../images/types/medium/files/dwf.gif) !important;
}
.db-ft-exe-medium {
    background-image: url( ../images/types/medium/files/exe.gif) !important;
}
.db-ft-flv-medium {
    background-image: url( ../images/types/medium/files/flv.gif) !important;
}
.db-ft-gif-medium {
    background-image: url( ../images/types/medium/files/gif.gif) !important;
}
.db-ft-htm-medium {
    background-image: url( ../images/types/medium/files/htm.gif) !important;
}
.db-ft-ico-medium {
    background-image: url( ../images/types/medium/files/gif.gif) !important;
}
.db-ft-jpg-medium {
    background-image: url( ../images/types/medium/files/jpg.gif) !important;
}
.db-ft-mdb-medium {
    background-image: url( ../images/types/medium/files/mdb.gif) !important;
}
.db-ft-mov-medium {
    background-image: url( ../images/types/medium/files/mov.gif) !important;
}
.db-ft-mp3-medium {
    background-image: url( ../images/types/medium/files/mp3.gif) !important;
}
.db-ft-mp4-medium {
    background-image: url( ../images/types/medium/files/mp4.gif) !important;
}
.db-ft-mpg-medium {
    background-image: url( ../images/types/medium/files/mpg.gif) !important;
}
.db-ft-pdf-medium {
    background-image: url( ../images/types/medium/files/pdf.gif) !important;
}
.db-ft-pps-medium {
    background-image: url( ../images/types/medium/files/pps.gif) !important;
}
.db-ft-ppt-medium {
    background-image: url( ../images/types/medium/files/ppt.gif) !important;
}
.db-ft-pptx-medium {
    background-image: url( ../images/types/medium/files/pptx.gif) !important;
}
.db-ft-rar-medium {
    background-image: url( ../images/types/medium/files/rar.gif) !important;
}
.db-ft-rtf-medium {
    background-image: url( ../images/types/medium/files/rtf.gif) !important;
}
.db-ft-swf-medium {
    background-image: url( ../images/types/medium/files/swf.gif) !important;
}
.db-ft-txt-medium {
    background-image: url( ../images/types/medium/files/txt.gif) !important;
}
.db-ft-unknown-medium {
    background-image: url( ../images/types/medium/files/unknown.gif) !important;
}
.db-ft-wav-medium {
    background-image: url( ../images/types/medium/files/wav.gif) !important;
}
.db-ft-wma-medium {
    background-image: url( ../images/types/medium/files/wma.gif) !important;
}
.db-ft-wmv-medium {
    background-image: url( ../images/types/medium/files/wmv.gif) !important;
}
.db-ft-xls-medium {
    background-image: url( ../images/types/medium/files/xls.gif) !important;
}
.db-ft-xlsx-medium {
    background-image: url( ../images/types/medium/files/xlsx.gif) !important;
}
.db-ft-xml-medium {
    background-image: url( ../images/types/medium/files/xml.gif) !important;
}
.db-ft-zip-medium {
    background-image: url( ../images/types/medium/files/zip.gif) !important;
}

/* Large Icons */
.db-ft-root-large {
    background-image: url( ../images/types/large/folders/root.gif) !important;
}
.db-ft-folder-large {
    background-image: url( ../images/types/large/folders/folder.gif) !important;
}
.db-ft-folder-shared-large {
    background-image: url( ../images/types/large/folders/folder_shared.gif) !important;
}
.db-ft-gallery-large {
    background-image: url( ../images/types/large/folders/gallery.gif) !important;
}
.db-ft-album-large {
    background-image: url( ../images/types/large/folders/album.gif) !important;
}
.db-ft-album-shared-large {
    background-image: url( ../images/types/large/folders/album_shared.gif) !important;
}
.db-ft-published-large {
    background-image: url( ../images/types/large/folders/published.gif) !important;
}
.db-ft-published-files-large {
    background-image: url( ../images/types/large/folders/published_files.gif) !important;
}
.db-ft-published-folders-large {
    background-image: url( ../images/types/large/folders/published_folders.gif) !important;
}
.db-ft-subs-large {
    background-image: url( ../images/types/large/folders/subs.gif) !important;
}
.db-ft-subs-user-large {
    background-image: url( ../images/types/large/folders/subs_user.gif) !important;
}
.db-ft-network-large {
    background-image: url( ../images/types/large/folders/network.gif) !important;
}
.db-ft-network-user-large {
    background-image: url( ../images/types/large/folders/network_user.gif) !important;
}
.db-ft-shared-albums-large {
    background-image: url( ../images/types/large/folders/shared_albums.gif) !important;
}
.db-ft-shared-docs-large {
    background-image: url( ../images/types/large/folders/shared_docs.gif) !important;
}
.db-ft-recyclebin-large {
    background-image: url( ../images/types/large/folders/recycle.gif) !important;
}

.db-ft-3gp-large {
    background-image: url( ../images/types/large/files/3gp.gif) !important;
}
.db-ft-avi-large {
    background-image: url( ../images/types/large/files/avi.gif) !important;
}
.db-ft-bmp-large {
    background-image: url( ../images/types/large/files/bmp.gif) !important;
}
.db-ft-chm-large {
    background-image: url( ../images/types/large/files/chm.gif) !important;
}
.db-ft-dll-large {
    background-image: url( ../images/types/large/files/dll.gif) !important;
}
.db-ft-doc-large {
    background-image: url( ../images/types/large/files/doc.gif) !important;
}
.db-ft-docx-large {
    background-image: url( ../images/types/large/files/docx.gif) !important;
}
.db-ft-dwf-large {
    background-image: url( ../images/types/large/files/dwf.gif) !important;
}
.db-ft-exe-large {
    background-image: url( ../images/types/large/files/exe.gif) !important;
}
.db-ft-flv-large {
    background-image: url( ../images/types/large/files/flv.gif) !important;
}
.db-ft-gif-large {
    background-image: url( ../images/types/large/files/gif.gif) !important;
}
.db-ft-htm-large {
    background-image: url( ../images/types/large/files/htm.gif) !important;
}
.db-ft-ico-large {
    background-image: url( ../images/types/large/files/gif.gif) !important;
}
.db-ft-jpg-large {
    background-image: url( ../images/types/large/files/jpg.gif) !important;
}
.db-ft-mdb-large {
    background-image: url( ../images/types/large/files/mdb.gif) !important;
}
.db-ft-mov-large {
    background-image: url( ../images/types/large/files/mov.gif) !important;
}
.db-ft-mp3-large {
    background-image: url( ../images/types/large/files/mp3.gif) !important;
}
.db-ft-mp4-large {
    background-image: url( ../images/types/large/files/mp4.gif) !important;
}
.db-ft-mpg-large {
    background-image: url( ../images/types/large/files/mpg.gif) !important;
}
.db-ft-pdf-large {
    background-image: url( ../images/types/large/files/pdf.gif) !important;
}
.db-ft-pps-large {
    background-image: url( ../images/types/large/files/pps.gif) !important;
}
.db-ft-ppt-large {
    background-image: url( ../images/types/large/files/ppt.gif) !important;
}
.db-ft-pptx-large {
    background-image: url( ../images/types/large/files/pptx.gif) !important;
}
.db-ft-rar-large {
    background-image: url( ../images/types/large/files/rar.gif) !important;
}
.db-ft-rtf-large {
    background-image: url( ../images/types/large/files/rtf.gif) !important;
}
.db-ft-swf-large {
    background-image: url( ../images/types/large/files/swf.gif) !important;
}
.db-ft-txt-large {
    background-image: url( ../images/types/large/files/txt.gif) !important;
}
.db-ft-unknown-large {
    background-image: url( ../images/types/large/files/unknown.gif) !important;
}
.db-ft-wav-large {
    background-image: url( ../images/types/large/files/wav.gif) !important;
}
.db-ft-wma-large {
    background-image: url( ../images/types/large/files/wma.gif) !important;
}
.db-ft-wmv-large {
    background-image: url( ../images/types/large/files/wmv.gif) !important;
}
.db-ft-xls-large {
    background-image: url( ../images/types/large/files/xls.gif) !important;
}
.db-ft-xlsx-large {
    background-image: url( ../images/types/large/files/xlsx.gif) !important;
}
.db-ft-xml-large {
    background-image: url( ../images/types/large/files/xml.gif) !important;
}
.db-ft-zip-large {
    background-image: url( ../images/types/large/files/zip.gif) !important;
}
