@CHARSET "UTF-8";

/*******************************************************************************
    unicycle.tv

	Upload CSS
 ******************************************************************************/
ul#steps {
	height: 30px;
	border-bottom: 1px solid #EEE;
	margin: 0;
}

ul#steps li {
	list-style-type: none;
	background-repeat: no-repeat;
	float: left;
	line-height: 24px;
	margin-right: 10px;
}

ul#steps li.done,
ul#steps li.active {
	background-image: url('../images/point_yellow.gif');
}

ul#steps li.active,
ul#steps li.active span.stepNumber {
	font-weight: bold;
}

ul#steps li.future {
	background-image: url('../images/point_gray.gif');
}

ul#steps li span.stepNumber {
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	color: #000;
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-right: 3px;
}

p#desc {
	margin-top: 10px;
	margin-left: 27px;
	clear: left;
}

#appletLabel, #ftpLabel {
	marign-bottom: 3px;
}

#appletLabel input,
#ftpLabel input {
	float: left;
	margin-right: 5px;
}

#javaUpload {
	width: 300px;
	height: 309px;
	border: 1px solid #000;
	margin-left: 19px;
	margin-bottom: 20px;
	padding: 2px;
}

label.discLabel {
	display: inline;
	font-size: smaller;
	color: #444;
	margin: 0 8px 0 3px;
}

table {
	font-size: smaller;
	color: #777;
}

table td {
	padding-left: 19px;
}

/* ----- SWFUpload ------ */

.swfupload {
	vertical-align: top;
	position: absolute;
	z-index: 1;
}
.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}

.progressName {
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 20px;
	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 {
	display: none;
}

#uploadWrapper {
	height: 45px;
	margin-top: 5px;
}

#uploadButtons {
	float: left;
	margin-right: 20px;
}

#uploadButtons object {
	outline: none;
}

#btnUpload, #btnCancel {
	border: 1px solid #777;
	background-color: #EEE;
	color: #444;
	border-radius: 3px;
	-moz-border-radius: 10px;
	width: 150px;
	height: 30px;
	padding-left: 28px;
	text-align: left;
	cursor: pointer;
}

#btnUpload {
	background: url('../images/upload_select.png') 11px 4px no-repeat;
}

#btnCancel {
	background: url('../images/cancel.png') 10px 6px no-repeat;
	padding-left: 26px;
	display: none;
}
