/* -----------------------------------------------
	www.swfupload.org
	Description: Common Screen Stylesheet for SWFUpload Demos
	Updated on:  May 1, 2008
----------------------------------------------- */

/* ----------------------------------------------- 
	BASIC ELEMENTS
   ----------------------------------------------- */

/* -- Form Styles ------------------------------- */
form {	
	margin: 0;
	padding: 0;
}

/*fieldset {
    border:  1px solid #afe14c;
    margin: 5px 0;
    padding: 20px 10px;
}*/

/* IE6 FIX */
html fieldset { 
	position: relative; 
	margin-top:1em;  
}
/* IE6 FIX */
html legend { 
	position:absolute; 
	top: -0.5em; 
	left: .5em; 
}

fieldset.flash {
	width: 550px;
	margin: 10px 5px;
	border-color: #3398cc;
}

legend {
	font: 700 14px Arial, Helvetica, sans-serif;
	padding: 0 5px;
	margin: 0 10px;
	color: #73b304;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */

.progressWrapper {
	width: 570px;
	overflow: hidden;
}

.progressContainer {
	margin: 3px;
	padding: 4px;
    	background-color: #FFFFFF;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #3398cc;
    background-color: #FFFFFF;
}

/* Current */
.green {
    border: solid 1px #3398cc;
    background-color: #FFFFFF;
}

/* Complete */
.blue {
    border: solid 1px #3398cc;
    background-color: #FFFFFF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #666666;
	width: 520px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 14px;
    	background-image: url('upload_progbar.png');
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 570px;
	font-size: 7pt;
    	color: #666666;
   	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
