/*!
 * transfer stylesheet v1.0.0
 * http://www.youmeusdesign.com/
 *
 * Date: 2020-01-20
 */

body,td,input,select {
	font-family:arial, helvetica, sans-serif;
}

body {
	font-size:105%;
	line-height:20px;
	margin:0;
	padding:0;
}

hr {
	height:1px;
	margin-bottom:25px;
	margin-top:25px;
}

input[type=text],
input[type=password] {
	width:300px;
	height:50px;
	margin:4px 10px 4px 10px;
	padding:0;
	border: 1px solid #CCCCCC;
	border-radius:8px;
	background-color:#f8f7f7;
	font-family: 'helveticaNeueW01-55Roma', serif;
	font-size:16px;
	text-align:center;
	color:#333;
	-webkit-appearance:none;
	-moz-appearance:none;
}

input[type=submit] {
	width:302px;
	height:50px;
	margin:4px 10px 4px 10px;
	padding:0;
	border:1px solid #CCCCCC;
	background-color:#333333;
	border-radius:8px;
	font-family: 'helveticaNeueW01-55Roma', serif;
	font-size:16px;
	color:#ffffff;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
}

input[type=submit]:hover {
	background-color:#474747;
}

.languageSelect {
	width:100px;
	margin:60px 0 0 20px;
	border:0;
	background-color:transparent;
	font-family:"HelveticaNeueW01-45Ligh";
	font-size:12px;
	color:#999;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
}

select {
	border:0;
	background-color:transparent;
	font-family:"HelveticaNeueW01-45Ligh";
	font-size:12px;
	color:#999;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
}

.floatLeft10 {
	float:left;
	margin-right:10px;
}

.floatRight {
	float:right;
}

#ajaxContentWindow {
	overflow:auto;
}

#blackOutDiv {
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	background:rgba(0,0,0,0.6);
	cursor:default;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}

.checkboxChmod {
	float:left;
	margin-right:20px;
}

#contextMenu {
	-moz-box-shadow:2px 2px 3px #6D6D6D;
	-ms-filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color=#6D6D6D);
	-webkit-box-shadow:2px 2px 3px #6D6D6D;
	box-shadow:2px 2px 3px #6D6D6D;
	cursor:default;
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color=#6D6D6D);
	font-size:11pt;
	position:absolute;
	border-style:solid;
	border-width:1px;
	padding:6px 0;
}

.contextMenuDiv {
	padding:4px 30px 4px 15px;
}

.contextMenuDivider {
	border-top-style:solid;
	border-top-width:1px;
	margin:5px 0;
}

.cursorPointer {
	cursor:pointer;
}

#dropFilesCheckDiv {
	display:inline;
}

#editContent {
	resize:none;
	width:99%;
	padding:10px 0 10px 10px;
}

.fieldsetChmod {
	margin-bottom:10px;
	padding:10px;
}

#footerDiv {
	height:30px;
	padding:20px 20px 20px 10px;
}

#ftpActionButtonsDiv {
	height:50px;
	padding:48px 10px 0px 160px;
}

input[type=button] {
	height:34px;
	padding:4px;
	border: 1px solid #CCCCCC;
	border-radius:8px;
	background-color:#f8f7f7;
	font-family: 'helveticaNeueW01-55Roma', serif;
	font-size:16px;
	color:#999;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
}

input[type=button]:hover {
	background-color:#dddbdb;
}

#ftpActionForm {
	margin:0;
	padding:0;
}

#ftpHistorySelect {
	border:none;
	width:100%;
}

#ftpTable {
	
}

.ftpTableHeading {
	border-left-style:solid;
	border-left-width:1px;
	color:#FFFFFF;
}

#hostInfoDiv {
	float:right;
	font-weight:700;
	margin-right:20px;
	font-family:"HelveticaNeueW01-45Ligh";
	font-size:12px;
	color:#999;
	padding:7px 7px 7px 3px;
}

#hostInfoDiv span {
	font-weight:700;
	padding-left:7px;
	padding-right:3px;
}

.inputButton {
	width:120px;
	padding:5px;
}

.inputButtonNf {
	padding:5px 10px;
}

.inputRename {
	margin-bottom:5px;
	width:470px;
}

#loginForm {
	width:300px;
	position:absolute;
	display:block;
	height:253px;
	margin:-160px 0 0 -160px;
	padding:67px 10px 0 10px;
	left:50%;
	top:50%;	
}

#loginFormContent {
	padding:0px;
}

#loginFormError {
	width:280px;
	margin-left:10px;
	margin-bottom:20px;
	border-style:solid;
	border-width:2px;
	padding:10px;
}

.popUpBtn {
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}

#popupFrame {
	position:absolute;
	border-style:solid;
	border-width:2px;
}

.progressBar {
	float:left;
	margin-left:10px;
}

.progressClose {
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	padding:0 3px;
}

.uploadHiddenDiv {
	height:0;
	overflow:hidden;
	width:0;
}

#uploadProgressDiv {
	height:188px;
	overflow:auto;
	width:100%;
}

.width100pc {
	width:100%;
}

select,td {
	line-height:20px;
	padding:3px 5px 3px 10px;
	font-family:"HelveticaNeueW01-45Ligh";
	font-size:14px;
}

.floatLeft,#repeatUploadDiv {
	float:left;
}

.contextMenuDivInactive,.contextMenuDivMouseOver {
	width:110px;
	padding:4px 15px;
}

#newFile,#newFolder {
	width:300px;
}

#popupBodyAction,#popupBodyError {
	border-left-width:8px;
	border-left-style:solid;
	border-right-width:8px;
	border-right-style:solid;
	line-height:25px;
	overflow:auto;
	padding:25px 0 25px 25px;
}

#popupFooterAction,#popupFooterError {
	border-bottom-width:8px;
	border-bottom-style:solid;
	border-left-width:8px;
	border-left-style:solid;
	border-right-width:8px;
	border-right-style:solid;
	padding:15px;
}

#popupHeaderAction,#popupHeaderError {
	border-left-width:8px;
	border-left-style:solid;
	border-right-width:8px;
	border-right-style:solid;
	border-top-width:8px;
	border-top-style:solid;
	font-weight:700;
	padding:15px;
}