/* MultiUpload */

.FHmultiUpload
{
	position:absolute;
	z-index:10;
	bottom: 0px;
    right: 7px;
	
	color:#fff;
	border-color:#fff #bbb #888 #999;
	border-width:2px 2px 0 2px;
	border-style: solid;
	background-image:url(pics/shader_000_75.png);
	margin:0px;
}

.FHmultiUpload.hoover
{
	border-color:green;
}

.FHmultiUpload.idle
{
	
}

	.FHmultiUpload .label
	{
		display: none;
	}
	
	.FHmultiUpload .FHfHandlerArgs
	{
		display:none;
	}
	
	.FHmultiUpload.active .FHfHandlerArgs, .FHmultiUpload.hoover .FHfHandlerArgs, .FHmultiUpload.idle .FHfHandlerArgs
	{
		padding:2px 5px 2px 5px;
		display:inline-block;
	}
	
	.FHmultiUpload .FHfHandlerStartMessage
	{
		padding:9px 10px 2px 40px;
		display:inline-block;
	}
	
	.FHmultiUpload.active .FHfHandlerStartMessage, .FHmultiUpload.hoover .FHfHandlerStartMessage, .FHmultiUpload.idle .FHfHandlerStartMessage
	{
		display:none;
	}

.FHfileUploadBox
{
	width:250px;
	max-height:550px;
	overflow-x:hidden;
	overflow-y:auto;
	/*border:black 1px solid;*/
}

.FHfileNode
{
	width:100%;
	height:40px;

	padding:2px 5px 2px 5px;
	border-bottom:#999 1px solid;
	border-top:#555 1px solid;
	overflow:hidden;
}

	.FHfileNode.uploading
	{
		background-image:url(pics/load.gif);
	}
	
	.FHfileNode .FHloadBarContainer
	{
		z-index:2;
		width:0px;
		float:left;
		overflow: visible;
	}
	
	.FHfileNode .FHloadBar
	{
		z-index:2;
		position:relative;
		top:-2px;
		left:-5px;
		/*width:260px;*/
		width:0px;
		height:44px;
	}
	
		.FHfileNode.uploading .FHloadBar
		{
			background-color:#001A3E;
		}
		
		.FHfileNode.uploaded .FHloadBar
		{
			background-color:#0D3E00;
		}
		
		.FHfileNode.uploadfail .FHloadBar
		{
			background-color:#3E0000;
		}
	
	.FHfileNode.uploading .FHloadTxt
	{
		display:none;
		/*position:relative;
		top:-20px;
		width:0px;
		height:20px;
		overflow:visible;
		text-align:center;*/
	}

.FHfileNode.completed
{
	
}

.FHfileNode.disabled
{
	color:#ddd;
}

.FHfileNode.removed
{
	display: none;
}

.FHfileName
{
	position:relative;
	z-index:3;
	width:200px;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow:visible;
}

.FHfileSize
{
	position:relative;
	z-index:3;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow:visible;
}
	
.FHremoveFile
{
	position:relative;
	z-index:3;
	float:right;
	
	width:15px;
	height:15px;
	margin:2px 15px 0 0;
	
	background-color:#333;
	background-image:url(pics/cross.png);
	border:1px solid #333;
	color:#fff;
}
	
	.FHremoveFile:hover
	{
		border:1px solid #555;
		background-color:#444;
		cursor: pointer;
	}

	.FHdisabled .FHremoveFile
	{
	}

.FHoVisibleFL
{
	width:0px;
	float:left;
	overflow:visible;
}

.FHfBrowse
{
	margin-left:15px;
	display:block;
}

.FHfBrowse:hover
{
	cursor:pointer;
}

/* FileMeta */

