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

div.fieldset {
	border:  1px solid #A6A6A6;
	margin: 30px 0;
	padding: 10px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #f7f7f7;
	padding: 3px;
	top: -17px;
	font-size: 11px; 
	letter-spacing: normal; 
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	font-weight: normal;
	color: #A6A6A6;
}

div.flash {
	/*width: 235px;*/
	margin: 5px 5px;
	border-color: #DFDFDF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}
 
/*label { 
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}*/

.progressWrapper {
	/*width: 230px;*/
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #DFDFDF;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #ffff00;
	background-color: #ffff99;
	color: #cc0000;
	font-weight: bold;
}
	
/* Current */
.green {
	border: solid 1px #A6A6A6;
	background-color: #E3E3E3;
}

/* Complete */
.blue {
	border: solid 1px #A6A6A6;
	background-color: #E3E3E3;
}

.progressName {
	font-size: 7pt !important;
	font-weight: normal;
	color: #555;
	/*width: 190px;*/
	height: 12px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: #A6A6A6;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: #A6A6A6;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	/*width: 230px;*/
	color: #555;
	font-size: 7pt;
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;;
	text-align: left;
	white-space: nowrap;
}

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

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

.uploadcancel
{
	font-size: 8pt;
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;;
	text-align: left;
	white-space: nowrap;
	font-style: italic; 
}

.uploaderror
{
	font-size: 8pt;
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;;
	text-align: left;
	white-space: nowrap;
	color: #990000;
	font-weight: bold;
}

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

object
{
	padding: 5px;
	padding-left: 7px;
}
