﻿.FlashDescription
{
	width: 540px;
	color: #e36c18;
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 10px;
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.FlashUploadLaterText
{
	font-size: 10px;
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}

.FileClassic
{
	width: 583px;
	padding: 10px;
}

.FileClassic .file
{
	height:25px;
	cursor:default;
	margin:0 0 10px 0;
}

.FileClassic div.filename
{
	margin:0;
	float:left;
	width:395px;
	height:21px;
	display:block;
	margin:0 2px 0 0;
	padding:2px 0 0 4px;
	border:1px solid #999;
	background-color:#fff;
}

.FileClassic div input
{
	margin:0;
	color:#666;
	width:393px;
	border:none;
	font-size:11px;
	padding:2px !important;
	cursor:default !important; 
	background-color:transparent;
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.FileClassic div.empty
{
	background-color:#e6e6e6;
}

.FileClassic div.empty input
{
	color:#999;
}

.FileClassic a.browse
{
	border: 0;
	color: #333;
	float: left;
	width: 68px;
	height: 25px;
	display: block;
	background: none;
	text-decoration: none;
	cursor: default !important;
}

.FileClassic a.browse img
{
	border: 0;
}

.FileClassic a.remove,
.FileClassic a.remove-d
{
	color:#333;
	width:25px;
	height:25px;
	float:right;
	display:block;
	text-decoration:none;
	cursor:default !important;
}

.FileClassic a.remove
{
	background:url("/images/files/UploadDeleteFile.png") no-repeat;
}

.FileClassic a.remove:hover
{
	background:url("/images/files/UploadDeleteFile.png") no-repeat;
}

.FileClassic a.remove:active,
.FileClassic a.remove-d:active
{
	outline:none;
}

.FileClassic a.remove-d
{
	background:url("/images/files/UploadDeleteFileDeactivated.png") no-repeat;
}

.FileActions
{
	height:25px;
	cursor:default;
}

.FileActions a.add,
.FileActions a.add-d
{
	float: left;
	width: 401px;
	height: 25px;
	color: White;
	display: block;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	cursor: default !important;
	font: 11px bold Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.FileActions a.add
{
	background:url("/images/files/UploadAddFile.png") no-repeat;
}

.FileActions a.add:hover
{
	background:url("/images/files/UploadAddFileOver.png") no-repeat;
}

.FileActions a.add:active,
.FileActions a.add-d:active
{
	outline:none;
}

.FileActions a.add-d
{
	background:url("/images/files/UploadAddFileDeactivated.png") no-repeat;
}

.FileActions a.upload,
.FileActions a.upload-d
{
	width:180px;
	float:right;
	height:25px;
	display:block;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	cursor:default !important;
	font: 11px bold Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.FileActions a.upload
{
	color: White;
	background:url("/images/files/UploadUploadFiles.png") no-repeat;
}

.FileActions a.upload:hover
{
	background:url("/images/files/UploadUploadFilesOver.png") no-repeat;
}

.FileActions a.upload:active,
.FileActions a.upload-d:active
{
	outline:none;
}

.FileActions a.upload-d
{
	color: #ababab;
	background:url("/images/files/UploadUploadFilesDeactivated.png") no-repeat;
}

.FileProgressInfos
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.FileProgress
{
	width: 581px;
	border: 1px solid #ccc;
	height: 16px !important;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}

.FileProgressBar
{
	height:16px;
	background:transparent url("/images/files/UploadProgressBarBg.png") repeat-x;
}

.FileListHead
{
	font: bold 12px Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.FileList,
.FileAllowed,
.FileProgressLabel
{
	font: 11px Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.AllowedDetails
{
	margin-top: 10px;
}

.UploadTitle
{
	margin-bottom: 10px;
}