/* CSS Document */
html, body {
	height: 100%;
}

#centerCont {
	position: relative;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100%;
	background-image: url(../pictures/login/login_bckgrd.gif);
	background-repeat: repeat-y;
}
#logo {
	position: absolute;
	top: 25px;
	left: 15px;
	width: 140px;
	height: 32px;
}

/* -------------------------------------------------------------------------------------------------------------------------------- */
#content {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 650px;
	z-index: 10;
	padding-left: 55px;
	padding-right: 55px;
	height: auto;
	background-image: url(../pictures/login/login_bckgrd.gif);
	background-repeat: repeat-y;
}

/* -------------------------------------------------------------------------------------------------------------------------------- */

#loginMenuLevel1 {
	position: absolute;
	top: 90px;
	left: 1px;
	width: 728px;
	height: 16px;
	padding-left: 20px;
	background-color: #D9EAF3;
}
#loginMenuLevel2 {
	position: absolute;
	top: 110px;
	left: 1px;
	width: 728px;
	height: 16px;
	padding-left: 20px;
	background-color: #D9EAF3;
}

/* ftpManager ----------------------------------------------------------------------------------------------------------------------- */
#ftpButtons {
	 border-bottom: solid 1px #0074AD;
	 width: 600px;
}
#info {
	 position: relative;
	 margin-top: 10px;
	 width: 600px;
}
#message {
	position: relative;
	width: 600px;
	height: 80px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: solid 1px #0074AD;
}
#path {
	position: relative;
	margin-top: 10px;
	width: 600px;
}
#objects {
	position: relative;
	margin-top: 10px;
	width: 600px;
}
#folder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 298px;
	float: left;
}
#files {
	position: absolute;
	top: 0px;
	left: 300px;
	width: 300px;
}
#uploadData {
	position: absolute;
	top: 0px;
	left: 580px;
	width: 300px;
	background-image: url(../pictures/login/uploadData_bckgrd.gif);
	background-repeat: repeat-y;
	visibility: hidden;
}