table.results > thead > tr > th { background: linear-gradient(top,#e2cb93); background: -moz-linear-gradient(top,#e2cb93); background: -webkit-gradient(linear,left); background: -webkit-linear-gradient(top,#e2cb93); background: -o-linear-gradient(top,#e2cb93); background: -ms-linear-gradient(top,#e2cb93); background: linear-gradient(top,#e2cb93); border-color: #ddad3e; border-style: solid; border-width: 1px 1px 1px 0; color: #fff; font-family: arial; font-size: 9pt; font-weight: 700; } table.results > thead > tr > th span.pk { background: url(themes/paper/images/objects.png) no-repeat; background-position: -8px -201px; } table.results > thead > tr > th span.uk { background: url(themes/paper/images/objects.png) no-repeat; background-position: -8px -225px; } table.results > tbody > tr > td { border-bottom: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; font-family: arial; font-size: 9pt; } table.results > tbody > tr > td.tnl { color: red; } table.results > tbody > tr > td span.blob { background: url(themes/paper/images/blobs.png) no-repeat; } table.results > tbody > tr > td form.cell_editor_form { border-width: 0; } table.results > tbody > tr > td input.cell_editor { border: 2px solid #888; box-shadow: 0 0 3px #777; color: #131313; font-family: arial; font-size: 9pt; font-weight: 400; } table.results > tbody > tr > td .cell_editlist { background: #fff; border: 2px solid #888; box-shadow: 0 0 3px #777; } table.results tr:nth-child(even) { background-color: #fcfcfc; } table.results > tbody > tr > td span.text { background-position: -8px -14px; } table.results > tbody > tr > td span.bmp { background-position: -8px -44px; } table.results > tbody > tr > td span.gif { background-position: -8px -86px; } table.results > tbody > tr > td span.ico { background-position: -8px -116px; } table.results > tbody > tr > td span.jpg { background-position: -8px -160px; } table.results > tbody > tr > td span.png { background-position: -8px -187px; } table.results > tbody > tr > td span.ser { background-position: -8px -230px; } table.results > thead > tr > th div { font-weight: 700; } table.results > tbody > tr > td span.i { font-family: arial; font-size: 9pt; font-weight: 400; } table.results th { background: -moz-linear-gradient(top,#e2cb93 0%,#d3c18d 46%,#d3c18d 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e2cb93),color-stop(46%,#d3c18d),color-stop(100%,#d3c18d)); background: -webkit-linear-gradient(top,#e2cb93 0%,#d3c18d 46%,#d3c18d 100%); background: -o-linear-gradient(top,#e2cb93 0%,#d3c18d 46%,#d3c18d 100%); background: -ms-linear-gradient(top,#e2cb93 0%,#d3c18d 46%,#d3c18d 100%); background: linear-gradient(top,#e2cb93 0%,#d3c18d 46%,#d3c18d 100%); }