	/* #################################################
			FILE SYSTEM : GENERIC
	################################################# */

	div.filesystem_outer {
		width:800;overflow:auto;
		padding:0px;
		margin:0px;
	}

	div.filesystem_inner_top, div.filesystem_inner_pre_top_message {
		text-align:center;
		font-family:Helvetica,Arial,Tahoma,Times,Courier;
		border:1px solid blue;
		background-color:lightblue;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom:10px;
	}

	div.filesystem_inner_pre_top_message {
		border-color:pink;
		background-color:white;
	}

	div.filesystem_inner_top ul {
		margin:0px;
		padding:0px;
		background-color:lightyellow;
	}
	div.filesystem_inner_top ul li, div.filesystem_inner_top ul li.selected {
		float:left;
		background-color:#CCCCCC;
		border:1px solid #999999;
		padding:5px;
		list-style:none;
		margin:0px;
		margin-left:10px;
	}
	div.filesystem_inner_top ul li.selected {
		border:1px solid red;
		background-color:pink;
	}

	div.filesystem_inner_left, div.filesystem_inner_right, div.filesystem_inner_left_height, div.filesystem_inner_right_height {
		//width:395px;
		float:left;
		text-align:center;
		overflow:auto;
		font-family:Helvetica,Arial,Tahoma,Times,Courier;
		background-color:#FFFFFF;
		border:1px solid #666666;
		margin-bottom:10px;
		height:300px;
	}
	div.filesystem_inner_left, div.filesystem_inner_left_height {
		width:300px;
	}
	div.filesystem_inner_right, div.filesystem_inner_right_height {
		width:490px;
		float:right;
	}
	div.filesystem_inner_left_height, div.filesystem_inner_right_height {
		height:300px;
		overflow:auto;
	}

	div.filesystem_button {
		text-align:right;
		padding:5px;
		margin-bottom:10px;
	}

	div.filesystem_inner_bottom {
		clear:both;
		//height:200px;
		overflow:auto;
		background-color:#FFCC99;
		border:1px solid #666666;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
	}

	/* #################################################
			FILE SYSTEM : LIST
	################################################# */

	div.filesystem_list_item, div.filesystem_list_item_no_border {
		clear:left;
		margin-top:2px;
		border-bottom:1px dotted black;
		text-align:left;
	}
	div.filesystem_list_item_no_border {
		border:0px;
	}

	div.filesystem_list_left_input {
		width:20px;
		margin-left:1px;
		float:left;
		text-align:left;
	}

	div.filesystem_list_left_icon {
		width:20px;
		margin-left:1px;
		float:left;
		text-align:left;
		padding-top:2px;
	}

	div.filesystem_list_name {
		height:20px;
		margin-left:1px;
		overflow:hidden;
		text-align:left;
	}
	div.filesystem_list_name_current {
		color:red;
		//font-weight:bold;
	}

	div.filesystem_list_right_date {
		width:90px;
		margin-left:1px;
		float:right;
		text-align:right;
		overflow:hidden;
	}

	div.filesystem_list_right_size {
		width:70px;
		margin-left:1px;
		margin-right:1px;
		float:right;
		text-align:right;
		overflow:hidden;
	}

	a.filesystem_link {
		color:black;
		text-decoration:none;
	}

	/* #################################################
			FILE SYSTEM : ACCESS RIGHTS
	################################################# */

	div.filesystem_access_misc {
		text-align:left;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
	}

	div.filesystem_access_list_title, div.filesystem_access_list_title_left, div.filesystem_access_list_title_right {
		margin:0 auto;
		width:250px;
		border:0px;
		text-align:left;
	}
	div.filesystem_access_list_title_left {
		float:left;
		margin-left:10px;
	}
	div.filesystem_access_list_title_right {
		float:right;
		margin-right:10px;
	}

	div.filesystem_access_list, div.filesystem_access_list_left, div.filesystem_access_list_right {
		margin:0 auto;
		width:250px;
		height:150px;
		overflow:auto;
		background-color:#FFFFFF;
		border:1px solid #999999;
		text-align:left;
	}
	div.filesystem_access_list_left {
		float:left;
		margin-left:10px;
	}
	div.filesystem_access_list_right {
		float:right;
		margin-right:10px;
	}

	div.filesystem_access_list_group_title, div.filesystem_access_list_item {
		clear:left;
		white-space:nowrap;
		text-align:left;
	}
	div.filesystem_access_list_group_title {
		font-weight:bold;
	}

	div.filesystem_access_list_item_input {
		width:20px;
		margin-left:1px;
		float:left;
		text-align:left;
	}

	/* #################################################
			FILE SYSTEM : LOGIN
	################################################# */

	div.filesystem_login_container {
		float:right;
		border:1px solid black;
		background-color:white;
		padding:5px;
		margin-right:10px;
		text-align:right;
	}
	input[type=text].filesystem_login_textbox,
	input[type=password].filesystem_login_textbox {
		width:100px;
		margin:0px;
	}
	input[type=text].filesystem_rename_textbox {
		width:250px;
		background-color:lightyellow;
		font-weight:bold;
	}
	input[type=text].filesystem_create_folder_textbox {
		width:300px;
	}
	span.filesystem_login_message {
		color:red;
		font-size:10pt;
		font-weight:bold;
	}
