div, td, input, a, select {
	font-family: sans-serif;
	font-size: 9pt;
}

.ftpIconCell { 
	background-color: #f0f0f0; 
	padding: 0px 1px 0px 3px;
}
.ftpOptions { 
	background-color: #ffffdd; 
	padding: 0px 1px 0px 0px;
}
.ftpOptionsFooter {
	background-color: #ffffdd; 
}
.ftpOptions a:hover {
	background-image: url(/images/download.png)
}
.ftpStatus { 
	background-color: #eeeeee;
	text-align: center;
	font-style: italic;
}
.progressDiv {
	background-color: white;
	border: thin solid gray;
	overflow: scroll;
	width: 100%;
	height: 60px;
	border: thin solid gray;
}
.progressTable {
	width: 100%;
}
.progressText {
	white-space: nowrap; 
	padding-right: 5px
}
.progressBar {
	border-collapse: collapse; 
	border: thin solid gray;
	width: 100%;
	height: 10px;
}
.progressBarFilled {
	padding: 0px;
	height: 100%;
	background-color: blue;
}
.progressBarUnfilled {
	padding: 0px;
	height: 100%;
	background-color: white;
}
.progressBarSucceeded {
	background-color: green;
}
.progressBarFailed {
	background-color: red;
}
.help {
	whitespace: nowrap;
	vertical-align: middle;
	margin: 0px 2px 4px 4px;
}
