/**
 * @version		$Id: upload.css 221 2011-06-11 17:30:33Z happy_noodle_boy $
 * @package		JCE
 * @copyright	Copyright (C) 2009 Ryan Demmer. All rights reserved.
 * @license		GNU/GPL
 * This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 */
div#upload-body {
	padding: 4px;
	z-index: 10;
	position:static !important;
}
div#upload-body div.plupload {
	z-index: 10000 !important;
}

div#upload-body button.uploadButton {
	width: 65px;
	cursor: pointer;
}
div#upload-body button.uploadButton span.ui-icon {
	width : 20px;
	height: 20px;
	margin-top: -10px;
	left: 0.2em;
}
div#upload-body button.uploadButton.addQueue {
	float: left;
}
div#upload-body button.uploadButton.removeQueue {
	float: right;
}

div#upload-body button.uploadButton.addQueue span.ui-icon-circle-plus {
	background: url(../img/icons.png) no-repeat 0 -300px;	
}
div#upload-body div.uploadButton.addQueue.loading span.ui-icon-remove {
	background: url(../img/load.gif) no-repeat;
	cursor: default;
	color: gray;
}
div#upload-body button.uploadButton.removeQueue span.ui-icon-circle-minus {
	background: url(../img/icons.png) no-repeat 0 -340px; 
}
div#upload-body button.uploadButton input {
	top: 0;
	left: 0;
	height: inherit;
	position: absolute;
	cursor: pointer;
}
input#upload-name {
	width: 250px;
}
div#upload-queue-block {
	height: 165px;
	overflow: auto;
}
ul#upload-queue, ul#upload-queue {
	list-style: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
ul#upload-queue li {
	min-height: 20px;
	margin: 1px 2px;
	padding: 0px;
	position: relative;
}

ul#upload-queue li.load {
	background: url(../img/load.gif) no-repeat center left;
}

ul#upload-queue li span {
	cursor: pointer;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    z-index: 4;
	margin: 0 2px;
	display: inline-block;
}
ul#upload-queue li input {
	width: 75%;
	z-index: 10000;
	height: 16px;
	position: absolute;
}
ul#upload-queue li span.queue-item-name {
	float: left;
	margin: 0 0 0 24px;
	width: 65%;
	position: relative;
	cursor: default;
}
ul#upload-queue li span.queue-item-actions {
	float: right;
}
ul#upload-queue li span.queue-item-name span.queue-item-name-text {
	position: absolute;
	left: 2px;
	z-index: 2;
}
ul#upload-queue li span.queue-item-actions span.queue-item-size {
    text-align: left;
	cursor: default;
}
ul#upload-queue li span.queue-item-name span.queue-item-progress {
	display: none;
	position: absolute;
	width: 0;
	background: #cae1ff none;
	z-index: 1;
}
ul#upload-queue li span.queue-item-actions span.queue-item-rename {
	width: 20px;
	background:	url(../img/icons.png) no-repeat 0 -420px; 
}
ul#upload-queue li span.queue-item-actions span.queue-item-insert {
	width: 20px;
	background:	url(../img/icons.png) no-repeat 0 -480px; 
}
ul#upload-queue li span.queue-item-actions span.queue-item-status {
	width: 20px;
	background:	url(../img/icons.png) no-repeat;
	margin: 0;
}
ul#upload-queue li span.queue-item-actions span.queue-item-status.delete{
	background-position: 0 -180px;
}
ul#upload-queue li span.queue-item-actions span.queue-item-status.complete{
	background-position: 0 -520px;
	cursor: default;
}
ul#upload-queue li span.queue-item-actions span.queue-item-status.error{
	background-position: 0 -340px;
	cursor: default;
}
ul#upload-queue li.error, ul#upload-queue li.queue-item-error {
	background-color: #F5C9CF;
}
ul#upload-queue li.queue-item-error {
	text-align: center;
}
div.plupload_flash, div.plupload_silverlight, div.plupload_html5, div.plupload_browserplus, div.plupload_gears {
	z-index: 9999;
}
ul#upload-queue li.queue-item.exists {
	background: url(../img/icons.png) no-repeat 0 -640px;
}
ul#upload-queue li.queue-item.exists.hastip {
	cursor: help;
}
ul#upload-queue li span.tooltip {
	position: absolute;
}
ul#upload-queue li#upload-queue-drag {
	background: url(../img/drag.png) no-repeat 35% center;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	margin-left: -20px;
    padding-left: 20px;
}

div#upload-body #upload-options p {
	margin: 0.5em 0;
}
