<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* dinamiÄne programske sheme */
#dps-holder { width: 714px; /* min-height: 400px; */ position: relative; margin-left: 14px; margin-top: 20px; }

/* level one */
#dps-holder &gt; a.level-one { outline: none; width: 238px; height: 28px; padding-top: 9px; float: left; text-align: center; text-decoration: none; color: #555555; font-family: "Tahoma"; font-weight: normal; font-size: 12px; text-shadow: white 1px 1px 1px; }
#dps-holder &gt; a.level-one.active { font-weight: bold; }
#dps-holder &gt; a.level-one.active.first { background: url('../images/dpslo_first_active.png') no-repeat; }
#dps-holder &gt; a.level-one.first { background: url('../images/dpslo_first.png') no-repeat; }
#dps-holder &gt; a.level-one.active.middle { background: url('../images/dpslo_middle_active.png') no-repeat; }
#dps-holder &gt; a.level-one.middle { background: url('../images/dpslo_middle.png') no-repeat; }
#dps-holder &gt; a.level-one.active.last { background: url('../images/dpslo_last_active.png') no-repeat; }
#dps-holder &gt; a.level-one.last { background: url('../images/dpslo_last.png') no-repeat; }

/* level two */
#dps-holder &gt; div#level-two-bg { width: 714px; height: 37px; background: url('../images/dps_level_two_bg.png') no-repeat; }
#dps-holder &gt; div#level-two-bg &gt; .level-two { outline: none; position: relative; width: 110px; height: 28px; padding-top: 9px; float: left; text-align: center; text-decoration: none; color: #343435; background: url('../images/dpslt_a.png') no-repeat; font-family: "Tahoma"; font-weight: bold; font-size: 12px; }
#dps-holder &gt; div#level-two-bg &gt; .level-two.active &gt; div { position: absolute; margin-top: -2px; border-radius: 10px; width: 100px; height: 21px; padding-top: 2px; margin-left: 5px; color: white; background-color: #343435; font-family: "Tahoma"; font-weight: bold; font-size: 12px; }

/* list */
#dps-list { width: 714px; min-height: 35px; background-color: black; }
#dps-list table { width: 714px; border-collapse: collapse; }
#dps-list table tr.header td { border-bottom: none; /* background-color: #343435; */ color: #9e9e9e; font-family: "Tahoma"; font-weight: bold; font-size: 11px; text-shadow: #252526 -1px -1px 1px; }
#dps-list table tr.header td &gt; div { height: 33px; padding-top: 2px; position: relative; color: #9e9e9e; font-family: "Tahoma"; font-weight: bold; font-size: 11px; text-shadow: #252526 -1px -1px 1px; }
#dps-list table tr.header td &gt; div.one-line { height: 25px; padding-top: 10px; }
#dps-list table tr.header td.h-chn-pos { width: 120px; }
#dps-list table tr.header td.h-name { width: 170px; }
#dps-list table tr.header td.h-func { width: 140px; padding-right: 15px; }
#dps-list table td { position: relative; padding-left: 15px; height: 35px; color: #cccccc; border: 1px solid #3f3f3f; font-family: "Tahoma"; font-weight: bold; font-size: 11px; }
#dps-list table td.name { width: 170px; color: #00b4ff; font-family: "Arial"; font-weight: bold; font-size: 13px; }
#dps-list table td.chn-pos { width: 120px; }
#dps-list table td.func { width: 140px; padding-right: 15px; text-align: right; }

/* sort */
#dps-list table td &gt; div a.dps-sort-button { top: 3px; right: 0px; position: absolute; display: block; width: 30px; height: 30px; outline: none; }
#dps-list table td &gt; div a.dps-sort-no { background: url('../images/dps_sort_no.png') no-repeat; }
#dps-list table td &gt; div a.dps-sort-asc { background: url('../images/dps_sort_asc.png') no-repeat; }
#dps-list table td &gt; div a.dps-sort-desc { background: url('../images/dps_sort_desc.png') no-repeat; }

/* filter */
#dps-list table td &gt; div a.dps-filter-button { top: 3px; position: absolute; display: block; width: 30px; height: 30px; outline: none; }
#dps-list table td &gt; div a.dps-filter-ts { background: url('../images/dps_filter_ts.png') no-repeat; right: 30px; }
#dps-list table td &gt; div a.dps-filter-ts.active { background: url('../images/dps_filter_ts_active.png') no-repeat; }
#dps-list table td &gt; div a.dps-filter-rec { background: url('../images/dps_filter_rec.png') no-repeat; right: 0px; }
#dps-list table td &gt; div a.dps-filter-rec.active { background: url('../images/dps_filter_rec_active.png') no-repeat; }


/* bottom */
#dps-bottom { width: 714px; height: 38px; background: url('../images/dps_bottom_bg.png') no-repeat; position: relative; }
#dps-print-icon { width: 46px; height: 38px; background: url('../images/dps_print_icon.png') no-repeat -1px 0px; top: -35px; display: block; right: 0; position: absolute; outline: none; }

.clear { clear: both; }</pre></body></html>