.swfupload { position: absolute; z-index: 1; } .attached_files { -moz-border-radius: 8px; -webkit-border-radius: 8px; background-color: #F7F7F7; min-height: 20px; } .progressWrapper { } #swfUploadProgress { } #divStatus { margin: 5px 0px 0px 0px; } .swfu_thumb { float: right; } .progressContainer { margin: 0px; padding: 2px; background-color: #fff; overflow: hidden; } .swfu_red  { background-color: #FFEBEB; } .swfu_green  { } .swfu_blue  { } .sfwUploadEmtpy { color: #636363; font-size: 10px; } .progressName { font-size: 8pt; font-weight: bold; color: #555555; height: 0px; text-align: left; overflow: hidden; white-space: nowrap; width: 0px; } .progressBarInProgress, .progressBarComplete, .progressBarError { font-size: 0px; width: 0%; height: 2px; background-color: #5b78ad; margin-top: 2px; clear: both; margin-bottom: 3px; } .progressBarComplete { width: 100%; background-color: green; visibility: hidden; } .progressBarError { width: 100%; background-color: red; visibility: hidden; } .progressBarStatus { margin-top: 2px; font-size: 7pt; text-align: left; white-space: nowrap; } a.progressCancel, a.progressCancel:link, a.progressCancel:active, a.progressCancel:visited, a.progressCancel:hover { font-size: 0px; 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; } .swf_upload_filename { line-height: 12px; height: 0px; position: relative; top: 6px; font-size: 10px; width: 0px; text-align: left; overflow: hidden; float: left; } .uploadbtn { background: url('./../images/template/bg_button2.gif') top center no-repeat; width: 125px; height: 14px; padding: 5px 0px 5px 0px; display: none; float: left; text-align: center; margin: 5px; color: #fff; border: 0px; font-size: 12px; } .uploadbtn:visited { color: #fff; } .uploadbtn:hover { background: url('./../images/template/bg_button2.gif') bottom center no-repeat; color: #fff; } .browsebtn { background: url('./../images/icons/add.gif') top center no-repeat; width: 20px; height: 20px; padding: 0px; display: block; float: left; text-align: center; margin: 5px; color: #fff; border: 0px; font-size: 12px; } .browsebtn:visited { color: #fff; } .browsebtn:hover { background: url('./../images/icons/add.gif') bottom center no-repeat; color: #fff; } .cancelbtn { background: url('./../images/template/bg_button2.gif') top center no-repeat; width: 125px; height: 14px; padding: 5px 0px 5px 0px; display: none; float: left; text-align: center; margin: 5px; color: #fff; border: 0px; font-size: 12px; } .cancelbtn:visited { color: #fff; } .cancelbtn:hover { background: url('./../images/template/bg_button2.gif') bottom center no-repeat; color: #fff; } #cancelqueuebtn { display: none; background: url(/images/cancel.png) no-repeat 0 4px; margin: 10px 0; } #SWFUploadFileListingFiles { } #SWFUploadFileListingFiles ul { margin: 0; padding: 0; list-style: none; } .SWFUploadFileItem { display: block; width: 330px; height: 15px; background: #fff; overflow: hidden; margin: 0px 5px 5px 0px; padding: 5px 0px 5px 0px; color: #000; font-size: 10px; } .fileUploading { color: #5b78ad; } .uploadCompleted { color: #636363; } .uploadCancelled { color: #f77c7c; } .uploadCompleted .cancelbtn, .uploadCancelled .cancelbtn { display: none; }
