div.filemanager {border:1px solid #888;
				 border-radius:3px;
				 padding:2px;margin:10px 0 0 0;
				 position:relative;
				 background-color:transparent}



div.filemanager > div:last-of-type {text-align:right} /* tam bydli pridavaci tlacitko */


div.filemanager > table { border:1px solid #888;
						 width:100%;
						 margin:8px auto 2px;
						 border-spacing:0;
						 background-color:white }

div.filemanager > table tr {cursor:default}
div.filemanager > table tr.klada {background-color:#afa}
div.filemanager > table tr td {border-bottom:1px dotted #444; overflow-x: hidden;white-space:nowrap; text-overflow:ellipsis;}
div.filemanager > table tr:last-child td {border-bottom:0}
div.filemanager > table tr td * { vertical-align:top}

div.filemanager > table thead tr {background-color:#aaa}
div.filemanager > table thead tr th { white-space:nowrap;
									  line-height:12px;height:17px;
									  margin:0 2px}



div.filemanager > table tbody tr td:first-child {padding-left:4px;}
div.filemanager > table tbody tr:hover {background-color:#eee}

div.filemanager > table tbody tr td:first-child {max-width:400px} /* nazev souboru */
div.filemanager > table tbody tr td:nth-child(2) {max-width:410px} /* mimetyp  */
div.filemanager > table tbody tr td:nth-child(3) {text-align:right} /* modifikace */
div.filemanager > table tbody tr td:nth-last-child(2) {width:91px;min-width:91px;overflow-x:initial} /* pet atributu */

div.filemanager > table tbody tr td:nth-last-child(2) > div {margin-right:2px;
			 cursor:default;
			 background-color: #eee;
			 border: 1px solid #666;
			 width: 14px; height: 14px;
			 font-weight: bold;
			 text-align: center;
			 line-height: 14px;
			 vertical-align: top;
			 transition: background-color 0.3s ease;
			 display: inline-block;}
div.filemanager > table tbody tr td:nth-last-child(2) > div.clickable:hover {border:1px solid #44d;background-color:#bbb}





div.filemanager > table tbody tr td:last-child {width:34px;min-width:34px} /* dve tlacitka */

div.filemanager > table tbody tr td.hstd_dny {text-align:right}

div.filemanager > table tbody tr td input[type=text] {padding:0 0 0 4px;border:0;height:inherit}

div.filemanager > table tbody tr td:last-child button {border:0;width:16px;height:16px;background:transparent none top left no-repeat;margin:0 1px 0 0;}
div.filemanager > table tbody tr td:last-child button:last-of-type {margin-right:0}
div.filemanager > table tbody tr td:last-child button.zrusit { background-image: url('button_zrusit.png')}
div.filemanager > table tbody tr td:last-child button.ulozit { background-image: url('button_ulozit.png')}
div.filemanager > table tbody tr td:last-child button.obnovit { background-image: url('button_reload.png')}
div.filemanager > table tbody tr td:last-child button.upravit { background-image: url('button_edit.png')}
div.filemanager > table tbody tr td:last-child button.doplnit { background-image: url('button_duvod.png')}
div.filemanager > table tbody tr td:last-child button.stahnout { background-image: url('button_stahnout.png')}



div.filemanager > table tbody tr.riv td:first-child {font-family:monospace;max-width:500px}


