.trhead {
	background-color: #0077BF;
	font-weight: bold;
	color: #FFFFFF;
}
.trhead td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.trlightwrap {
	background-color: #D4EAFE;
}
.trlight {
	background-color: #D4EAFE;
	cursor: pointer;
	h: expression(onmouseover=new Function("this.style.backgroundColor='#83C1E2'; this.style.color='#FFFFFF';"),
                       onmouseout=new Function("this.style.backgroundColor='#D4EAFE'; this.style.color='#000000';"));
}
.trlight:hover {
	background-color: #83C1E2;
	cursor: pointer;
	color: #FFFFFF;
}
.trlight td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.trdarkwrap {
	background-color: #CAE5FE;
}
.trdark {
	background-color: #CAE5FE;
	cursor: pointer;
	h: expression(onmouseover=new Function("this.style.backgroundColor='#83C1E2'; this.style.color='#FFFFFF';"),
                       onmouseout=new Function("this.style.backgroundColor='#CAE5FE'; this.style.color='#000000';"));
}
.trdark:hover {
	background-color: #83C1E2;
	cursor: pointer;
	color: #FFFFFF;
}
.trdark td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.trfoot {
	background-color: #0068B4;
}
.trfoot td {
	text-align: right;
	height: 15px;
}
.lhborder {
	border-left: 1px solid #2794CE;
}
.lhborderhead {
	border-left: 1px solid #15489C;
}
.tdemptyfolder {
	border-right: 1px solid #0068B4;
	border-left: 1px solid #0068B4;
	background-color: #D4EAFE;
	padding: 10px;
	font-weight: bold;
	color: #FF0000;
}
.tdnumber {
	width: 35px;
	padding: 0px;
	text-align: center;
}
.tdicon {
	width: 40px;
	padding: 0px;
	text-align: center;
}
.tdname {
	width: 215px;
	padding-right: 0px;
	padding-left: 10px;
}
.tddate {
	width: 70px;
	padding-right: 10px;
	padding-left: 10px;
}
.tdsize {
	width: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
.tddelete {
	width: 70px;
	text-align: center;
}
.delbutton {
	width: 50px;
	margin: 0px auto;
	padding: 0px;
}
.delbutton a {
	background-image: url(../images/delete.gif);
	display: block;
	height: 18px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.delbutton a:hover {
	background-position: 0px -18px;
}
#ftplist {
	font-size: 10px;
	/* width: 575px; */
}
#message {
	color: #000000;
	background-color: #CAE5FE;
	padding: 5px 10px;
	width: 505px;
	font-size: 10px;
	line-height: 21px;
	clear: both;
}
#progfloat {
	float: right;
	margin: 0px;
	padding: 0px;
}
.clearboth {
	clear: both;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
#actions {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #83C1E2;
	padding: 10px;
	width: 225px;
}
#actions #uploadform {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #FFFFFF;
}
#actions #createdirform {
}
#loginform {
	margin: 0px;
	padding: 0px;
}
#logoutform {
	margin: 0px;
	padding: 0px;
}
#loginform .titles {
	display: block;
	float: left;
	width: 75px;
}
#loginmessage {
	color: #FFFFFF;
}
.ftptitle {
	font-size: 24px;
}
.logindisp {
	font-size: 20px;
	color: #83C1E2;
}
.whitetxt {
	color: #FFFFFF;
}
#updir {
	height: 18px;
	width: 175px;
	background-image: url(../images/updir.gif);
	background-position: 0px 0px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 5px;
}
#updir:hover {
	background-position: 0px -18px;
}
#uproot {
	height: 18px;
	width: 175px;
	background-image: url(../images/uproot.gif);
	background-position: 0px 0px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 5px;
}
#uproot:hover {
	background-position: 0px -18px;
}
