	/* #list ... novy seznam programu */

	#list-filter { background:#C2CD23; border-bottom:1px solid #000; padding:4px 1em; color:#fff; font-weight:bold }
	#list-filter .order { float:right; }
	#list-filter input { width:12em }

	#list-scroller { overflow:scroll; overflow-x:hidden; height:250px }
	#list-view td.program { background-repeat:no-repeat; padding-left:20px }
	.watch { background-image:url(/img/ico/watch.gif); color:#060; font-weight:bold }
	.portfolio { background-image:url(/img/ico/fund.gif); color:#006; font-weight:bold }
	input.default { color:#999 }

	#list-table table { table-layout:fixed; border-collapse:collapse; width:98%  }
	#list-table tr { cursor:pointer }
	#list-table tr.h td { padding:3px 2px }
	#list-table tr.h a {color:#009CDC; font-weight:bold; xtext-align:center; xpadding-left:1.2em; }
	#list-table tr.h a:hover {color:#009CDC; text-decoration:underline;}
	#list-table td { font-size:95%; padding:0 2px; overflow:hidden; text-overflow:ellipsis; border-bottom:1px solid #ddd; white-space:nowrap; }
	#list-table tr.hi { background:#9df; }
	#list-table tr.sel { background:#0065A4 }
	#list-table tr.sel td { color:#fff }
	#list-table col.scr { width:20px }
	#list-table .cislo { width:4em; text-align:right }
	#list-table #list-field {text-align:right; padding-left:0em; margin:0em;}
	
	
	#list-detail-fn { font-size:90%; padding-bottom:1em; line-height:20px }
	#list-detail-fn a { color:#000; padding:4px }
	#list-detail-menu { font-size:90% }
	#list-detail-menu a { background:#eee; border-right:2px solid #ccc; line-height:22px; padding:4px 6px; color:#000; text-decoration:none }
	#list-detail-menu a.hi { background:#0065A4; color:#fff }
	#list-detail-menu a:hover { background:#cde; color:#000 }
	#list-detail-frame { height:400px; width:99%; border:1px solid #ccc } 
	#list-detail-count { padding:0 1em }

	a#list-detail-pdf { background:url(/img/ico/pdf.gif) no-repeat left center; padding-left:20px }
	a#list-detail-add { background:url(/img/ico/add.gif) no-repeat left center; padding-left:20px }


