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

.x-uf-buttons-ct {
	position:relative;
	height: 36px;
	margin: 0px;
	
}
.x-uf-input-ct {
	position:absolute;
	height: 36px;
	width: 120px;
	overflow: hidden;
}

.x-uf-ubtn-ct {
	position: absolute;
	width: 90px;
	height: 36px;
	right:30px;
}
.x-uf-cbtn-ct {
	position: absolute;
	width: 90px;
	height: 36px;
	right:30px;
}
.x-uf-bbtn-ct {
	position: absolute;
	height: 36px;
	width: 90px;
	left:0px;
}

.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: 36px;
	font-size: 14px;
	cursor: pointer;
	-moz-user-focus: ignore;
	border: 0px none transparent;
	overflow: hidden;
}

.x-uf-input-mask {
	position:absolute;
	height: 36px;
	width: 24px;
	left: -18px;
}

.x-uf-table {
	
	font-size: 11px;
	border-collapse: collapse;
	margin-top: 2px;
}
.x-uf-filename {
	margin-top:3px;
	padding:3px 0px;
	-moz-user-select: none;
	cursor: default;
	padding-left: 5px;
	line-height: 140%;
	color:#56a1d5;
	font-size:14px;
	font-weight:bold;
}
.x-uf-filedelete {
	width: 30px;
	text-align: right;
	padding-right: 5px;
}
.x-uf-filedelete a { font-size:14px; font-weight:bold; color:#373737 }
.x-uf-filedelete a:hover { text-decoration:none; color:#808080 }
/*
.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: 18px;
	height: 18px;
	background: transparent url(../js/ext-2.1/resources/images/default/grid/wait.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 130px;
	top: 7px;
	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(../js/ext-2.1/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: 90%;
	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 {
	background: #f4f4ff;
}
.x-uf-layer-form-ct {
	margin: 8px;
}

.td-filename, .td-filedel { border-collapse:collapse; border-top:1px solid #b1b1b1; /*border-bottom:1px solid #b1b1b1;*/ width:100%; padding-top:5px; padding-bottom:5px }
#form-ct{
	width: 540px;
	display: block; 
	margin-left: 0px; 
	padding:3px 3px;
	padding-top:5px;
	border: 1px solid #ddd;
	margin-bottom:10px;
	background-color:#f9f9f9;
}

/* end of file */