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

*{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

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

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

.folderTree a{
	color:#333333;
}

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: 5px;
	padding-left: 5px;

}

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

	background-image:url(images/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(images/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(images/file.gif);
	background-position: 0px 3px;
	background-repeat:no-repeat;
	
	padding-left: 23px;
	/*margin-left: 35px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	
	list-style:none;
}

.collapsed{
	display: none;
}

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

th{
	text-align:right;
}

div.changePassword{
	position:relative; 
	left:-50%; 
	top: 0; 
	background-color:#FFFFCC; 
	border: 2px solid #A00; 
	z-index: 1000; 
	padding: 20px;
}
