.lableChooseFolder {
	display:block;
}

.previewContainer {
	 overflow: hidden; display:table;
} 

.previewContainer {
	border:1px solid #aaa; width:144px; height:138px; text-align:center; vertical-align:middle; position:relative;  _float:left; display: table-cell;
}

.previewVersionContainer {
	 overflow: hidden; display:table;
} 

.previewVersionContainer {
	border:1px solid #aaa; width:95%; height:220px; text-align:center; vertical-align:middle; position:relative;  _float:left; display: table-cell;
} 

.previewInnerWrapper {

} 

.previewInnerWrapper img {
	position:relative;
	vertical-align:middle;
}

.previewInnerWrapper div {
	position:relative;
	vertical-align:middle;
}

.thumb-wrap{
	float: left;
	margin: 2px;
	margin-right: 0;
	padding: 2px;
	text-align : center;
}

.thumb{
	padding: 2px;
}

/*.x-view-selected{
	background:#EFF5FB url(images/selected.gif) no-repeat scroll right bottom;
	border:2px solid #99BBE8;
	padding:2px;
}

.x-view-over{
    border:2px solid #99BBE8;
    background: #efefef url(../components/ext/resources/images/default/grid/row-over.gif) repeat-x left top;
	padding: 2px;
}*/

.imagepreviewrapper {

	border:1px solid #9fbdd6;
	border-top:2px solid #2b5477;
	padding:6px;
}

.imagepreviecontainer {
	height:300px;	
}

.imagepreviewheader {
	background:url(img/bg.gif) repeat-x;
	padding:3px;
	padding-left:6px;
	color:#fff;
	font-weight:bold;
	font-size:92%;
}
.imageloader{ clear:both; margin:12px 0;}
.thumbnail{ margin-right:6px; margin-left:6px; float:left; padding:5px;}
.item-view-selected{ background:#EEF9D7 url(/img/highlightBg.gif) repeat-x scroll center top;border:1px solid #C1D39D; padding:4px;}
.lastOne{margin-right:0;}


.thumbnail .imageDiv-selected{ 
  text-align:center;*display: block;*font-size: 70px;*font-family:Arial; border:1px dotted #000000; background:gray none repeat scroll 0 0;
}

.thumbnail div.imageDiv{ 
  display:table-cell; vertical-align:middle; text-align:center;*display: block;*font-size: 70px;*font-family:Arial; border:1px solid #AAAAAA; width:78px; height:78px; background-color:#FFFFFF
}

.thumbnail img{
	vertical-align : middle;
}

.thumbnail .imageName{ padding:3px; background:#415a70; clear:both; color:#fff; text-align:center; margin-top:2px;}

.paginationContainer {text-align:right; padding:10px 0; background:url(/img/dots.gif) repeat-x top;}

.imaginfowrapper{ padding:6px; background:url(/img/dots.gif) repeat-x bottom;}
.imageinfo{ float:left; width:20%; color:#003366;}
.imageinfo .label{ font-weight:bold; color:#000000; padding-right:3px;}
.imageinfoName{ float:left; color:#003366;}
.imageinfoName .label{ font-weight:bold; color:#000000; padding-right:3px;}
.imageinfoVersion{ float:right; width:20%; color:#003366; text-align:right;}
.imageinfoVersion .label{ font-weight:bold; color:#000000; padding-right:3px;}
.imageinfoUrl{ float:left; width:100%; color:#003366;}
.imageinfoUrl .label{ font-weight:bold; color:#000000; padding-right:3px;}

.btnImgBaseThumbView {background-image:url(/img/imageBase/thumbnail-normal.gif) !important;}
.x-btn-over .btnImgBaseThumbView {background-image:url(/img/imageBase/thumbnail-hover.gif) !important;}
.buttonClicked .btnImgBaseThumbView  {background-image:url(/img/imageBase/thumbnail-on.gif) !important;}

.btnImgBaseListView {background-image:url(/img/imageBase/list-normal.gif) !important;}
.x-btn-over .btnImgBaseListView  {background-image:url(/img/imageBase/list-hover.gif) !important;}
.buttonClicked .btnImgBaseListView  {background-image:url(/img/imageBase/list-on.gif) !important;}

/*
 * Ext JS Library 2.2.1
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 22px;
}
.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;
}
.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;
    left: 0;
    z-index: 3;
    color: #777;
}

.upload-icon {
            background: url('/img/image_add.png') no-repeat 0 0 !important;
}

.multi-proxy .item-view-selected{ background:none; border:none;}
.multi-proxy br{ clear:both;}

#browseImagebasePanel .x-panel-bwrap{ overflow:visible;}
#browseImagebasePanel .x-panel-body{ clear:both}
#browseImagebasePanel .x-panel-header { clear:both}

#btnThumbView .x-btn-left,#btnThumbView .x-btn-center,#btnThumbView .x-btn-right{ background:none}
#btnListView .x-btn-left,#btnListView .x-btn-center,#btnListView .x-btn-right{ background:none}
#btnListView .x-btn-text,#btnThumbView .x-btn-text{ width:21px; height:21px;}
#btnThumbView td.x-btn-right,#btnThumbView td.x-btn-right i{ width:1px; overflow:hidden; font-size:0px; line-height:0px;}
#btnListView td.x-btn-left,#btnListView td.x-btn-left i{ width:1px; overflow:hidden; font-size:0px; line-height:0px;}