/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.images-view .x-panel-body{
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}
.images-view .thumb{
    background: transparent;
    padding: 3px;
}
.images-view .thumb img{
    height: 60px;
    width: 60px;
}
.images-view .thumb-large img{
    height: 120px;
    width: 120px;
}
.images-view .thumb-layout img{
    height: 120px;
    width: 240px;
}
.images-view .thumb-wrap{
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
}
.images-view .thumb-wrap span{
    display: block;
    overflow: hidden;
    text-align: center;
}

.images-view .x-view-over{
    border:1px solid #dddddd;
    background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
    padding: 4px;
}

.images-view .x-view-selected{
    background: #eff5fb url(images/selected.gif) no-repeat right bottom;
    border:1px solid #99bbe8;
    padding: 4px;
}
.images-view .x-view-selected .thumb{
    background:transparent;
}

.images-view .loading-indicator {
    font-size:11px;
    background-image:url('../../resources/images/default/grid/loading.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left:20px;
    margin:10px;
}

.pdf-small-thumb{
	background-image:url('../../../../portal2/public/images/filetypes/pdf_small_thumb.png');
    background-repeat: no-repeat;
    background-position: center;

}



.x-action-col-cell img.pdf-small-thumb{
	background-image:url('../../../../portal2/public/images/filetypes/pdf_small_thumb.png');
    background-repeat: no-repeat;
    background-position: center;
	

}

.x-action-col-cell img.doc-small-thumb{
	background-image:url('../../../../portal2/public/images/filetypes/doc_small_thumb.png');
    background-repeat: no-repeat;
    background-position: center;
	

}

.x-action-col-cell img.ppt-small-thumb{
	background-image:url('../../../../portal2/public/images/filetypes/ppt_small_thumb.png');
    background-repeat: no-repeat;
    background-position: center;
	

}

.x-action-col-cell img.rar-small-thumb{
	background-image:url('../../../../portal2/public/images/filetypes/rar_small_thumb.png');
    background-repeat: no-repeat;
    background-position: center;
	
}

.x-action-col-cell img.zip-small-thumb{
	background-image:url('../../../../portal2/public/images/filetypes/zip_small_thumb.png');
    background-repeat: no-repeat;
    background-position: center;
	
}

.x-action-col-cell img.xls-small-thumb{
	background-image:url('../../../../portal2/public/images/filetypes/xls_small_thumb.png');
    background-repeat: no-repeat;
    background-position: center;
	
}

.x-action-col-cell img.unknown-small-thumb{
	background-image:url('../../../../portal2/public/images/filetypes/unknown_small_thumb.png');
    background-repeat: no-repeat;
    background-position: center;
	
}

.x-action-col-cell img.text-small-thumb{
	background-image:url('../../../../portal2/public/images/filetypes/text_small_thumb.png');
    background-repeat: no-repeat;
    background-position: center;
	
}

.x-action-col-cell img.image-small-thumb{
	background-image:url('../../../../portal2/public/images/filetypes/image_small_thumb.png');
    background-repeat: no-repeat;
    background-position: center;
	

}


.gallery-read-mode {
   
	height: 24px;
 }