#FHFileMetaErrorNode
{
	position: absolute;
	min-height:40px;
	z-index:10;
	
	border:#fff 1px solid;
	background-image:url(pics/shader_000_75.png);
	padding:2px 5px 2px 5px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

	#FHFileMetaErrorNode.show
	{
		display: block;
	}
	
	#FHFileMetaErrorNode.hide
	{
		display: none;
	}

/* folderList */
.FHfolderBox
{
	display:block;
	float:left;
	height:calc(100% - 4px);
	z-index:5;
	width:280px;
		
	color:#fff;
	border-color:#fff #bbb #888 #999;
	border-width:2px 2px 2px 0;
	border-style: solid;
	background-image:url(pics/shader_000_75.png);
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	overflow-x:hidden;
	overflow-y:auto;
}

.FHFolder .FHFolder
{
	display:block;
	padding-left:10px;
}

	.FHFolder.collapsed .FHFolder
	{
		display:none;
	}

.FHtitleRow
{
	-moz-user-select: none;
	position:relative;
	border-color:#000;
	border-style:dashed;
	border-width:0 0 1px 0;
}

.FHtitleRow.selected
{
	background-image:url(pics/shader_fff_25.png);
}

	.FHtitleRow span
	{
		display:inline-block;
		padding:4px;
	}

.FHfileListHeader
{
	background-image:url(pics/shader_fff_50.png);
	border-bottom:solid #ddd 2px;
	font-weight: bold;
	cursor:default;
}

.FHfileListHeader span
{
	color:#000;
	border-width:1px;
}

.FHtitleRow span.FHFolderTitle
{
	font-weight: bold;
	padding:5px 0 5px 17px;
	border-left:1px solid #888;
	background-image:url(pics/repositoryicons/folder.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.FHFolderTitle:hover
{
	cursor: pointer;
}

.FHFiles, .FHFolders
{
	position:absolute;
	top:0px;
	
	color:#999;
	float:right;
	text-align:right;
	width:40px;
	border-left:dashed #666 1px;
	padding:4px 5px 4px 0;
}

.FHFiles
{
	right:0px;
}

.FHFolders
{
	right:50px;
}

/* FileView */

.FHfileBox
{
	display:block;
	position: absolute;
    top: 30px;
    left: 280px;
	height:calc(100% - 90px);
	width: calc(100% - 300px);
	/*max-width: 605px;*/
	/*position: fixed;*/
	z-index:5;
	margin-left: 10px;
	/*min-width:630px;
	width:54%;
	height:95%;
	margin:1% 0 0 0;*/
	
	color:#fff;
	border-color:#fff #bbb #888 #999;
	border-width:2px 2px 2px 2px;
	border-style: solid;
	background-image:url(pics/shader_000_75.png);
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	overflow-x:hidden;
	overflow-y:auto;
}
	
	.FHfileViewHeader.FHfvNode
	{
		background-image:url(pics/shader_fff_50.png);
		border-bottom: 2px solid #ddd;
		font-weight: bold;
	}
	
	.FHfileViewHeader.FHfvNode .FHfvInfo
	{
		color:#000;
		border-width:1px;
		cursor:default;
	}
		
		.FHfileViewHeader.FHfvNode .FHfvInfo
		{
			color:#000;
		}
		
		.FHfileViewHeader.FHfvNode .FHfvInfo.FHt_Title
		{
			color:#000;
		}
		
		.FHfileViewHeader.FHfvNode .FHfvInfo.FHt_Title:hover
		{
			cursor:default;
		}
		
		.FHfileViewHeader.FHfvNode .FHfvInfo.FHt_Type
		{
			background:none;
		}
	
	.FileViewContent
	{	
	}
	
	.FHfileViewToolbar
	{
		display:block;
		position: absolute;
		top: 0px;
		left: 290px;
		width: calc(100% - 300px);
		z-index:5;
		
		margin:0;
		
		color:#fff;
		border-color:#fff #bbb #888 #999;
		border-width:2px 2px 2px 2px;
		border-style: solid;
		background-image:url(pics/shader_000_75.png);
	}
	
	.FHBox .FileViewContent .FHfvNode
	{
		display:inline-block;
		
		clear:none;
		border-color:#000;
		border-style:dashed;
		border-width:1px;
		width:90px;
		height:110px;
		margin:1px;
		padding:0px;
	}
		
		.FHBox .FileViewContent .FHfvNode .FHfvInfo
		{
			display: none;
		}
		
		.FHBox .FileViewContent .FHfvNode .FHfvInfo.FHt_Title
		{
			display: inline-block;
			width: 100%;
			height: 100%;
			overflow: hidden;
			white-space: nowrap;
			border:none;
			margin:0px;
			padding:0px;
		}

	.FHfvNode
	{
		display:inline-block;
		float:left;
		clear:both;
		
		border-color:#000;
		border-style:dashed;
		border-width:0 0 1px 0;
		height:25px;
		width:100%;
	}
	
	.FHfvNode.selected
	{
		background-image:url(pics/shader_fff_25.png);
	}
	
	.FHBox .FHfvNode.selected
	{
		border:#fff solid 1px;
	}
	
	.FHfvNode.hover, .FHfvNode.selected.hover
	{
		background-image:url(pics/shader_fff_50.png);
	}
	
	.FHfvNode .FHfvInfo
	{
		-moz-user-select: none;
		display:inline-block;
		text-align:left;
		float:left;
		
		color:#999;
		border-right:dashed #666 1px;
		padding:4px 5px 4px 4px;
	}
		
		.FHfvNode .FHfvInfo.FHt_ParentID, .FHfvNode .FHfvInfo.FHt_ID
		{
			display:none;
		}
	
		.FHfvNode .FHfvInfo.FHt_Type
		{
			padding:4px;
			width:15px;
			height:15px;
			
			border-right:none;
			background-position: center;
			background-repeat:no-repeat;
			background-image:url(pics/repositoryicons/unknown.png);
		}
			
			.FHfvNode.FHc_folder .FHfvInfo.FHt_Type
			{
				background-image:url(pics/repositoryicons/folder.png);
			}
			
			.FHfvNode.FHc_doc .FHfvInfo.FHt_Type
			{
				background-image:url(pics/repositoryicons/doc.png);
			}
			
			.FHfvNode.FHc_ppt .FHfvInfo.FHt_Type
			{
				background-image:url(pics/repositoryicons/ppt.png);
			}
		
			.FHfvNode.FHc_jpg .FHfvInfo.FHt_Type
			{
				background-image:url(pics/repositoryicons/tif.png);
			}
		
			.FHfvNode.FHc_png .FHfvInfo.FHt_Type
			{
				background-image:url(pics/repositoryicons/tif.png);
			}
		
			.FHfvNode.FHc_gif .FHfvInfo.FHt_Type
			{
				background-image:url(pics/repositoryicons/tif.png);
			}
		
			.FHfvNode.FHc_pdf .FHfvInfo.FHt_Type
			{
				background-image:url(pics/repositoryicons/pdf.png);
			}
		
			.FHfvNode.FHc_zip .FHfvInfo.FHt_Type
			{
				background-image:url(pics/repositoryicons/zip.png);
			}
		
			.FHfvNode.FHc_xls .FHfvInfo.FHt_Type
			{
				background-image:url(pics/repositoryicons/xls.png);
			}
	
		.FHfvNode .FHfvInfo.FHt_Title
		{
			color:#fff;
			width:320px;
			font-weight:bold;
		}
	
			.FHfvNode .FHfvInfo.FHt_Title:hover
			{
				cursor:pointer;
			}
	
		.FHfvNode .FHfvInfo.FHt_TypeString
		{
			width:50px;
		}
	
		.FHfvNode .FHfvInfo.FHt_Size
		{
			width:50px;
			text-align:right;
		}
/* MISC */

.subBtn.FHfileBtn, .subBtn.FHfileBtn:hover
{
	padding-left:14px;
	padding-right:14px;
	margin:3px 10px 3px 0;
}

.xhrLoad
{
	float:right;
	display:inline-block;
	width:16px;
	height:16px;
	margin:12px 5px 5px 5px;
	background-image:url(pics/xhrLoader.png);
}

.FHdragRepresentationContainer
{
	position:absolute;
	top:-100px;
	left:-100px;
}

	.FHdragRepresentation
	{
		display:block;
		-webkit-user-drag: element;
	    -webkit-user-select: none;
		z-index:15;
		width:64px;
		height:47px;
		padding-top:17px;
		background-image:url(pics/repositoryicons/fileMove.png);
		cursor:pointer;
		text-align:center;
		overflow:hidden;
	}
		.FHdragRepresentation span
		{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:30px;
			color:#222;
		}

.filehandlerHolder, #container.filehandlerHolder
{
	/*width:800px;
	height:650px;
	max-width: 100%;
    max-height: 100%;*/
    position: relative;
   	width:100%;
   	height:100%;
	margin-left:auto;
	margin-right:auto;
}

.floaterContent .filehandlerHolder
{
	width: 830px;
	height: 500px;
}
