#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:482px;
	margin:auto;
	text-align:center;
	display:none;
	height:22px;
        margin-top: 25px;
}

#upload_stats_toggle{
	float:left;
	width:40px;
	height:20px;

	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:400px;
	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:500px;
    margin:auto;
    height: 120px;
    margin: 20px auto;
    display: none;
    font-size: 12px;
}

.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 10px auto 0;
    width: 500px; height: 25px;
    text-align:center;
    border: 1px solid #7b8992;
    background-color: white;
}

/* FILE PICKER */

/* UPLOAD SLOTS */
#upload_slots_container{
    display:none;
    margin:auto;
    text-align:center;
    width:500px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#upload_form_values_container{
	margin:auto;
	text-align:center;

}

.upfile_label{
	height:24px;

}

.upfile_name {
	width:428px;
	height:20px;
	float: left;
	text-align: left;
        padding-top: 3px;
        border-bottom:1px solid #ddd;
        padding: 3px 0 0 25px;
        border-bottom:1px solid #ddd;
        font-size: 12px;
        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;
	border-bottom:1px solid #ddd;
	background: url('../images/ico-cros.gif') no-repeat 5px 5px;

}
/* UPLOAD SLOTS */

/* UPLOAD BUTTONS */
#upload_buttons_container{
	width:500px;
	height:30px;
	margin:auto;
	text-align:center;
	margin: 30px 0;
}

#reset_button{ display: none; }
/*
#upload_button{
  padding: 0px 15px;
  font-weight: bold; color: #fff;
  border: none;
  cursor: pointer;
  background: url(../images/btn-upload.png) 0 0 repeat-x;
  width: 150px;
  height: 30px;
}
*/
/* 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: 218px; height:15px;
  position: absolute; left: 0;
  font-size: 11px; color: #686868;
  z-index: 20;
  background: url(../images/ico-file.gif) 2px 4px no-repeat;
}

#ubr_upload_form {width: 500px; margin: auto; position: relative; text-align: center; }
#main_choose #ubr_upload_form {margin-top: 10px!important;}
.uploadMember #ubr_upload_form {margin-top: 10px!important;}



#upload {width: 500px; margin: 0 auto; font-size: 90%; }
.selectedFile {text-align: left;}
/*
.upfile {width: 500px;}
*/
.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;
}

#content .ubrUploadSlot {right:0px;}

/* --- BUTTTON FILE --- */
.button {
	float: none;
	height: 22px;
	margin: 1px 1px 0 0; padding: 0;
        
        
}
.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; }


