#FoldersBackground
{
	display:none;
	position:fixed; 
	width: 100%;
	height:100%;
	bottom:0;
	left:0;
	right:0;
	overflow-y:hidden;
	background-color:#000000; 
	z-index:20000; 
	opacity: 0.7;
}

#GeneralBackground
{
	display:none;
	position:fixed; 
	width: 100%;
	height:100%;
	bottom:0;
	left:0;
	right:0;
	overflow-y:hidden;
	background-color:#000000; 
	z-index:80000; 
	opacity: 0.7;
}

#LoadingBackground
{
	display:none;
	position:fixed; 
	width: 100%;
	height:100%;
	bottom:0;
	left:0;
	right:0;
	overflow-y:hidden;
	background-color:#000000; 
	z-index:120000; 
	opacity: 0.7;
}

#FoldersWindow
{
	display:none;
	position:absolute;
	max-width:80%;
	margin:auto;
	overflow-y:hidden;
	overflow-x:hidden;
	background-color:#FFFFFF; 
	z-index:20001;
	top:25px;
	margin:auto;
	margin-bottom:25px;
	left:10%;
	right:10%;
	min-height:80%;
	border: 4px solid #D9D9D9;
	border-radius:15px;
	font-size:24px;
	/*display:none;
	text-align:left;
	position:absolute;
	top:25px;
	margin:auto;
	margin-bottom:25px;
	bottom:0;
	left:10%;
	right:10%;
	z-index:60;
	background-color:white;
	min-width:330px;
	width:80%;
	max-width:80%;
	overflow-x:hidden;
	overflow-y:hidden;
	border: 3px solid black;
	font-size:24px;*/
}

#FoldersTable
{
	display:table;
	min-width:100%;
	margin:auto;
	margin:5px;
	font-size:15px;
	font-weight:bold;	
}

#FoldersTable div
{
	display:table-row;
	min-width:100%;
	vertical-align:middle;
}

#FoldersTable div a img
{
	float:left;
}

#FoldersTable div a
{
	display:table-cell;
	min-width:100%;
	padding: 1em;
	background-color:white;
	border-radius:5px;
	text-decoration:none;
	color:black;
	font-weight:normal;
}

#FoldersTable div a:hover
{
	background-color:rgba(114, 191, 255, 0.3);
}

.FolderLink
{
	background-color:white;
	display:block;
	text-decoration:none;
	border-radius:10px;
	padding:10px;
	width:100%;
	height:100%;
}

.FolderLink:hover
{
	background-color: rgba(114, 191, 255, 0.3);
}

/*************************************************************/
