#ubr_debug {

	background-color: #F8F8F8;
	border: 1px solid #969696;
	width: 780px;
	height: 100px;
	overflow: auto;
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

#ubr_alert {
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #F26E04;
}

.ubrError {
    color: red;
}

.ubrWarning{
    color: orange;
}

#upload_container{
    display:none;
}

/* PROGRESS BAR */
#progress_bar_container{
	width:320px;
	margin:auto;
	text-align:center;
	height:22px;
        position: absolute;
        bottom: 12px;
        right: 260px;
        
}

#upload_stats_toggle{
	float:left;
	width:40px;
	height:20px;
        display: none;
	text-align:center;
	padding-top: 3px;
	cursor: pointer;
	/*
	background-image: url('./images/toggle.png');
	background-repeat: no-repeat;
	background-position:12px 3px;
	*/
}

#progress_bar_background{
	float:left;
	background-color: #f5f5f5;
	height:21px;
	width:300px;
	z-index:5;
	border:1px solid #ddd;
	/*
	background-image: url('./images/progress_bar_white.png');
	background-repeat: repeat-x;
	*/
}

#progress_bar{
	float:left;
	background-color: #F26E04;
	height:21px;
	width:0px;
	z-index:6;
	
	background-image: url('../images/btn-upload.png');
	background-repeat: repeat-x;
	
}

#percent_complete{
	float:left;
	width:40px;
	height:20px;
        font-size: 12px;
	text-align:center;
	padding-top: 3px;
}
/* PROGRESS BAR */

/* UPLOAD STATISTICS */
#upload_stats_container{
	
	width:400px;
	margin:auto;
	height: 120px;
        margin: 20px auto;
        font-size: 12px;
        display: none;
}

.upload_stats_label{
	width: 245px;
	height: 20px;
	text-align: left;
	float:left;
	border-bottom:1px solid #969696;
	padding: 7px 0 2px 5px;
}

.upload_stats_data{
	width: 245px;
	height: 20px;
	text-align: center;
	float:left;
	
	border-bottom:1px solid #969696;
	padding: 7px 0 2px 5px;
}
/* UPLOAD STATISTICS */

/* FILE PICKER */
#file_picker_container {
	margin: auto 5px auto 0;
	width: 330px; height: 25px;
	text-align:center;
        padding-top: 1px;
        position: absolute;
        background: url(../images/lista/upfield_bg.gif) no-repeat 1px 1px;
        margin-top: 25px;
        left: 0px;
        
}

.upfile_ultimo{}
.upfile { }
/* FILE PICKER */

/* UPLOAD SLOTS */
#upload_slots_container{
	
	margin:auto;
	text-align:center;
        display: none;
	width:240px;
        position: absolute;
        bottom: 35px;
        left: 1px;
        background-color: #f5f5f5;
        padding: 2px 2px 0 5px;
        border: 1px solid #aaa;
        color: #444;
}

#upload_form_values_container{
    margin:auto;
    text-align:center;
    display: none;
}

.upfile_label{
    height:24px;
}

.upfile_name {
	width:193px;
	height:18px;
	float: left;
	text-align: left;
        padding: 4px 0 0 25px;
        
        font-size: 11px;
        background: url(../images/ico-file-xls.gif) 3px 2px no-repeat; /* po nasazeni */
}

.upfile_remove{
	float:left;
	width:22px;
	height:20px;
	padding-top: 3px;
	cursor:pointer;
	background: url('../images/ico-cros.gif') no-repeat 5px 5px;

}
/* UPLOAD SLOTS */

/* UPLOAD BUTTONS */
#upload_buttons_container{
        display: block;
	width:230px;
	height:22px;
	margin:0;
	text-align:center;
	padding: 0!important;
        position: absolute;
        right: 10px;
        bottom: 12px;
        
}

#upload_buttons_container #multiUploadButton {
    display: inline;
    height: 22px;
    position: absolute;
    margin: 0;
    top: 0px; right: 0px;
}

#reset_button{ position: absolute; top: 0px; left: 0px; width: 80px;}

#upload_button{
  padding: 1px 15px 3px 15px;
  font-size: 12px;
  color: #fff;
  border: none;
  cursor: pointer;
  background: url(../images/lista/button.gif) 0 -23px repeat-x;
  width: 80px;
  height: 22px;
  position: absolute;
  top: 0px; left: 0px;
  
}
/* UPLOAD BUTTONS */

/* UPLOAD RESULTS */
#upload_results_container{
	width:603px;
	margin:auto;
	text-align:center;
}

#upload_results_file_name_header{

	font-weight:bold;
	background-color:#D8D8D8;
	float:left;
	width:450px;
	height:20px;
	padding-top: 2px;
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
}

#upload_results_file_size_header{

	font-weight:bold;
	background-color:#D8D8D8;
	float:left;
	width:150px;
	height:20px;
	padding-top: 2px;
	border-top:1px solid #969696;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
	border-right:1px solid #969696;
}

.upload_results_file_name{
	float:left;
	width:450px;
	height:20px;
	padding-top: 3px;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
}

.upload_results_file_size{
	float:left;
	width:150px;
	height:20px;
	padding-top: 3px;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
	border-right:1px solid #969696;
}

.upload_results_even{
	background-color:#F0F0F0;
}

.upload_results_odd{
	background-color:#F8F8F8;
}
/* UPLOAD RESULTS */

#preloader{
	position: absolute;
	left: -110%;
	top: -110%;
	height: 0;
	width: 0;
	border-width: 0;
	z-index: -30;
}

/* Upload input file */
#searchInputBox {
  position: relative;
  float: left;
  display: block;
  margin:0 20px 0 0;
  width: 400px;  height: 27px;
}

.selectedFile {
  margin: 3px 0 0 5px; padding: 3px 0 3px 22px;
  width: 228px; height:15px;
  position: relative; left: 0;
  font-size: 11px; color: #686868;
  z-index: 20;
  float: left;
  margin-top: 27px;
  background: url(../images/ico-file.gif) 2px 4px no-repeat;
}
#content .selectedFile {margin-left: 65px;}
.ubrUploadSlot {
  position:absolute; right: 0;
  z-index:5;
  cursor:pointer;
  opacity:0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  border: 5px solid white;
  cursor: pointer!important;
}
#content .ubrUploadSlot {right:70px;}

/* --- BUTTTON FILE --- */
.button {
	float: none;
	height: 22px;
	margin: 1px 1px 0 0; padding: 0;
        
        width: 70px;
}
.button span {
	float: left;
	display: block;
	padding: 0;
	width: 4px; height: 22px;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
}
.button span.center {
	padding: 4px 5px 0;
	width: auto; height: 18px;
}

.btnUpload { float: right; }
.btnUpload a { text-decoration: none; }
.btnUpload a span { color: #000; font-weight: bold; }
.btnUpload a span.center { background: #f2f2f2 url(../images/btnUpload.gif) 0 -22px repeat-x; }
.btnUpload a span.left   { background: url(../images/btnUpload.gif) left top no-repeat; }
.btnUpload a span.right  { background: url(../images/btnUpload.gif) right top no-repeat; }


