/* Ext.ux.UploadForm css file
 *
 * vim:sw=2:ts=2:fdc=4 
 * $Id: uploadform.css 66 2007-07-25 23:14:47Z jozo $ 
 */

.x-uf-buttons-ct {
	position:relative;
	height: 22px;
	margin-bottom: 5px;
}
.x-uf-input-ct {
	position:absolute;
	height: 22px;
	width: 78px;
	overflow: hidden;
}
.x-uf-ubtn-ct {
	position: absolute;
	right:28px;
}
.x-uf-cbtn-ct {
	position: absolute;
	right:0;
}
.x-uf-bbtn-ct {
	position: absolute;
	height: 22px;
	right:0;
}
.x-uf-input-wrap {
	position: absolute;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);	
	right:0;
	height: 22px;
}
.x-uf-input-wrap input {
	top: 0;
	height: 22px;
	font-size: 14px;
	cursor: pointer;
	-moz-user-focus: ignore;
	border: 0px none transparent;

	overflow: hidden;
}
.x-uf-input-mask {
	position:absolute;
	height: 22px;
	width: 24px;
	left: -18px;
}
.x-uf-table {
	width:100%;
	font-size: 11px;
	border-collapse: collapse;
	margin-top: 2px;
}
.x-uf-filename {
	-moz-user-select: none;
	cursor: default;
	padding-left: 3px;
}
.x-uf-filedelete {
	width: 16px;
	text-align: right;
	padding-right: 2px;
}
.x-uf-mask {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);	
	background-color: white;
}
.x-uf-wait {
	width: 16px;
	height: 16px;
	background: transparent url(../extjs/resources/images/default/grid/wait.gif);
	background-repeat: no-repeat;
	position:absolute;
	right: 56px;
	top: 2px;
	display:none;
}

.x-uf-progress-wrap {
	margin-top:2px;
	margin-bottom:2px;
	border: 1px solid #6593cf;
	overflow:hidden;
}
.x-uf-progress {
	height: 6px;
	background: #e0e8f3 url(../extjs/resources/images/default/qtip/bg.gif) repeat-x;
}
.x-uf-progress-bar {
	height:5px;
	overflow:hidden;
	width:0;
	background:#8BB8F3;
	border-top:1px solid #B2D0F7;
	border-bottom:1px solid #65A1EF;
	border-right:1px solid #65A1EF;
}
.x-uf-pginfo-ct {
	font-size: 11px;
	font-family: tahoma,verdana,helvetica;
	border: 1px solid #65A1EF;
	background: #ffffe8;
	padding: 2px;
}
.x-uf-pginfo-table {
	width: 100%;
	border: 0;
}
.x-uf-pginfo-value {
	text-align: right;
/*	font-weight: bold; */
}

.x-uf-filepb {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	background:#8BB8F3;
	border-top:1px solid #B2D0F7;
	border-bottom:1px solid #65A1EF;
	border-right:1px solid #65A1EF;
	width: 0;
}
.x-uf-layer {
	border: 1px solid silver;
	background: #f4f4ff;
}
.x-uf-layer-form-ct {
	margin: 8px;
}


/* end of file */
