@charset "UTF-8";
body {
	background: #fff;
	margin: 0;
}
a {
	font-size: 10px;
	color: #000666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#container {
	width: 802px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 802px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    padding-top: 5px;
}
/* FTP */
#ftplogin {
	text-align: right;
	margin: 0 0 4px;
}
#ftp {
	width: 800px;
	vertical-align: center;
	text-align: center;
	border: 1px solid #000;
    font-family: Georgia;
    font-size: 14px;
    padding: 100px 0;
}
#ftp a {
    color: #4F5243;
    text-decoration: none;
    font-weight: bold;
}
#ftp form {
	margin: 0; padding: 0;
}
fieldset {
    padding: 0 20px 20px;
    width: 260px;
    margin: 0 auto;
}
#ftp input[type=text], #ftp input[type=password] {
    width: 175px;
}
#ftp legend {
    font-size: 20px;
    margin:0;
    padding: 0;
}
.ftperror, .loggedoutmessage {
    border: 1px solid #ff0000;
    width: 280px;
    margin: 0 auto 25px;
    padding: 10px;
    background: #ffaaaa;
    color: #dd0000;
    font-size: 11px;
}
.loggedoutmessage {
    border: 1px solid #ffff66;
    background: #ffffcc;
    color: #999933;
}
.twocolumn .leftcolumn { text-align: right; }
.twocolumn .rightcolumn { text-align: left; }
.view {
	width: 300px;
	text-align: right;
	margin: 6px auto 4px;
}
fieldset ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
fieldset ul li {
    text-align: left;
    border-top: 1px solid #ddd;
    padding: 3px;
}
fieldset ul li a {
    text-decoration: none;
    color: #4F5243;
}
fieldset ul li a:hover {
    background: #4F5243;
    color: #fff!important;
}
fieldset p {
	font-family: Verdana;
    margin: 20px 0 20px;
    padding: 0;
    text-align: left;
    color: #4F5243;
    font-size: 10px;
    display: block;
    padding: 3px;
}

.progressWrapper {
	width: 260px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	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 {
	margin-top: 2px;
	width: 200px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
.centerimage a img, .view a img {
    border: 0;
}
.centerimage {
    text-align: center!important;
    margin: 8px 0 0;
}
.centerimage a img, {display: block; margin: 8px auto 0; }
.usernamelogin { font-family: Verdana; font-size: 10px;}
fieldset ul li a.deletebutton {
    display: block;
    float: right;
}
fieldset ul li a.deletebutton img {
    border: 0;
}
fieldset ul li a.deletebutton:hover img {
    background: transparent;
}
.redbackground{
	background: #ff0000;
}