body {
	background-color: #6C6C6C;
	font-family: Arial, helvetica, sans-serif;
	color: #ccc;
}
table.ftpWindow {
	color: #000;
}
td, th {
	font-size: 80%;
}

tr.odd {
	background-color: #eeeeee;
}

tr.even {
	background-color: #c0c0c0;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #005a9c;
	text-decoration: underline;
}
.alert {
	color:#dd0000;
	font-weight:bold;
}
.chat {
	color: #005a9c;
}
.tableborder {
	background-color:#fff;
}
.tablecell th {
	font-size:;
}
.tablecell {
	background-color:#ffffff;
}

tr.button {
	text-align:center;
	color:#000000;
	font-size:80%;
	background:#ffffff;
}

.banner {
	background-color:#005a9c;
	color:#ffffff;
}
.topt {
	background-color:#606060;
	text-align:left;
	color:#ffffff;
	padding:5px;
}
.bopt {
	font-weight:bold;
}
#uploaderContainer {
	width:119px;
	height:33px;
	cursor:pointer;
	float:left;
}
#fileNameContainer {
	float:left;
	margin:0 0 0 20px;
}
#uploaderInfo {
}
#progressBar {
	background:#fff;
	border:#999;
	width:200px;
	height:10px;
}
#progressBar #innerProgressBar {
	background:#ff0000;
	height:10px;
	width:1px;
}
