/*
###### NOTICE ######
# This script was written by D.E. Systems Ltd. All rights reserved.
# You are not authorized to sell/trade or give away this script
# without the prior written consent of D.E. Systems Ltd.  
#
# To contact the developers of this script please visit 
# http://www.desystems.com or send an email to sales@desystems.com.
###### NOTICE ######
*/

*{
	font-family: "Trebuchet MS", "Times New Roman", Arial,Helvetica,sans-serif;
	font-size:12px;
}

body{
	/*background-color: #FCF8E8;*/
}

select, option, input{
	font-size:14px;
}

.folderTree a{
	color:#333333;
}
a.downloaded, .strike { text-decoration: line-through; }

a.delete{
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#FF0000;
	margin: 3px 5px;
}
a.menu{
	float:right;
	color:#9E845A;
	margin: 0 0 0 3px;
}

a.copy{
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#0066CC;
	margin-right: 5px;
}

.folderTree ul{
	margin-left: 25px;
	padding-left: 5px;

}

a.folder{
	padding-left: 40px;
	margin-right: 5px;

	background-image:url(../../image/css/openFolder.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;

	font-weight:bold;
	text-decoration:none;
}

a.newFolder{
	margin-left: 10px;
}

.folderTree ul{
	border-left: 1px dashed #CFCFCF;
	margin-bottom: 10px;
}


.folderTree ul#rootFolder{
	border: none;
	margin-bottom: 10px;
}

li.folder{
	margin-top: 5px;
	list-style:none;
}
li.closedFolder{
	margin-top: 5px;
	list-style:none;
}
li.closedFolder a.folder{
	background-image:url(../../image/css/closedFolder.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	
	padding-left: 40px;
	margin-left: 0;
	margin-top: 5px;
	
	font-weight:bold;
}

li.file{
	background-image:url(../../image/css/file.gif);
	background-position: 0px 3px;
	background-repeat:no-repeat;
	
	padding-left: 53px;
	/*margin-left: 35px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	
	list-style:none;
}

.collapsed{
	display: none;
}

applet.FileDrop{
	display:block;
	width: 340px;
	height: 30px;
	z-index: 0;
}

th{
	text-align: center; white-space: nowrap;
}

div.changePassword{
	position:relative; 
	left:-50%; 
	top: 0; 
	background-color:#FFFFCC; 
	border: 2px solid #A00; 
	z-index: 1000; 
	padding: 20px;
}
.view{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

.folderTree ul#rootFolder {
    border: medium none;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
}

li.file{padding-left:22px;}