/* -----------------------------------------------
	www.swfupload.org
	Description: Common Screen Stylesheet for SWFUpload Demos
	Updated on:  May 1, 2008
----------------------------------------------- */
div.filequeue {
	margin: 10px 8px;
	width: 272px;
	height: 200px;
	overflow:auto;
}

div.fileres {
	margin:0 8px;
	width: 272px;
	font-family:verdana,arial;
	font-size:10px;
	color:#000;
}

.brw_content button,
.brw_content input,
.brw_content select,
.brw_content textarea { 
	border-width: 1px; 
	padding: 2px 3px;
}



input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
.progressWrapper {
	width: 272px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}


/* Element position */

.progressCancel,
.progressStatus,
.progressName{
	display:block;
	float:left;
	height:15px;
	font-family:Verdana,Arial;
	font-size:12px;
}

.progressAction{
	width:250px;
	font-family:Verdana,Arial;
	text-decoration:none;
	font-size:10px;
	color:#666;
}
.progressName{
	width:175px;
}

.progressStatus{
	width:60px;
	text-align:right;
}

.progressCancel{
	width:10px;
	margin-left:5px;
}

/* Statuts style */ 
div.progressFileSuccess{
	color:#6993b1;
}

div.progressFileError .progressName{
	text-decoration:line-through;
}

a.progressCancel {
	display: block;
	float:left;
	height: 10px;
	width: 10px;
	background-image: url('../img/brw_upload_cancel.png');
	background-repeat: no-repeat;
	background-position: top left;
	cursor:pointer;
}

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
