1table.database2 input.icon-cmd
2{
3	display: none;
4}
5
6table.database2 tr.filter .commands
7{
8	text-align: center;
9}
10
11table.database2 tr.filter .commands
12{
13	display: none;
14}
15
16table.database2 tr.filter .filter-component
17{
18	padding: 2px;
19	border: 1px solid black;
20}
21
22table.database2 tr.filter .unused
23{
24	display: none;
25}
26
27table.database2 tr.filter select
28{
29	border: none;
30}
31
32table.database2 tr.filter input
33{
34	border: none;
35}
36
37table.database2 th.label input
38{
39	display: none;
40}
41
42
43
44
45/*
46 * style specific to database2 internal print version
47 */
48
49body.print table
50{
51	border-collapse: collapse;
52
53	color: black;
54}
55
56body.print table thead th
57{
58	background: #dddddd;
59
60	border-top: 1px solid #666666;
61	border-bottom: 1px solid #666666;
62}
63
64body.print table tbody td
65{
66	padding: 1px 2px;
67
68	border-left: 1px solid #cccccc;
69}
70
71body.print table tbody td.counter
72{
73	border-left: none;
74	text-align: right;
75}
76
77body.print table tbody td.integer
78{
79	text-align: right;
80}
81
82body.print table tbody a
83{
84	text-decoration: none;
85	color: black;
86}
87