/* reset some values */
.fc-clear { clear: left; }
.fc-container { width: 100%; font-size: 14px; }
	.fc-container a {background-color: transparent;}
	.fc-border { border: 1px solid gray; padding: 0; }
	.fc-panel { width: 50%; float: left; }
		.fc-panel-title { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 20px; background: #1c45ff; 
								color: white; height: 20px; overflow: hidden; border: 1px solid #006400; padding: 1px; }
		
		.fc-active-panel { background: #00008b!important; }
			
			.fc-folder-view { border: 1px solid gray;}
				.fc-folder-headers { font-size: 11px; width: 100%; margin: 0; padding: 0; background: gray; }
					.fc-file-header { font-weight: bold; color: white; text-align: left; }
			
				.fc-file-icon, .fc-file-name, .fc-file-ext, .fc-file-size, .fc-file-time, .fc-file-attr { text-align: left; float: left; height: 17px; overflow: hidden; }
				.fc-file-icon { /*width: 16px;*/ }
				.fc-file-name { /*width: 40%;*/ }
				.fc-file-ext  { /*width: 10%;*/ }
				.fc-file-size { /*width: 10%;*/ text-align: right; } 
				.fc-file-time { /*width: 30%;*/ } 
				.fc-file-attr { /*width: 10%;*/}
				.fc-file-name img { border: none; margin: 0; padding: 0; vertical-align: middle; }  
			
				.fc-file-list { clear: left; overflow-x: hidden;}
					.fc-table-busy { color: gray!important; background: #e0e0e0!important; }
					.fc-table-file-list { font-size: 11px; width: 1000px; text-align: left; border: none; overflow: hidden; }
						.fc-file-row { height: 17px; overflow: hidden; clear: left; }
						.fc-file-row .outer { width: 90%; }
						.fc-file-current-row { background: aqua!important;}
						.fc-file-marked-row { color: red!important;}
						.fc-table-busy .fc-file-marked-row { color: gray!important;}
						.fc-alt-row { background: #f5f5f5; }
						.fc-table-busy .fc-alt-row { background: #e0e0e0; }
						.fc-mouse-over { background: gray; color: white; }

