﻿/*.progressWrapper 
{
	width: 100%;
	overflow: hidden;
}
.progressContainer 
{
    border-top: 1px solid #808080;
    background: #F7F7F7 url(FlashUpload_GreyStatus.gif) top repeat-x; 
    overflow: hidden; 
    height:45px;
}
.red 
{ 
    border-top: 1px solid #808080;
    background: #BC6013 url(FlashUpload_RedStatus.gif) top repeat-x; 
	height:45px;
}
.green 
{
    border-top: 1px solid #808080;
	background: #CBEB55 url(FlashUpload_GreenStatus.gif) top repeat-x;
	height:45px;
}
.blue 
{
    border-top: 1px solid #808080;
	background:#7FADFD url(FlashUpload_BlueStatus.gif) top repeat-x;
	height:45px;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError 
{
	font-size: 0px;
	width: 0%;
	height: 10px;
	background: url(FlashUpload_BlackProgressBar.gif) bottom repeat-x;
	margin-bottom:6px;
	margin-left:2px;
}
.progressBarComplete 
{
	width: 100%;
	visibility: hidden;
}
.progressBarError 
{
	width: 100%;
	visibility: hidden;
}
.progressBarStatus 
{
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
	margin:2px;
}
.progressName 
{
	font-size: 8pt;
	font-weight: bold;
	color: #555555;	
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	margin:2px;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 16px;
	width: 16px;
	background: url(FlashUpload_CancelButton.png) 0px 0px no-repeat;
	float: right;
	margin:2px;
}
a.progressCancel:hover 
{
	background-position: 0px 0px;
}

#flUploadCancel
{
	height: 16px;
	width: 16px;
	background: url(FlashUpload_CancelButton.png) 0px 0px no-repeat;
	border: none 0px #FFFFFF;	
}

.flButton
{
	height: 16px;
	width: 16px;
	background: url(FlashUpload_SelectButton.png) 0px 0px no-repeat;
	border: none 0px #FFFFFF;
}

#flStartLink
{
	height: 16px;
	width: 16px;
	background: url(FlashUpload_StartButton.png) 0px 0px no-repeat;
	border: none 0px #FFFFFF;
}

#flFileProgressContainer
{
	border-bottom: solid 1px #808080;
}

.tdFileProgressContainer
{
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
}

.tdOutputMessage
{
	vertical-align:top;
	padding-bottom:8px;
	padding-top:8px;
	height:8px;
}*/

.progressWrapper {
	width: 100%;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	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 #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	/*width: 566px;*/
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	/*width: 566px;*/
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(FlashUpload_CancelButton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}


.flStartLink
{
	/*height: 16px;
	width: 16px;
	background: url(images/FlashUpload_StartButton.png) 0px 0px no-repeat;
	border: none 0px #FFFFFF;*/
	font-family: Verdana;
	background-color: #FE6603;
	color: #000000;
	height:20px;
	margin:0px;
	padding:0px;
}

.tableMain
{
	width:590px;
	border: solid 1px #000000;
	color: #000000;
	text-align:left;
	font-size: smaller;
}

.tdMain
{
	padding: 2px;
	border-bottom: solid 1px #000000;
	color: #000000;
}

.tdMainFile
{
	padding: 2px;
	border-bottom: solid 1px #000000;
	font-size:smaller;
	color: #000000;
}

.tdMainHeading
{
	padding: 2px;
	border-bottom: solid 1px #000000;
	font-weight:bold;
	background-color:#EBE611;
	color:#000000;
}

.tdMainButton
{
	font-size:smaller;
	text-align:right;
	background-color:#c9c9c9;
}

