/* -----------------------------------------------
	www.swfupload.org
	Description: Common Screen Stylesheet for SWFUpload Demos
	Updated on:  May 1, 2008
----------------------------------------------- */


/* ----------------------------------------------- 
	GLOBAL RESET 
   ----------------------------------------------- */

/* remember to define focus styles! */
/* tables still need 'cellspacing="0"' in the markup */
/* ----------------------------------------------- 
	BASIC ELEMENTS
   ----------------------------------------------- */
   
   
/* -- Text Styles ------------------------------- */
/* -- Layout ------------------------------- */


/* hide link text */
	/* -- Form Styles ------------------------------- */
fieldset {
	border-color: #afafaf;
	border-width: 1px;
	border-style: solid;
	display: inline;
	margin: 0.5em;
	padding: 0px;
}

/* IE6 FIX */
/* IE6 FIX */
fieldset.flash {
	background-color: #dfdfdf;
	height: 5em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	float: left;
	width: 14.5em;
	border-color: #D9E4FF;
}

legend {
	display: inline;
	width: 12em;
	margin-left: 0.5em;
	margin-bottom: 0;
	margin-right: 0em;
	margin-top: 0;
	font: 700 1em;
	padding: 0em;
}

/* FF 2 Fix */


/* -- Table Styles ------------------------------- */
.progressWrapper {
	height: 5em;
	width: 14em;
	overflow: hidden;
}

.progressContainer {
	display: inline;
	float: left;
	font-size: 1em;
	height: 1em;
	border-style: solid;
	width: 13.5em;
	margin: 0.5em;
	padding: 0em;
	overflow: hidden;
}
/* Message */
.message {
	display: inline;
	height: auto;
	border-style: none;
	float: left;
	margin: 0em;
	padding: 0.5em;
	overflow: hidden;
}
/* Error */
.red {
	display: inline;
	border-style: none;
	float: left;
	background-color: #FFEBEB;
}

/* Current */
.green {
	display: inline;
	height: 4em;
	border-style: none;
	float: left;
}

/* Complete */
.blue {
	display: inline;
	border-style: none;
	float: left;
	background-color: #F0F5FF;
}

#btnCancel {
	visibility: hidden;
}

.progressName {
	display: inline;
	margin: 0em;
	float: left;
	font-size: 0.8em;
	font-weight: 700;
	width: 14em;
	height: 2em;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	display: inline;
	background-repeat: repeat-x;
	background-image: url(../img/prog.gif);
	float: left;
	margin: 0em;
	background-position: 0em;
	font-size: 1em;
	width: 0%;
	height: 1em;
}

.progressBarComplete {
	display: inline;
	font-size: 1em;
	height: 0.5em;
	float: left;
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	display: inline;
	height: 0.5em;
	float: left;
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	display: inline;
	height: 2em;
	float: left;
	margin-top: 0em;
	width: 100%;
	font-size: 0.8em;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	display: inline;
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../img/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	display: inline;
	background-position: 0px 0px;
}

#divStatus {
	width: 100%;
	margin-left: 0.7em;
	margin-bottom: 0em;
	margin-right: 0.7em;
	margin-top: 0em;
	display: inline;
	font-size: 0.8em;
	float: left;
}


