/*
Default style definitions for:

Uploadify v2.0.0
Copyright (C) 2009 by Ronnie Garcia, Travis Nickels

This file is part of Uploadify

Uploadify is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Uploadify is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Uploadify.  If not, see <http://www.gnu.org/licenses/>.

-Changed function to uploadify
-Added settings.queueID
*/
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #E5E5E5;
	padding: 5%;
	width: 90%;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}