@CHARSET "UTF-8";

img { padding: 0; margin: 0; border-width: 0;}

#fileView { background-color: #EEE; border: 1px solid gray;}
#fileView table { border: 0;  padding: 0px 0px; width: 100%; }
#fileView td { border-width: 1px 0 0 0; }

#fileView tr.firsttr { font-weight: bolder; font-style: italic; }
#fileView tr.firsttr:hover { background-color: transparent; }
#fileView tr.firsttr td { border-top-width: 0; }

#fileView tr:hover { background-color: #d3d8eb; }
#fileView tr.selected { background-color: #4888C4; color: white; }
#fileView tr.selected:hover { background-color: #3375b3; }
#fileView td.selectbox { width: 16px;}
#fileView td.icon, #fileView td.folder { margin: 4px; background: transparent url(mimetypes/text-x-generic.png) no-repeat 5px 2px; height: 20px; cursor: pointer; }
#fileView td.filename { font-weight: bold; padding-left: 24px; }
#fileView td.filedate { text-align: center; }
#fileView td.filesize { text-align: center; }

#fileView { margin: 20px auto 20px; width: 800px; border: 1px solid gray; background-color: #EEE;}

img.icon {margin: 2px; border-width: 0;  cursor: pointer; }

#pathBarContainer	{ background-color: #EEE; color: black; height: 32px; border-bottom: 1px dotted black; }
#pathControls		{ display: inline; }
#pathBar 		{ display: inline; }
#pathBarContainer a	{ height: 32px; margin: 6px 0 6px 6px; padding: 3px 6px 3px 22px; left: 10px; top: 8px; position: relative; color: black;
			  background: transparent url(mimetypes/folder.png) no-repeat 3px center; cursor: pointer; border: 1px dotted gray; }
#pathBarContainer a:hover { background-image: url(mimetypes/folder-drag-accept.png); color: #333; }
#pathBarContainer #pathControls a { padding-left: 16px; border-width: 0;}
/* --- */

#statusBar, #optionBar { border-top: 1px solid gray; border-bottom-width: 0; padding: 3px 10px; vertical-align: bottom; background-color: #DDD; color: black; }


