﻿
input[disabled]
{
	border: 1px solid #ccc;
}
/* FF 2 Fix */


#btnSubmit
{
	margin: 0 0 0 155px;
}

/* -- Table Styles ------------------------------- */

.progressWrapper
{
	width: 100%;
	overflow: hidden;
}

.progressContainer
{
	margin: 2px;
	padding: 4px;
	height: 24px;
	border-bottom: dashed 1px #aaaaaa;
	overflow: hidden;
	display: block;
}
/* Message */
.message
{
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #aaaaaa;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red
{
	border: solid 1px #aaaaaa;
	background-color: #FFEBEB;
}

/* Current */
.green
{
	border: solid 1px #aaaaaa;
	background-color: #EBFFEB;
}

/* Complete */
.blue
{
		border-bottom: dashed 1px #aaaaaa;
}

.progressName
{
	font-size: 10px;
	font-weight: 700;
	color: #555;
	width: 233px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	vertical-align: middle;
	
}


.progressBarContainer
{
	height: 13px;
	width: 133px;
	padding: 1px;
	background-image: url(../../_gfx2009/multiupload/loadbar.jpg);
	background-repeat: no-repeat;
	float: left;
	vertical-align: middle;
	margin-left:8px;
}


.progressBarInProgress
{
	width: 0%;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url(../../_gfx2009/multiupload/loadindicator.jpg);
	background-repeat: no-repeat;
}

.progressBarComplete
{
	width: 100%;
	height: 13px;
	background-image: url(../../_gfx2009/multiupload/loadindicator_done.jpg);
	background-repeat: no-repeat;
}

.progressBarError
{
	height: 13px;

	background-image: url(../../_gfx2009/multiupload/loadindicator_error.jpg);
}

.progressBarStatus
{
	margin-top: 2px;
	width: 150px;
	font-size: 10px;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	overflow:hidden;
	float: left;

	vertical-align: middle;
	margin-left:8px;
}

a.progressCancel
{
	font-size: 0;
	display: block;
	height: 16px;
	width: 19px;
	background-image: url(../../graphics/icons/common/delete_v5.gif);
	float: right;
}

a.progressCancel:hover
{
	background-position: 0px 0px;
}

.swfChooseFiles
{
	background-image: url(../../_gfx2009/multiupload/transfersprite.png);
	border: none;
	width: 247px;
	height: 35px;
	text-align: center;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	color:White;
	font-weight:bold;
	display:block;
	float:left;
}

.swfStartUploads
{
	background-image: url(../../_gfx2009/multiupload/startupload.gif);
	border: none;
	width: 133px;
	height: 35px;
	text-align: center;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	color:White;
	font-weight:bold;
	display:none;
	float:left;
}

.swfCancelUploads
{
	background-image: url(../../_gfx2009/multiupload/stopupload.gif);
	border: none;
	width: 151px;
	height: 35px;
	text-align: center;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	color:White;
	font-weight:bold;
	display:none;
}

